Thu, 07 Oct 2010 21:27:08 +0200
Added code to show certificate info for https URLs.
--- a/APIs/Python3/eric5.api Thu Oct 07 09:07:22 2010 +0200 +++ b/APIs/Python3/eric5.api Thu Oct 07 21:27:08 2010 +0200 @@ -1902,6 +1902,7 @@ eric5.Helpviewer.HelpBrowserWV.HelpWebPage.pageAttributeId?4() eric5.Helpviewer.HelpBrowserWV.HelpWebPage.populateNetworkRequest?4(request) eric5.Helpviewer.HelpBrowserWV.HelpWebPage.setUserAgent?4(agent) +eric5.Helpviewer.HelpBrowserWV.HelpWebPage.showSslInfo?4() eric5.Helpviewer.HelpBrowserWV.HelpWebPage.supportsExtension?4(extension) eric5.Helpviewer.HelpBrowserWV.HelpWebPage.userAgent?4(resolveEmpty = False) eric5.Helpviewer.HelpBrowserWV.HelpWebPage.userAgentForUrl?4(url) @@ -2312,10 +2313,15 @@ eric5.Helpviewer.SearchWidget.SearchWidget.on_highlightAllCheckBox_toggled?4(checked) eric5.Helpviewer.SearchWidget.SearchWidget.showFind?4() eric5.Helpviewer.SearchWidget.SearchWidget?1(mainWindow, parent = None) +eric5.Helpviewer.SslInfoDialog.SslInfoDialog?1(certificate, parent = None) eric5.Helpviewer.UrlBar.FavIconLabel.FavIconLabel.mouseMoveEvent?4(evt) eric5.Helpviewer.UrlBar.FavIconLabel.FavIconLabel.mousePressEvent?4(evt) eric5.Helpviewer.UrlBar.FavIconLabel.FavIconLabel.setBrowser?4(browser) eric5.Helpviewer.UrlBar.FavIconLabel.FavIconLabel?1(parent = None) +eric5.Helpviewer.UrlBar.SslLabel.SslLabel.clicked?7 +eric5.Helpviewer.UrlBar.SslLabel.SslLabel.mouseDoubleClickEvent?4(evt) +eric5.Helpviewer.UrlBar.SslLabel.SslLabel.mouseReleaseEvent?4(evt) +eric5.Helpviewer.UrlBar.SslLabel.SslLabel?1(parent = None) eric5.Helpviewer.UrlBar.StackedUrlBar.StackedUrlBar.currentUrlBar?4() eric5.Helpviewer.UrlBar.StackedUrlBar.StackedUrlBar.moveBar?4(from_, to_) eric5.Helpviewer.UrlBar.StackedUrlBar.StackedUrlBar.urlBar?4(index)
--- a/Documentation/Help/source.qhp Thu Oct 07 09:07:22 2010 +0200 +++ b/Documentation/Help/source.qhp Thu Oct 07 21:27:08 2010 +0200 @@ -264,6 +264,7 @@ </section> <section title="eric5.Helpviewer.UrlBar" ref="index-eric5.Helpviewer.UrlBar.html"> <section title="eric5.Helpviewer.UrlBar.FavIconLabel" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html" /> + <section title="eric5.Helpviewer.UrlBar.SslLabel" ref="eric5.Helpviewer.UrlBar.SslLabel.html" /> <section title="eric5.Helpviewer.UrlBar.StackedUrlBar" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html" /> <section title="eric5.Helpviewer.UrlBar.UrlBar" ref="eric5.Helpviewer.UrlBar.UrlBar.html" /> </section> @@ -290,6 +291,7 @@ <section title="eric5.Helpviewer.QtHelpDocumentationDialog" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html" /> <section title="eric5.Helpviewer.QtHelpFiltersDialog" ref="eric5.Helpviewer.QtHelpFiltersDialog.html" /> <section title="eric5.Helpviewer.SearchWidget" ref="eric5.Helpviewer.SearchWidget.html" /> + <section title="eric5.Helpviewer.SslInfoDialog" ref="eric5.Helpviewer.SslInfoDialog.html" /> </section> <section title="eric5.IconEditor" ref="index-eric5.IconEditor.html"> <section title="eric5.IconEditor.cursors" ref="index-eric5.IconEditor.cursors.html"> @@ -2534,6 +2536,12 @@ <keyword name="HelpTabBar.mouseMoveEvent" id="HelpTabBar.mouseMoveEvent" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.mouseMoveEvent" /> <keyword name="HelpTabBar.mousePressEvent" id="HelpTabBar.mousePressEvent" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.mousePressEvent" /> <keyword name="HelpTabBar.tabRemoved" id="HelpTabBar.tabRemoved" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.tabRemoved" /> + <keyword name="SslInfoDialog (Module)" id="SslInfoDialog (Module)" ref="eric5.Helpviewer.SslInfoDialog.html" /> + <keyword name="SslInfoDialog" id="SslInfoDialog" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog" /> + <keyword name="SslInfoDialog (Constructor)" id="SslInfoDialog (Constructor)" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__init__" /> + <keyword name="SslInfoDialog.__certificateString" id="SslInfoDialog.__certificateString" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__certificateString" /> + <keyword name="SslInfoDialog.__formatHexString" id="SslInfoDialog.__formatHexString" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__formatHexString" /> + <keyword name="SslInfoDialog.__serialNumber" id="SslInfoDialog.__serialNumber" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__serialNumber" /> <keyword name="HelpTopicDialog (Module)" id="HelpTopicDialog (Module)" ref="eric5.Helpviewer.HelpTopicDialog.html" /> <keyword name="HelpTopicDialog" id="HelpTopicDialog" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog" /> <keyword name="HelpTopicDialog (Constructor)" id="HelpTopicDialog (Constructor)" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog.__init__" /> @@ -2606,6 +2614,7 @@ <keyword name="HelpWebPage.pageAttributeId" id="HelpWebPage.pageAttributeId" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpWebPage.pageAttributeId" /> <keyword name="HelpWebPage.populateNetworkRequest" id="HelpWebPage.populateNetworkRequest" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpWebPage.populateNetworkRequest" /> <keyword name="HelpWebPage.setUserAgent" id="HelpWebPage.setUserAgent" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpWebPage.setUserAgent" /> + <keyword name="HelpWebPage.showSslInfo" id="HelpWebPage.showSslInfo" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpWebPage.showSslInfo" /> <keyword name="HelpWebPage.supportsExtension" id="HelpWebPage.supportsExtension" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpWebPage.supportsExtension" /> <keyword name="HelpWebPage.userAgent" id="HelpWebPage.userAgent" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpWebPage.userAgent" /> <keyword name="HelpWebPage.userAgentForUrl" id="HelpWebPage.userAgentForUrl" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpWebPage.userAgentForUrl" /> @@ -7345,6 +7354,11 @@ <keyword name="AdBlockAccessHandler" id="AdBlockAccessHandler" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler" /> <keyword name="AdBlockAccessHandler.createRequest" id="AdBlockAccessHandler.createRequest" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler.createRequest" /> <keyword name="UrlBar (Package)" id="UrlBar (Package)" ref="index-eric5.Helpviewer.UrlBar.html" /> + <keyword name="SslLabel (Module)" id="SslLabel (Module)" ref="eric5.Helpviewer.UrlBar.SslLabel.html" /> + <keyword name="SslLabel" id="SslLabel" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel" /> + <keyword name="SslLabel (Constructor)" id="SslLabel (Constructor)" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.__init__" /> + <keyword name="SslLabel.mouseDoubleClickEvent" id="SslLabel.mouseDoubleClickEvent" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.mouseDoubleClickEvent" /> + <keyword name="SslLabel.mouseReleaseEvent" id="SslLabel.mouseReleaseEvent" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.mouseReleaseEvent" /> <keyword name="UrlBar (Module)" id="UrlBar (Module)" ref="eric5.Helpviewer.UrlBar.UrlBar.html" /> <keyword name="UrlBar" id="UrlBar" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar" /> <keyword name="UrlBar (Constructor)" id="UrlBar (Constructor)" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__init__" /> @@ -9967,7 +9981,9 @@ <file>eric5.Helpviewer.QtHelpDocumentationDialog.html</file> <file>eric5.Helpviewer.QtHelpFiltersDialog.html</file> <file>eric5.Helpviewer.SearchWidget.html</file> + <file>eric5.Helpviewer.SslInfoDialog.html</file> <file>eric5.Helpviewer.UrlBar.FavIconLabel.html</file> + <file>eric5.Helpviewer.UrlBar.SslLabel.html</file> <file>eric5.Helpviewer.UrlBar.StackedUrlBar.html</file> <file>eric5.Helpviewer.UrlBar.UrlBar.html</file> <file>eric5.Helpviewer.UserAgent.UserAgentDefaults.html</file>
--- a/Documentation/Source/eric5.Helpviewer.HelpBrowserWV.html Thu Oct 07 09:07:22 2010 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpBrowserWV.html Thu Oct 07 21:27:08 2010 +0200 @@ -752,6 +752,9 @@ <td><a href="#HelpWebPage.setUserAgent">setUserAgent</a></td> <td>Public method to set the current user agent string.</td> </tr><tr> +<td><a href="#HelpWebPage.showSslInfo">showSslInfo</a></td> +<td>Public slot to show some SSL information for the loaded page.</td> +</tr><tr> <td><a href="#HelpWebPage.supportsExtension">supportsExtension</a></td> <td>Public method to check the support for an extension.</td> </tr><tr> @@ -866,7 +869,12 @@ <dd> new current user agent string (string) </dd> -</dl><a NAME="HelpWebPage.supportsExtension" ID="HelpWebPage.supportsExtension"></a> +</dl><a NAME="HelpWebPage.showSslInfo" ID="HelpWebPage.showSslInfo"></a> +<h4>HelpWebPage.showSslInfo</h4> +<b>showSslInfo</b>(<i></i>) +<p> + Public slot to show some SSL information for the loaded page. +</p><a NAME="HelpWebPage.supportsExtension" ID="HelpWebPage.supportsExtension"></a> <h4>HelpWebPage.supportsExtension</h4> <b>supportsExtension</b>(<i>extension</i>) <p>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.SslInfoDialog.html Thu Oct 07 21:27:08 2010 +0200 @@ -0,0 +1,131 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Helpviewer.SslInfoDialog</title> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Helpviewer.SslInfoDialog</h1> +<p> +Module implementing a dialog to show SSL certificate infos. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#SslInfoDialog">SslInfoDialog</a></td> +<td>Class implementing a dialog to show SSL certificate infos.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="SslInfoDialog" ID="SslInfoDialog"></a> +<h2>SslInfoDialog</h2> +<p> + Class implementing a dialog to show SSL certificate infos. +</p> +<h3>Derived from</h3> +QDialog, Ui_SslInfoDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#SslInfoDialog.__init__">SslInfoDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#SslInfoDialog.__certificateString">__certificateString</a></td> +<td>Private method to prepare some text for display.</td> +</tr><tr> +<td><a href="#SslInfoDialog.__formatHexString">__formatHexString</a></td> +<td>Private method to format a hex string for display.</td> +</tr><tr> +<td><a href="#SslInfoDialog.__serialNumber">__serialNumber</a></td> +<td>Private slot to format the certificate serial number.</td> +</tr> +</table> +<a NAME="SslInfoDialog.__init__" ID="SslInfoDialog.__init__"></a> +<h4>SslInfoDialog (Constructor)</h4> +<b>SslInfoDialog</b>(<i>certificate, parent = None</i>) +<p> + Constructor +</p><dl> +<dt><i>certificate</i></dt> +<dd> +reference to the SSL certificate (QSslCertificate) +</dd><dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="SslInfoDialog.__certificateString" ID="SslInfoDialog.__certificateString"></a> +<h4>SslInfoDialog.__certificateString</h4> +<b>__certificateString</b>(<i>txt</i>) +<p> + Private method to prepare some text for display. +</p><dl> +<dt><i>txt</i></dt> +<dd> +text to be displayed (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +prepared text (string) +</dd> +</dl><a NAME="SslInfoDialog.__formatHexString" ID="SslInfoDialog.__formatHexString"></a> +<h4>SslInfoDialog.__formatHexString</h4> +<b>__formatHexString</b>(<i>hexString</i>) +<p> + Private method to format a hex string for display. +</p><dl> +<dt><i>hexString</i></dt> +<dd> +hex string to be formatted (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +formatted string (string) +</dd> +</dl><a NAME="SslInfoDialog.__serialNumber" ID="SslInfoDialog.__serialNumber"></a> +<h4>SslInfoDialog.__serialNumber</h4> +<b>__serialNumber</b>(<i>cert</i>) +<p> + Private slot to format the certificate serial number. +</p><dl> +<dt><i>cert</i></dt> +<dd> +reference to the SSL certificate (QSslCertificate) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +formated serial number (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.UrlBar.SslLabel.html Thu Oct 07 21:27:08 2010 +0200 @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Helpviewer.UrlBar.SslLabel</title> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Helpviewer.UrlBar.SslLabel</h1> +<p> +Module implementing the label to show some SSL info. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#SslLabel">SslLabel</a></td> +<td>Class implementing the label to show some SSL info.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="SslLabel" ID="SslLabel"></a> +<h2>SslLabel</h2> +<p> + Class implementing the label to show some SSL info. +</p> +<h3>Derived from</h3> +QLabel +<h3>Class Attributes</h3> +<table> +<tr><td>clicked</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#SslLabel.__init__">SslLabel</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#SslLabel.mouseDoubleClickEvent">mouseDoubleClickEvent</a></td> +<td>Protected method to handle mouse double click events.</td> +</tr><tr> +<td><a href="#SslLabel.mouseReleaseEvent">mouseReleaseEvent</a></td> +<td>Protected method to handle mouse release events.</td> +</tr> +</table> +<a NAME="SslLabel.__init__" ID="SslLabel.__init__"></a> +<h4>SslLabel (Constructor)</h4> +<b>SslLabel</b>(<i>parent = None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="SslLabel.mouseDoubleClickEvent" ID="SslLabel.mouseDoubleClickEvent"></a> +<h4>SslLabel.mouseDoubleClickEvent</h4> +<b>mouseDoubleClickEvent</b>(<i>evt</i>) +<p> + Protected method to handle mouse double click events. +</p><dl> +<dt><i>evt</i></dt> +<dd> +reference to the mouse event (QMouseEvent) +</dd> +</dl><a NAME="SslLabel.mouseReleaseEvent" ID="SslLabel.mouseReleaseEvent"></a> +<h4>SslLabel.mouseReleaseEvent</h4> +<b>mouseReleaseEvent</b>(<i>evt</i>) +<p> + Protected method to handle mouse release events. +</p><dl> +<dt><i>evt</i></dt> +<dd> +reference to the mouse event (QMouseEvent) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/index-eric5.Helpviewer.UrlBar.html Thu Oct 07 09:07:22 2010 +0200 +++ b/Documentation/Source/index-eric5.Helpviewer.UrlBar.html Thu Oct 07 21:27:08 2010 +0200 @@ -32,6 +32,9 @@ <td><a href="eric5.Helpviewer.UrlBar.FavIconLabel.html">FavIconLabel</a></td> <td>Module implementing the label to show the web site icon.</td> </tr><tr> +<td><a href="eric5.Helpviewer.UrlBar.SslLabel.html">SslLabel</a></td> +<td>Module implementing the label to show some SSL info.</td> +</tr><tr> <td><a href="eric5.Helpviewer.UrlBar.StackedUrlBar.html">StackedUrlBar</a></td> <td>Module implementing a widget to stack url bars.</td> </tr><tr>
--- a/Documentation/Source/index-eric5.Helpviewer.html Thu Oct 07 09:07:22 2010 +0200 +++ b/Documentation/Source/index-eric5.Helpviewer.html Thu Oct 07 21:27:08 2010 +0200 @@ -124,6 +124,9 @@ </tr><tr> <td><a href="eric5.Helpviewer.SearchWidget.html">SearchWidget</a></td> <td>Module implementing the search bar for the web browser.</td> +</tr><tr> +<td><a href="eric5.Helpviewer.SslInfoDialog.html">SslInfoDialog</a></td> +<td>Module implementing a dialog to show SSL certificate infos.</td> </tr> </table> </body></html> \ No newline at end of file
--- a/Helpviewer/HelpBrowserWV.py Thu Oct 07 09:07:22 2010 +0200 +++ b/Helpviewer/HelpBrowserWV.py Thu Oct 07 21:27:08 2010 +0200 @@ -27,6 +27,7 @@ from .Bookmarks.AddBookmarkDialog import AddBookmarkDialog from .JavaScriptResources import fetchLinks_js from .HTMLResources import notFoundPage_html +from .SslInfoDialog import SslInfoDialog import Helpviewer.HelpWindow from .Network.NetworkAccessManagerProxy import NetworkAccessManagerProxy @@ -331,7 +332,9 @@ """ Public slot to show some SSL information for the loaded page. """ - # TODO: add code to show SSL data + if self.__sslInfo is not None and self.__sslInfo.isValid(): + dlg = SslInfoDialog(self.__sslInfo, self.view()) + dlg.exec_() ##########################################################################################
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/SslInfoDialog.py Thu Oct 07 21:27:08 2010 +0200 @@ -0,0 +1,93 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2010 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to show SSL certificate infos. +""" + +from PyQt4.QtCore import QCryptographicHash +from PyQt4.QtGui import QDialog +from PyQt4.QtNetwork import QSslCertificate + +from .Ui_SslInfoDialog import Ui_SslInfoDialog + +class SslInfoDialog(QDialog, Ui_SslInfoDialog): + """ + Class implementing a dialog to show SSL certificate infos. + """ + def __init__(self, certificate, parent = None): + """ + Constructor + + @param certificate reference to the SSL certificate (QSslCertificate) + @param parent reference to the parent widget (QWidget) + """ + QDialog.__init__(self, parent) + self.setupUi(self) + + self.subjectCommonNameLabel.setText(self.__certificateString( + certificate.subjectInfo(QSslCertificate.CommonName))) + self.subjectOrganizationLabel.setText(self.__certificateString( + certificate.subjectInfo(QSslCertificate.Organization))) + self.subjectOrganizationalUnitLabel.setText(self.__certificateString( + certificate.subjectInfo(QSslCertificate.OrganizationalUnitName))) + self.serialNumberLabel.setText(self.__serialNumber(certificate)) + self.issuerCommonNameLabel.setText(self.__certificateString( + certificate.issuerInfo(QSslCertificate.CommonName))) + self.issuerOrganizationLabel.setText(self.__certificateString( + certificate.issuerInfo(QSslCertificate.Organization))) + self.issuerOrganizationalUnitLabel.setText(self.__certificateString( + certificate.issuerInfo(QSslCertificate.OrganizationalUnitName))) + self.effectiveLabel.setText(certificate.effectiveDate().toString("yyyy-MM-dd")) + self.expiresLabel.setText(certificate.expiryDate().toString("yyyy-MM-dd")) + self.sha1Label.setText(self.__formatHexString( + str(certificate.digest(QCryptographicHash.Sha1).toHex(), encoding = "ascii"))) + self.md5Label.setText(self.__formatHexString( + str(certificate.digest(QCryptographicHash.Md5).toHex(), encoding = "ascii"))) + + def __certificateString(self, txt): + """ + Private method to prepare some text for display. + + @param txt text to be displayed (string) + @return prepared text (string) + """ + if txt is None or txt == "": + return self.trUtf8("<not part of the certificate>") + + return txt + + def __serialNumber(self, cert): + """ + Private slot to format the certificate serial number. + + @param cert reference to the SSL certificate (QSslCertificate) + @return formated serial number (string) + """ + serial = cert.serialNumber() + if ':' in serial: + return str(serial, encoding = "ascii").upper() + else: + hexString = hex(int(serial))[2:] + return self.__formatHexString(hexString) + + def __formatHexString(self, hexString): + """ + Private method to format a hex string for display. + + @param hexString hex string to be formatted (string) + @return formatted string (string) + """ + hexString = hexString.upper() + + if len(hexString) % 2 == 1: + hexString = '0' + hexString + + hexList = [] + while hexString: + hexList.append(hexString[:2]) + hexString = hexString[2:] + + return ':'.join(hexList)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/SslInfoDialog.ui Thu Oct 07 21:27:08 2010 +0200 @@ -0,0 +1,322 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>SslInfoDialog</class> + <widget class="QDialog" name="SslInfoDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>556</width> + <height>337</height> + </rect> + </property> + <property name="windowTitle"> + <string>SSL Certificate Info</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QGridLayout" name="gridLayout"> + <property name="horizontalSpacing"> + <number>15</number> + </property> + <item row="0" column="0" colspan="2"> + <widget class="QLabel" name="label"> + <property name="text"> + <string><b>Issued for</b></string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Common Name (CN)</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLabel" name="subjectCommonNameLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Organization (O)</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLabel" name="subjectOrganizationLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Organizational Unit (OU)</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QLabel" name="subjectOrganizationalUnitLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="4" column="0"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Serialnumber</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QLabel" name="serialNumberLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="5" column="0" colspan="2"> + <widget class="QLabel" name="label_6"> + <property name="text"> + <string><b>Issued by</b></string> + </property> + </widget> + </item> + <item row="6" column="0"> + <widget class="QLabel" name="label_9"> + <property name="text"> + <string>Common Name (CN)</string> + </property> + </widget> + </item> + <item row="6" column="1"> + <widget class="QLabel" name="issuerCommonNameLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="7" column="0"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string>Organization (O)</string> + </property> + </widget> + </item> + <item row="7" column="1"> + <widget class="QLabel" name="issuerOrganizationLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="8" column="0"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>Organizational Unit (OU)</string> + </property> + </widget> + </item> + <item row="8" column="1"> + <widget class="QLabel" name="issuerOrganizationalUnitLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="9" column="0" colspan="2"> + <widget class="QLabel" name="label_10"> + <property name="text"> + <string><b>Validity</b></string> + </property> + </widget> + </item> + <item row="10" column="0"> + <widget class="QLabel" name="label_11"> + <property name="text"> + <string>Issued on</string> + </property> + </widget> + </item> + <item row="10" column="1"> + <widget class="QLabel" name="effectiveLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="11" column="0"> + <widget class="QLabel" name="label_12"> + <property name="text"> + <string>Expires on</string> + </property> + </widget> + </item> + <item row="11" column="1"> + <widget class="QLabel" name="expiresLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="12" column="0" colspan="2"> + <widget class="QLabel" name="label_13"> + <property name="text"> + <string><b>Fingerprints</b></string> + </property> + </widget> + </item> + <item row="13" column="0"> + <widget class="QLabel" name="label_14"> + <property name="text"> + <string>SHA1-Fingerprint</string> + </property> + </widget> + </item> + <item row="13" column="1"> + <widget class="QLabel" name="sha1Label"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="14" column="0"> + <widget class="QLabel" name="label_15"> + <property name="text"> + <string>MD5-Fingerprint</string> + </property> + </widget> + </item> + <item row="14" column="1"> + <widget class="QLabel" name="md5Label"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Close</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>SslInfoDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>SslInfoDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- a/changelog Thu Oct 07 09:07:22 2010 +0200 +++ b/changelog Thu Oct 07 21:27:08 2010 +0200 @@ -6,6 +6,7 @@ - added tab previews to the web browser - added a line widget with embeddable buttons - changed the web browser to give it a more modern look +- added code to show certificate info for https URLs Version 5.1-snapshot-20100918: - bug fixes
--- a/eric5.e4p Thu Oct 07 09:07:22 2010 +0200 +++ b/eric5.e4p Thu Oct 07 21:27:08 2010 +0200 @@ -824,6 +824,7 @@ <Source>Helpviewer/UrlBar/FavIconLabel.py</Source> <Source>Helpviewer/UrlBar/StackedUrlBar.py</Source> <Source>Helpviewer/UrlBar/SslLabel.py</Source> + <Source>Helpviewer/SslInfoDialog.py</Source> </Sources> <Forms> <Form>PyUnit/UnittestDialog.ui</Form> @@ -1052,6 +1053,7 @@ <Form>UI/SymbolsWidget.ui</Form> <Form>UI/NumbersWidget.ui</Form> <Form>Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui</Form> + <Form>Helpviewer/SslInfoDialog.ui</Form> </Forms> <Translations> <Translation>i18n/eric5_cs.qm</Translation>
--- a/i18n/eric5_cs.ts Thu Oct 07 09:07:22 2010 +0200 +++ b/i18n/eric5_cs.ts Thu Oct 07 21:27:08 2010 +0200 @@ -1425,108 +1425,108 @@ <translation>Menu záložek</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Loading Bookmarks</source> <translation>Nahrání záložek</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="169"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="173"/> <source>Toolbar Bookmarks</source> <translation>Panel nástrojů záložek</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="175"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="179"/> <source>Menu</source> <translation>Menu</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Saving Bookmarks</source> <translation>Ukládání záložek</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="329"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="333"/> <source>XBEL bookmarks</source> <translation>XBEL záložky</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="330"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="334"/> <source>HTML Netscape bookmarks</source> <translation>HTML Netscape záložky</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Import Bookmarks</source> <translation>Importovat záložky</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>Export Bookmarks</source> <translation>Export záložek</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Exporting Bookmarks</source> <translation>Exportování záložek</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="437"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="535"/> <source>Remove Bookmark</source> <translation>Odebrat záložku</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="476"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="574"/> <source>Insert Bookmark</source> <translation>Vložit záložku</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="514"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="612"/> <source>Name Change</source> <translation>Změnit název</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="517"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="615"/> <source>Address Change</source> <translation>Změnit adresu</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation>Chyba při ukládání záložek do <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="347"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Error opening bookmarks file <b>{0}</b>.</source> <translation>Chyba při otevírání souboru záložek <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Error when importing bookmarks on line {0}, column [1}: {2}</source> <translation>Chyba při importu záložek na řádce {0}, sloupci {1}:{2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="377"/> <source>Imported {0}</source> <translation>Importováno {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Chyba při exportu záložek <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="412"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="416"/> <source>Converted {0}</source> <translation>Konvertováno {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml)</source> <translation>XBEL záložky (*.xbel);;XBEL záložky (*.xml)</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation>Chyba při načítání záložek na řádce {0}, sloupci {1}: @@ -5333,32 +5333,32 @@ <translation>Stop</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="144"/> + <location filename="Helpviewer/DownloadDialog.py" line="148"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="358"/> + <location filename="Helpviewer/DownloadDialog.py" line="362"/> <source>?</source> <translation>?</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="383"/> + <location filename="Helpviewer/DownloadDialog.py" line="387"/> <source>bytes</source> <translation>bajtů</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="386"/> + <location filename="Helpviewer/DownloadDialog.py" line="390"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="389"/> + <location filename="Helpviewer/DownloadDialog.py" line="393"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source>Downloading</source> <translation>Stahování</translation> </message> @@ -5368,52 +5368,52 @@ <translation>Eric5 Download</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source><p>You are about to download the file <b>{0}</b>.</p><p>What do you want to do?</p></source> <translation><p>Chystáte se stáhnout soubor <b>{0}</b>.</p><p>Co chcete udělat?</p></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="155"/> + <location filename="Helpviewer/DownloadDialog.py" line="159"/> <source>Download canceled: {0}</source> <translation>Download zrušen: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="268"/> + <location filename="Helpviewer/DownloadDialog.py" line="272"/> <source>Error opening save file: {0}</source> <translation>Chyba při otvírání uloženého souboru: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="275"/> + <location filename="Helpviewer/DownloadDialog.py" line="279"/> <source>Error saving: {0}</source> <translation>Chyba při ukládání: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="292"/> + <location filename="Helpviewer/DownloadDialog.py" line="296"/> <source>Network Error: {0}</source> <translation>Chyba sítě: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="348"/> + <location filename="Helpviewer/DownloadDialog.py" line="352"/> <source>- {0}:{1:02} minutes remaining</source> <translation>- {0}:{1:02} zbývá minut</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="355"/> + <location filename="Helpviewer/DownloadDialog.py" line="359"/> <source>- {0} seconds remaining</source> <translation>- {0} zbývá vteřin</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="357"/> + <location filename="Helpviewer/DownloadDialog.py" line="361"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation>{0} of {1} ({2}/sek) {3}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="366"/> + <location filename="Helpviewer/DownloadDialog.py" line="370"/> <source>{0} downloaded</source> <translation>{0} staženo</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="369"/> + <location filename="Helpviewer/DownloadDialog.py" line="373"/> <source>{0} of {1} - Stopped</source> <translation>{0} z {1} - zastaveno</translation> </message> @@ -11575,187 +11575,187 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="708"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="760"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Otevřít odkaz v novém tab okně<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="318"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="370"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Okno nápovědy</b><p>Toto okno zobrazí vybranou informaci nápovědy.</p></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <source>Web Inspector...</source> + <translation>Web inspektor...</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> + <translation>Zkontrolujte adresu na chyby jako je <b>ww</b>.example.org místo <b>www</b>.example.org</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Je-li adresa vpořádku, prověřte síťové spojení.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> + <translation>Je-li vaše šíť chráněna firewallem nebo proxy, ujistěte se, že váš prohlížeč má na tuto síť povolen přístup.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="793"/> + <source>Bookmark this Page</source> + <translation>Záložka na tuto stranu</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="764"/> + <source>Save Lin&k</source> + <translation>Uložit lin&k</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="765"/> + <source>Bookmark this Link</source> + <translation>Záložka na tento link</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="768"/> + <source>Copy Link to Clipboard</source> + <translation>Kopírovat link do schránky</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="773"/> + <source>Open Image in New Tab</source> + <translation>Otevřít obrázek v novém tabu</translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> - <source>Web Inspector...</source> - <translation>Web inspektor...</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> - <translation>Zkontrolujte adresu na chyby jako je <b>ww</b>.example.org místo <b>www</b>.example.org</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Je-li adresa vpořádku, prověřte síťové spojení.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> - <translation>Je-li vaše šíť chráněna firewallem nebo proxy, ujistěte se, že váš prohlížeč má na tuto síť povolen přístup.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="741"/> - <source>Bookmark this Page</source> - <translation>Záložka na tuto stranu</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="712"/> - <source>Save Lin&k</source> - <translation>Uložit lin&k</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="713"/> - <source>Bookmark this Link</source> - <translation>Záložka na tento link</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="716"/> - <source>Copy Link to Clipboard</source> - <translation>Kopírovat link do schránky</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="721"/> - <source>Open Image in New Tab</source> - <translation>Otevřít obrázek v novém tabu</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="725"/> <source>Save Image</source> <translation>Uložit obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="726"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="778"/> <source>Copy Image to Clipboard</source> <translation>Kopíroavt obrázek do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="727"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="779"/> <source>Copy Image Location to Clipboard</source> <translation>Kopírovat cestu obrázku do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source>Web Browser</source> <translation>Web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="731"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> <source>Block Image</source> <translation>Blokovat obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="755"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <source>Search with...</source> <translation>Hledat s...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="486"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="538"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Soubor <b>{}</b> neexistuje.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Nelze spustit prohlížeč se souborem <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="506"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="558"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Nelze spustit aplikaci pro URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1276"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1232"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1279"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1235"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1282"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="772"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -12036,112 +12036,112 @@ <context> <name>HelpTabWidget</name> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="63"/> + <location filename="Helpviewer/HelpTabWidget.py" line="75"/> <source>Show a navigation menu</source> <translation type="unfinished">Zobrazit menu navigace</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="73"/> + <location filename="Helpviewer/HelpTabWidget.py" line="85"/> <source>Close the current help window</source> <translation type="unfinished">Zavřít aktuální okno nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="86"/> - <source>Open a new help window tab</source> - <translation type="unfinished">Otevřít nový tab nápovědy</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="98"/> + <source>Open a new help window tab</source> + <translation type="unfinished">Otevřít nový tab nápovědy</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="112"/> <source>New Tab</source> <translation type="unfinished">Nový Tab</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="102"/> - <source>Move Left</source> - <translation type="unfinished">Posun doleva</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="105"/> - <source>Move Right</source> - <translation type="unfinished">Posun doprava</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="109"/> - <source>Duplicate Page</source> - <translation type="unfinished">Duplikovat stranu</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="113"/> - <source>Close</source> - <translation type="unfinished">Zavřít</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="116"/> - <source>Close Others</source> - <translation type="unfinished">Zavřít ostatní</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="118"/> - <source>Close All</source> - <translation type="unfinished">Zavřít vše</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="121"/> - <source>Print Preview</source> - <translation type="unfinished">Náhled tisku</translation> + <source>Move Left</source> + <translation type="unfinished">Posun doleva</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="119"/> + <source>Move Right</source> + <translation type="unfinished">Posun doprava</translation> </message> <message> <location filename="Helpviewer/HelpTabWidget.py" line="123"/> + <source>Duplicate Page</source> + <translation type="unfinished">Duplikovat stranu</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="127"/> + <source>Close</source> + <translation type="unfinished">Zavřít</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="130"/> + <source>Close Others</source> + <translation type="unfinished">Zavřít ostatní</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="132"/> + <source>Close All</source> + <translation type="unfinished">Zavřít vše</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="135"/> + <source>Print Preview</source> + <translation type="unfinished">Náhled tisku</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="137"/> <source>Print</source> <translation type="unfinished">Tisk</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="125"/> + <location filename="Helpviewer/HelpTabWidget.py" line="139"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="128"/> + <location filename="Helpviewer/HelpTabWidget.py" line="142"/> <source>Bookmark All Tabs</source> <translation type="unfinished">Vytvořit záložky pro všechny taby</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="225"/> + <location filename="Helpviewer/HelpTabWidget.py" line="261"/> <source>...</source> <translation type="unfinished">...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source>Eric Web Browser</source> <translation type="unfinished">Eric web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="531"/> + <location filename="Helpviewer/HelpTabWidget.py" line="565"/> <source>Loading...</source> <translation type="unfinished">Načítám...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="548"/> + <location filename="Helpviewer/HelpTabWidget.py" line="582"/> <source>Finished loading</source> <translation type="unfinished">Načteno</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="550"/> + <location filename="Helpviewer/HelpTabWidget.py" line="584"/> <source>Failed to load</source> <translation type="unfinished">Načtení selhalo</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -12151,17 +12151,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="593"/> + <location filename="Helpviewer/HelpTabWidget.py" line="627"/> <source>&Close</source> <translation type="unfinished">&Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="596"/> + <location filename="Helpviewer/HelpTabWidget.py" line="630"/> <source>&Quit</source> <translation type="unfinished">&Konec</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="598"/> + <location filename="Helpviewer/HelpTabWidget.py" line="632"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -12616,32 +12616,32 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="224"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="232"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Zkontrolujte adresu na chyby jako je <b>ww</b>.example.org místo <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If the address is correct, try checking the network connection.</source> <translation>Je-li adresa v pořádku, prověřte síťové spojení.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Je-li vaše šíť chráněna firewallem nebo proxy, ujistěte se, že váš prohlížeč má na tuto síť povolen přístup.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -12649,27 +12649,27 @@ <context> <name>HelpWebSearchWidget</name> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="135"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="137"/> <source>Suggestions</source> <translation>Návrhy</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="143"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="145"/> <source>No Recent Searches</source> <translation>Žádné poslední hledání</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="147"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="149"/> <source>Recent Searches</source> <translation>Poslení hledání</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="280"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="290"/> <source>Clear Recent Searches</source> <translation>Smazat poslední vyhledávání</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="271"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="281"/> <source>Add '{0}'</source> <translation>Přidat '{0}'</translation> </message> @@ -12677,360 +12677,360 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="460"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Close the current help window</source> <translation>Zavřít aktuální okno nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="316"/> - <source>Open a new help window tab</source> - <translation>Otevřít nový tab nápovědy</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="311"/> + <source>Open a new help window tab</source> + <translation>Otevřít nový tab nápovědy</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>&New Tab</source> <translation>&Nový tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="317"/> + <location filename="Helpviewer/HelpWindow.py" line="312"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nový tab</b><p>Otevře nový tab v okně nápovědy.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="320"/> + <source>Ctrl+N</source> + <comment>File|New Window</comment> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="325"/> - <source>Ctrl+N</source> - <comment>File|New Window</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="330"/> <source>Open a new help browser window</source> <translation>Otevřít nové okno nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="331"/> + <location filename="Helpviewer/HelpWindow.py" line="326"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nové okno</b><p>Otevře nové okno nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="339"/> + <location filename="Helpviewer/HelpWindow.py" line="334"/> <source>&Open File</source> <translation>&Otevřít soubor</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>Ctrl+O</source> + <comment>File|Open</comment> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>Ctrl+O</source> - <comment>File|Open</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="344"/> <source>Open a help file for display</source> <translation>Otevřít soubor s nápovědou</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="340"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Otevřít soubor</b><p>Zobrazí nové okno s nápovědou. Otevře dialog pro výběr souboru.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="349"/> + <source>Open File in New &Tab</source> + <translation>Otevřít soubor do nového &tabu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="349"/> + <source>Shift+Ctrl+O</source> + <comment>File|Open in new tab</comment> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="354"/> - <source>Open File in New &Tab</source> - <translation>Otevřít soubor do nového &tabu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> - <source>Shift+Ctrl+O</source> - <comment>File|Open in new tab</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> <source>Open a help file for display in a new tab</source> <translation>Otevřít nápovědu do nového tabu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="361"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Otevřít soubor do nového tabu</b><p>Zobrazí se nápověda a zobrazí se v novém tabu. Otevře dialog pro výběr souboru.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>&Print</source> + <translation>&Tisk</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>Ctrl+P</source> + <comment>File|Print</comment> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>&Print</source> - <translation>&Tisk</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>Ctrl+P</source> - <comment>File|Print</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="419"/> <source>Print the displayed help</source> <translation>Tisknout zobrazenou nápovědu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Tisk</b><p>Tisknout zobrazenou nápovědu.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="461"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Zavřít</b><p>Zavře aktuální okno s nápovědou.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close &All</source> <translation>Z&avřít vše</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Zavřít vše</b><p>Zavřít všechna okna s nápovědou kromě prvního.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>&Backward</source> <translation>&Nazpět</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="514"/> <source>Move one help screen backward</source> <translation>Posun o jednu obrazovku nápovědy nazpět</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Nazpět</b><p>Posun o jednu obrazovku nazpět. Pokud není taková k dispozici, je tato akce vypnuta.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>&Forward</source> <translation>&Dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="530"/> <source>Move one help screen forward</source> <translation>Posun o jednu obrazovku dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="531"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Dopředu</b><p>Posun o jednu obrazovku dopředu. Pokud není taková k dispozici, je tato akce vypnuta.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>&Home</source> + <translation>&Hlavní strana</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>&Home</source> - <translation>&Hlavní strana</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Move to the initial help screen</source> <translation>Posun na hlavní stranu nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="546"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Hlavní strana</b><p>Posun na hlavní stranu nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>&Reload</source> <translation>&Obnovit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="565"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <source>Reload the current help screen</source> <translation>Obsah aktuální nápovědy se obnoví</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="566"/> + <location filename="Helpviewer/HelpWindow.py" line="561"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Obnovit</b><p>Znovu načte aktuální obrazovku nápovědy.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="598"/> + <source>&Find...</source> + <translation>&Hledat...</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="603"/> - <source>&Find...</source> - <translation>&Hledat...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> <source>Find text in page</source> <translation>Hledat text na stránce</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="609"/> + <location filename="Helpviewer/HelpWindow.py" line="604"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Hledat</b><p>Hledá se text na aktuální straně.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find &next</source> <translation>Hledat &následující</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find &previous</source> <translation>Hledat &předchozí</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>&What's This?</source> + <translation>&Co je to?</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>&What's This?</source> - <translation>&Co je to?</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="707"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="708"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>&About</source> <translation>O &aplikaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="723"/> + <location filename="Helpviewer/HelpWindow.py" line="718"/> <source>Display information about this software</source> <translation>Zobrazit informace a tomto software</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="724"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>O aplikaci</b><p>Zobrazí se informace o tomto software.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About &Qt</source> + <translation>O &Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="730"/> + <source>Display information about the Qt toolkit</source> + <translation>Zobrazit informace o Qt toolkitu</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About &Qt</source> - <translation>O &Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="735"/> - <source>Display information about the Qt toolkit</source> - <translation>Zobrazit informace o Qt toolkitu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="737"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>A Qt</b><p>Zobrazit informace o Qt toolkitu.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="740"/> + <source>Zoom &in</source> + <translation>Př&iblížit</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="745"/> - <source>Zoom &in</source> - <translation>Př&iblížit</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="750"/> <source>Zoom in on the text</source> <translation>Zvětšovací lupa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="751"/> + <location filename="Helpviewer/HelpWindow.py" line="746"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Přiblížit</b><p>Přiblížit text. Text bude větší.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Zoom &out</source> + <translation>&Oddálit</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Zoom &out</source> - <translation>&Oddálit</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="764"/> <source>Zoom out on the text</source> <translation>Zmenšovací lupa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="765"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Oddálit</b><p>Lupa na oddálení textu. Text bude menší.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="584"/> + <source>&Copy</source> + <translation>&Kopírovat</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="584"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="589"/> - <source>&Copy</source> - <translation>&Kopírovat</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Copy the selected text</source> <translation>Kopírovat vybraný text</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Kopírovat</b><p>Kopírovat vybraný text do schránky.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1103"/> + <location filename="Helpviewer/HelpWindow.py" line="1098"/> <source>&File</source> <translation>S&oubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1121"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source>&View</source> <translation>Poh&led</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <location filename="Helpviewer/HelpWindow.py" line="1145"/> <source>&Go</source> <translation>&Jít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1163"/> + <location filename="Helpviewer/HelpWindow.py" line="1158"/> <source>H&istory</source> <translation>H&istorie</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1170"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>&Bookmarks</source> <translation>&Záložky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1217"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source>&Help</source> <translation>&Nápověda</translation> </message> @@ -13045,57 +13045,57 @@ <translation type="obsolete">Posun doprava</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>File</source> <translation>Soubor</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1240"/> + <source>Edit</source> + <translation>Editovat</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1245"/> - <source>Edit</source> - <translation>Editovat</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1250"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1259"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>Find</source> <translation>Hledat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1285"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1292"/> + <location filename="Helpviewer/HelpWindow.py" line="1287"/> <source>Go</source> <translation>Jít</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1311"/> <source><p>Enter the help file to be displayed directly into this edit field. Select a previously shown help file from the drop down list.</p></source> - <translation><p>Zadání souboru s nápovědou, který se zobrazí přímo do tohoto editačního okna. Výběr předchozí zobrazené nápovědy z drop down seznamu.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <translation type="obsolete"><p>Zadání souboru s nápovědou, který se zobrazí přímo do tohoto editačního okna. Výběr předchozí zobrazené nápovědy z drop down seznamu.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Help soubory (*.html *.htm);;PDF soubory (*.pdf);;CHM soubory (*.chm);;Všechny soubory (*)</translation> </message> @@ -13105,204 +13105,204 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>New Tab</source> <translation>Nový Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New Window</source> <translation>Nové okno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New Tab</source> <translation>Otevřít soubor v novém tabu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close All</source> <translation>Zavřít vše</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backward</source> <translation>Nazpět</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Forward</source> <translation>Dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Home</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Reload</source> <translation>Obnovit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Find...</source> <translation>Hledat...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="612"/> + <source>Find next</source> + <translation>Najít další</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="612"/> + <source>F3</source> + <comment>Edit|Find next</comment> + <translation></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="626"/> + <source>Find previous</source> + <translation>Najít předchozí</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="626"/> + <source>Shift+F3</source> + <comment>Edit|Find previous</comment> + <translation></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="655"/> + <source>Add Bookmark</source> + <translation>Přidat záložku</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>What's This?</source> + <translation>Co je to?</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="715"/> + <source>About</source> + <translation>O aplikaci</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About Qt</source> + <translation>O Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="740"/> + <source>Zoom in</source> + <translation>Přiblížit</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="740"/> + <source>Ctrl++</source> + <comment>View|Zoom in</comment> + <translation></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Zoom out</source> + <translation>Oddálit</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Ctrl+-</source> + <comment>View|Zoom out</comment> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Find next</source> - <translation>Najít další</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>F3</source> - <comment>Edit|Find next</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> - <source>Find previous</source> - <translation>Najít předchozí</translation> + <source>Find next occurrence of text in page</source> + <translation>Hledat následující výskyt textu na straně</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="618"/> + <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> + <translation><b>Hledat následující</b><p>Vyhledá se následující výskyt textu na aktuální straně.</p></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="631"/> - <source>Shift+F3</source> - <comment>Edit|Find previous</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> - <source>Add Bookmark</source> - <translation>Přidat záložku</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>What's This?</source> - <translation>Co je to?</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> - <source>About</source> - <translation>O aplikaci</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About Qt</source> - <translation>O Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> - <source>Zoom in</source> - <translation>Přiblížit</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> - <source>Ctrl++</source> - <comment>View|Zoom in</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Zoom out</source> - <translation>Oddálit</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Ctrl+-</source> - <comment>View|Zoom out</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="622"/> - <source>Find next occurrence of text in page</source> - <translation>Hledat následující výskyt textu na straně</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> - <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> - <translation><b>Hledat následující</b><p>Vyhledá se následující výskyt textu na aktuální straně.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="636"/> <source>Find previous occurrence of text in page</source> <translation>Hledat předchozí výskyt textu na stránce</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="638"/> + <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Hledat předchozí</b><p>Vyhledá předchozí výskyt textu na aktuální straně.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Print preview of the displayed help</source> <translation>Tisknout náhled zobrazené nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="447"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Vytisknout náhled</b><p>Tisknout náhled zobrazeného textu nápovědy.</p></translation> </message> @@ -13312,222 +13312,222 @@ <translation type="obsolete"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Show next tab</source> <translation>Zobrazit následující tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Show previous tab</source> <translation>Zobrazit předchozí tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Ctrl+1</source> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <source>Clear icons database</source> + <translation>Vyčistit ikony databáze</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> + <source>Clear the database of favicons</source> + <translation>Vyčistit databázi favicons</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> - <source>Clear icons database</source> - <translation>Vyčistit ikony databáze</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Clear the database of favicons</source> - <translation>Vyčistit databázi favicons</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1020"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Vyčistit databázi favicons</b><p>Vyčistit databázi favicons navštívených URL.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Preferences</source> <translation>Předvolby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>&Preferences...</source> <translation>&Předvolby...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="854"/> <source>Set the prefered configuration</source> <translation>Nastavit preferovanou konfiguraci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="860"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Předvolby</b><p>Upravit položky konfigurace aplikace podle vašich předvoleb.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="141"/> + <location filename="Helpviewer/HelpWindow.py" line="136"/> <source>Contents</source> <translation>Obsah</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="472"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Close all help windows</source> <translation>Zavřít všechna okna s nápovědou</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="908"/> + <location filename="Helpviewer/HelpWindow.py" line="903"/> <source>Sync with Table of Contents</source> <translation>Sync obsahu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> + <location filename="Helpviewer/HelpWindow.py" line="907"/> <source>Synchronizes the table of contents with current page</source> <translation>Synchronizuje obsah s aktuální stranou</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="914"/> + <location filename="Helpviewer/HelpWindow.py" line="909"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Sync obsah</b><p>Synchronizuje obsah s aktuální stranou.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="917"/> + <source>Table of Contents</source> + <translation>Obsah</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="920"/> + <source>Shows the table of contents window</source> + <translation>Zobrazit okno s obsahem</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="922"/> - <source>Table of Contents</source> - <translation>Obsah</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Shows the table of contents window</source> - <translation>Zobrazit okno s obsahem</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="927"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Obsah</b><p>Zobrazit okno s obsahem.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="956"/> + <source>Manage QtHelp Documents</source> + <translation>Uspořádat dokumenty QtNápovědy</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="959"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Zobrazit dialog pro uspořádání QtNápovědy</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="961"/> - <source>Manage QtHelp Documents</source> - <translation>Uspořádat dokumenty QtNápovědy</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="964"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Zobrazit dialog pro uspořádání QtNápovědy</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Uspořádat dokumenty QtNápovědy</b><p>Zobrazit dialog pro uspořádání QtNápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1209"/> + <location filename="Helpviewer/HelpWindow.py" line="1204"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1261"/> + <source>Filter</source> + <translation>Filtr</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1266"/> - <source>Filter</source> - <translation>Filtr</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1271"/> <source>Filtered by: </source> <translation>Filtrováno: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2049"/> + <location filename="Helpviewer/HelpWindow.py" line="1922"/> <source>Could not find an associated content.</source> <translation>Asociovaný obsah nelze nalézt.</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp Filters</source> + <translation>Uspořádat filtry QtNápovědy</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="972"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Zobrazit dialog pro uspořádání filtrů QtNápovědy</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp Filters</source> - <translation>Uspořádat filtry QtNápovědy</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="977"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Zobrazit dialog pro uspořádání filtrů QtNápovědy</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Uspořádat filtry QtNápovědy</b><p>Zobrazit dialog pro uspořádání filtrů QtNápovědy.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="930"/> + <source>Index</source> + <translation>Index</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="933"/> + <source>Shows the index window</source> + <translation>Zobrazit index okna</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="935"/> - <source>Index</source> - <translation>Index</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Shows the index window</source> - <translation>Zobrazit index okna</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Index</b><p>Zobrazit index okna.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="943"/> + <source>Search</source> + <translation>Hledat</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="946"/> + <source>Shows the search window</source> + <translation>Zobrazit okno hledání</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="948"/> - <source>Search</source> - <translation>Hledat</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="951"/> - <source>Shows the search window</source> - <translation>Zobrazit okno hledání</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Hledání</b><p>Zobrazit okno hledání.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>Reindex Documentation</source> + <translation>Znovu indexovat dokumentaci</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="985"/> + <source>Reindexes the documentation set</source> + <translation>Přeindexuje dokumentaci</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>Reindex Documentation</source> - <translation>Znovu indexovat dokumentaci</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="990"/> - <source>Reindexes the documentation set</source> - <translation>Přeindexuje dokumentaci</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Znovu indexovat dokumentaci</b><p>Přeindexuje dokumentaci.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2158"/> + <location filename="Helpviewer/HelpWindow.py" line="2031"/> <source>Updating search index</source> <translation>Aktualizovat index pro hledání</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2210"/> + <location filename="Helpviewer/HelpWindow.py" line="2083"/> <source>Looking for Documentation...</source> <translation>Vyhledat dokumentaci...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2240"/> + <location filename="Helpviewer/HelpWindow.py" line="2113"/> <source>Unfiltered</source> <translation>Nefiltrováno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2259"/> + <location filename="Helpviewer/HelpWindow.py" line="2132"/> <source>Help Engine</source> <translation>Engine nápovědy</translation> </message> @@ -13537,17 +13537,17 @@ <translation type="obsolete">Zobrazit menu navigace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="480"/> <source>Private Browsing</source> <translation>Mód soukromí</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="476"/> + <source>Private &Browsing</source> + <translation>Mód &soukromí</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> - <source>Private &Browsing</source> - <translation>Mód &soukromí</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Mód soukromí</b><p>Zapne mód soukromí. V tomto módu není zaznamenávána historie stran.</p></translation> </message> @@ -13562,330 +13562,330 @@ <translation type="obsolete">Načteno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Full Screen</source> <translation>Celá obrazovka</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>&Full Screen</source> <translation>&Celá obrazovka</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>F11</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="961"/> + <location filename="Helpviewer/HelpWindow.py" line="956"/> <source>Manage QtHelp &Documents</source> <translation>Uspořádat QtHelp &dokumenty</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="974"/> + <location filename="Helpviewer/HelpWindow.py" line="969"/> <source>Manage QtHelp &Filters</source> <translation>Uspořádat QtHelp &filtry</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="987"/> + <location filename="Helpviewer/HelpWindow.py" line="982"/> <source>&Reindex Documentation</source> <translation>Přeinde&xovat dokumentaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> + <location filename="Helpviewer/HelpWindow.py" line="1000"/> <source>Clear private data</source> <translation>Smazat soukromá data</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> + <source>&Clear private data</source> + <translation>Smazat &soukromá data</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> - <source>&Clear private data</source> - <translation>Smazat &soukromá data</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1006"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Smazat soukromá data</b><p>Smaže soukromá data jako je historie prohlížení, vyhledávání a databáze favicon.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear &icons database</source> <translation>Smazat databázi &ikon</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Show Network Monitor</source> <translation>Zobrazit monitor sítě</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show &Network Monitor</source> + <translation>Zobrazit mo&nitor sítě</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <source>Show the network monitor dialog</source> + <translation>Zobrazit dialog monitoru sítě</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show &Network Monitor</source> - <translation>Zobrazit mo&nitor sítě</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Show the network monitor dialog</source> - <translation>Zobrazit dialog monitoru sítě</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1075"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Zobrazit monitor sítě</b><p>Zobrazit dialog monitoru sítě.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1182"/> + <location filename="Helpviewer/HelpWindow.py" line="1177"/> <source>&Settings</source> <translation>Na&stavení</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1205"/> + <location filename="Helpviewer/HelpWindow.py" line="1200"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Show page source</source> + <translation>Zobrazit zdroj strany</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Ctrl+U</source> + <translation></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Show the page source in an editor</source> + <translation>Zobrazit zdroj strany v editoru</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Show page source</source> - <translation>Zobrazit zdroj strany</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Ctrl+U</source> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="809"/> - <source>Show the page source in an editor</source> - <translation>Zobrazit zdroj strany v editoru</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="810"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Zobrazit zdroj strany</b><p>Zobrazit zdroj strany v editoru.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="864"/> + <source>&Languages...</source> + <translation>&Jazyky...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="867"/> + <source>Configure the accepted languages for web pages</source> + <translation>Nastavit polovené jazyky pro web strany</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="869"/> - <source>&Languages...</source> - <translation>&Jazyky...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> - <source>Configure the accepted languages for web pages</source> - <translation>Nastavit polovené jazyky pro web strany</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="874"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Jazyky</b><p>Nastavit polovené jazyky pro web strany.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="864"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="882"/> + <location filename="Helpviewer/HelpWindow.py" line="877"/> <source>Cookies</source> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>C&ookies...</source> + <translation>C&ookies...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="880"/> + <source>Configure cookies handling</source> + <translation>Nastavit ovládání cookies</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>C&ookies...</source> - <translation>C&ookies...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="885"/> - <source>Configure cookies handling</source> - <translation>Nastavit ovládání cookies</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Nastavit ovládání cookies.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1277"/> + <location filename="Helpviewer/HelpWindow.py" line="1272"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom reset</source> <translation>Resetovat lupu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom &reset</source> <translation>&Resetovat lupu</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="768"/> + <source>Ctrl+0</source> + <comment>View|Zoom reset</comment> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Ctrl+0</source> - <comment>View|Zoom reset</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="778"/> <source>Reset the zoom of the text</source> <translation>Resetovat lupu textu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom text only</source> <translation>Jen lupa textu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom &text only</source> <translation>Jen lupa &textu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Zoom text only; pictures remain constant</source> <translation>Jen lupa textu; obrázky zůstávají beze změn</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="795"/> + <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Jen lupa textu</b><p>Jen lupa textu; Obrázky zůstávají beze změn.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Reset lupy</b><p>Reset lupy pro text. Nastaví se lupa na hodnotu 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New &Window</source> <translation>&Nové okno</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>Import Bookmarks</source> + <translation>Importovat záložky</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>&Import Bookmarks...</source> + <translation>&Importovat záložky...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="384"/> + <source>Import bookmarks from other browsers</source> + <translation>Import záložek z jiných prohlížečů</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>Import Bookmarks</source> - <translation>Importovat záložky</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>&Import Bookmarks...</source> - <translation>&Importovat záložky...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="389"/> - <source>Import bookmarks from other browsers</source> - <translation>Import záložek z jiných prohlížečů</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="391"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Import záložek</b><p>Import záložek z jiných prohlížečů.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="400"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Export Bookmarks</source> <translation>Export záložek</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>&Export Bookmarks...</source> + <translation>&Exportovat záložky...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source>Export the bookmarks into a file</source> + <translation>Export záložek do souboru</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="400"/> - <source>&Export Bookmarks...</source> - <translation>&Exportovat záložky...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="403"/> - <source>Export the bookmarks into a file</source> - <translation>Export záložek do souboru</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="405"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Export záložek</b><p>Export záložek do souboru.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Manage Bookmarks</source> <translation>Správa záložek</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>&Manage Bookmarks...</source> <translation>&Správa záložek...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="650"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Otevřít dialog pro správu záložek.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="652"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Správa záložek</b><p>Otevřít dialog pro správu záložek.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add &Bookmark...</source> <translation>Přid&at záložku...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="666"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Open a dialog to add a bookmark.</source> <translation>Otevřít dialog pro přidání záložky.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="667"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Přidat záložku</b><p>Otevřít dialog pro přidání aktuální URL jako záložky.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add Folder</source> + <translation>Přidat složku</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add &Folder...</source> + <translation>Přidat s&ložku...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="673"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Otevřít dialog pro přidání nové složky záložek.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add Folder</source> - <translation>Přidat složku</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add &Folder...</source> - <translation>Přidat s&ložku...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="678"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Otevřít dialog pro přidání nové složky záložek.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Přidat složku...</b><p>Otevřít dialog pro přidání nové složky záložek.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs</source> + <translation>Vytvořit záložky pro všechny taby</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs...</source> + <translation>Vytvořit záložky pro všechny taby...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Bookmark all open tabs.</source> + <translation>Vytvořit záložky pro všechny otevřené taby.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs</source> - <translation>Vytvořit záložky pro všechny taby</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs...</source> - <translation>Vytvořit záložky pro všechny taby...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> - <source>Bookmark all open tabs.</source> - <translation>Vytvořit záložky pro všechny otevřené taby.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="693"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Vytvořit záložky pro všechny taby...</b><p>Otevřít dialog pro přidání nové složky záložek pro všechny otevřené taby.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1645"/> + <location filename="Helpviewer/HelpWindow.py" line="1551"/> <source>Saved Tabs</source> <translation>Uložkt taby</translation> </message> @@ -13895,40 +13895,40 @@ <translation type="obsolete">Zavřít ostatní</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>F5</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Stop</source> <translation>Zastavit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Stop</source> <translation>Za&stavit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Esc</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="580"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Stop loading</source> <translation>Zastavit načítání</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="581"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Zastavit</b><p>Zastavit načítání aktuálního tabu.</p></translation> </message> @@ -13938,108 +13938,108 @@ <translation type="obsolete">Duplikovat stranu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Save As </source> <translation>Uložit jako </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>&Save As...</source> <translation>Uložit j&ako...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="365"/> + <source>Shift+Ctrl+S</source> + <comment>File|Save As</comment> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="370"/> - <source>Shift+Ctrl+S</source> - <comment>File|Save As</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Save the current page to disk</source> <translation>Uložit aktuální stranu na disk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="372"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Uložit jako...</b><p>Uložit aktuální stranu na disk.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1575"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Eric Web Browser</source> <translation>Eric web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1566"/> + <location filename="Helpviewer/HelpWindow.py" line="1472"/> <source><h3>About Eric Web Browser</h3><p>The Eric Web Browser is a combined help file and HTML browser.</p></source> <translation><h3>O Eric web prohlížeči</h3><p>Eric web prohlížeč je kombinace souboru nápovědy a HTML prohlížeče.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Quit the web browser</source> <translation>Ukončit web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Quit</b><p>Quit the web browser.</p></source> <translation><b>Ukončit</b><p>Ukončit web prohlížeč.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search Engines</source> <translation>Konfigurovat vyhledávací enginy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1027"/> <source>Configure the available search engines</source> <translation>Konfigurovat dostupné vyhledávací enginy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Konfigurivat vyhledávací enginy...</b><p>Otevře dialog pro konfiguraci dostupných vyhledávacích enginů.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords</source> <translation>Spravovat uložená hesla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords...</source> <translation>Spravovat uložená hesla...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1046"/> + <location filename="Helpviewer/HelpWindow.py" line="1041"/> <source>Manage the saved passwords</source> <translation>Spravovat vaše uložená hesla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Spravovat uložená hesla...</b><p>Otevře dialog pro spravování uložených hesel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>Ad Block</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1060"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Konfigurovat AdBlock odebírání a pravidla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Otevře dialog pro konfiguraci AdBlock odebírání a pravidel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2219"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source>eric5 Web Browser</source> <translation>eric5 web prohlížeč</translation> </message> @@ -14049,52 +14049,52 @@ <translation type="obsolete">Načtení selhalo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="428"/> + <location filename="Helpviewer/HelpWindow.py" line="423"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="432"/> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="433"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="895"/> + <location filename="Helpviewer/HelpWindow.py" line="890"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="890"/> + <source>Offline &Storage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="893"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="895"/> - <source>Offline &Storage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="898"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1815"/> + <location filename="Helpviewer/HelpWindow.py" line="1721"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> + <location filename="Helpviewer/HelpWindow.py" line="1140"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -14104,42 +14104,42 @@ <translation type="obsolete">Výchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1195"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2531"/> + <location filename="Helpviewer/HelpWindow.py" line="2404"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2532"/> + <location filename="Helpviewer/HelpWindow.py" line="2405"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2533"/> + <location filename="Helpviewer/HelpWindow.py" line="2406"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <location filename="Helpviewer/HelpWindow.py" line="2407"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2408"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2536"/> + <location filename="Helpviewer/HelpWindow.py" line="2409"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2558"/> + <location filename="Helpviewer/HelpWindow.py" line="2431"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -17425,22 +17425,22 @@ <translation>Načíst historii</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source>Saving History</source> <translation>Uložit historii</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="417"/> + <location filename="Helpviewer/History/HistoryManager.py" line="418"/> <source><p>Unable to open history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation><p>Nelze otevřít soubor s historií <b>{0}</b>.<br/>Důvod: {1}</p></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="437"/> + <location filename="Helpviewer/History/HistoryManager.py" line="438"/> <source><p>Error removing old history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation><p>Chyba při odebírání starého souboru historie <b>{0}</b>.<br/>Důvod: {1}</p></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source><p>Error moving new history file over old one (<b>{0}</b>).<br/>Reason: {1}</p></source> <translation><p>Chyba při přesouvání nového souboru historie z původního (<b>{0}</b>).<br/>Důvod: {1}</p></translation> </message> @@ -19390,27 +19390,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="84"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> <source>Welcome to Eric Web Browser!</source> <translation>Vítejte v Eric web prohlížeči!</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> - <source>Eric Web Browser</source> - <translation>Eric web prohlížeč</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="86"/> - <source>Search!</source> - <translation>Hledat!</translation> + <source>Eric Web Browser</source> + <translation>Eric web prohlížeč</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="87"/> + <source>Search!</source> + <translation>Hledat!</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="88"/> <source>About Eric</source> <translation>O Erikovi</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="126"/> <source>Search results provided by {0}</source> <translation>Výsledek vyhledávání dodaný od {0}</translation> </message> @@ -23578,32 +23578,32 @@ <context> <name>Project</name> <message> - <location filename="Project/Project.py" line="196"/> + <location filename="Project/Project.py" line="195"/> <source>Ruby Files (*.rb);;</source> <translation>Ruby soubory (*.rb);;</translation> </message> <message> + <location filename="Project/Project.py" line="227"/> + <source>Qt4 GUI</source> + <translation></translation> + </message> + <message> <location filename="Project/Project.py" line="228"/> - <source>Qt4 GUI</source> - <translation></translation> - </message> - <message> - <location filename="Project/Project.py" line="229"/> <source>Qt4 Console</source> <translation></translation> </message> <message> + <location filename="Project/Project.py" line="230"/> + <source>Console</source> + <translation>Konzole</translation> + </message> + <message> <location filename="Project/Project.py" line="231"/> - <source>Console</source> - <translation>Konzole</translation> - </message> - <message> - <location filename="Project/Project.py" line="232"/> <source>Other</source> <translation>Ostatní</translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source>Read project file</source> <translation>Načíst soubor projektu</translation> </message> @@ -23613,27 +23613,27 @@ <translation type="obsolete">Komprimované soubory nejsou podporovány. Kompresní knihovna chybí.</translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source>Save project file</source> <translation>Uložit soubor projektu</translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source>Read user project properties</source> <translation>Načíst uživatelská nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source>Save user project properties</source> <translation>Uložit uživatelská nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source>Read project session</source> <translation>Načíst relaci projektu</translation> </message> <message> - <location filename="Project/Project.py" line="926"/> + <location filename="Project/Project.py" line="925"/> <source>Please save the project first.</source> <translation>Prosím, nejdříve uložte projekt.</translation> </message> @@ -23643,17 +23643,17 @@ <translation type="obsolete">Soubor s komprimovanou relací projektu není podporován. Kompresní knihovna chybí.</translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source>Save project session</source> <translation>Uložit relaci projektu</translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source>Delete project session</source> <translation>Smazat relaci projektu</translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> @@ -23663,17 +23663,17 @@ <translation type="obsolete">Soubor s komprimovanými úlohami není podporován. Kompresní knihovna chybí.</translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source>Read debugger properties</source> <translation>Načíst nastavení debuggeru</translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source>Save debugger properties</source> <translation>Uložit nastavení debuggeru</translation> </message> @@ -23683,97 +23683,97 @@ <translation type="obsolete">Soubor s komprimovanými nastaveními debuggeru není podporován. Kompresní knihovna chybí.</translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source>Delete debugger properties</source> <translation>Smazat nastavení debuggeru</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>Add Language</source> <translation>Přidat jazyk</translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source>Delete translation</source> <translation>Smazat překlad</translation> </message> <message> - <location filename="Project/Project.py" line="1270"/> + <location filename="Project/Project.py" line="1269"/> <source>Add file</source> <translation>Přidat soubor</translation> </message> <message> - <location filename="Project/Project.py" line="1374"/> + <location filename="Project/Project.py" line="1373"/> <source>The target directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>Add directory</source> <translation>Přidat adresář</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>The source directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="Project/Project.py" line="1504"/> + <location filename="Project/Project.py" line="1503"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source>Rename File</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source>Delete file</source> <translation>Smazat soubor</translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source>Delete directory</source> <translation>Smazat adresář</translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source>Create project directory</source> <translation>Vytvořit adresář projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>New Project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="Project/Project.py" line="1843"/> + <location filename="Project/Project.py" line="1853"/> <source>Add existing files to the project?</source> <translation>Přidat existující soubory do projektu?</translation> </message> <message> - <location filename="Project/Project.py" line="1948"/> + <location filename="Project/Project.py" line="1958"/> <source>Would you like to edit the VCS command options?</source> <translation>Chcete editovat parametry VCS příkazu?</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>New project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="Project/Project.py" line="1901"/> + <location filename="Project/Project.py" line="1911"/> <source>Shall the project file be added to the repository?</source> <translation>Má být projekt přidán do repozitáře?</translation> </message> <message> - <location filename="Project/Project.py" line="1922"/> + <location filename="Project/Project.py" line="1932"/> <source>Select version control system for the project</source> <translation>Výběr verzovacího systému projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>Open project</source> <translation>Otevřít projekt</translation> </message> @@ -23783,12 +23783,12 @@ <translation type="obsolete">Komprimované soubory projektu (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2352"/> + <location filename="Project/Project.py" line="2362"/> <source>Project Files (*.e4p)</source> <translation>Soubory projektu (*.e4p)</translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save project as</source> <translation>Uložit projekt jako</translation> </message> @@ -23798,27 +23798,27 @@ <translation type="obsolete">Soubory projektu (*.e4p);;Komprimované soubory projektu (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>Close Project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>The current project has unsaved changes.</source> <translation>Aktuální projekt obsahuje neuložené změny.</translation> </message> <message> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>Syntax errors detected</source> <translation>Zjištěny syntaktické chyby</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform> @@ -23827,687 +23827,687 @@ </translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>&New...</source> <translation>&Nový...</translation> </message> <message> - <location filename="Project/Project.py" line="2808"/> + <location filename="Project/Project.py" line="2818"/> <source>Generate a new project</source> <translation>Vygenerovat nový projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2809"/> + <location filename="Project/Project.py" line="2819"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>&Open...</source> <translation>&Otevřít...</translation> </message> <message> - <location filename="Project/Project.py" line="2821"/> + <location filename="Project/Project.py" line="2831"/> <source>Open an existing project</source> <translation>Otevřít existující projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2822"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation><b>Otevřít....</b><p>Otevře existující projekt.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>Close project</source> - <translation>Zavřít projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>&Close</source> - <translation>&Zavřít</translation> - </message> - <message> <location filename="Project/Project.py" line="2832"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation><b>Otevřít....</b><p>Otevře existující projekt.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>Close project</source> + <translation>Zavřít projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>&Close</source> + <translation>&Zavřít</translation> + </message> + <message> + <location filename="Project/Project.py" line="2842"/> <source>Close the current project</source> <translation>Uzavře aktuální projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2833"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>Zavřít</b><p>Aktuální projekt se uzavře.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2840"/> - <source>Save project</source> - <translation>Uložit projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>&Save</source> - <translation>&Uložit</translation> - </message> - <message> <location filename="Project/Project.py" line="2843"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>Zavřít</b><p>Aktuální projekt se uzavře.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2850"/> + <source>Save project</source> + <translation>Uložit projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>&Save</source> + <translation>&Uložit</translation> + </message> + <message> + <location filename="Project/Project.py" line="2853"/> <source>Save the current project</source> <translation>Uložit aktuální projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2844"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2851"/> - <source>Save &as...</source> - <translation>Uložit j&ako...</translation> - </message> - <message> <location filename="Project/Project.py" line="2854"/> - <source>Save the current project to a new file</source> - <translation>Uloží aktuální projekt do nového souboru</translation> - </message> - <message> - <location filename="Project/Project.py" line="2855"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Uložit jako</b><p>Uloží aktuální projekt do nového souboru.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2864"/> - <source>Add files to project</source> - <translation>Přidat soubory do projektu</translation> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2861"/> + <source>Save &as...</source> + <translation>Uložit j&ako...</translation> </message> <message> <location filename="Project/Project.py" line="2864"/> + <source>Save the current project to a new file</source> + <translation>Uloží aktuální projekt do nového souboru</translation> + </message> + <message> + <location filename="Project/Project.py" line="2865"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Uložit jako</b><p>Uloží aktuální projekt do nového souboru.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> + <source>Add files to project</source> + <translation>Přidat soubory do projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> <source>Add &files...</source> <translation>&Přidat soubory...</translation> </message> <message> - <location filename="Project/Project.py" line="2868"/> - <source>Add files to the current project</source> - <translation>Přidat soubory do aktuálního projektu</translation> - </message> - <message> - <location filename="Project/Project.py" line="2869"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Přidat soubory...</b><p>Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2878"/> - <source>Add directory to project</source> - <translation>Přidat adresář do projektu</translation> - </message> - <message> <location filename="Project/Project.py" line="2878"/> + <source>Add files to the current project</source> + <translation>Přidat soubory do aktuálního projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2879"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Přidat soubory...</b><p>Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> + <source>Add directory to project</source> + <translation>Přidat adresář do projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> <source>Add directory...</source> <translation>Přidat adresář...</translation> </message> <message> - <location filename="Project/Project.py" line="2882"/> - <source>Add a directory to the current project</source> - <translation>Přidat adresář do aktuálního projektu</translation> - </message> - <message> - <location filename="Project/Project.py" line="2884"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Přidat adresář...</b><p>Otevře dialog pro přičtení adresáře do aktuálního projektu.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2892"/> + <source>Add a directory to the current project</source> + <translation>Přidat adresář do aktuálního projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2894"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Přidat adresář...</b><p>Otevře dialog pro přičtení adresáře do aktuálního projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2902"/> <source>Add translation to project</source> <translation>Přidat překlad do projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add &translation...</source> <translation>Přida&t překlad...</translation> </message> <message> - <location filename="Project/Project.py" line="2896"/> - <source>Add a translation to the current project</source> - <translation>Přidat překlad do aktuálního projektu</translation> - </message> - <message> - <location filename="Project/Project.py" line="2898"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2906"/> - <source>Search new files</source> - <translation>Hledat nové soubory</translation> - </message> - <message> <location filename="Project/Project.py" line="2906"/> + <source>Add a translation to the current project</source> + <translation>Přidat překlad do aktuálního projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2908"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> + <source>Search new files</source> + <translation>Hledat nové soubory</translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> <source>Searc&h new files...</source> <translation>&Hledat nové soubory...</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2919"/> <source>Search new files in the project directory.</source> <translation>Hledat nové soubory v adresáři projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="2910"/> + <location filename="Project/Project.py" line="2920"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Hledat nové soubory...</b><p>Hledají se nové soubory (zdrojové, *.ui, *.idl) v adresáři projektu a v registrovaných podadresářích.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>Project properties</source> <translation>Nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>&Properties...</source> <translation>&Natavení...</translation> </message> <message> - <location filename="Project/Project.py" line="2921"/> + <location filename="Project/Project.py" line="2931"/> <source>Show the project properties</source> <translation>Zobrazit nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>User project properties</source> - <translation>Uživatelská nastavení projektu</translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>&User Properties...</source> - <translation>Uživat&elská nastavení...</translation> - </message> - <message> <location filename="Project/Project.py" line="2932"/> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>User project properties</source> + <translation>Uživatelská nastavení projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>&User Properties...</source> + <translation>Uživat&elská nastavení...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2942"/> <source>Show the user specific project properties</source> <translation>Zobrazit uživatelem definovaná nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2934"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation><b>Uživatelská nastavení...</b><p>Zobrazí dialog s editací uživatelských nastavení projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations</source> - <translation>Asociace typů souborů</translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations...</source> - <translation>Asociace typů souborů...</translation> - </message> - <message> <location filename="Project/Project.py" line="2944"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation><b>Uživatelská nastavení...</b><p>Zobrazí dialog s editací uživatelských nastavení projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations</source> + <translation>Asociace typů souborů</translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations...</source> + <translation>Asociace typů souborů...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2954"/> <source>Show the project filetype associations</source> <translation>Zobrazit asociace typů souborů</translation> </message> <message> - <location filename="Project/Project.py" line="2946"/> + <location filename="Project/Project.py" line="2956"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Asociace typů souborů...</b><p>Zobrazí se dialog s editací asociace typů souborů v projektu. Na základě vzorku souborového jména tyto asociace určují typ souboru (zdrojový kód, formulář, interface nebo jiné). Tyto asociace jsou použity při přidávání souborů do projektu a při vyhledávání.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger Properties</source> <translation>Nastavení debugeru</translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger &Properties...</source> <translation>Nastavení &debuggeru...</translation> </message> <message> - <location filename="Project/Project.py" line="2975"/> + <location filename="Project/Project.py" line="2985"/> <source>Show the debugger properties</source> <translation>Zobrazit nastavení debugeru</translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>Load</source> - <translation>Načíst</translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>&Load</source> - <translation>&Načíst</translation> - </message> - <message> <location filename="Project/Project.py" line="2986"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>Load</source> + <translation>Načíst</translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>&Load</source> + <translation>&Načíst</translation> + </message> + <message> + <location filename="Project/Project.py" line="2996"/> <source>Load the debugger properties</source> <translation>Načíst nastavení debugeru</translation> </message> <message> - <location filename="Project/Project.py" line="2987"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>Save</source> - <translation>Uložit</translation> - </message> - <message> <location filename="Project/Project.py" line="2997"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>Save</source> + <translation>Uložit</translation> + </message> + <message> + <location filename="Project/Project.py" line="3007"/> <source>Save the debugger properties</source> <translation>Uložit nastavení debugeru</translation> </message> <message> - <location filename="Project/Project.py" line="2998"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>Delete</source> - <translation>Smazat</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>&Delete</source> - <translation>Sma&zat</translation> - </message> - <message> <location filename="Project/Project.py" line="3008"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>Delete</source> + <translation>Smazat</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>&Delete</source> + <translation>Sma&zat</translation> + </message> + <message> + <location filename="Project/Project.py" line="3018"/> <source>Delete the debugger properties</source> <translation>Smazat nastavení debugeru</translation> </message> <message> - <location filename="Project/Project.py" line="3009"/> + <location filename="Project/Project.py" line="3019"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>Reset</source> <translation></translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>&Reset</source> <translation>&Reset</translation> </message> <message> - <location filename="Project/Project.py" line="3020"/> - <source>Reset the debugger properties</source> - <translation>Reset nastavení debugeru</translation> - </message> - <message> - <location filename="Project/Project.py" line="3021"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="3030"/> + <source>Reset the debugger properties</source> + <translation>Reset nastavení debugeru</translation> + </message> + <message> + <location filename="Project/Project.py" line="3031"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3040"/> <source>Load session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> + <location filename="Project/Project.py" line="3043"/> <source>Load the projects session file.</source> <translation>Načíst soubor s relací projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3034"/> + <location filename="Project/Project.py" line="3044"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Načíst relaci</b><p>Načte soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="Project/Project.py" line="3047"/> + <location filename="Project/Project.py" line="3057"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="Project/Project.py" line="3050"/> + <location filename="Project/Project.py" line="3060"/> <source>Save the projects session file.</source> <translation>Uložit soubor s relací projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3051"/> + <location filename="Project/Project.py" line="3061"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Uložit relaci</b><p>Uloží soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="Project/Project.py" line="3064"/> + <location filename="Project/Project.py" line="3074"/> <source>Delete session</source> <translation>Smazat relaci</translation> </message> <message> - <location filename="Project/Project.py" line="3067"/> - <source>Delete the projects session file.</source> - <translation>Smaže soubor s relací projektu.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3068"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="3077"/> + <source>Delete the projects session file.</source> + <translation>Smaže soubor s relací projektu.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3078"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3087"/> <source>Code Metrics</source> <translation>Metriky kódu</translation> </message> <message> - <location filename="Project/Project.py" line="3077"/> + <location filename="Project/Project.py" line="3087"/> <source>&Code Metrics...</source> <translation>Metriky &kódu...</translation> </message> <message> - <location filename="Project/Project.py" line="3080"/> + <location filename="Project/Project.py" line="3090"/> <source>Show some code metrics for the project.</source> <translation>Zobrazit metriky kódu projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3082"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Python Code Coverage</source> - <translation>Pokrytí python kódu</translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Code Co&verage...</source> - <translation>Pokr&ytí kódu...</translation> - </message> - <message> <location filename="Project/Project.py" line="3092"/> - <source>Show code coverage information for the project.</source> - <translation>Zobrazit informace pokrytí kódu projektu.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3094"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Profile Data</source> - <translation>Profilovat data</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Python Code Coverage</source> + <translation>Pokrytí python kódu</translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Code Co&verage...</source> + <translation>Pokr&ytí kódu...</translation> </message> <message> <location filename="Project/Project.py" line="3102"/> + <source>Show code coverage information for the project.</source> + <translation>Zobrazit informace pokrytí kódu projektu.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3104"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Profile Data</source> + <translation>Profilovat data</translation> + </message> + <message> + <location filename="Project/Project.py" line="3112"/> <source>&Profile Data...</source> <translation>&Profilovat data...</translation> </message> <message> - <location filename="Project/Project.py" line="3105"/> + <location filename="Project/Project.py" line="3115"/> <source>Show profiling data for the project.</source> <translation>Zobrazit profilování dat projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3107"/> - <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> - <translation><b>Profilovat data</b><p>Zobrazí se profilování dat projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3827"/> - <source>Application Diagram</source> - <translation>Diagram aplikace</translation> - </message> - <message> - <location filename="Project/Project.py" line="3114"/> - <source>&Application Diagram...</source> - <translation>Diagram &aplikace...</translation> - </message> - <message> <location filename="Project/Project.py" line="3117"/> + <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> + <translation><b>Profilovat data</b><p>Zobrazí se profilování dat projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3837"/> + <source>Application Diagram</source> + <translation>Diagram aplikace</translation> + </message> + <message> + <location filename="Project/Project.py" line="3124"/> + <source>&Application Diagram...</source> + <translation>Diagram &aplikace...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3127"/> <source>Show a diagram of the project.</source> <translation>Zobrazit diagram projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3119"/> + <location filename="Project/Project.py" line="3129"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagram aplikace...</b><p>Zobrazí diagram projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3191"/> - <source>&Project</source> - <translation>&Projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="3192"/> - <source>Open &Recent Projects</source> - <translation>Otevřít poslední p&rojekty</translation> - </message> - <message> - <location filename="Project/Project.py" line="3193"/> - <source>&Version Control</source> - <translation>Kontrola &verzí</translation> - </message> - <message> - <location filename="Project/Project.py" line="3196"/> - <source>Chec&k</source> - <translation>Zkontro&lovat</translation> - </message> - <message> - <location filename="Project/Project.py" line="3198"/> - <source>Sho&w</source> - <translation>Zo&brazit</translation> - </message> - <message> - <location filename="Project/Project.py" line="3199"/> - <source>&Diagrams</source> - <translation>&Diagramy</translation> - </message> - <message> - <location filename="Project/Project.py" line="3200"/> - <source>Session</source> - <translation>Relace</translation> - </message> - <message> <location filename="Project/Project.py" line="3201"/> - <source>Source &Documentation</source> - <translation>Zd&rojová dokumentace</translation> + <source>&Project</source> + <translation>&Projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="3202"/> + <source>Open &Recent Projects</source> + <translation>Otevřít poslední p&rojekty</translation> </message> <message> <location filename="Project/Project.py" line="3203"/> + <source>&Version Control</source> + <translation>Kontrola &verzí</translation> + </message> + <message> + <location filename="Project/Project.py" line="3206"/> + <source>Chec&k</source> + <translation>Zkontro&lovat</translation> + </message> + <message> + <location filename="Project/Project.py" line="3208"/> + <source>Sho&w</source> + <translation>Zo&brazit</translation> + </message> + <message> + <location filename="Project/Project.py" line="3209"/> + <source>&Diagrams</source> + <translation>&Diagramy</translation> + </message> + <message> + <location filename="Project/Project.py" line="3210"/> + <source>Session</source> + <translation>Relace</translation> + </message> + <message> + <location filename="Project/Project.py" line="3211"/> + <source>Source &Documentation</source> + <translation>Zd&rojová dokumentace</translation> + </message> + <message> + <location filename="Project/Project.py" line="3213"/> <source>Debugger</source> <translation></translation> </message> <message> - <location filename="Project/Project.py" line="3204"/> + <location filename="Project/Project.py" line="3214"/> <source>Pac&kagers</source> <translation>Balíč&ky</translation> </message> <message> - <location filename="Project/Project.py" line="3306"/> + <location filename="Project/Project.py" line="3316"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="Project/Project.py" line="3367"/> + <location filename="Project/Project.py" line="3377"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>Search New Files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>There were no new files found to be added.</source> <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="Project/Project.py" line="3707"/> + <location filename="Project/Project.py" line="3717"/> <source>Coverage Data</source> <translation>Datové pokrytí</translation> </message> <message> - <location filename="Project/Project.py" line="3753"/> + <location filename="Project/Project.py" line="3763"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor pokrytí</translation> </message> <message> - <location filename="Project/Project.py" line="3774"/> + <location filename="Project/Project.py" line="3784"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source>Create Package List</source> <translation>Vytvořit seznam balíčků</translation> </message> <message> - <location filename="Project/Project.py" line="3128"/> + <location filename="Project/Project.py" line="3138"/> <source>Create &Package List</source> <translation>Vytvořit seznam &balíčků</translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source>Create Plugin Archive</source> <translation>Vytvořit Plugin archiv</translation> </message> <message> - <location filename="Project/Project.py" line="3142"/> + <location filename="Project/Project.py" line="3152"/> <source>Create Plugin &Archive</source> <translation>Vytvořit Plugin &archiv</translation> </message> <message> - <location filename="Project/Project.py" line="3931"/> + <location filename="Project/Project.py" line="3941"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>PKGLIST</b> již existuje.</p><p>Přepsat jej?</p></translation> </message> <message> - <location filename="Project/Project.py" line="3975"/> + <location filename="Project/Project.py" line="3985"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation><p>Soubor <b>PKGLIST</b> neexistuje. Zrušeno...</p></translation> </message> <message> - <location filename="Project/Project.py" line="3983"/> + <location filename="Project/Project.py" line="3993"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> </message> <message> - <location filename="Project/Project.py" line="1299"/> + <location filename="Project/Project.py" line="1298"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Zdrojový adresář neobsahuje žádné soubory související s danou kategorií.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>Select Version Control System</source> <translation>Vybrat Version Control System</translation> </message> <message> - <location filename="Project/Project.py" line="1928"/> + <location filename="Project/Project.py" line="1938"/> <source>None</source> <translation>None</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source>Registering Project Type</source> <translation>Zaregistrovat typ projektu</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (Snapshot)</source> <translation>Vytvořit archiv pluginů (snímek)</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>Vytvořit archiv pluginů (&snímek)</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>You have to specify a translation pattern first.</source> <translation>Nejdříve musíte specifikovat vzor překladu.</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Translation Pattern</source> <translation>Vzor překladu</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Zadejte vzor cesty pro soubory s překlady (použijte '%language%' na místě s kódem jazyka):</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations</source> <translation>Spojení lexeru</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations...</source> <translation>Spojení lexeru...</translation> </message> <message> - <location filename="Project/Project.py" line="2959"/> + <location filename="Project/Project.py" line="2969"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation> </message> <message> - <location filename="Project/Project.py" line="2961"/> + <location filename="Project/Project.py" line="2971"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Spojení lexeru...</b><p>Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.</p></translation> </message> <message> + <location filename="Project/Project.py" line="234"/> + <source>PySide GUI</source> + <translation></translation> + </message> + <message> <location filename="Project/Project.py" line="235"/> - <source>PySide GUI</source> - <translation></translation> - </message> - <message> - <location filename="Project/Project.py" line="236"/> <source>PySide Console</source> <translation>PySide konzole</translation> </message> <message> - <location filename="Project/Project.py" line="190"/> + <location filename="Project/Project.py" line="189"/> <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> <translation>Python soubory (*.py2);;Python GUI soubory (*.pyw2);;</translation> </message> <message> - <location filename="Project/Project.py" line="193"/> + <location filename="Project/Project.py" line="192"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Python3 soubory (*.py *.py3);;Python3 GUI soubory (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="Project/Project.py" line="230"/> + <location filename="Project/Project.py" line="229"/> <source>Eric Plugin</source> <translation>Eric Plugin</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source><p>The Project type <b>{0}</b> already exists.</p></source> <translation><p>Typ projektu <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor projektu <b>{0}</b> nelze načíst.</p></translation> </message> @@ -24522,17 +24522,17 @@ <translation type="obsolete"><p>Soubor projektu <b>{0}</b> má neplatný obsah.</p></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Uživatelská nastavení projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s uživatelskými nastaveními <b>{0}</b> nelze zapisovat.</p></translation> </message> @@ -24547,22 +24547,22 @@ <translation type="obsolete"><p>Relace projektu <b>{0}</b> je v nepodporovaném formátu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s relací projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <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> @@ -24572,12 +24572,12 @@ <translation type="obsolete"><p>Soubor s úlohami <b>{0}</b> je v nepodporovaném formátu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze načíst.</p></translation> </message> @@ -24587,47 +24587,47 @@ <translation type="obsolete"><p>Soubor s nastaveními debuggeru <b>{0}</b> je v nepodporovaném formátu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s nastaveními debuggeru <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>Vybraný soubor s překladem <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1325"/> + <location filename="Project/Project.py" line="1324"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>Vybraný soubor <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>Vybraný adresář <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Adresář projektu <b>{0}</b> nelze vytvořit.</p></translation> </message> @@ -24642,82 +24642,82 @@ <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3132"/> + <location filename="Project/Project.py" line="3142"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation>Vytvořit počáteční soubor PKGLIST pro eric5 plugin.</translation> </message> <message> - <location filename="Project/Project.py" line="3134"/> + <location filename="Project/Project.py" line="3144"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation><b>Vytvořit seznam balíčků</b><p>Vytvoří počáteční seznam souborů pro vložení do eric5 plugin archivu. Seznam je vytvořen ze souboru projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3146"/> + <location filename="Project/Project.py" line="3156"/> <source>Create an eric5 plugin archive file.</source> <translation>Vytvořit soubor eric5 plugin archivu.</translation> </message> <message> - <location filename="Project/Project.py" line="3148"/> + <location filename="Project/Project.py" line="3158"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation><b>Vytvořit Plugin archiv</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Jméno archivu je odvozeno ze jména hlavního skriptu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3171"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation>Vytvoří se soubor eric5 plugin archívu (snímek vydání).</translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3173"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Vytvořit Plugin archiv (Snímek)</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Údaj o verzi hlavního skriptu je změněn v souladu se snímkem vydání.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3606"/> + <location filename="Project/Project.py" line="3616"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Navrácení do původního stavu.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Kontrola verzí vypnuta.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze vytvořit.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3995"/> + <location filename="Project/Project.py" line="4005"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze načíst.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4009"/> + <location filename="Project/Project.py" line="4019"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4029"/> + <location filename="Project/Project.py" line="4039"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit do archivu. Ingorováno.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4051"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation><p>Soubor s eric5 plugin archivem <b>{0}</b> byl úspěšně vytvořen.</p></translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Plugin soubor <b>{0}</b> nelze přečíst.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1261"/> + <location filename="Project/Project.py" line="1260"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Vybraný soubor <b>{0}</b> nelze přidat do <b>{1}</b>.</p><p>Důvod: {2}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1309"/> + <location filename="Project/Project.py" line="1308"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Cílový adresář <b>{0}</b> nelze vytvořit.</p><p>Důvod: {1}</p></translation> </message> @@ -28072,6 +28072,14 @@ </message> </context> <context> + <name>QtHelpAccessHandler</name> + <message> + <location filename="Helpviewer/Network/QtHelpAccessHandler.py" line="115"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'{0}'</h3></div></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QtHelpDocumentationDialog</name> <message> <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> @@ -29511,6 +29519,79 @@ </message> </context> <context> + <name>SslInfoDialog</name> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="28"/> + <source><b>Issued for</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="122"/> + <source>Common Name (CN)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="142"/> + <source>Organization (O)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="162"/> + <source>Organizational Unit (OU)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="95"/> + <source>Serialnumber</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="115"/> + <source><b>Issued by</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="182"/> + <source><b>Validity</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="189"/> + <source>Issued on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="209"/> + <source>Expires on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="229"/> + <source><b>Fingerprints</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="236"/> + <source>SHA1-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="256"/> + <source>MD5-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.py" line="58"/> + <source><not part of the certificate></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>StartCoverageDialog</name> <message> <location filename="Debugger/StartCoverageDialog.ui" line="14"/> @@ -37679,6 +37760,19 @@ </message> </context> <context> + <name>UrlBar</name> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="36"/> + <source>Enter the location here.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="119"/> + <source>Unknown</source> + <translation type="unfinished">Neznámý</translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="42"/>
--- a/i18n/eric5_de.ts Thu Oct 07 09:07:22 2010 +0200 +++ b/i18n/eric5_de.ts Thu Oct 07 21:27:08 2010 +0200 @@ -1426,109 +1426,109 @@ <translation>Lesezeichenmenü</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Loading Bookmarks</source> <translation>Lesezeichen laden</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="169"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="173"/> <source>Toolbar Bookmarks</source> <translation>Lesezeichenleiste</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="175"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="179"/> <source>Menu</source> <translation>Menü</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Saving Bookmarks</source> <translation>Lesezeichen speichern</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation>Fehler beim Speichern der Lesezeichen in <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="329"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="333"/> <source>XBEL bookmarks</source> <translation>XBEL Lesezeichen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="330"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="334"/> <source>HTML Netscape bookmarks</source> <translation>HTML Netscape Lesezeichen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Import Bookmarks</source> <translation>Lesezeichen importieren</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="347"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Error opening bookmarks file <b>{0}</b>.</source> <translation>Fehler beim Öffnen der Lesezeichendatei <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="377"/> <source>Imported {0}</source> <translation>Importiert {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>Export Bookmarks</source> <translation>Lesezeichen exportieren</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Exporting Bookmarks</source> <translation>Lesezeichen exportieren</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Fehler beim Exportieren der Lesezeichen in <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="412"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="416"/> <source>Converted {0}</source> <translation>Umgewandelt {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="437"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="535"/> <source>Remove Bookmark</source> <translation>Lesezeichen löschen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="476"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="574"/> <source>Insert Bookmark</source> <translation>Lesezeichen einfügen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="514"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="612"/> <source>Name Change</source> <translation>Namensänderung</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="517"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="615"/> <source>Address Change</source> <translation>Adressenänderung</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Error when importing bookmarks on line {0}, column [1}: {2}</source> <translation>Fehler beim Importieren der Lesezeichen in Zeile {0}, Spalte {1}: {2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml)</source> <translation>XBEL Lesezeichen (*.xbel);;XBEL Lesezeichen (*.xml)</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation>Fehler beim Laden der Lesezeichen in Zeile {0}, Spalte {1}: @@ -5329,72 +5329,72 @@ <translation>Anhalten</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="144"/> + <location filename="Helpviewer/DownloadDialog.py" line="148"/> <source>Save File</source> <translation>Datei speichern</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="155"/> + <location filename="Helpviewer/DownloadDialog.py" line="159"/> <source>Download canceled: {0}</source> <translation>Download abgebrochen: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="268"/> + <location filename="Helpviewer/DownloadDialog.py" line="272"/> <source>Error opening save file: {0}</source> <translation>Fehler beim Öffnen der zu speichernden Datei: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="275"/> + <location filename="Helpviewer/DownloadDialog.py" line="279"/> <source>Error saving: {0}</source> <translation>Fehler beim Speichern: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="292"/> + <location filename="Helpviewer/DownloadDialog.py" line="296"/> <source>Network Error: {0}</source> <translation>Netzwerkfehler: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="357"/> + <location filename="Helpviewer/DownloadDialog.py" line="361"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation>{0} von {1} ({2}/s) {3}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="358"/> + <location filename="Helpviewer/DownloadDialog.py" line="362"/> <source>?</source> <translation>?</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="366"/> + <location filename="Helpviewer/DownloadDialog.py" line="370"/> <source>{0} downloaded</source> <translation>{0} heruntergeladen</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="369"/> + <location filename="Helpviewer/DownloadDialog.py" line="373"/> <source>{0} of {1} - Stopped</source> <translation>{0} von {1} - Angehalten</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="383"/> + <location filename="Helpviewer/DownloadDialog.py" line="387"/> <source>bytes</source> <translation>Bytes</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="386"/> + <location filename="Helpviewer/DownloadDialog.py" line="390"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="389"/> + <location filename="Helpviewer/DownloadDialog.py" line="393"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source>Downloading</source> <translation>Download</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source><p>You are about to download the file <b>{0}</b>.</p><p>What do you want to do?</p></source> <translation><p>Sie sind dabei, die Datei <b>{0}</b> herunterzuladen.</p><p>Was wollen sie tun?</p></translation> </message> @@ -5404,12 +5404,12 @@ <translation>Eric5 Download</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="348"/> + <location filename="Helpviewer/DownloadDialog.py" line="352"/> <source>- {0}:{1:02} minutes remaining</source> <translation>- {0}:{1:02} Minuten verbleiben</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="355"/> + <location filename="Helpviewer/DownloadDialog.py" line="359"/> <source>- {0} seconds remaining</source> <translation>- {0} Sekunden verbleiben</translation> </message> @@ -11558,187 +11558,187 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Es konnte kein Betrachter für die Datei <b>{0}</b> gestartet werden.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="708"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="760"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Link in neuem Fenster öffnen\tStrg+LMK</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="486"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="538"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="318"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="370"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Hilfe Fenster</b><p>Dieses Fenster zeigt die ausgewählte Hilfe an.</p></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <source>Web Inspector...</source> + <translation>Web Inspektor...</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Error loading page: {0}</source> + <translation>Fehler beim Laden von: {0}</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>When connecting to: {0}.</source> + <translation>Beim Verbinden zu: {0}.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> + <translation>Überprüfen Sie die Adresse auf Fehler wie <b>ww</b>.example.org statt <b>www</b>.example.org</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Falls die Adresse stimmt, versuchen Sie, die Netzwerkverbindung zu überprüfen.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> + <translation>Wenn Ihr Computer oder Ihr Netzwerk durch eine Firewall oder einen Proxy geschützt ist, stellen Sie sicher, dass der Browser auf das Netzwerk zugreifen darf.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="558"/> + <source><p>Could not start an application for URL <b>{0}</b>.</p></source> + <translation><p>Es konnte keine Anwendung für die URL <b>{0}</b> gestartet werden.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="793"/> + <source>Bookmark this Page</source> + <translation>Lesezeichen für diese Seite hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="764"/> + <source>Save Lin&k</source> + <translation>Lin&k speichern</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="765"/> + <source>Bookmark this Link</source> + <translation>Lesezeichen für diesen Link hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="768"/> + <source>Copy Link to Clipboard</source> + <translation>Link in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="773"/> + <source>Open Image in New Tab</source> + <translation>Bild in neuem Register öffnen</translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> - <source>Web Inspector...</source> - <translation>Web Inspektor...</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> - <source>Error loading page: {0}</source> - <translation>Fehler beim Laden von: {0}</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>When connecting to: {0}.</source> - <translation>Beim Verbinden zu: {0}.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> - <translation>Überprüfen Sie die Adresse auf Fehler wie <b>ww</b>.example.org statt <b>www</b>.example.org</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Falls die Adresse stimmt, versuchen Sie, die Netzwerkverbindung zu überprüfen.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> - <translation>Wenn Ihr Computer oder Ihr Netzwerk durch eine Firewall oder einen Proxy geschützt ist, stellen Sie sicher, dass der Browser auf das Netzwerk zugreifen darf.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="506"/> - <source><p>Could not start an application for URL <b>{0}</b>.</p></source> - <translation><p>Es konnte keine Anwendung für die URL <b>{0}</b> gestartet werden.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="741"/> - <source>Bookmark this Page</source> - <translation>Lesezeichen für diese Seite hinzufügen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="712"/> - <source>Save Lin&k</source> - <translation>Lin&k speichern</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="713"/> - <source>Bookmark this Link</source> - <translation>Lesezeichen für diesen Link hinzufügen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="716"/> - <source>Copy Link to Clipboard</source> - <translation>Link in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="721"/> - <source>Open Image in New Tab</source> - <translation>Bild in neuem Register öffnen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="725"/> <source>Save Image</source> <translation>Bild speichern</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="726"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="778"/> <source>Copy Image to Clipboard</source> <translation>Bild in die Zwischenablage kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="727"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="779"/> <source>Copy Image Location to Clipboard</source> <translation>Bildadresse in die Zwischenablage kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source>Web Browser</source> <translation>Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="731"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> <source>Block Image</source> <translation>Bild blockieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="755"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <source>Search with...</source> <translation>Suchen mit...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Web Database Quota</source> <translation>Webdatenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>Das Datenbankquota von <strong>{0}</strong> wurde beim Zugriff auf die Datenbank <strong>{1}</strong> überschritten.</p><p>Soll es geändert werden?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>New Web Database Quota</source> <translation>Neues Datenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1276"/> <source>bytes</source> <translation>Bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1232"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1279"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1235"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1282"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Gib das neue Quota in MB ein (aktuell = {0}, verbraucht = {1}; Schrittweite = 5 MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="772"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Add to web search toolbar</source> <translation>Zur Websuchleiste hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>Method not supported</source> <translation>Methode nicht unterstützt</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>{0} method is not supported.</source> <translation>{0} Methode wird nicht unterstützt.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Search engine</source> <translation>Suchmaschine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Choose the desired search engine</source> <translation>Wähle die gewünschte Suchmaschine aus</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Engine name</source> <translation>Suchmaschinenname</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Enter a name for the engine</source> <translation>Gib einen Namen für die Suchmaschine ein</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Wenn die Zwischenspeicher-Regelung auf Offline-Browsing steht, sind nur Seiten im lokalen Zwischenspeicher verfügbar.</translation> </message> @@ -12019,112 +12019,112 @@ <context> <name>HelpTabWidget</name> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="63"/> + <location filename="Helpviewer/HelpTabWidget.py" line="75"/> <source>Show a navigation menu</source> <translation>Zeige ein Navigationsmenü an</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="73"/> + <location filename="Helpviewer/HelpTabWidget.py" line="85"/> <source>Close the current help window</source> <translation>Schließt das aktuelle Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="86"/> - <source>Open a new help window tab</source> - <translation>Öffne ein neues Hilferegister</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="98"/> + <source>Open a new help window tab</source> + <translation>Öffne ein neues Hilferegister</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="112"/> <source>New Tab</source> <translation>Neues Register</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="102"/> - <source>Move Left</source> - <translation>nach links verschieben</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="105"/> - <source>Move Right</source> - <translation>nach rechts verschieben</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="109"/> - <source>Duplicate Page</source> - <translation>Seite duplizieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="113"/> - <source>Close</source> - <translation>Schließen</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="116"/> - <source>Close Others</source> - <translation>Andere schließen</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="118"/> - <source>Close All</source> - <translation>Alle schließen</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="121"/> - <source>Print Preview</source> - <translation>Seitenansicht</translation> + <source>Move Left</source> + <translation>nach links verschieben</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="119"/> + <source>Move Right</source> + <translation>nach rechts verschieben</translation> </message> <message> <location filename="Helpviewer/HelpTabWidget.py" line="123"/> + <source>Duplicate Page</source> + <translation>Seite duplizieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="127"/> + <source>Close</source> + <translation>Schließen</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="130"/> + <source>Close Others</source> + <translation>Andere schließen</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="132"/> + <source>Close All</source> + <translation>Alle schließen</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="135"/> + <source>Print Preview</source> + <translation>Seitenansicht</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="137"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="125"/> + <location filename="Helpviewer/HelpTabWidget.py" line="139"/> <source>Print as PDF</source> <translation>Als PDF drucken</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="128"/> + <location filename="Helpviewer/HelpTabWidget.py" line="142"/> <source>Bookmark All Tabs</source> <translation>Lesezeichen für alle Tabs</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="225"/> - <source>...</source> - <translation>...</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="261"/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source>Eric Web Browser</source> <translation>Eric Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation><p>Drucken ist wegen eine Fehlers in PyQt4 nicht verfügbar. Bitte aktualisieren.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="531"/> + <location filename="Helpviewer/HelpTabWidget.py" line="565"/> <source>Loading...</source> <translation>Lade...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="548"/> + <location filename="Helpviewer/HelpTabWidget.py" line="582"/> <source>Finished loading</source> <translation>Seite geladen</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="550"/> + <location filename="Helpviewer/HelpTabWidget.py" line="584"/> <source>Failed to load</source> <translation>Fehler beim Laden</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window?</source> <translation>Möchten sie das Fenster wirklich schließen?</translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -12135,17 +12135,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="593"/> + <location filename="Helpviewer/HelpTabWidget.py" line="627"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="596"/> + <location filename="Helpviewer/HelpTabWidget.py" line="630"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="598"/> + <location filename="Helpviewer/HelpTabWidget.py" line="632"/> <source>C&lose Current Tab</source> <translation>A&ktuelles Unterfenster schließen</translation> </message> @@ -12600,32 +12600,32 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="224"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="232"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>When connecting to: {0}.</source> <translation>Beim Verbinden zu: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Überprüfen Sie die Adresse auf Fehler wie <b>ww</b>.example.org statt <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If the address is correct, try checking the network connection.</source> <translation>Falls die Adresse stimmt, versuchen Sie, die Netzwerkverbindung zu überprüfen.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Wenn Ihr Computer oder Ihr Netzwerk durch eine Firewall oder einen Proxy geschützt ist, stellen Sie sicher, dass der Browser auf das Netzwerk zugreifen darf.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Wenn die Zwischenspeicher-Regelung auf Offline-Browsing steht, sind nur Seiten im lokalen Zwischenspeicher verfügbar.</translation> </message> @@ -12633,27 +12633,27 @@ <context> <name>HelpWebSearchWidget</name> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="135"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="137"/> <source>Suggestions</source> <translation>Vorschläge</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="143"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="145"/> <source>No Recent Searches</source> <translation>keine aktuellen Suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="147"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="149"/> <source>Recent Searches</source> <translation>Aktuelle Suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="271"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="281"/> <source>Add '{0}'</source> <translation>'{0}' hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="280"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="290"/> <source>Clear Recent Searches</source> <translation>Aktuelle Suchen löschen</translation> </message> @@ -12661,1414 +12661,1409 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>&Open File</source> + <translation>Datei &öffnen</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>&Open File</source> - <translation>Datei &öffnen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="344"/> <source>Open a help file for display</source> <translation>Öffnet eine Hilfedatei zur Anzeige</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="340"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Datei öffnen</b><p>Dies öffnet eine neue Hilfedatei zur Anzeige. Es wird zunächst ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>&Print</source> + <translation>&Drucken</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>&Print</source> - <translation>&Drucken</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="419"/> <source>Print the displayed help</source> <translation>Druckt die angezeigte Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Drucken</b><p>Druckt den angezeigten Hilfetext.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="450"/> + <source>&Close</source> + <translation>Schl&ießen</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="455"/> - <source>&Close</source> - <translation>Schl&ießen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="460"/> <source>Close the current help window</source> <translation>Schließt das aktuelle Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>&Backward</source> <translation>&Zurück</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Zurück</b><p>Bewegt die Hilfeanzeige rückwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>&Forward</source> <translation>&Vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="530"/> <source>Move one help screen forward</source> <translation>Eine Hilfeseite vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="531"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Vorwärts</b><p>Bewegt die Hilfeanzeige vorwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>&Home</source> + <translation>&Anfang</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>&Home</source> - <translation>&Anfang</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Move to the initial help screen</source> <translation>Zur ersten Hilfeseite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="546"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Anfang</b><p>Zeigt die erste Hilfeseite an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="707"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Context sensitive help</source> <translation>Kontextsensitive Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="708"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im "Was ist das?" Mode (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>&About</source> <translation>&Über</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="723"/> + <location filename="Helpviewer/HelpWindow.py" line="718"/> <source>Display information about this software</source> <translation>Zeigt Informationen zu diesem Programm an</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About &Qt</source> + <translation>Über &Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="730"/> + <source>Display information about the Qt toolkit</source> + <translation>Zeige Informationen über das Qt Toolkit an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1145"/> + <source>&Go</source> + <translation>&Gehe zu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> + <source>&Bookmarks</source> + <translation>&Lesezeichen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> + <source>&Help</source> + <translation>&Hilfe</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="514"/> + <source>Move one help screen backward</source> + <translation>Eine Hilfeseite zurück</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="719"/> + <source><b>About</b><p>Display some information about this software.</p></source> + <translation><b>Über</b><p>Zeigt einige Informationen über dieses Programm an.</p></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About &Qt</source> - <translation>Über &Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="735"/> - <source>Display information about the Qt toolkit</source> - <translation>Zeige Informationen über das Qt Toolkit an</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1103"/> - <source>&File</source> - <translation>&Datei</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1150"/> - <source>&Go</source> - <translation>&Gehe zu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1170"/> - <source>&Bookmarks</source> - <translation>&Lesezeichen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1217"/> - <source>&Help</source> - <translation>&Hilfe</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> - <source><p>Enter the help file to be displayed directly into this edit field. Select a previously shown help file from the drop down list.</p></source> - <translation><p>Gib die anzuzeigende Hilfedatei in das Eingabefeld ein. Wähle eine bereits angezeigte Datei über die Auswahlliste aus.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> - <source>Move one help screen backward</source> - <translation>Eine Hilfeseite zurück</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="724"/> - <source><b>About</b><p>Display some information about this software.</p></source> - <translation><b>Über</b><p>Zeigt einige Informationen über dieses Programm an.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="737"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Über Qt</b><p>Zeige informationen über das Qt Toolkit an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="750"/> - <source>Zoom in on the text</source> - <translation>Text vergrößern</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="764"/> - <source>Zoom out on the text</source> - <translation>Text verkleinern</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> - <source>&Copy</source> - <translation>&Kopieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="594"/> - <source>Copy the selected text</source> - <translation>Kopiert den ausgewählten Text</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> - <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> - <translation><b>Kopieren</b><p>Kopiert den ausgewählten Text in die Zwischenablage.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> - <source>&Edit</source> - <translation>&Bearbeiten</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> - <source>&View</source> - <translation>&Ansicht</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> - <source>&Quit</source> - <translation>B&eenden</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>&What's This?</source> - <translation>&Was ist das?</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="745"/> - <source>Zoom &in</source> - <translation>Ver&größern</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="751"/> - <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> - <translation><b>Vergrößern</b><p>Den angezeigten Text vergrößern.</p></translation> + <source>Zoom in on the text</source> + <translation>Text vergrößern</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="759"/> + <source>Zoom out on the text</source> + <translation>Text verkleinern</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="584"/> + <source>&Copy</source> + <translation>&Kopieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="589"/> + <source>Copy the selected text</source> + <translation>Kopiert den ausgewählten Text</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="590"/> + <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> + <translation><b>Kopieren</b><p>Kopiert den ausgewählten Text in die Zwischenablage.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>&Edit</source> + <translation>&Bearbeiten</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <source>&View</source> + <translation>&Ansicht</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="491"/> + <source>&Quit</source> + <translation>B&eenden</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>&What's This?</source> + <translation>&Was ist das?</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="740"/> + <source>Zoom &in</source> + <translation>Ver&größern</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="746"/> + <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> + <translation><b>Vergrößern</b><p>Den angezeigten Text vergrößern.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="765"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Verkleinern</b><p>Den angezeigten Text verkleinern.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1163"/> + <location filename="Helpviewer/HelpWindow.py" line="1158"/> <source>H&istory</source> <translation>H&istory</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>&Reload</source> <translation>E&rneut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="565"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <source>Reload the current help screen</source> <translation>Die aktuelle Hilfeseite ernaut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="566"/> + <location filename="Helpviewer/HelpWindow.py" line="561"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Erneut laden</b><p>Lädt die aktuelle Hilfeseite erneut.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="339"/> + <location filename="Helpviewer/HelpWindow.py" line="334"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="598"/> + <source>&Find...</source> + <translation>&Suchen...</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="603"/> - <source>&Find...</source> - <translation>&Suchen...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> <source>Find text in page</source> <translation>Text in Seite suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="609"/> + <location filename="Helpviewer/HelpWindow.py" line="604"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Suchen</b><p>Text in der angezeigten Seite suchen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find &next</source> <translation>&Weitersuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find &previous</source> <translation>&Rückwärtssuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>File</source> <translation>Datei</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1240"/> + <source>Edit</source> + <translation>Bearbeiten</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1245"/> - <source>Edit</source> - <translation>Bearbeiten</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1250"/> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1259"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>Find</source> <translation>Suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1285"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1292"/> + <location filename="Helpviewer/HelpWindow.py" line="1287"/> <source>Go</source> <translation>Gehe zu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Hilfedateien (*.html *.htm);;PDF Dateien (*.pdf);;CHM Dateien (*.chm);;Alle Dateien (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>&New Tab</source> <translation>&Neues Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="317"/> + <location filename="Helpviewer/HelpWindow.py" line="312"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Neues Register</b><p>Dies öffnet ein neues Hilfe Register.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="331"/> + <location filename="Helpviewer/HelpWindow.py" line="326"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Neues Fenster</b><p>Dies öffnet ein neues Hilfeanzeiger Fenster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="461"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Schließen</b><p>Schließt das aktuelle Hilfefenster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close &All</source> <translation>Alle &schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Alle schließen</b><p>Schließt alle Hilfefenster mit Ausnahme des ersten.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="316"/> + <location filename="Helpviewer/HelpWindow.py" line="311"/> <source>Open a new help window tab</source> <translation>Öffne ein neues Hilferegister</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="330"/> + <location filename="Helpviewer/HelpWindow.py" line="325"/> <source>Open a new help browser window</source> <translation>Öffne ein neues Hilfeanzeiger Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New &Tab</source> <translation>Datei in neuem &Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="354"/> <source>Open a help file for display in a new tab</source> <translation>Öffnet eine Hilfedatei zur Anzeige in einem neuen Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="361"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Datei in neuem Register öffnen</b><p>Dies öffnet eine Hilfedatei zur Anzeige in einem neuen Register. Es wird zunächst ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>New Tab</source> <translation>Neues Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New Tab</source> <translation>Datei in neuem Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close All</source> <translation>Alle schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backward</source> <translation>Zurück</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Forward</source> <translation>Vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Reload</source> <translation>Erneut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Find...</source> <translation>Suchen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find next</source> <translation>Weitersuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find previous</source> <translation>Rückwärtssuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add Bookmark</source> <translation>Lesezeichen hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>About</source> <translation>Über</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>About Qt</source> <translation>Über Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="622"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source>Find next occurrence of text in page</source> <translation>Das nächste Vorkommen des Textes in der Seite suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Weitersuchen</b><p>Suche das nächste Vorkommen des Textes in der aktuellen Seite.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="636"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source>Find previous occurrence of text in page</source> <translation>Das vorherige Vorkommen des Textes in der Seite suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="638"/> + <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Rückwärtssuchen</b><p>Suche das vorherige Vorkommen des Textes in der aktuellen Seite.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Print Preview</source> <translation>Seitenansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Print preview of the displayed help</source> <translation>Seitenansicht der angezeigten Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="447"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Seitenansicht</b><p>Zeigt eine Seitenansicht des angezeigten Hilfetextes.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Show next tab</source> <translation>Zeige nächste Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Show previous tab</source> <translation>Zeige vorherige Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Switch between tabs</source> <translation>Zwischen Tabs umschalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <source>Clear icons database</source> + <translation>Iconsdatenbank löschen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> + <source>Clear the database of favicons</source> + <translation>Löscht die Datenbank mit den Favicons</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> - <source>Clear icons database</source> - <translation>Iconsdatenbank löschen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Clear the database of favicons</source> - <translation>Löscht die Datenbank mit den Favicons</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1020"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Iconsdatenbank löschen</b><p>Löscht die Datenbank mit den Favicons besuchter URLs.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Preferences</source> <translation>Optionen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>&Preferences...</source> <translation>&Optionen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="854"/> <source>Set the prefered configuration</source> <translation>Konfiguriert die Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="860"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Optionen</b><p>Konfiguriert die einstellbaren Parameter der Applikation nach ihren Wünschen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="141"/> + <location filename="Helpviewer/HelpWindow.py" line="136"/> <source>Contents</source> <translation>Inhalt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="472"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Close all help windows</source> <translation>Schließt alle Hilfefenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="908"/> + <location filename="Helpviewer/HelpWindow.py" line="903"/> <source>Sync with Table of Contents</source> <translation>Mit Inhalt synchronisieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> + <location filename="Helpviewer/HelpWindow.py" line="907"/> <source>Synchronizes the table of contents with current page</source> <translation>Synchronisiert das Inhaltsverzeichnis mit der aktuellen Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="914"/> + <location filename="Helpviewer/HelpWindow.py" line="909"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Mit Inhalt synchronisieren</b><p>Synchronisiert das Inhaltsverzeichnis mit der aktuellen Seite.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="917"/> + <source>Table of Contents</source> + <translation>Inhaltsverzeichnis</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="920"/> + <source>Shows the table of contents window</source> + <translation>Zeigt das Fenster mit dem Inhaltsverzeichnis an</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="922"/> - <source>Table of Contents</source> - <translation>Inhaltsverzeichnis</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Shows the table of contents window</source> - <translation>Zeigt das Fenster mit dem Inhaltsverzeichnis an</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="927"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Inhaltsverzeichnis</b><p>Zeigt das Fenster mit dem Inhaltsverzeichnis an.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="956"/> + <source>Manage QtHelp Documents</source> + <translation>QtHelp Dokumente verwalten</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="959"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Dokumente</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="961"/> - <source>Manage QtHelp Documents</source> - <translation>QtHelp Dokumente verwalten</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="964"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Dokumente</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>QtHelp Dokumente verwalten</b><p>Zeigt einen Dialog zur Verwaltung der QtHelp Dokumente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1209"/> + <location filename="Helpviewer/HelpWindow.py" line="1204"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1261"/> + <source>Filter</source> + <translation>Filter</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1266"/> - <source>Filter</source> - <translation>Filter</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1271"/> <source>Filtered by: </source> <translation>Filter: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2049"/> + <location filename="Helpviewer/HelpWindow.py" line="1922"/> <source>Could not find an associated content.</source> <translation>Konnte keinen zugehörigen Inhalt finden.</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp Filters</source> + <translation>QtHelp Filter verwalten</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="972"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Filter</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp Filters</source> - <translation>QtHelp Filter verwalten</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="977"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Filter</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>QtHelp Filter verwalten</b><p>Zeigt einen Dialog zur Verwaltung der QtHelp Filter.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="930"/> + <source>Index</source> + <translation>Index</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="933"/> + <source>Shows the index window</source> + <translation>Zeigt das Indexfenster an</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="935"/> - <source>Index</source> - <translation>Index</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Shows the index window</source> - <translation>Zeigt das Indexfenster an</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Index</b><p>Zeigt das Indexfenster an.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="943"/> + <source>Search</source> + <translation>Suchen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="946"/> + <source>Shows the search window</source> + <translation>Zeigt das Suchfenster an</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="948"/> - <source>Search</source> - <translation>Suchen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="951"/> - <source>Shows the search window</source> - <translation>Zeigt das Suchfenster an</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Suchen</b><p>Zeigt das Suchfenster an.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>Reindex Documentation</source> + <translation>Dokumentation reindizieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="985"/> + <source>Reindexes the documentation set</source> + <translation>Reindiziert die Dokumentation</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>Reindex Documentation</source> - <translation>Dokumentation reindizieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="990"/> - <source>Reindexes the documentation set</source> - <translation>Reindiziert die Dokumentation</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Dokumentation reindizieren</b><p>Reindiziert die Dokumentation.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2158"/> + <location filename="Helpviewer/HelpWindow.py" line="2031"/> <source>Updating search index</source> <translation>Aktualisiere Suchindex</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2210"/> + <location filename="Helpviewer/HelpWindow.py" line="2083"/> <source>Looking for Documentation...</source> <translation>Suche nach Dokumentation...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2240"/> + <location filename="Helpviewer/HelpWindow.py" line="2113"/> <source>Unfiltered</source> <translation>Ungefiltert</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2259"/> + <location filename="Helpviewer/HelpWindow.py" line="2132"/> <source>Help Engine</source> <translation>Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="480"/> <source>Private Browsing</source> <translation>Privates Browsen</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="476"/> + <source>Private &Browsing</source> + <translation>Privates &Browsen</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> - <source>Private &Browsing</source> - <translation>Privates &Browsen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Privates Browsen</b><p>Schaltet das private Browsen ein. In diesem Modus wird keine Chronik mehr aufgezeichnet.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Full Screen</source> <translation>Vollbild</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>&Full Screen</source> <translation>&Vollbild</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="961"/> + <location filename="Helpviewer/HelpWindow.py" line="956"/> <source>Manage QtHelp &Documents</source> <translation>QtHelp &Dokumente verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="974"/> + <location filename="Helpviewer/HelpWindow.py" line="969"/> <source>Manage QtHelp &Filters</source> <translation>QtHelp &Filter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="987"/> + <location filename="Helpviewer/HelpWindow.py" line="982"/> <source>&Reindex Documentation</source> <translation>Dokumentation &reindizieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> + <location filename="Helpviewer/HelpWindow.py" line="1000"/> <source>Clear private data</source> <translation>Private Daten löschen</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> + <source>&Clear private data</source> + <translation>&Private Daten löschen</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> - <source>&Clear private data</source> - <translation>&Private Daten löschen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1006"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Private Daten löschen</b><p>Löscht private Daten wie die Web-Chronik, Such-Chronik oder die Icons-Datenbank.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear &icons database</source> <translation>Iconsdatenbank &löschen</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show Network Monitor</source> + <translation>Netzwerkmonitor anzeigen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show &Network Monitor</source> + <translation>&Netzwerkmonitor anzeigen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <source>Show the network monitor dialog</source> + <translation>Zeigt den Netzwerkmonitordialog an</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show Network Monitor</source> - <translation>Netzwerkmonitor anzeigen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show &Network Monitor</source> - <translation>&Netzwerkmonitor anzeigen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Show the network monitor dialog</source> - <translation>Zeigt den Netzwerkmonitordialog an</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1075"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Netzwerkmonitor anzeigen</b><p>Zeigt den Netzwerkmonitordialog an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1182"/> + <location filename="Helpviewer/HelpWindow.py" line="1177"/> <source>&Settings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1205"/> + <location filename="Helpviewer/HelpWindow.py" line="1200"/> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Show page source</source> + <translation>Seitenquelltext anzeigen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Ctrl+U</source> + <translation>Ctrl+U</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Show the page source in an editor</source> + <translation>Zeige den Seitenquelltext in einem Editor</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Show page source</source> - <translation>Seitenquelltext anzeigen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Ctrl+U</source> - <translation>Ctrl+U</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="809"/> - <source>Show the page source in an editor</source> - <translation>Zeige den Seitenquelltext in einem Editor</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="810"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Seitenquelltext anzeigen</b><p>Zeige den Seitenquelltext in einem Editor.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="864"/> + <source>&Languages...</source> + <translation>&Sprachen...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="867"/> + <source>Configure the accepted languages for web pages</source> + <translation>Konfigurieren der bevorzugten Sprachen für Websites</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="869"/> - <source>&Languages...</source> - <translation>&Sprachen...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> - <source>Configure the accepted languages for web pages</source> - <translation>Konfigurieren der bevorzugten Sprachen für Websites</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="874"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Sprachen</b><p>Konfigurieren der bevorzugten Sprachen für Websites.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="864"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="882"/> + <location filename="Helpviewer/HelpWindow.py" line="877"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>C&ookies...</source> + <translation>C&ookies...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="880"/> + <source>Configure cookies handling</source> + <translation>Cookieverwaltung konfigurieren</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>C&ookies...</source> - <translation>C&ookies...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="885"/> - <source>Configure cookies handling</source> - <translation>Cookieverwaltung konfigurieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Cookieverwaltung konfigurieren</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1277"/> + <location filename="Helpviewer/HelpWindow.py" line="1272"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom reset</source> <translation>Vergrößerung zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom &reset</source> <translation>Vergrößerung &zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="778"/> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source>Reset the zoom of the text</source> <translation>Die Textgröße zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom text only</source> <translation>Nur Text vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom &text only</source> <translation>Nur &Text vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Zoom text only; pictures remain constant</source> <translation>Nur Text vergrößern; Bilder behalten ihre Größe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="795"/> + <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Nur Text vergrößern</b><p>Nur Text vergrößern; Bilder behalten ihre Größe.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Vergrößerung zurücksetzen</b><p>Setzt die Vergrößerung auf den Wert 100% zurück.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="386"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source>Import Bookmarks</source> <translation>Lesezeichen importieren</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>&Import Bookmarks...</source> + <translation>Lesezeichen &importieren...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="384"/> + <source>Import bookmarks from other browsers</source> + <translation>Importiere Lesezeichen von anderen Browsern</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>&Import Bookmarks...</source> - <translation>Lesezeichen &importieren...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="389"/> - <source>Import bookmarks from other browsers</source> - <translation>Importiere Lesezeichen von anderen Browsern</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="391"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Lesezeichen importieren</b><p>Importiere Lesezeichen von anderen Browsern.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="400"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Export Bookmarks</source> <translation>Lesezeichen exportieren</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>&Export Bookmarks...</source> + <translation>Lesezeichen &exportieren...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source>Export the bookmarks into a file</source> + <translation>Exportiert die Lesezeichen in eine Datei</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="400"/> - <source>&Export Bookmarks...</source> - <translation>Lesezeichen &exportieren...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="403"/> - <source>Export the bookmarks into a file</source> - <translation>Exportiert die Lesezeichen in eine Datei</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="405"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Lesezeichen exportieren</b><p>Exportiert die Lesezeichen in eine Datei.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Manage Bookmarks</source> <translation>Lesezeichen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>&Manage Bookmarks...</source> <translation>Lesezeichen &verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="650"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Öffnet einen Dialog zur Verwaltung der Lesezeichen.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="652"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Lesezeichen verwalten...</b><p>Öffnet einen Dialog zur Verwaltung der Lesezeichen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add &Bookmark...</source> <translation>Lesezeichen &hinzufügen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="666"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Open a dialog to add a bookmark.</source> <translation>Öffnet einen Dialog zum Hinzufügen von Lesezeichen.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="667"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Lesezeichen hinzufügen...</b><p>Öffnet einen Dialog zum Hinzufügen von Lesezeichen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="675"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Add Folder</source> <translation>Ordner hinzufügen</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add &Folder...</source> + <translation>&Ordner hinzufügen...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="673"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add &Folder...</source> - <translation>&Ordner hinzufügen...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="678"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Ordner hinzufügen...</b><p>Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> + <location filename="Helpviewer/HelpWindow.py" line="683"/> <source>Bookmark All Tabs</source> <translation>Lesezeichen für alle Tabs</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs...</source> + <translation>Lesezeichen für alle Tabs...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Bookmark all open tabs.</source> + <translation>Fügt Lesezeichen für alle offenen Tabs hinzu.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs...</source> - <translation>Lesezeichen für alle Tabs...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> - <source>Bookmark all open tabs.</source> - <translation>Fügt Lesezeichen für alle offenen Tabs hinzu.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="693"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Lesezeichen für alle Tabs...</b><p>Öffnet einen Dialog, um einen neuen Lesezeichenordner für alle offenen Tabs hinzuzufügen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1645"/> + <location filename="Helpviewer/HelpWindow.py" line="1551"/> <source>Saved Tabs</source> <translation>Gesicherte Tabs</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Stop</source> <translation>Anhalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Stop</source> <translation>An&halten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="580"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Stop loading</source> <translation>Laden anhalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="581"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Anhalten</b><p>Hält das Laden der aktuellen Seite an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Save As </source> <translation>Speichern unter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>&Save As...</source> <translation>&Speichern unter...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="375"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Save the current page to disk</source> <translation>Speichert die aktuelle Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="372"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Speichern unter</b><p>Dies speichert die aktuelle Seite in eine Datei.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1575"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Eric Web Browser</source> <translation>Eric Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1566"/> + <location filename="Helpviewer/HelpWindow.py" line="1472"/> <source><h3>About Eric Web Browser</h3><p>The Eric Web Browser is a combined help file and HTML browser.</p></source> <translation><h3>Über Eric Web-Browser</h3><p>Der Eric-Web-Browser ist eine kombinierte Anzeige für Hilfe- und HTML-Dateien.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Quit the web browser</source> <translation>Beendet den Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Quit</b><p>Quit the web browser.</p></source> <translation><b>Beenden</b><p>Beendet den Web-Browser.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search Engines</source> <translation>Suchmaschinen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1027"/> <source>Configure the available search engines</source> <translation>Verwalte die verfügbaren Suchmaschinen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Suchmaschinen verwalten...</b><p>Öffnet einen Dialog zur Verwaltung der verfügbaren Suchmaschinen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords</source> <translation>Gespeicherte Passwörter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords...</source> <translation>Gespeicherte Passwörter verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1046"/> + <location filename="Helpviewer/HelpWindow.py" line="1041"/> <source>Manage the saved passwords</source> <translation>Verwalten gespeicherter Passwörter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Gespeicherte Passwörter verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter Passwörter.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1060"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Konfiguriert AdBlock Abonnements und Regeln</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Öffnet einen Dialog zum konfigurieren von AdBlock Abonnements und Regeln</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2219"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="423"/> + <source>Print as PDF</source> + <translation>Als PDF drucken</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> + <source>Print the displayed help as PDF</source> + <translation>Druckt die angezeigte Hilfe als PDF</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="428"/> - <source>Print as PDF</source> - <translation>Als PDF drucken</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="432"/> - <source>Print the displayed help as PDF</source> - <translation>Druckt die angezeigte Hilfe als PDF</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="433"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Als PDF drucken</b><p>Druckt den angezeigten Hilfetext als PDF-Datei.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="895"/> + <location filename="Helpviewer/HelpWindow.py" line="890"/> <source>Offline Storage</source> <translation>Offline Speicher</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="890"/> + <source>Offline &Storage...</source> + <translation>Offline &Speicher...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="893"/> + <source>Configure offline storage</source> + <translation>Konfiguren des Offline Speicher</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="895"/> - <source>Offline &Storage...</source> - <translation>Offline &Speicher...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="898"/> - <source>Configure offline storage</source> - <translation>Konfiguren des Offline Speicher</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation><b>Offline Speicher</b><p>Öffnet einen Dialog zum Konfigurieren des Offline Speichers.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search &Engines...</source> <translation>Such&maschinen verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1815"/> + <location filename="Helpviewer/HelpWindow.py" line="1721"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Sind sie sicher, dass sie privates Browsen einschalten möchten?</b><p>Wenn das private Browsen eingeschaltet ist, werden keine Web Seiten mehr zur Chronik hinzugefügt und Suchanfragen, Web Site Icons und Cookies werden nicht mehr gespeichert. HTML5 Offline Speicher wird deaktiviert. Bis das Fenster geschlossen wird, können sie jedoch weiterhin die Zurück und Vorwärts Knöpfe nutzen, um zu besuchten Web Seiten zurückzukehren.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> + <location filename="Helpviewer/HelpWindow.py" line="1140"/> <source>Text Encoding</source> <translation>Zeichenkodierung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1195"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>User Agent</source> <translation>User Agent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2531"/> + <location filename="Helpviewer/HelpWindow.py" line="2404"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2532"/> + <location filename="Helpviewer/HelpWindow.py" line="2405"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2533"/> + <location filename="Helpviewer/HelpWindow.py" line="2406"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <location filename="Helpviewer/HelpWindow.py" line="2407"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2408"/> <source>Other</source> <translation>Sonstige</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2536"/> + <location filename="Helpviewer/HelpWindow.py" line="2409"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2558"/> + <location filename="Helpviewer/HelpWindow.py" line="2431"/> <source>Default Encoding</source> <translation>Standardkodierung</translation> </message> @@ -17369,22 +17364,22 @@ <translation>Chronik laden</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source>Saving History</source> <translation>Chronik speichern</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="417"/> + <location filename="Helpviewer/History/HistoryManager.py" line="418"/> <source><p>Unable to open history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation><p>Die Chronikdatei <b>{0}</b> konnte nicht geöffnet werden.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="437"/> + <location filename="Helpviewer/History/HistoryManager.py" line="438"/> <source><p>Error removing old history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation><p>Fehler beim Löschen der alten Chronikdatei <b>{0}</b>.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source><p>Error moving new history file over old one (<b>{0}</b>).<br/>Reason: {1}</p></source> <translation><p>Fehler beim Kopieren der neuen Chronikdatei über die alte (<b>{0}</b>).<br/>Ursache: {1}</p></translation> </message> @@ -19325,27 +19320,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="126"/> <source>Search results provided by {0}</source> <translation>Suchergenisse durch {0} zur Verfügung gestellt</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="84"/> - <source>Welcome to Eric Web Browser!</source> - <translation>Willkommen bei Eric Web Browser!</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> - <source>Eric Web Browser</source> - <translation>Eric Web-Browser</translation> + <source>Welcome to Eric Web Browser!</source> + <translation>Willkommen bei Eric Web Browser!</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="86"/> - <source>Search!</source> - <translation>Suchen!</translation> + <source>Eric Web Browser</source> + <translation>Eric Web-Browser</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="87"/> + <source>Search!</source> + <translation>Suchen!</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="88"/> <source>About Eric</source> <translation>Über Eric</translation> </message> @@ -23381,862 +23376,862 @@ <context> <name>Project</name> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source>Read project file</source> <translation>Projektdatei lesen</translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source>Delete translation</source> <translation>Übersetzung löschen</translation> </message> <message> - <location filename="Project/Project.py" line="1270"/> + <location filename="Project/Project.py" line="1269"/> <source>Add file</source> <translation>Datei hinzufügen</translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source>Delete file</source> <translation>Datei löschen</translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source>Create project directory</source> <translation>Projektverzeichnis erstellen</translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>Open project</source> <translation>Projekt öffnen</translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save project as</source> <translation>Projekt speichern unter</translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source>Save File</source> <translation>Datei speichern</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>Close Project</source> <translation>Projekt schließen</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>The current project has unsaved changes.</source> <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation> </message> <message> - <location filename="Project/Project.py" line="2994"/> + <location filename="Project/Project.py" line="3004"/> <source>&Save</source> <translation>&Speichern</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>New project</source> <translation>Neues Projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>&New...</source> <translation>&Neu...</translation> </message> <message> - <location filename="Project/Project.py" line="2808"/> + <location filename="Project/Project.py" line="2818"/> <source>Generate a new project</source> <translation>Erstelle ein neues Projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2809"/> + <location filename="Project/Project.py" line="2819"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Neu...</b><p>Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Projektes.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>&Open...</source> <translation>&Öffnen...</translation> </message> <message> - <location filename="Project/Project.py" line="2821"/> + <location filename="Project/Project.py" line="2831"/> <source>Open an existing project</source> <translation>Öffnet ein bestehendes Projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2822"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation><b>Öffnen...</b><p>Dies öffnet ein bestehendes Projekt.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>Close project</source> - <translation>Projekt schließen</translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>&Close</source> - <translation>Schl&ießen</translation> - </message> - <message> <location filename="Project/Project.py" line="2832"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation><b>Öffnen...</b><p>Dies öffnet ein bestehendes Projekt.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>Close project</source> + <translation>Projekt schließen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>&Close</source> + <translation>Schl&ießen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2842"/> <source>Close the current project</source> <translation>Schließt das aktuelle Projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2833"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>Schließen</b><p>Dies schließt das aktuelle Projekt.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2840"/> - <source>Save project</source> - <translation>Projekt speichern</translation> - </message> - <message> <location filename="Project/Project.py" line="2843"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>Schließen</b><p>Dies schließt das aktuelle Projekt.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2850"/> + <source>Save project</source> + <translation>Projekt speichern</translation> + </message> + <message> + <location filename="Project/Project.py" line="2853"/> <source>Save the current project</source> <translation>Speichert das aktuelle Projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2844"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Speichern</b><p>Dies speichert das aktuelle Projekt.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2854"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Speichern</b><p>Dies speichert das aktuelle Projekt.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2864"/> <source>Save the current project to a new file</source> <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> </message> <message> - <location filename="Project/Project.py" line="2855"/> + <location filename="Project/Project.py" line="2865"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Speichern unter</b><p>Dies speichert das aktuelle Projekt in eine neue Datei.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add translation to project</source> <translation>Übersetzung zum Projekt hinzufügen</translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add &translation...</source> <translation>&Übersetzung hinzufügen...</translation> </message> <message> - <location filename="Project/Project.py" line="2896"/> - <source>Add a translation to the current project</source> - <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> - </message> - <message> - <location filename="Project/Project.py" line="2898"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2918"/> - <source>Project properties</source> - <translation>Projekt Eigenschaften</translation> - </message> - <message> - <location filename="Project/Project.py" line="2918"/> - <source>&Properties...</source> - <translation>&Eigenschaften...</translation> - </message> - <message> - <location filename="Project/Project.py" line="2921"/> - <source>Show the project properties</source> - <translation>Zeigt die Projekt Eigenschaften an</translation> - </message> - <message> - <location filename="Project/Project.py" line="2922"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekt Eigenschaften bearbeitet werden können.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3192"/> - <source>Open &Recent Projects</source> - <translation>Zu&letzt geöffnete Projekte</translation> - </message> - <message> - <location filename="Project/Project.py" line="1374"/> - <source>The target directory must not be empty.</source> - <translation>Das Zielverzeichnis darf nicht leer sein.</translation> - </message> - <message> - <location filename="Project/Project.py" line="2906"/> - <source>Search new files</source> - <translation>Neue Dateien suchen</translation> - </message> - <message> <location filename="Project/Project.py" line="2906"/> + <source>Add a translation to the current project</source> + <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2908"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2928"/> + <source>Project properties</source> + <translation>Projekt Eigenschaften</translation> + </message> + <message> + <location filename="Project/Project.py" line="2928"/> + <source>&Properties...</source> + <translation>&Eigenschaften...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2931"/> + <source>Show the project properties</source> + <translation>Zeigt die Projekt Eigenschaften an</translation> + </message> + <message> + <location filename="Project/Project.py" line="2932"/> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekt Eigenschaften bearbeitet werden können.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3202"/> + <source>Open &Recent Projects</source> + <translation>Zu&letzt geöffnete Projekte</translation> + </message> + <message> + <location filename="Project/Project.py" line="1373"/> + <source>The target directory must not be empty.</source> + <translation>Das Zielverzeichnis darf nicht leer sein.</translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> + <source>Search new files</source> + <translation>Neue Dateien suchen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> <source>Searc&h new files...</source> <translation>Neue &Dateien suchen...</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2919"/> <source>Search new files in the project directory.</source> <translation>Sucht neue Dateien im Projektverzeichnis.</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>Add directory</source> <translation>Verzeichnis hinzufügen</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>The source directory must not be empty.</source> <translation>Das Quellverzeichnis darf nicht leer sein.</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>Add Language</source> <translation>Sprache hinzufügen</translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save &as...</source> <translation>Speichern &unter...</translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source>Version Control System</source> <translation>Versionskontrollsystem</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>Search New Files</source> <translation>Neue Dateien suchen</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>There were no new files found to be added.</source> <translation>Es wurden keine neuen Dateien gefunden.</translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source>Read project session</source> <translation>Projekt Session lesen</translation> </message> <message> - <location filename="Project/Project.py" line="926"/> + <location filename="Project/Project.py" line="925"/> <source>Please save the project first.</source> <translation>Bitte speichern sie zuerst das Projekt.</translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source>Save project session</source> <translation>Projekt Session speichern</translation> </message> <message> - <location filename="Project/Project.py" line="3030"/> + <location filename="Project/Project.py" line="3040"/> <source>Load session</source> <translation>Session laden</translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> + <location filename="Project/Project.py" line="3043"/> <source>Load the projects session file.</source> <translation>Laden der Projekt Session.</translation> </message> <message> - <location filename="Project/Project.py" line="3047"/> + <location filename="Project/Project.py" line="3057"/> <source>Save session</source> <translation>Session speichern</translation> </message> <message> - <location filename="Project/Project.py" line="3050"/> + <location filename="Project/Project.py" line="3060"/> <source>Save the projects session file.</source> <translation>Speichern der Projekt Session.</translation> </message> <message> - <location filename="Project/Project.py" line="3034"/> + <location filename="Project/Project.py" line="3044"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Session laden</b><p>Dies lädt eine Projekt Session Datei. Die Session enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> </message> <message> - <location filename="Project/Project.py" line="3051"/> + <location filename="Project/Project.py" line="3061"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Session speichern</b><p>Dies speichert eine Projekt Session Datei. Die Session enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> </message> <message> - <location filename="Project/Project.py" line="3201"/> + <location filename="Project/Project.py" line="3211"/> <source>Source &Documentation</source> <translation>&Quelltextdokumentation</translation> </message> <message> - <location filename="Project/Project.py" line="3196"/> + <location filename="Project/Project.py" line="3206"/> <source>Chec&k</source> <translation>&Prüfen</translation> </message> <message> - <location filename="Project/Project.py" line="3077"/> + <location filename="Project/Project.py" line="3087"/> <source>Code Metrics</source> <translation>Quelltext Metriken</translation> </message> <message> + <location filename="Project/Project.py" line="3087"/> + <source>&Code Metrics...</source> + <translation>&Quelltext Metriken...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3090"/> + <source>Show some code metrics for the project.</source> + <translation>Zeige einige Quelltext Metriken für das Projekt.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3092"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Quelltext Metriken...</b><p>Dies zeigt einige Quelltext Metriken für alle Python Dateien des Projektes.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Python Code Coverage</source> + <translation>Python Quelltext Abdeckung</translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Code Co&verage...</source> + <translation>&Quelltext Abdeckung...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3102"/> + <source>Show code coverage information for the project.</source> + <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3104"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python Dateien des Projektes an.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Profile Data</source> + <translation>Profildaten</translation> + </message> + <message> + <location filename="Project/Project.py" line="3112"/> + <source>&Profile Data...</source> + <translation>&Profildaten...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3115"/> + <source>Show profiling data for the project.</source> + <translation>Zeige Profildaten des aktuellen Projektes.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3117"/> + <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> + <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3208"/> + <source>Sho&w</source> + <translation>&Zeige</translation> + </message> + <message> + <location filename="Project/Project.py" line="3763"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> + </message> + <message> + <location filename="Project/Project.py" line="3717"/> + <source>Coverage Data</source> + <translation>Quelltext Abdeckungsdaten</translation> + </message> + <message> + <location filename="Project/Project.py" line="3203"/> + <source>&Version Control</source> + <translation>&Versionskontrolle</translation> + </message> + <message> + <location filename="Project/Project.py" line="3837"/> + <source>Application Diagram</source> + <translation>Applikations-Diagramm</translation> + </message> + <message> + <location filename="Project/Project.py" line="3124"/> + <source>&Application Diagram...</source> + <translation>&Applikations-Diagramm...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3127"/> + <source>Show a diagram of the project.</source> + <translation>Zeigt ein Diagramm des Projektes.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3129"/> + <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> + <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3209"/> + <source>&Diagrams</source> + <translation>&Diagramme</translation> + </message> + <message> + <location filename="Project/Project.py" line="667"/> + <source>Save project file</source> + <translation>Projektdatei speichern</translation> + </message> + <message> + <location filename="Project/Project.py" line="3738"/> + <source>Code Coverage</source> + <translation>Quelltext Abdeckung</translation> + </message> + <message> + <location filename="Project/Project.py" line="3738"/> + <source>Please select a coverage file</source> + <translation>Bitte wählen sie eine Datei mit Abdeckungsdaten</translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Please select a profile file</source> + <translation>Bitte wählen sie eine Datei mit Profildaten</translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> + <source>Add directory to project</source> + <translation>Verzeichnis zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> + <source>Add directory...</source> + <translation>Verzeichnis hinzufügen...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2892"/> + <source>Add a directory to the current project</source> + <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2894"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="1503"/> + <source>Rename file</source> + <translation>Datei umbenennen</translation> + </message> + <message> + <location filename="Project/Project.py" line="1526"/> + <source>Rename File</source> + <translation>Datei umbenennen</translation> + </message> + <message> + <location filename="Project/Project.py" line="1911"/> + <source>Shall the project file be added to the repository?</source> + <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation> + </message> + <message> + <location filename="Project/Project.py" line="2246"/> + <source>New Project</source> + <translation>Neues Projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="1853"/> + <source>Add existing files to the project?</source> + <translation>Existierende Dateien dem projekt hinzufügen?</translation> + </message> + <message> + <location filename="Project/Project.py" line="1958"/> + <source>Would you like to edit the VCS command options?</source> + <translation>Möchten sie die VCS Befehlsoptionen bearbeiten?</translation> + </message> + <message> + <location filename="Project/Project.py" line="1932"/> + <source>Select version control system for the project</source> + <translation>Wähle das Versionskontrollsystem für das Projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="579"/> + <source><p>The project file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Projektdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="667"/> + <source><p>The project file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Projektdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="755"/> + <source><p>The project session file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Projekt Session Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="785"/> + <source><p>The project session file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Projekt Session Datei <b>{0}</b> konnte nicht gespeichert werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="1130"/> + <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die ausgewählte Übersetzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2377"/> + <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="1696"/> + <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="1798"/> + <source><p>The project directory <b>{0}</b> could not be created.</p></source> + <translation><p>Das Projektverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="808"/> + <source>Delete project session</source> + <translation>Projekt Session löschen</translation> + </message> + <message> + <location filename="Project/Project.py" line="808"/> + <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die Projekt Session Datei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3074"/> + <source>Delete session</source> + <translation>Session löschen</translation> + </message> + <message> <location filename="Project/Project.py" line="3077"/> - <source>&Code Metrics...</source> - <translation>&Quelltext Metriken...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3080"/> - <source>Show some code metrics for the project.</source> - <translation>Zeige einige Quelltext Metriken für das Projekt.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3082"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Quelltext Metriken...</b><p>Dies zeigt einige Quelltext Metriken für alle Python Dateien des Projektes.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Python Code Coverage</source> - <translation>Python Quelltext Abdeckung</translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Code Co&verage...</source> - <translation>&Quelltext Abdeckung...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3092"/> - <source>Show code coverage information for the project.</source> - <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3094"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python Dateien des Projektes an.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Profile Data</source> - <translation>Profildaten</translation> - </message> - <message> - <location filename="Project/Project.py" line="3102"/> - <source>&Profile Data...</source> - <translation>&Profildaten...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3105"/> - <source>Show profiling data for the project.</source> - <translation>Zeige Profildaten des aktuellen Projektes.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3107"/> - <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> - <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3198"/> - <source>Sho&w</source> - <translation>&Zeige</translation> - </message> - <message> - <location filename="Project/Project.py" line="3753"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> - </message> - <message> - <location filename="Project/Project.py" line="3707"/> - <source>Coverage Data</source> - <translation>Quelltext Abdeckungsdaten</translation> - </message> - <message> - <location filename="Project/Project.py" line="3193"/> - <source>&Version Control</source> - <translation>&Versionskontrolle</translation> - </message> - <message> - <location filename="Project/Project.py" line="3827"/> - <source>Application Diagram</source> - <translation>Applikations-Diagramm</translation> - </message> - <message> - <location filename="Project/Project.py" line="3114"/> - <source>&Application Diagram...</source> - <translation>&Applikations-Diagramm...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3117"/> - <source>Show a diagram of the project.</source> - <translation>Zeigt ein Diagramm des Projektes.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3119"/> - <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> - <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3199"/> - <source>&Diagrams</source> - <translation>&Diagramme</translation> - </message> - <message> - <location filename="Project/Project.py" line="668"/> - <source>Save project file</source> - <translation>Projektdatei speichern</translation> - </message> - <message> - <location filename="Project/Project.py" line="3728"/> - <source>Code Coverage</source> - <translation>Quelltext Abdeckung</translation> - </message> - <message> - <location filename="Project/Project.py" line="3728"/> - <source>Please select a coverage file</source> - <translation>Bitte wählen sie eine Datei mit Abdeckungsdaten</translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Please select a profile file</source> - <translation>Bitte wählen sie eine Datei mit Profildaten</translation> - </message> - <message> - <location filename="Project/Project.py" line="2878"/> - <source>Add directory to project</source> - <translation>Verzeichnis zum Projekt hinzufügen</translation> + <source>Delete the projects session file.</source> + <translation>Löscht die Projekt Session Datei.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3078"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Session löschen</b><p>Dies löscht die Session Datei des Projektes.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="195"/> + <source>Ruby Files (*.rb);;</source> + <translation>Ruby Dateien (*.rb);;</translation> + </message> + <message> + <location filename="Project/Project.py" line="2920"/> + <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> + <translation><b>Neue Dateien suchen...</b><p>Dies sucht im Projektverzeichnis und in registrierten Unterverzeichnissen nach neuen Dateien (Quellen, *.ui, *.idl).</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="230"/> + <source>Console</source> + <translation>Konsole</translation> + </message> + <message> + <location filename="Project/Project.py" line="231"/> + <source>Other</source> + <translation>Sonstige</translation> + </message> + <message> + <location filename="Project/Project.py" line="3837"/> + <source>Include module names?</source> + <translation>Modulnamen anzeigen?</translation> + </message> + <message> + <location filename="Project/Project.py" line="1719"/> + <source>Delete directory</source> + <translation>Verzeichnis löschen</translation> + </message> + <message> + <location filename="Project/Project.py" line="1719"/> + <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> + <translation><p>Das ausgewählte Verzeichnis <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="833"/> + <source>Read tasks</source> + <translation>Aufgaben lesen</translation> + </message> + <message> + <location filename="Project/Project.py" line="833"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="851"/> + <source>Save tasks</source> + <translation>Aufgaben speichern</translation> + </message> + <message> + <location filename="Project/Project.py" line="851"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="884"/> + <source>Read debugger properties</source> + <translation>Debugger Eigenschaften lesen</translation> + </message> + <message> + <location filename="Project/Project.py" line="884"/> + <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Datei mit den projektspezifischen Debugger Eigenschaften <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="913"/> + <source>Save debugger properties</source> + <translation>Debugger Eigenschaften speichern</translation> + </message> + <message> + <location filename="Project/Project.py" line="913"/> + <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Datei mit den projektspezifischen Debugger Eigenschaften <b>{0}</b> konnte nicht gespeichert werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="937"/> + <source>Delete debugger properties</source> + <translation>Debugger Eigenschaften löschen</translation> + </message> + <message> + <location filename="Project/Project.py" line="937"/> + <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die Datei mit den projektspezifischen Debugger Eigenschaften <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2982"/> + <source>Debugger Properties</source> + <translation>Debugger Eigenschaften</translation> + </message> + <message> + <location filename="Project/Project.py" line="2982"/> + <source>Debugger &Properties...</source> + <translation>Debugger &Eigenschaften...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2985"/> + <source>Show the debugger properties</source> + <translation>Debugger Eigenschaften anzeigen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2986"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Debugger Eigenschaften...</b><p>Dies zeigt einen Dialog an, um die projektspezifischen Debugger Einstellungen zu bearbeiten.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>Load</source> + <translation>Laden</translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>&Load</source> + <translation>&Laden</translation> + </message> + <message> + <location filename="Project/Project.py" line="2996"/> + <source>Load the debugger properties</source> + <translation>Debugger Eigenschaften laden</translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="Project/Project.py" line="3007"/> + <source>Save the debugger properties</source> + <translation>Debugger Eigenschaften speichern</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>Delete</source> + <translation>Löschen</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <location filename="Project/Project.py" line="3018"/> + <source>Delete the debugger properties</source> + <translation>Debugger Eigenschaften löschen</translation> + </message> + <message> + <location filename="Project/Project.py" line="3027"/> + <source>Reset</source> + <translation>Zurücksetzen</translation> + </message> + <message> + <location filename="Project/Project.py" line="3027"/> + <source>&Reset</source> + <translation>&Zurücksetzen</translation> + </message> + <message> + <location filename="Project/Project.py" line="3030"/> + <source>Reset the debugger properties</source> + <translation>Debugger Eigenschaften zurücksetzen</translation> + </message> + <message> + <location filename="Project/Project.py" line="3213"/> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="Project/Project.py" line="3210"/> + <source>Session</source> + <translation>Session</translation> + </message> + <message> + <location filename="Project/Project.py" line="2997"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Debugger Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger Einstellungen.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3008"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Debugger Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger Einstellungen.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3019"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Debugger Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger Einstellungen.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3031"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Debugger Eigenschaften zurücksetzen</b><p>Dies setzt die projektspezifischen Debugger Einstellungen zurück.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations</source> + <translation>Dateitypzuordnungen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations...</source> + <translation>Dateitypzuordnungen...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2954"/> + <source>Show the project filetype associations</source> + <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> + </message> + <message> + <location filename="Project/Project.py" line="2956"/> + <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> + <translation><b>Dateitypzuordnungen...</b><p>Dies zeigt einen Dialog zur Eingabe der Dateitypzuordnungen des Projektes. Diese Zuordnungen bestimmen den Typ (Quellen, Formulare, Schnittstellen oder Sonstige) über ein Dateinamenmuster. Sie werden genutzt, wenn eine Datei zum Projekt hinzugefügt oder wenn nach neuen Dateien gesucht wird.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3214"/> + <source>Pac&kagers</source> + <translation>Pa&ketierer</translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> + <source>Add files to project</source> + <translation>Dateien zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> + <source>Add &files...</source> + <translation>&Dateien hinzufügen...</translation> </message> <message> <location filename="Project/Project.py" line="2878"/> - <source>Add directory...</source> - <translation>Verzeichnis hinzufügen...</translation> - </message> - <message> - <location filename="Project/Project.py" line="2882"/> - <source>Add a directory to the current project</source> - <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> - </message> - <message> - <location filename="Project/Project.py" line="2884"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="1504"/> - <source>Rename file</source> - <translation>Datei umbenennen</translation> - </message> - <message> - <location filename="Project/Project.py" line="1527"/> - <source>Rename File</source> - <translation>Datei umbenennen</translation> - </message> - <message> - <location filename="Project/Project.py" line="1901"/> - <source>Shall the project file be added to the repository?</source> - <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation> - </message> - <message> - <location filename="Project/Project.py" line="2236"/> - <source>New Project</source> - <translation>Neues Projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="1843"/> - <source>Add existing files to the project?</source> - <translation>Existierende Dateien dem projekt hinzufügen?</translation> - </message> - <message> - <location filename="Project/Project.py" line="1948"/> - <source>Would you like to edit the VCS command options?</source> - <translation>Möchten sie die VCS Befehlsoptionen bearbeiten?</translation> - </message> - <message> - <location filename="Project/Project.py" line="1922"/> - <source>Select version control system for the project</source> - <translation>Wähle das Versionskontrollsystem für das Projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="580"/> - <source><p>The project file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Projektdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="668"/> - <source><p>The project file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Projektdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="756"/> - <source><p>The project session file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Projekt Session Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="786"/> - <source><p>The project session file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Projekt Session Datei <b>{0}</b> konnte nicht gespeichert werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="1131"/> - <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die ausgewählte Übersetzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2367"/> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <source>Add files to the current project</source> + <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2879"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Dateien hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="227"/> + <source>Qt4 GUI</source> + <translation>Qt4 Oberfläche</translation> + </message> + <message> + <location filename="Project/Project.py" line="228"/> + <source>Qt4 Console</source> + <translation>Qt4 Kommandozeile</translation> + </message> + <message> + <location filename="Project/Project.py" line="1526"/> + <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht umbenannt werden.<br />Ursache: {1}</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2362"/> + <source>Project Files (*.e4p)</source> + <translation>Projektdateien (*.e4p)</translation> + </message> + <message> + <location filename="Project/Project.py" line="3201"/> + <source>&Project</source> + <translation>&Projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="3316"/> + <source>Project</source> + <translation>Projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="3377"/> + <source>&Clear</source> + <translation>&Löschen</translation> + </message> + <message> + <location filename="Project/Project.py" line="1324"/> + <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> - <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="1799"/> - <source><p>The project directory <b>{0}</b> could not be created.</p></source> - <translation><p>Das Projektverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="809"/> - <source>Delete project session</source> - <translation>Projekt Session löschen</translation> - </message> - <message> - <location filename="Project/Project.py" line="809"/> - <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die Projekt Session Datei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3064"/> - <source>Delete session</source> - <translation>Session löschen</translation> - </message> - <message> - <location filename="Project/Project.py" line="3067"/> - <source>Delete the projects session file.</source> - <translation>Löscht die Projekt Session Datei.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3068"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Session löschen</b><p>Dies löscht die Session Datei des Projektes.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="196"/> - <source>Ruby Files (*.rb);;</source> - <translation>Ruby Dateien (*.rb);;</translation> - </message> - <message> - <location filename="Project/Project.py" line="2910"/> - <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> - <translation><b>Neue Dateien suchen...</b><p>Dies sucht im Projektverzeichnis und in registrierten Unterverzeichnissen nach neuen Dateien (Quellen, *.ui, *.idl).</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="231"/> - <source>Console</source> - <translation>Konsole</translation> - </message> - <message> - <location filename="Project/Project.py" line="232"/> - <source>Other</source> - <translation>Sonstige</translation> - </message> - <message> - <location filename="Project/Project.py" line="3827"/> - <source>Include module names?</source> - <translation>Modulnamen anzeigen?</translation> - </message> - <message> - <location filename="Project/Project.py" line="1720"/> - <source>Delete directory</source> - <translation>Verzeichnis löschen</translation> - </message> - <message> - <location filename="Project/Project.py" line="1720"/> - <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> - <translation><p>Das ausgewählte Verzeichnis <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="834"/> - <source>Read tasks</source> - <translation>Aufgaben lesen</translation> - </message> - <message> - <location filename="Project/Project.py" line="834"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="852"/> - <source>Save tasks</source> - <translation>Aufgaben speichern</translation> - </message> - <message> - <location filename="Project/Project.py" line="852"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="885"/> - <source>Read debugger properties</source> - <translation>Debugger Eigenschaften lesen</translation> - </message> - <message> - <location filename="Project/Project.py" line="885"/> - <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Datei mit den projektspezifischen Debugger Eigenschaften <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="914"/> - <source>Save debugger properties</source> - <translation>Debugger Eigenschaften speichern</translation> - </message> - <message> - <location filename="Project/Project.py" line="914"/> - <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Datei mit den projektspezifischen Debugger Eigenschaften <b>{0}</b> konnte nicht gespeichert werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="938"/> - <source>Delete debugger properties</source> - <translation>Debugger Eigenschaften löschen</translation> - </message> - <message> - <location filename="Project/Project.py" line="938"/> - <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die Datei mit den projektspezifischen Debugger Eigenschaften <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2972"/> - <source>Debugger Properties</source> - <translation>Debugger Eigenschaften</translation> - </message> - <message> - <location filename="Project/Project.py" line="2972"/> - <source>Debugger &Properties...</source> - <translation>Debugger &Eigenschaften...</translation> - </message> - <message> - <location filename="Project/Project.py" line="2975"/> - <source>Show the debugger properties</source> - <translation>Debugger Eigenschaften anzeigen</translation> - </message> - <message> - <location filename="Project/Project.py" line="2976"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Debugger Eigenschaften...</b><p>Dies zeigt einen Dialog an, um die projektspezifischen Debugger Einstellungen zu bearbeiten.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>Load</source> - <translation>Laden</translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>&Load</source> - <translation>&Laden</translation> - </message> - <message> - <location filename="Project/Project.py" line="2986"/> - <source>Load the debugger properties</source> - <translation>Debugger Eigenschaften laden</translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="Project/Project.py" line="2997"/> - <source>Save the debugger properties</source> - <translation>Debugger Eigenschaften speichern</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>Delete</source> - <translation>Löschen</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>&Delete</source> - <translation>&Löschen</translation> - </message> - <message> - <location filename="Project/Project.py" line="3008"/> - <source>Delete the debugger properties</source> - <translation>Debugger Eigenschaften löschen</translation> - </message> - <message> - <location filename="Project/Project.py" line="3017"/> - <source>Reset</source> - <translation>Zurücksetzen</translation> - </message> - <message> - <location filename="Project/Project.py" line="3017"/> - <source>&Reset</source> - <translation>&Zurücksetzen</translation> - </message> - <message> - <location filename="Project/Project.py" line="3020"/> - <source>Reset the debugger properties</source> - <translation>Debugger Eigenschaften zurücksetzen</translation> - </message> - <message> - <location filename="Project/Project.py" line="3203"/> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="Project/Project.py" line="3200"/> - <source>Session</source> - <translation>Session</translation> - </message> - <message> - <location filename="Project/Project.py" line="2987"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Debugger Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger Einstellungen.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2998"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Debugger Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger Einstellungen.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3009"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Debugger Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger Einstellungen.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3021"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Debugger Eigenschaften zurücksetzen</b><p>Dies setzt die projektspezifischen Debugger Einstellungen zurück.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations</source> - <translation>Dateitypzuordnungen</translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations...</source> - <translation>Dateitypzuordnungen...</translation> + <location filename="Project/Project.py" line="704"/> + <source>Read user project properties</source> + <translation>Nutzer bezogene Projektdaten lesen</translation> + </message> + <message> + <location filename="Project/Project.py" line="704"/> + <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="724"/> + <source>Save user project properties</source> + <translation>Nutzer bezogene Projektdaten sichern</translation> + </message> + <message> + <location filename="Project/Project.py" line="724"/> + <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht geschrieben werden.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>User project properties</source> + <translation>Nutzer bezogene Projektdaten</translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>&User Properties...</source> + <translation>&Nutzer bezogene Projektdaten...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2942"/> + <source>Show the user specific project properties</source> + <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation> </message> <message> <location filename="Project/Project.py" line="2944"/> - <source>Show the project filetype associations</source> - <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> - </message> - <message> - <location filename="Project/Project.py" line="2946"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation><b>Dateitypzuordnungen...</b><p>Dies zeigt einen Dialog zur Eingabe der Dateitypzuordnungen des Projektes. Diese Zuordnungen bestimmen den Typ (Quellen, Formulare, Schnittstellen oder Sonstige) über ein Dateinamenmuster. Sie werden genutzt, wenn eine Datei zum Projekt hinzugefügt oder wenn nach neuen Dateien gesucht wird.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3204"/> - <source>Pac&kagers</source> - <translation>Pa&ketierer</translation> - </message> - <message> - <location filename="Project/Project.py" line="2864"/> - <source>Add files to project</source> - <translation>Dateien zum Projekt hinzufügen</translation> - </message> - <message> - <location filename="Project/Project.py" line="2864"/> - <source>Add &files...</source> - <translation>&Dateien hinzufügen...</translation> - </message> - <message> - <location filename="Project/Project.py" line="2868"/> - <source>Add files to the current project</source> - <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation> - </message> - <message> - <location filename="Project/Project.py" line="2869"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Dateien hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="228"/> - <source>Qt4 GUI</source> - <translation>Qt4 Oberfläche</translation> - </message> - <message> - <location filename="Project/Project.py" line="229"/> - <source>Qt4 Console</source> - <translation>Qt4 Kommandozeile</translation> - </message> - <message> - <location filename="Project/Project.py" line="1527"/> - <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht umbenannt werden.<br />Ursache: {1}</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2352"/> - <source>Project Files (*.e4p)</source> - <translation>Projektdateien (*.e4p)</translation> - </message> - <message> - <location filename="Project/Project.py" line="3191"/> - <source>&Project</source> - <translation>&Projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="3306"/> - <source>Project</source> - <translation>Projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="3367"/> - <source>&Clear</source> - <translation>&Löschen</translation> - </message> - <message> - <location filename="Project/Project.py" line="1325"/> - <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> - <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="705"/> - <source>Read user project properties</source> - <translation>Nutzer bezogene Projektdaten lesen</translation> - </message> - <message> - <location filename="Project/Project.py" line="705"/> - <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="725"/> - <source>Save user project properties</source> - <translation>Nutzer bezogene Projektdaten sichern</translation> - </message> - <message> - <location filename="Project/Project.py" line="725"/> - <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>User project properties</source> - <translation>Nutzer bezogene Projektdaten</translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>&User Properties...</source> - <translation>&Nutzer bezogene Projektdaten...</translation> - </message> - <message> - <location filename="Project/Project.py" line="2932"/> - <source>Show the user specific project properties</source> - <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation> - </message> - <message> - <location filename="Project/Project.py" line="2934"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Nutzer bezogene Projektdaten...</b><p>Dies zeigt einen Dialog an, um Nutzer bezogene Projektdaten zu bearbeiten.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>Syntax errors detected</source> <translation>Syntaxfehler gefunden</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Das Projekt beinhaltet %n Datei mit Syntaxfehlern.</numerusform> @@ -24244,212 +24239,212 @@ </translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source>Create Package List</source> <translation>Erzeuge Paketliste</translation> </message> <message> - <location filename="Project/Project.py" line="3128"/> + <location filename="Project/Project.py" line="3138"/> <source>Create &Package List</source> <translation>Erzeuge &Paketliste</translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source>Create Plugin Archive</source> <translation>Erzeuge Plugin Archiv</translation> </message> <message> + <location filename="Project/Project.py" line="3152"/> + <source>Create Plugin &Archive</source> + <translation>Erzeuge Plugin &Archiv</translation> + </message> + <message> + <location filename="Project/Project.py" line="3941"/> + <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> + <translation><p>Die Datei <b>PKGLIST</b> existiert bereits.</p><p>Überschreiben?</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3968"/> + <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> + <translation><p>Die Datei <b>PKGLIST</b> konnte nicht erzeugt werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3985"/> + <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> + <translation><p>Die Datei <b>PKGLIST</b> existiert nicht. Abbruch...</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3993"/> + <source>The project does not have a main script defined. Aborting...</source> + <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation> + </message> + <message> + <location filename="Project/Project.py" line="4005"/> + <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> + <translation><p>Die Datei <b>PKGLIST</b> konnte nicht gelesen werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="1298"/> + <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> + <translation><p>Das Quellverzeichnis enthält keine Dateien, die zur gewählten Kategorie gehören.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2246"/> + <source>Select Version Control System</source> + <translation>Versionskontrollsystem auswählen</translation> + </message> + <message> + <location filename="Project/Project.py" line="1938"/> + <source>None</source> + <translation>Keines</translation> + </message> + <message> + <location filename="Project/Project.py" line="273"/> + <source>Registering Project Type</source> + <translation>Projekttyp Registrierung</translation> + </message> + <message> + <location filename="Project/Project.py" line="273"/> + <source><p>The Project type <b>{0}</b> already exists.</p></source> + <translation><p>Der Projekttyp <b>{0}</b> existiert bereits.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="4039"/> + <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht im Archiv gespeichert werde. Sie wird ignoriert.</p><p>Ursache: {1}</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3167"/> + <source>Create Plugin Archive (Snapshot)</source> + <translation>Erzeuge Plugin Archiv (Snapshot)</translation> + </message> + <message> + <location filename="Project/Project.py" line="3167"/> + <source>Create Plugin Archive (&Snapshot)</source> + <translation>Erzeuge Plugin Archiv (&Snapshot)</translation> + </message> + <message> + <location filename="Project/Project.py" line="4131"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Grund: {1}</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="1021"/> + <source>You have to specify a translation pattern first.</source> + <translation>Sie müssen zuerst ein Übersetzungsmuster festlegen.</translation> + </message> + <message> + <location filename="Project/Project.py" line="2026"/> + <source>Translation Pattern</source> + <translation>Übersetzungsmuster</translation> + </message> + <message> + <location filename="Project/Project.py" line="2026"/> + <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> + <translation>Gib das Pfadmuster für Übersetzungsdateien ein (benutze '%language%' anstelle des Sprachcodes):</translation> + </message> + <message> + <location filename="Project/Project.py" line="3616"/> + <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> + <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3625"/> + <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> + <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Versionskontrolle nicht möglich.</p><p>{1}</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2966"/> + <source>Lexer Associations</source> + <translation>Lexer Zuordnungen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2966"/> + <source>Lexer Associations...</source> + <translation>Lexer Zuordnungen...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2969"/> + <source>Show the project lexer associations (overriding defaults)</source> + <translation>Zeigt die Projekt spezifischen Lexer Zuordnungen</translation> + </message> + <message> + <location filename="Project/Project.py" line="2971"/> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation><b>Lexer Zuordnungen</b><p>Dies öffnet einen Dialog, um die Projekt spezifischen Lexer Zuordnungen zu bearbeiten. Diese Zuordnungen überschreiben die globalen Lexer Zuordnungen. Lexer werden verwendet, um den Editortext einzufärben.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="234"/> + <source>PySide GUI</source> + <translation>PySide Oberfläche</translation> + </message> + <message> + <location filename="Project/Project.py" line="235"/> + <source>PySide Console</source> + <translation>PySide Kommandozeile</translation> + </message> + <message> + <location filename="Project/Project.py" line="189"/> + <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> + <translation>Python Dateien (*.py2);;Python GUI Dateien (*.pyw2);;</translation> + </message> + <message> + <location filename="Project/Project.py" line="192"/> + <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> + <translation>Python3 Dateien (*.py *.py3);;Python3 GUI Dateien (*.pyw *.pyw3);;</translation> + </message> + <message> + <location filename="Project/Project.py" line="229"/> + <source>Eric Plugin</source> + <translation>Eric Plugin</translation> + </message> + <message> <location filename="Project/Project.py" line="3142"/> - <source>Create Plugin &Archive</source> - <translation>Erzeuge Plugin &Archiv</translation> - </message> - <message> - <location filename="Project/Project.py" line="3931"/> - <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> - <translation><p>Die Datei <b>PKGLIST</b> existiert bereits.</p><p>Überschreiben?</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3958"/> - <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> - <translation><p>Die Datei <b>PKGLIST</b> konnte nicht erzeugt werden.</p><p>Ursache: {0}</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3975"/> - <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> - <translation><p>Die Datei <b>PKGLIST</b> existiert nicht. Abbruch...</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3983"/> - <source>The project does not have a main script defined. Aborting...</source> - <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3995"/> - <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> - <translation><p>Die Datei <b>PKGLIST</b> konnte nicht gelesen werden.</p><p>Ursache: {0}</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="1299"/> - <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> - <translation><p>Das Quellverzeichnis enthält keine Dateien, die zur gewählten Kategorie gehören.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2236"/> - <source>Select Version Control System</source> - <translation>Versionskontrollsystem auswählen</translation> - </message> - <message> - <location filename="Project/Project.py" line="1928"/> - <source>None</source> - <translation>Keines</translation> - </message> - <message> - <location filename="Project/Project.py" line="274"/> - <source>Registering Project Type</source> - <translation>Projekttyp Registrierung</translation> - </message> - <message> - <location filename="Project/Project.py" line="274"/> - <source><p>The Project type <b>{0}</b> already exists.</p></source> - <translation><p>Der Projekttyp <b>{0}</b> existiert bereits.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="4029"/> - <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht im Archiv gespeichert werde. Sie wird ignoriert.</p><p>Ursache: {1}</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3157"/> - <source>Create Plugin Archive (Snapshot)</source> - <translation>Erzeuge Plugin Archiv (Snapshot)</translation> - </message> - <message> - <location filename="Project/Project.py" line="3157"/> - <source>Create Plugin Archive (&Snapshot)</source> - <translation>Erzeuge Plugin Archiv (&Snapshot)</translation> - </message> - <message> - <location filename="Project/Project.py" line="4121"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Grund: {1}</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="1022"/> - <source>You have to specify a translation pattern first.</source> - <translation>Sie müssen zuerst ein Übersetzungsmuster festlegen.</translation> - </message> - <message> - <location filename="Project/Project.py" line="2016"/> - <source>Translation Pattern</source> - <translation>Übersetzungsmuster</translation> - </message> - <message> - <location filename="Project/Project.py" line="2016"/> - <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> - <translation>Gib das Pfadmuster für Übersetzungsdateien ein (benutze '%language%' anstelle des Sprachcodes):</translation> - </message> - <message> - <location filename="Project/Project.py" line="3606"/> - <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> - <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3615"/> - <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> - <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Versionskontrolle nicht möglich.</p><p>{1}</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2956"/> - <source>Lexer Associations</source> - <translation>Lexer Zuordnungen</translation> - </message> - <message> - <location filename="Project/Project.py" line="2956"/> - <source>Lexer Associations...</source> - <translation>Lexer Zuordnungen...</translation> - </message> - <message> - <location filename="Project/Project.py" line="2959"/> - <source>Show the project lexer associations (overriding defaults)</source> - <translation>Zeigt die Projekt spezifischen Lexer Zuordnungen</translation> - </message> - <message> - <location filename="Project/Project.py" line="2961"/> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation><b>Lexer Zuordnungen</b><p>Dies öffnet einen Dialog, um die Projekt spezifischen Lexer Zuordnungen zu bearbeiten. Diese Zuordnungen überschreiben die globalen Lexer Zuordnungen. Lexer werden verwendet, um den Editortext einzufärben.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="235"/> - <source>PySide GUI</source> - <translation>PySide Oberfläche</translation> - </message> - <message> - <location filename="Project/Project.py" line="236"/> - <source>PySide Console</source> - <translation>PySide Kommandozeile</translation> - </message> - <message> - <location filename="Project/Project.py" line="190"/> - <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> - <translation>Python Dateien (*.py2);;Python GUI Dateien (*.pyw2);;</translation> - </message> - <message> - <location filename="Project/Project.py" line="193"/> - <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> - <translation>Python3 Dateien (*.py *.py3);;Python3 GUI Dateien (*.pyw *.pyw3);;</translation> - </message> - <message> - <location filename="Project/Project.py" line="230"/> - <source>Eric Plugin</source> - <translation>Eric Plugin</translation> - </message> - <message> - <location filename="Project/Project.py" line="3132"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation>Erzeugt eine erste PKGLIST Datei für ein eric5 Plugin.</translation> </message> <message> - <location filename="Project/Project.py" line="3134"/> + <location filename="Project/Project.py" line="3144"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation><b>Erzeuge Paketliste</b><p>Dies erzeugt eine erste List von Dateien, die in ein eric5 Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3146"/> + <location filename="Project/Project.py" line="3156"/> <source>Create an eric5 plugin archive file.</source> <translation>Erzeugt eine eric5 Plugin Archivdatei.</translation> </message> <message> - <location filename="Project/Project.py" line="3148"/> + <location filename="Project/Project.py" line="3158"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation><b>Erzeuge Plugin Archiv</b><p>Dies erzeugt eine eric5 Plugin Archivdatei mit den Dateien, die in der PKGLIST Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3171"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation>Erzeugt eine eric5 Plugin Archivdatei (Snapshot Release).</translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3173"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Erzeuge Plugin Archiv (Snapshot)</b><p>Dies erzeugt eine eric5 Plugin Archivdatei mit den Dateien, die in der PKGLIST Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.</p></translation> </message> <message> - <location filename="Project/Project.py" line="4009"/> + <location filename="Project/Project.py" line="4019"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Die eric5 Plugin Archivdatei <b>{0}</b> konnte nicht erzeugt werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4051"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation><p>Die eric5 Plugin Archivdatei <b>{0}</b> wurde erfolgreich erzeugt.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1261"/> + <location filename="Project/Project.py" line="1260"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht zu <b>{1}</b> hinzugefügt werden.</p><p>Ursache: {2}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1309"/> + <location filename="Project/Project.py" line="1308"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Das Zielverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p><p>Ursache: {1}</p></translation> </message> @@ -27837,6 +27832,14 @@ </message> </context> <context> + <name>QtHelpAccessHandler</name> + <message> + <location filename="Helpviewer/Network/QtHelpAccessHandler.py" line="115"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'{0}'</h3></div></source> + <translation><title>Fehler 404...</title><div align="center"><br><br><h1>Die Seite konnte nicht gefunden werden.</h1><br><h3>'{0}'</h3></div></translation> + </message> +</context> +<context> <name>QtHelpDocumentationDialog</name> <message> <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> @@ -29258,6 +29261,79 @@ </message> </context> <context> + <name>SslInfoDialog</name> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation>SSL Zertifikat</translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="28"/> + <source><b>Issued for</b></source> + <translation><b>Ausgestellt für</b></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="122"/> + <source>Common Name (CN)</source> + <translation>Allgemeiner Name (CN)</translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="142"/> + <source>Organization (O)</source> + <translation>Organisation (O)</translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="162"/> + <source>Organizational Unit (OU)</source> + <translation>Organisationseinheit (OU)</translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="95"/> + <source>Serialnumber</source> + <translation>Seriennummer</translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="115"/> + <source><b>Issued by</b></source> + <translation><b>Ausgestellt von</b></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="182"/> + <source><b>Validity</b></source> + <translation><b>Gültigkeit</b></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="189"/> + <source>Issued on</source> + <translation>Ausgestellt am</translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="209"/> + <source>Expires on</source> + <translation>Läuft ab am</translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="229"/> + <source><b>Fingerprints</b></source> + <translation><b>Fingerabdrücke</b></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="236"/> + <source>SHA1-Fingerprint</source> + <translation>SHA1-Fingerabdruck</translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="256"/> + <source>MD5-Fingerprint</source> + <translation>MD5-Fingerabdruck</translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.py" line="58"/> + <source><not part of the certificate></source> + <translation><kein Teil des Zertifikates></translation> + </message> +</context> +<context> <name>StartCoverageDialog</name> <message> <location filename="Debugger/StartCoverageDialog.ui" line="14"/> @@ -37477,6 +37553,19 @@ </message> </context> <context> + <name>UrlBar</name> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="36"/> + <source>Enter the location here.</source> + <translation>Geben sie den Pfad hier ein.</translation> + </message> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="119"/> + <source>Unknown</source> + <translation>Unbekannt</translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="42"/>
--- a/i18n/eric5_en.ts Thu Oct 07 09:07:22 2010 +0200 +++ b/i18n/eric5_en.ts Thu Oct 07 21:27:08 2010 +0200 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="en"> +<!DOCTYPE TS><TS version="1.1" language="en"> <context> <name>AboutDialog</name> <message> @@ -1401,109 +1400,109 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Loading Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="169"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="173"/> <source>Toolbar Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="175"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="179"/> <source>Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Saving Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="329"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="333"/> <source>XBEL bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="330"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="334"/> <source>HTML Netscape bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="347"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Error opening bookmarks file <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Error when importing bookmarks on line {0}, column [1}: {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="377"/> <source>Imported {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Exporting Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="412"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="416"/> <source>Converted {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="437"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="535"/> <source>Remove Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="476"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="574"/> <source>Insert Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="514"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="612"/> <source>Name Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="517"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="615"/> <source>Address Change</source> <translation type="unfinished"></translation> </message> @@ -1522,7 +1521,7 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> - <source>Open in New &Tab Ctrl+LMB</source> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> <message> @@ -1558,7 +1557,7 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="72"/> - <source>Open in New &Tab Ctrl+LMB</source> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> <message> @@ -5289,82 +5288,82 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source>Downloading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source><p>You are about to download the file <b>{0}</b>.</p><p>What do you want to do?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="144"/> + <location filename="Helpviewer/DownloadDialog.py" line="148"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="155"/> + <location filename="Helpviewer/DownloadDialog.py" line="159"/> <source>Download canceled: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="268"/> + <location filename="Helpviewer/DownloadDialog.py" line="272"/> <source>Error opening save file: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="275"/> + <location filename="Helpviewer/DownloadDialog.py" line="279"/> <source>Error saving: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="292"/> + <location filename="Helpviewer/DownloadDialog.py" line="296"/> <source>Network Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="348"/> + <location filename="Helpviewer/DownloadDialog.py" line="352"/> <source>- {0}:{1:02} minutes remaining</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="355"/> + <location filename="Helpviewer/DownloadDialog.py" line="359"/> <source>- {0} seconds remaining</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="357"/> + <location filename="Helpviewer/DownloadDialog.py" line="361"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="358"/> + <location filename="Helpviewer/DownloadDialog.py" line="362"/> <source>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="366"/> + <location filename="Helpviewer/DownloadDialog.py" line="370"/> <source>{0} downloaded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="369"/> + <location filename="Helpviewer/DownloadDialog.py" line="373"/> <source>{0} of {1} - Stopped</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="383"/> + <location filename="Helpviewer/DownloadDialog.py" line="387"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="386"/> + <location filename="Helpviewer/DownloadDialog.py" line="390"/> <source>kB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="389"/> + <location filename="Helpviewer/DownloadDialog.py" line="393"/> <source>MB</source> <translation type="unfinished"></translation> </message> @@ -11481,187 +11480,187 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="318"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="370"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source>Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="486"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="538"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="506"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="558"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="708"/> - <source>Open Link in New Tab Ctrl+LMB</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="712"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="760"/> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="764"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="713"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="765"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="716"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="768"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="721"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="773"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="725"/> - <source>Save Image</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="726"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="727"/> - <source>Copy Image Location to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="731"/> - <source>Block Image</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="741"/> - <source>Bookmark this Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="755"/> - <source>Search with...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="772"/> - <source>Add to web search toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> + <source>Save Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="778"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="779"/> + <source>Copy Image Location to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> + <source>Block Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="793"/> + <source>Bookmark this Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <source>Search with...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> + <source>Add to web search toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> <source>Web Inspector...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1276"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1232"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1279"/> <source>kB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1235"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1282"/> <source>MB</source> <translation type="unfinished"></translation> </message> @@ -11942,112 +11941,112 @@ <context> <name>HelpTabWidget</name> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="63"/> + <location filename="Helpviewer/HelpTabWidget.py" line="75"/> <source>Show a navigation menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="73"/> + <location filename="Helpviewer/HelpTabWidget.py" line="85"/> <source>Close the current help window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="86"/> - <source>Open a new help window tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="98"/> + <source>Open a new help window tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="112"/> <source>New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="102"/> - <source>Move Left</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="105"/> - <source>Move Right</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="109"/> - <source>Duplicate Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="113"/> - <source>Close</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="116"/> - <source>Close Others</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="118"/> - <source>Close All</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="121"/> - <source>Print Preview</source> + <source>Move Left</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="119"/> + <source>Move Right</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpTabWidget.py" line="123"/> + <source>Duplicate Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="127"/> + <source>Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="130"/> + <source>Close Others</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="132"/> + <source>Close All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="135"/> + <source>Print Preview</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="137"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="125"/> + <location filename="Helpviewer/HelpTabWidget.py" line="139"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="128"/> + <location filename="Helpviewer/HelpTabWidget.py" line="142"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="225"/> - <source>...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="261"/> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="531"/> + <location filename="Helpviewer/HelpTabWidget.py" line="565"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="548"/> + <location filename="Helpviewer/HelpTabWidget.py" line="582"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="550"/> + <location filename="Helpviewer/HelpTabWidget.py" line="584"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -12058,17 +12057,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="593"/> + <location filename="Helpviewer/HelpTabWidget.py" line="627"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="596"/> + <location filename="Helpviewer/HelpTabWidget.py" line="630"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="598"/> + <location filename="Helpviewer/HelpTabWidget.py" line="632"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -12523,32 +12522,32 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="224"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="232"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -12556,27 +12555,27 @@ <context> <name>HelpWebSearchWidget</name> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="135"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="137"/> <source>Suggestions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="143"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="145"/> <source>No Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="147"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="149"/> <source>Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="271"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="281"/> <source>Add '{0}'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="280"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="290"/> <source>Clear Recent Searches</source> <translation type="unfinished"></translation> </message> @@ -12584,1414 +12583,1409 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="2219"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="141"/> + <location filename="Helpviewer/HelpWindow.py" line="136"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="948"/> + <location filename="Helpviewer/HelpWindow.py" line="943"/> <source>Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>New Tab</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> + <source>&New Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> + <source>Ctrl+T</source> + <comment>File|New Tab</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="311"/> - <source>&New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> - <source>Ctrl+T</source> - <comment>File|New Tab</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="316"/> <source>Open a new help window tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="317"/> + <location filename="Helpviewer/HelpWindow.py" line="312"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="320"/> + <source>Ctrl+N</source> + <comment>File|New Window</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="325"/> - <source>Ctrl+N</source> - <comment>File|New Window</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="330"/> <source>Open a new help browser window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="331"/> + <location filename="Helpviewer/HelpWindow.py" line="326"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>&Open File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>Ctrl+O</source> + <comment>File|Open</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>&Open File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>Ctrl+O</source> - <comment>File|Open</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="344"/> <source>Open a help file for display</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="340"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New Tab</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="349"/> + <source>Open File in New &Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="349"/> + <source>Shift+Ctrl+O</source> + <comment>File|Open in new tab</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="354"/> - <source>Open File in New &Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> - <source>Shift+Ctrl+O</source> - <comment>File|Open in new tab</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> <source>Open a help file for display in a new tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="361"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="365"/> + <source>Save As </source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="365"/> + <source>&Save As...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="365"/> + <source>Shift+Ctrl+S</source> + <comment>File|Save As</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="370"/> - <source>Save As </source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> - <source>&Save As...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> - <source>Shift+Ctrl+S</source> - <comment>File|Save As</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="372"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="386"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>&Import Bookmarks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="384"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>&Import Bookmarks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="389"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="391"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="400"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>&Export Bookmarks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="400"/> - <source>&Export Bookmarks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="403"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="405"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>Print</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>&Print</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>Ctrl+P</source> + <comment>File|Print</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>Print</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>&Print</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>Ctrl+P</source> - <comment>File|Print</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="419"/> <source>Print the displayed help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="423"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> + <source>Print the displayed help as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="428"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="432"/> - <source>Print the displayed help as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="433"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Print preview of the displayed help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="447"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="450"/> + <source>Ctrl+W</source> + <comment>File|Close</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="455"/> - <source>Ctrl+W</source> - <comment>File|Close</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="460"/> <source>Close the current help window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="461"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="472"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="480"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="476"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="491"/> + <source>Ctrl+Q</source> + <comment>File|Quit</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="496"/> - <source>Ctrl+Q</source> - <comment>File|Quit</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> <source>Quit the web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Quit</b><p>Quit the web browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>&Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="514"/> <source>Move one help screen backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>&Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="530"/> <source>Move one help screen forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="531"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Home</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>&Home</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>Ctrl+Home</source> + <comment>Go|Home</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>&Home</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>Ctrl+Home</source> - <comment>Go|Home</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Move to the initial help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="546"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>&Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="565"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <source>Reload the current help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="566"/> + <location filename="Helpviewer/HelpWindow.py" line="561"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="580"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="581"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>&Copy</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="584"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="589"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Copy the selected text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Find...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>&Find...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="598"/> + <source>Ctrl+F</source> + <comment>Edit|Find</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="603"/> - <source>Ctrl+F</source> - <comment>Edit|Find</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> <source>Find text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="609"/> + <location filename="Helpviewer/HelpWindow.py" line="604"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find next</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="612"/> + <source>Find &next</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="612"/> + <source>F3</source> + <comment>Edit|Find next</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Find &next</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>F3</source> - <comment>Edit|Find next</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="622"/> <source>Find next occurrence of text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find &previous</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="626"/> + <source>Shift+F3</source> + <comment>Edit|Find previous</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="631"/> - <source>Shift+F3</source> - <comment>Edit|Find previous</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="636"/> <source>Find previous occurrence of text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="638"/> + <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="650"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="652"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="666"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="667"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add Folder</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add &Folder...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="673"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add Folder</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add &Folder...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="678"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="693"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="707"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="708"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="723"/> + <location filename="Helpviewer/HelpWindow.py" line="718"/> <source>Display information about this software</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="724"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About Qt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About &Qt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="730"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About Qt</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About &Qt</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="735"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="737"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="740"/> + <source>Ctrl++</source> + <comment>View|Zoom in</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="745"/> - <source>Ctrl++</source> - <comment>View|Zoom in</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="750"/> <source>Zoom in on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="751"/> + <location filename="Helpviewer/HelpWindow.py" line="746"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Zoom out</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Zoom &out</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Ctrl+-</source> + <comment>View|Zoom out</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Zoom out</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Zoom &out</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Ctrl+-</source> - <comment>View|Zoom out</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="764"/> <source>Zoom out on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="765"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="768"/> + <source>Zoom reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="768"/> + <source>Zoom &reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="768"/> + <source>Ctrl+0</source> + <comment>View|Zoom reset</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Zoom reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Zoom &reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Ctrl+0</source> - <comment>View|Zoom reset</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="778"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Zoom text only; pictures remain constant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="795"/> + <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Ctrl+U</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Show the page source in an editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Ctrl+U</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="809"/> - <source>Show the page source in an editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="810"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>F11</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Show next tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Show previous tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Shift+Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Switch between tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Ctrl+1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>&Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="854"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="860"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="864"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="864"/> + <source>&Languages...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="867"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="869"/> - <source>&Languages...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="874"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>Cookies</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>C&ookies...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="880"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>Cookies</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>C&ookies...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="885"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="895"/> + <location filename="Helpviewer/HelpWindow.py" line="890"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="890"/> + <source>Offline &Storage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="893"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="895"/> - <source>Offline &Storage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="898"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="908"/> + <location filename="Helpviewer/HelpWindow.py" line="903"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> + <location filename="Helpviewer/HelpWindow.py" line="907"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="914"/> + <location filename="Helpviewer/HelpWindow.py" line="909"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="917"/> + <source>Table of Contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="920"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="922"/> - <source>Table of Contents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="927"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> + <location filename="Helpviewer/HelpWindow.py" line="933"/> <source>Shows the index window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="935"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="951"/> + <location filename="Helpviewer/HelpWindow.py" line="946"/> <source>Shows the search window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="948"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="961"/> + <location filename="Helpviewer/HelpWindow.py" line="956"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="956"/> + <source>Manage QtHelp &Documents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="959"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="961"/> - <source>Manage QtHelp &Documents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="964"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp &Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="972"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp &Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="977"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>Reindex Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>&Reindex Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="985"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>Reindex Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>&Reindex Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="990"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> + <location filename="Helpviewer/HelpWindow.py" line="1000"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> + <source>&Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> - <source>&Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1006"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear icons database</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <source>Clear &icons database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> + <source>Clear the database of favicons</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> - <source>Clear &icons database</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Clear the database of favicons</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1020"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1027"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1046"/> + <location filename="Helpviewer/HelpWindow.py" line="1041"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1060"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Show Network Monitor</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show &Network Monitor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <source>Show the network monitor dialog</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show &Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Show the network monitor dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1075"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1103"/> + <location filename="Helpviewer/HelpWindow.py" line="1098"/> <source>&File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1121"/> <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Text Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Text Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>&Go</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1163"/> + <location filename="Helpviewer/HelpWindow.py" line="1158"/> <source>H&istory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1170"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>&Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1182"/> + <location filename="Helpviewer/HelpWindow.py" line="1177"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1195"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1205"/> + <location filename="Helpviewer/HelpWindow.py" line="1200"/> <source>&Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1209"/> + <location filename="Helpviewer/HelpWindow.py" line="1204"/> <source>&Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1217"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1240"/> + <source>Edit</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1245"/> - <source>Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1250"/> <source>View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1259"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>Find</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1261"/> + <source>Filter</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1266"/> - <source>Filter</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1271"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1277"/> + <location filename="Helpviewer/HelpWindow.py" line="1272"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1285"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1292"/> + <location filename="Helpviewer/HelpWindow.py" line="1287"/> <source>Go</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> - <source><p>Enter the help file to be displayed directly into this edit field. Select a previously shown help file from the drop down list.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1575"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1566"/> + <location filename="Helpviewer/HelpWindow.py" line="1472"/> <source><h3>About Eric Web Browser</h3><p>The Eric Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1645"/> + <location filename="Helpviewer/HelpWindow.py" line="1551"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1815"/> + <location filename="Helpviewer/HelpWindow.py" line="1721"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2049"/> + <location filename="Helpviewer/HelpWindow.py" line="1922"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2158"/> + <location filename="Helpviewer/HelpWindow.py" line="2031"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2210"/> + <location filename="Helpviewer/HelpWindow.py" line="2083"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2240"/> + <location filename="Helpviewer/HelpWindow.py" line="2113"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2259"/> + <location filename="Helpviewer/HelpWindow.py" line="2132"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2531"/> + <location filename="Helpviewer/HelpWindow.py" line="2404"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2532"/> + <location filename="Helpviewer/HelpWindow.py" line="2405"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2533"/> + <location filename="Helpviewer/HelpWindow.py" line="2406"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <location filename="Helpviewer/HelpWindow.py" line="2407"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2408"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2536"/> + <location filename="Helpviewer/HelpWindow.py" line="2409"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2558"/> + <location filename="Helpviewer/HelpWindow.py" line="2431"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -17262,22 +17256,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="417"/> + <location filename="Helpviewer/History/HistoryManager.py" line="418"/> <source><p>Unable to open history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source>Saving History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="437"/> + <location filename="Helpviewer/History/HistoryManager.py" line="438"/> <source><p>Error removing old history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source><p>Error moving new history file over old one (<b>{0}</b>).<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -19213,27 +19207,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="84"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> <source>Welcome to Eric Web Browser!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> - <source>Eric Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="86"/> - <source>Search!</source> + <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="87"/> + <source>Search!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="88"/> <source>About Eric</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="126"/> <source>Search results provided by {0}</source> <translation type="unfinished"></translation> </message> @@ -23264,387 +23258,387 @@ <context> <name>Project</name> <message> - <location filename="Project/Project.py" line="190"/> + <location filename="Project/Project.py" line="189"/> <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="193"/> + <location filename="Project/Project.py" line="192"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="196"/> + <location filename="Project/Project.py" line="195"/> <source>Ruby Files (*.rb);;</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Project/Project.py" line="227"/> + <source>Qt4 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Project/Project.py" line="228"/> - <source>Qt4 GUI</source> + <source>Qt4 Console</source> <translation type="unfinished"></translation> </message> <message> <location filename="Project/Project.py" line="229"/> - <source>Qt4 Console</source> + <source>Eric Plugin</source> <translation type="unfinished"></translation> </message> <message> <location filename="Project/Project.py" line="230"/> - <source>Eric Plugin</source> + <source>Console</source> <translation type="unfinished"></translation> </message> <message> <location filename="Project/Project.py" line="231"/> - <source>Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="232"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Project/Project.py" line="234"/> + <source>PySide GUI</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Project/Project.py" line="235"/> - <source>PySide GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="236"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source>Registering Project Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source><p>The Project type <b>{0}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source>Read project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source>Save project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source>Read user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source>Save user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source>Read project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="926"/> + <location filename="Project/Project.py" line="925"/> <source>Please save the project first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source>Save project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source>Delete project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source>Read debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source>Save debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source>Delete debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>Add Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source>Delete translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1270"/> + <location filename="Project/Project.py" line="1269"/> <source>Add file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1325"/> + <location filename="Project/Project.py" line="1324"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1261"/> + <location filename="Project/Project.py" line="1260"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1374"/> + <location filename="Project/Project.py" line="1373"/> <source>The target directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>Add directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1299"/> + <location filename="Project/Project.py" line="1298"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1309"/> + <location filename="Project/Project.py" line="1308"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>The source directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1504"/> + <location filename="Project/Project.py" line="1503"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source>Rename File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source>Delete file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source>Delete directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source>Create project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>New Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1843"/> + <location filename="Project/Project.py" line="1853"/> <source>Add existing files to the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>Select Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1948"/> + <location filename="Project/Project.py" line="1958"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>New project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1901"/> + <location filename="Project/Project.py" line="1911"/> <source>Shall the project file be added to the repository?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1928"/> + <location filename="Project/Project.py" line="1938"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1922"/> + <location filename="Project/Project.py" line="1932"/> <source>Select version control system for the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Translation Pattern</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>Open project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2352"/> + <location filename="Project/Project.py" line="2362"/> <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save project as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>Close Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>The current project has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>Syntax errors detected</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>The project contains one file with syntax errors.</numerusform> @@ -23652,687 +23646,687 @@ </translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>&New...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2808"/> + <location filename="Project/Project.py" line="2818"/> <source>Generate a new project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2809"/> + <location filename="Project/Project.py" line="2819"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>&Open...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2821"/> + <location filename="Project/Project.py" line="2831"/> <source>Open an existing project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2822"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>Close project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>&Close</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2832"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>Close project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>&Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2842"/> <source>Close the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2833"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2840"/> - <source>Save project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>&Save</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2843"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2850"/> + <source>Save project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>&Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2853"/> <source>Save the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2844"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2851"/> - <source>Save &as...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2854"/> - <source>Save the current project to a new file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2855"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2864"/> - <source>Add files to project</source> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2861"/> + <source>Save &as...</source> <translation type="unfinished"></translation> </message> <message> <location filename="Project/Project.py" line="2864"/> + <source>Save the current project to a new file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2865"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> + <source>Add files to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> <source>Add &files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2868"/> - <source>Add files to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2869"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2878"/> - <source>Add directory to project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2878"/> + <source>Add files to the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2879"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> + <source>Add directory to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> <source>Add directory...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2882"/> - <source>Add a directory to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2884"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2892"/> + <source>Add a directory to the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2894"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2902"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add &translation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2896"/> - <source>Add a translation to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2898"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2906"/> - <source>Search new files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2906"/> + <source>Add a translation to the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2908"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> + <source>Search new files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> <source>Searc&h new files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2919"/> <source>Search new files in the project directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2910"/> + <location filename="Project/Project.py" line="2920"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>Project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>&Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2921"/> + <location filename="Project/Project.py" line="2931"/> <source>Show the project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>User project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>&User Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2932"/> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>User project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>&User Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2942"/> <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2934"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2944"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2954"/> <source>Show the project filetype associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2946"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2956"/> - <source>Lexer Associations</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2956"/> + <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2966"/> + <source>Lexer Associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2959"/> + <location filename="Project/Project.py" line="2969"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2961"/> + <location filename="Project/Project.py" line="2971"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger &Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2975"/> + <location filename="Project/Project.py" line="2985"/> <source>Show the debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>&Load</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2986"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>&Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2996"/> <source>Load the debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2987"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>Save</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2997"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3007"/> <source>Save the debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2998"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>&Delete</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="3008"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>&Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3018"/> <source>Delete the debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3009"/> + <location filename="Project/Project.py" line="3019"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>Reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>&Reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3020"/> - <source>Reset the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3021"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="3030"/> + <source>Reset the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3031"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3040"/> <source>Load session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> + <location filename="Project/Project.py" line="3043"/> <source>Load the projects session file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3034"/> + <location filename="Project/Project.py" line="3044"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3047"/> + <location filename="Project/Project.py" line="3057"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3050"/> + <location filename="Project/Project.py" line="3060"/> <source>Save the projects session file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3051"/> + <location filename="Project/Project.py" line="3061"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3064"/> + <location filename="Project/Project.py" line="3074"/> <source>Delete session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3067"/> - <source>Delete the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3068"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3077"/> - <source>Code Metrics</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="3077"/> + <source>Delete the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3078"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3087"/> + <source>Code Metrics</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3087"/> <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3080"/> + <location filename="Project/Project.py" line="3090"/> <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3082"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Python Code Coverage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Code Co&verage...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="3092"/> - <source>Show code coverage information for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3094"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Profile Data</source> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Python Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> <location filename="Project/Project.py" line="3102"/> + <source>Show code coverage information for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3104"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Profile Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3112"/> <source>&Profile Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3105"/> + <location filename="Project/Project.py" line="3115"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3107"/> - <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3827"/> - <source>Application Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3114"/> - <source>&Application Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="3117"/> + <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3837"/> + <source>Application Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3124"/> + <source>&Application Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3127"/> <source>Show a diagram of the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3119"/> + <location filename="Project/Project.py" line="3129"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3128"/> + <location filename="Project/Project.py" line="3138"/> <source>Create &Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3132"/> - <source>Create an initial PKGLIST file for an eric5 plugin.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3134"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="4121"/> - <source>Create Plugin Archive</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="3142"/> + <source>Create an initial PKGLIST file for an eric5 plugin.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3144"/> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="4131"/> + <source>Create Plugin Archive</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3152"/> <source>Create Plugin &Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3146"/> + <location filename="Project/Project.py" line="3156"/> <source>Create an eric5 plugin archive file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3148"/> + <location filename="Project/Project.py" line="3158"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3171"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3173"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3191"/> - <source>&Project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3192"/> - <source>Open &Recent Projects</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3193"/> - <source>&Version Control</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3196"/> - <source>Chec&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3198"/> - <source>Sho&w</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3199"/> - <source>&Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3200"/> - <source>Session</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="3201"/> - <source>Source &Documentation</source> + <source>&Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3202"/> + <source>Open &Recent Projects</source> <translation type="unfinished"></translation> </message> <message> <location filename="Project/Project.py" line="3203"/> + <source>&Version Control</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3206"/> + <source>Chec&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3208"/> + <source>Sho&w</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3209"/> + <source>&Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3210"/> + <source>Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3211"/> + <source>Source &Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3213"/> <source>Debugger</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3204"/> + <location filename="Project/Project.py" line="3214"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3306"/> + <location filename="Project/Project.py" line="3316"/> <source>Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3367"/> + <location filename="Project/Project.py" line="3377"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>Search New Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source>Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3606"/> + <location filename="Project/Project.py" line="3616"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3707"/> + <location filename="Project/Project.py" line="3717"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3753"/> + <location filename="Project/Project.py" line="3763"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3774"/> + <location filename="Project/Project.py" line="3784"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3931"/> + <location filename="Project/Project.py" line="3941"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3975"/> + <location filename="Project/Project.py" line="3985"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3983"/> + <location filename="Project/Project.py" line="3993"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3995"/> + <location filename="Project/Project.py" line="4005"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4009"/> + <location filename="Project/Project.py" line="4019"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4029"/> + <location filename="Project/Project.py" line="4039"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4051"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -27602,6 +27596,14 @@ </message> </context> <context> + <name>QtHelpAccessHandler</name> + <message> + <location filename="Helpviewer/Network/QtHelpAccessHandler.py" line="115"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'{0}'</h3></div></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QtHelpDocumentationDialog</name> <message> <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> @@ -29020,6 +29022,79 @@ </message> </context> <context> + <name>SslInfoDialog</name> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="28"/> + <source><b>Issued for</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="122"/> + <source>Common Name (CN)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="142"/> + <source>Organization (O)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="162"/> + <source>Organizational Unit (OU)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="95"/> + <source>Serialnumber</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="115"/> + <source><b>Issued by</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="182"/> + <source><b>Validity</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="189"/> + <source>Issued on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="209"/> + <source>Expires on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="229"/> + <source><b>Fingerprints</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="236"/> + <source>SHA1-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="256"/> + <source>MD5-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.py" line="58"/> + <source><not part of the certificate></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>StartCoverageDialog</name> <message> <location filename="Debugger/StartCoverageDialog.ui" line="14"/> @@ -37111,6 +37186,19 @@ </message> </context> <context> + <name>UrlBar</name> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="36"/> + <source>Enter the location here.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="119"/> + <source>Unknown</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="42"/>
--- a/i18n/eric5_es.ts Thu Oct 07 09:07:22 2010 +0200 +++ b/i18n/eric5_es.ts Thu Oct 07 21:27:08 2010 +0200 @@ -1428,109 +1428,109 @@ <translation>Menú de Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Loading Bookmarks</source> <translation>Cargando Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="169"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="173"/> <source>Toolbar Bookmarks</source> <translation>Marcadores de Barra de Herramientas</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="175"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="179"/> <source>Menu</source> <translation>Menú</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Saving Bookmarks</source> <translation>Guardando Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="329"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="333"/> <source>XBEL bookmarks</source> <translation>Marcadores XBEL</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="330"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="334"/> <source>HTML Netscape bookmarks</source> <translation>Marcadores HTML Netscape</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Import Bookmarks</source> <translation>Importar Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>Export Bookmarks</source> <translation>Exportar Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Exporting Bookmarks</source> <translation>Exportando Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="437"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="535"/> <source>Remove Bookmark</source> <translation>Borrar Marcador</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="476"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="574"/> <source>Insert Bookmark</source> <translation>Insertar Marcador</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="514"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="612"/> <source>Name Change</source> <translation>Cambiar Nombre</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="517"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="615"/> <source>Address Change</source> <translation>Cambiar Dirección</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation>Error al guardar marcadores a <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="347"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Error opening bookmarks file <b>{0}</b>.</source> <translation>Error al abrir archivo de marcadores <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Error when importing bookmarks on line {0}, column [1}: {2}</source> <translation>Error al importar marcadores en línea {0}, columna {1}: {2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="377"/> <source>Imported {0}</source> <translation>Importado {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Error al exportar marcadores a <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="412"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="416"/> <source>Converted {0}</source> <translation>Convertido {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml)</source> <translation>Marcadores XBEL (*.xbel);;Marcadores XBEL(*.xml)</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation>Error al cargar marcadores en línea {0}, columna {1}: @@ -5347,32 +5347,32 @@ <translation>Parar</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="144"/> + <location filename="Helpviewer/DownloadDialog.py" line="148"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="358"/> + <location filename="Helpviewer/DownloadDialog.py" line="362"/> <source>?</source> <translation>?</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="383"/> + <location filename="Helpviewer/DownloadDialog.py" line="387"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="386"/> + <location filename="Helpviewer/DownloadDialog.py" line="390"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="389"/> + <location filename="Helpviewer/DownloadDialog.py" line="393"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source>Downloading</source> <translation>Descargando</translation> </message> @@ -5382,52 +5382,52 @@ <translation>Descarga de Eric5</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source><p>You are about to download the file <b>{0}</b>.</p><p>What do you want to do?</p></source> <translation><p>Está a punto de descargar el archivo <b>{0}</b>.</p><p>¿Qué desea hacer?</p></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="155"/> + <location filename="Helpviewer/DownloadDialog.py" line="159"/> <source>Download canceled: {0}</source> <translation>Descarga cancelada: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="268"/> + <location filename="Helpviewer/DownloadDialog.py" line="272"/> <source>Error opening save file: {0}</source> <translation>Error al abrir el fichero a guardar: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="275"/> + <location filename="Helpviewer/DownloadDialog.py" line="279"/> <source>Error saving: {0}</source> <translation>Error al guardar: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="292"/> + <location filename="Helpviewer/DownloadDialog.py" line="296"/> <source>Network Error: {0}</source> <translation>Error de Red: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="348"/> + <location filename="Helpviewer/DownloadDialog.py" line="352"/> <source>- {0}:{1:02} minutes remaining</source> <translation>-{0}:{1:02} minutos restantes</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="355"/> + <location filename="Helpviewer/DownloadDialog.py" line="359"/> <source>- {0} seconds remaining</source> <translation>- {0} seconds restantes</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="357"/> + <location filename="Helpviewer/DownloadDialog.py" line="361"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation>{0} de {1} ({2}/segundo) {3}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="366"/> + <location filename="Helpviewer/DownloadDialog.py" line="370"/> <source>{0} downloaded</source> <translation>{0} descargado</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="369"/> + <location filename="Helpviewer/DownloadDialog.py" line="373"/> <source>{0} of {1} - Stopped</source> <translation>{0} de {1} - Parado</translation> </message> @@ -11598,187 +11598,187 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="708"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="760"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Abrir enlace en Nueva Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="318"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="370"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Ventana de Ayuda</b><p>Esta ventana muestra la información de ayuda seleccionada.</p></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <source>Web Inspector...</source> + <translation>Inspector Web...</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> + <translation>Compruebe que la dirección no tenga errores como <b>ww</b>.ejemplo.org en lugar de <b>www</b>.ejemplo.org</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Si la dirección es correcta, intente comprobar la conexión de red.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> + <translation>Si el ordenador o la red están protegidos por un firewall o un proxy, asegúrese de que al navegador se le permite acceder a la red.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="793"/> + <source>Bookmark this Page</source> + <translation>Marcador a esta Página</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="764"/> + <source>Save Lin&k</source> + <translation>Guardar &Enlace</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="765"/> + <source>Bookmark this Link</source> + <translation>Marcador a este Enlace</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="768"/> + <source>Copy Link to Clipboard</source> + <translation>Copiar Enlace al Portapapeles</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="773"/> + <source>Open Image in New Tab</source> + <translation>Abrir Imagen en Nueva Pestaña</translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> - <source>Web Inspector...</source> - <translation>Inspector Web...</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> - <translation>Compruebe que la dirección no tenga errores como <b>ww</b>.ejemplo.org en lugar de <b>www</b>.ejemplo.org</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Si la dirección es correcta, intente comprobar la conexión de red.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> - <translation>Si el ordenador o la red están protegidos por un firewall o un proxy, asegúrese de que al navegador se le permite acceder a la red.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="741"/> - <source>Bookmark this Page</source> - <translation>Marcador a esta Página</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="712"/> - <source>Save Lin&k</source> - <translation>Guardar &Enlace</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="713"/> - <source>Bookmark this Link</source> - <translation>Marcador a este Enlace</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="716"/> - <source>Copy Link to Clipboard</source> - <translation>Copiar Enlace al Portapapeles</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="721"/> - <source>Open Image in New Tab</source> - <translation>Abrir Imagen en Nueva Pestaña</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="725"/> <source>Save Image</source> <translation>Guardar imagen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="726"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="778"/> <source>Copy Image to Clipboard</source> <translation>Copiar Imagen al Portapapeles</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="727"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="779"/> <source>Copy Image Location to Clipboard</source> <translation>Copiar Ubicación de la Imagen al Portapapeles</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source>Web Browser</source> <translation>Navegador Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="731"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> <source>Block Image</source> <translation>Bloquear Imagen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="755"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <source>Search with...</source> <translation>Buscar con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="486"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="538"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>El archivo <b>{0}</b> no existe.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar un visor para el archivo <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="506"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="558"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>No se pudo ejecutar una aplicación para la URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Web Database Quota</source> <translation>Cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>La cuota de base de datos de <strong>{0}</strong> se ha superado mientras se accedía a la base de datos <strong>{1}</strong>.</p><p>¿Debe ser cambiada?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>New Web Database Quota</source> <translation>Nueva cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1276"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1232"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1279"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1235"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1282"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Introducir la nueva cuota en MB (actual = {0}, usados = {1}; tamaño de paso = 5MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="772"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Add to web search toolbar</source> <translation>Añadir a la barra de búsqueda web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>Method not supported</source> <translation>Método no soportado</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>{0} method is not supported.</source> <translation>El método {0} no está soportado.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Search engine</source> <translation>Motor de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Choose the desired search engine</source> <translation>Elegir el motor de búsqueda deseado</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Engine name</source> <translation>Nombre de motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Enter a name for the engine</source> <translation>Introducir el nombre para el motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -12059,112 +12059,112 @@ <context> <name>HelpTabWidget</name> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="63"/> + <location filename="Helpviewer/HelpTabWidget.py" line="75"/> <source>Show a navigation menu</source> <translation type="unfinished">Mostrar un menú de navegación</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="73"/> + <location filename="Helpviewer/HelpTabWidget.py" line="85"/> <source>Close the current help window</source> <translation type="unfinished">Cierra la ventana actual</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="86"/> - <source>Open a new help window tab</source> - <translation type="unfinished">Abre una nueva pestaña con la ventana de ayuda</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="98"/> + <source>Open a new help window tab</source> + <translation type="unfinished">Abre una nueva pestaña con la ventana de ayuda</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="112"/> <source>New Tab</source> <translation type="unfinished">Nueva pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="102"/> - <source>Move Left</source> - <translation type="unfinished">Mover a la Izquierda</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="105"/> - <source>Move Right</source> - <translation type="unfinished">Mover a la Derecha</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="109"/> - <source>Duplicate Page</source> - <translation type="unfinished">Duplicar Página</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="113"/> - <source>Close</source> - <translation type="unfinished">Cerrar</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="116"/> - <source>Close Others</source> - <translation type="unfinished">Cerrar Otras</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="118"/> - <source>Close All</source> - <translation type="unfinished">Cerrar todo</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="121"/> - <source>Print Preview</source> - <translation type="unfinished">Presentación preliminar</translation> + <source>Move Left</source> + <translation type="unfinished">Mover a la Izquierda</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="119"/> + <source>Move Right</source> + <translation type="unfinished">Mover a la Derecha</translation> </message> <message> <location filename="Helpviewer/HelpTabWidget.py" line="123"/> + <source>Duplicate Page</source> + <translation type="unfinished">Duplicar Página</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="127"/> + <source>Close</source> + <translation type="unfinished">Cerrar</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="130"/> + <source>Close Others</source> + <translation type="unfinished">Cerrar Otras</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="132"/> + <source>Close All</source> + <translation type="unfinished">Cerrar todo</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="135"/> + <source>Print Preview</source> + <translation type="unfinished">Presentación preliminar</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="137"/> <source>Print</source> <translation type="unfinished">Imprimir</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="125"/> + <location filename="Helpviewer/HelpTabWidget.py" line="139"/> <source>Print as PDF</source> <translation type="unfinished">Imprimir como PDF</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="128"/> + <location filename="Helpviewer/HelpTabWidget.py" line="142"/> <source>Bookmark All Tabs</source> <translation type="unfinished">Todas las Pestañas a Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="225"/> + <location filename="Helpviewer/HelpTabWidget.py" line="261"/> <source>...</source> <translation type="unfinished">...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source>Eric Web Browser</source> <translation type="unfinished">Navegador Web de Eric</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>Imprimir no esta disponible debido a un bug en PyQt4. Por favor, actualice su versión.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="531"/> + <location filename="Helpviewer/HelpTabWidget.py" line="565"/> <source>Loading...</source> <translation type="unfinished">Cargando...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="548"/> + <location filename="Helpviewer/HelpTabWidget.py" line="582"/> <source>Finished loading</source> <translation type="unfinished">Carga terminada</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="550"/> + <location filename="Helpviewer/HelpTabWidget.py" line="584"/> <source>Failed to load</source> <translation type="unfinished">Ha fallado la carga</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -12173,17 +12173,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="593"/> + <location filename="Helpviewer/HelpTabWidget.py" line="627"/> <source>&Close</source> <translation type="unfinished">&Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="596"/> + <location filename="Helpviewer/HelpTabWidget.py" line="630"/> <source>&Quit</source> <translation type="unfinished">&Salir</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="598"/> + <location filename="Helpviewer/HelpTabWidget.py" line="632"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -12638,32 +12638,32 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="224"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="232"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Compruebe que la dirección no tenga errores como <b>ww</b>.ejemplo.org en lugar de <b>www</b>.ejemplo.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If the address is correct, try checking the network connection.</source> <translation>Si la dirección es correcta, intente comprobar la conexión de red.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Si el ordenador o la red están protegidos por un firewall o un proxy, asegúrese de que al navegador se le permite acceder a la red.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -12671,27 +12671,27 @@ <context> <name>HelpWebSearchWidget</name> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="135"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="137"/> <source>Suggestions</source> <translation>Sugerencias</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="143"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="145"/> <source>No Recent Searches</source> <translation>No hay búsquedas recientes</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="147"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="149"/> <source>Recent Searches</source> <translation>Búsquedas Recientes</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="280"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="290"/> <source>Clear Recent Searches</source> <translation>Limpiar Búsquedas recientes</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="271"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="281"/> <source>Add '{0}'</source> <translation>Añadir '{0}'</translation> </message> @@ -12699,542 +12699,542 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="460"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Close the current help window</source> <translation>Cierra la ventana actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="316"/> - <source>Open a new help window tab</source> - <translation>Abre una nueva pestaña con la ventana de ayuda</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="311"/> + <source>Open a new help window tab</source> + <translation>Abre una nueva pestaña con la ventana de ayuda</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>New Tab</source> <translation>Nueva pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>&New Tab</source> <translation>Nueva pes&taña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="317"/> + <location filename="Helpviewer/HelpWindow.py" line="312"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nueva pestaña</b><p>Abre una nueva pestaña con la ventana de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New Window</source> <translation>Nueva Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="330"/> + <location filename="Helpviewer/HelpWindow.py" line="325"/> <source>Open a new help browser window</source> <translation>Abre una nueva ventana del navegador de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="331"/> + <location filename="Helpviewer/HelpWindow.py" line="326"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nueva Ventana</b><p>Abre una nueva ventana del navegador de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>&Open File</source> + <translation>&Abrir archivo</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>Ctrl+O</source> + <comment>File|Open</comment> + <translation>Ctrl+O</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>&Open File</source> - <translation>&Abrir archivo</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>Ctrl+O</source> - <comment>File|Open</comment> - <translation>Ctrl+O</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="344"/> <source>Open a help file for display</source> <translation>Abre un archivo de ayuda para mostrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="340"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Abrir Archivo</b><p>Abre un nuevo archivo de ayuda para mostrar. Abre un diálogo de selección de archivo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New Tab</source> <translation>Abrir Archivo en Nueva Pestaña</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="349"/> + <source>Open File in New &Tab</source> + <translation>Abrir Archivo en Nueva Pes&taña</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="349"/> + <source>Shift+Ctrl+O</source> + <comment>File|Open in new tab</comment> + <translation>Shift+Ctrl+O</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="354"/> - <source>Open File in New &Tab</source> - <translation>Abrir Archivo en Nueva Pes&taña</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> - <source>Shift+Ctrl+O</source> - <comment>File|Open in new tab</comment> - <translation>Shift+Ctrl+O</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> <source>Open a help file for display in a new tab</source> <translation>Abre un fichero de ayuda para mostrar en una nueva pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="361"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Abrir Archivo en Nueva Pestaña</b><p>Abre un nuevo archivo de ayuda para mostrar en una nueva pestaña. Abre un diálogo de selección de archivo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>&Print</source> <translation>Im&primir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="419"/> + <location filename="Helpviewer/HelpWindow.py" line="414"/> <source>Print the displayed help</source> <translation>Imprimir la ayuda que se está mostrando</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Imprimir</b><p>Imprimir el texto de ayuda mostrado.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="461"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Cerrar</b><p>Cierra la ventana actual de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close All</source> <translation>Cerrar todo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close &All</source> <translation>Cerrar &Todo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Cerrar Todo</b><p>Cierra todas las ventanas de ayuda excepto la primera.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Quit</source> <translation>Salir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backward</source> <translation>Atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>&Backward</source> <translation>&Atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="514"/> <source>Move one help screen backward</source> <translation>Mover la ayuda una pantalla hacia atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Retroceso</b><p>Mueve la ayuda una pantalla hacia atrás. Si no hay ninguna disponible, esta acción no tiene efecto.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Forward</source> <translation>Adelante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>&Forward</source> <translation>A&delante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="530"/> <source>Move one help screen forward</source> <translation>Mover la ayuda una pantalla hacia adelante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="531"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Adelante</b><p>Mueve la ayuda una pantalla hacia adelante. Si no hay ninguna disponible, esta acción no tiene efecto.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>&Home</source> <translation>&Inicio</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="550"/> + <location filename="Helpviewer/HelpWindow.py" line="545"/> <source>Move to the initial help screen</source> <translation>Mover a la pantalla inicial de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="546"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Inicio</b><p>Mueve a la pantalla inicial de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Reload</source> <translation>Recargar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>&Reload</source> <translation>&Recargar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="565"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <source>Reload the current help screen</source> <translation>Recarga la pantalla de ayuda actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="566"/> + <location filename="Helpviewer/HelpWindow.py" line="561"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Recargar</b><p>Recarga la ventana actual de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Copy</source> <translation>Copiar</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="584"/> + <source>&Copy</source> + <translation>&Copiar</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="584"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation>Ctrl+C</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="589"/> - <source>&Copy</source> - <translation>&Copiar</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation>Ctrl+C</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Copy the selected text</source> <translation>Copiar el texto seleccionado</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Copiar</b><p>Copiar el texto seleccionado al portapapeles.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="598"/> + <source>Find...</source> + <translation>Buscar...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="598"/> + <source>&Find...</source> + <translation>&Buscar...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="598"/> + <source>Ctrl+F</source> + <comment>Edit|Find</comment> + <translation>Ctrl+F</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="603"/> - <source>Find...</source> - <translation>Buscar...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> - <source>&Find...</source> - <translation>&Buscar...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> - <source>Ctrl+F</source> - <comment>Edit|Find</comment> - <translation>Ctrl+F</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> <source>Find text in page</source> <translation>Buscar texto en página</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="609"/> + <location filename="Helpviewer/HelpWindow.py" line="604"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Buscar</b><p>Buscar texto en la página actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find next</source> <translation>Buscar siguiente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find &next</source> <translation>Buscar sigui&ente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find previous</source> <translation>Buscar anterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find &previous</source> <translation>Buscar a&nterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add Bookmark</source> <translation>Añadir Marcador</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>What's This?</source> <translation>¿Qué es esto?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>&What's This?</source> <translation>¿&Qué es esto?</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation>Shift+F1</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation>Shift+F1</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="707"/> <source>Context sensitive help</source> <translation>Ayuda sensible al contexto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="708"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostrar ayuda sensible al contexto</b><p>En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>About</source> <translation>Acerca de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>&About</source> <translation>&Acerca de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="723"/> + <location filename="Helpviewer/HelpWindow.py" line="718"/> <source>Display information about this software</source> <translation>Muestra información acerca de este software</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="724"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Acerca de</b><p>Muestra información acerca de este software.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About Qt</source> + <translation>Acerca de Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About &Qt</source> + <translation>Acerca de &Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="730"/> + <source>Display information about the Qt toolkit</source> + <translation>Muestra información sobre las herramientas Qt</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About Qt</source> - <translation>Acerca de Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About &Qt</source> - <translation>Acerca de &Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="735"/> - <source>Display information about the Qt toolkit</source> - <translation>Muestra información sobre las herramientas Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="737"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Acerca de Qt</b><p>Muestra información sobre las herramientas Qt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom in</source> <translation>Aumentar zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom &in</source> <translation>A&umentar Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="750"/> + <location filename="Helpviewer/HelpWindow.py" line="745"/> <source>Zoom in on the text</source> <translation>Aumentar zoom en el texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="751"/> + <location filename="Helpviewer/HelpWindow.py" line="746"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Aumentar Zoom</b><p>Aumenta el zoom sobre el texto. Esto provoca que el texto sea mayor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Zoom out</source> <translation>Disminuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="764"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Zoom out on the text</source> <translation>Disminuir zoom en el texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="765"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Disminuir Zoom</b><p>Disminuir el zoom en el texto. Esto provoca que el texto sea menor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1103"/> + <location filename="Helpviewer/HelpWindow.py" line="1098"/> <source>&File</source> <translation>&Archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1121"/> <source>&Edit</source> <translation>&Edición</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source>&View</source> <translation>&Ver</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <location filename="Helpviewer/HelpWindow.py" line="1145"/> <source>&Go</source> <translation>&Ir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1163"/> + <location filename="Helpviewer/HelpWindow.py" line="1158"/> <source>H&istory</source> <translation>&Historial</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1170"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>&Bookmarks</source> <translation>&Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1217"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source>&Help</source> <translation>A&yuda</translation> </message> @@ -13249,42 +13249,42 @@ <translation type="obsolete">Mover a la Derecha</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>File</source> <translation>Archivo</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1240"/> + <source>Edit</source> + <translation>Edición</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1245"/> - <source>Edit</source> - <translation>Edición</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1250"/> <source>View</source> <translation>Ver</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1259"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>Find</source> <translation>Buscar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1285"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1292"/> + <location filename="Helpviewer/HelpWindow.py" line="1287"/> <source>Go</source> <translation>Ir a</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1311"/> <source><p>Enter the help file to be displayed directly into this edit field. Select a previously shown help file from the drop down list.</p></source> - <translation><p>Introduzca directamente en este campo de edición el archivo de ayuda que se debe mostrar. Seleccione de la lista desplegable un archivo de ayuda que ha sido mostrado previamente.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <translation type="obsolete"><p>Introduzca directamente en este campo de edición el archivo de ayuda que se debe mostrar. Seleccione de la lista desplegable un archivo de ayuda que ha sido mostrado previamente.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Archivos de Ayuda (*.html *.htm);;Archivos PDF (*.pdf);;Archivos CHM (*.chm);;Todos los Archivos (*)</translation> </message> @@ -13294,37 +13294,37 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="622"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source>Find next occurrence of text in page</source> <translation>Busca la próxima aparición del texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Buscar siguiente</b><p>Buscar la siguiente aparición del texto en la página actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="636"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source>Find previous occurrence of text in page</source> <translation>Busca la anterior aparición del texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="638"/> + <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Buscar anterior</b><p>Buscar la anterior aparición del texto en la página actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Print preview of the displayed help</source> <translation>Presentación preliminar de la ayuda mostrada</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="447"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Presentación Preliminar</b><p>Presentación preliminar del texto de ayuda mostrado.</p></translation> </message> @@ -13334,222 +13334,222 @@ <translation type="obsolete"><p>Imprimir no esta disponible debido a un bug en PyQt4. Por favor, actualice su versión.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Show next tab</source> <translation>Mostrar siguiente pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Show previous tab</source> <translation>Mostrar pestaña anterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Switch between tabs</source> <translation>Alternar entre pestañas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <source>Clear icons database</source> + <translation>Limpiar base de datos de iconos</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> + <source>Clear the database of favicons</source> + <translation>Limpiar base de datos de favicons</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> - <source>Clear icons database</source> - <translation>Limpiar base de datos de iconos</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Clear the database of favicons</source> - <translation>Limpiar base de datos de favicons</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1020"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Limpiar base de datos de iconos</b><p>Limpia la base de datos de favicons de URLs previamente visitadas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Preferences</source> <translation>Preferencias</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>&Preferences...</source> <translation>&Preferencias...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="854"/> <source>Set the prefered configuration</source> <translation>Establecer la configuración preferida</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="860"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferencias</b><p>Establecezca los elementos de configuración de la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="141"/> + <location filename="Helpviewer/HelpWindow.py" line="136"/> <source>Contents</source> <translation>Contenido</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="472"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Close all help windows</source> <translation>Cerrar todas las ventanas de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="908"/> + <location filename="Helpviewer/HelpWindow.py" line="903"/> <source>Sync with Table of Contents</source> <translation>Sincronizar con la Tabla de Contenidos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> + <location filename="Helpviewer/HelpWindow.py" line="907"/> <source>Synchronizes the table of contents with current page</source> <translation>Sincroniza la tabla de contenidos con la página actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="914"/> + <location filename="Helpviewer/HelpWindow.py" line="909"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Sincronizar con la Tabla de Contenidos</b>Sincroniza la tabla de contenidos con la página actual<p></p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="917"/> + <source>Table of Contents</source> + <translation>Tabla de Contenidos</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="920"/> + <source>Shows the table of contents window</source> + <translation>Muestra la ventana de la tabla de contenidos</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="922"/> - <source>Table of Contents</source> - <translation>Tabla de Contenidos</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Shows the table of contents window</source> - <translation>Muestra la ventana de la tabla de contenidos</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="927"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Tabla de Contenidos</b><p>Muestra la ventana de la tabla de contenidos.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="956"/> + <source>Manage QtHelp Documents</source> + <translation>Gestionar Documentos de QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="959"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Muestra un diálogo para gestionar el conjunto de documentación de QtHelp</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="961"/> - <source>Manage QtHelp Documents</source> - <translation>Gestionar Documentos de QtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="964"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Muestra un diálogo para gestionar el conjunto de documentación de QtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Gestionar Documentos de QtHelp</b><p>Muestra un diálogo para gestionar el conjunto de documentación de QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1209"/> + <location filename="Helpviewer/HelpWindow.py" line="1204"/> <source>&Window</source> <translation>&Ventana</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1261"/> + <source>Filter</source> + <translation>Filtro</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1266"/> - <source>Filter</source> - <translation>Filtro</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1271"/> <source>Filtered by: </source> <translation>Filtrado por:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2049"/> + <location filename="Helpviewer/HelpWindow.py" line="1922"/> <source>Could not find an associated content.</source> <translation>No se ha podido encontrar un contenido asociado.</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp Filters</source> + <translation>Gestionar Filtros de QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="972"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Muestra un diálogo para gestionar los filtros deQtHelp</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp Filters</source> - <translation>Gestionar Filtros de QtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="977"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Muestra un diálogo para gestionar los filtros deQtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Gestionar Filtros de QtHelp</b><p>Muestra un diálogo para gestionar los filtros de QtHelp.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="930"/> + <source>Index</source> + <translation>Índice</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="933"/> + <source>Shows the index window</source> + <translation>Muestra la ventana del índice</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="935"/> - <source>Index</source> - <translation>Índice</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Shows the index window</source> - <translation>Muestra la ventana del índice</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Índice</b><p>Muestra la ventana del índice.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="943"/> + <source>Search</source> + <translation>Buscar</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="946"/> + <source>Shows the search window</source> + <translation>Muestra la ventana de búsqueda</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="948"/> - <source>Search</source> - <translation>Buscar</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="951"/> - <source>Shows the search window</source> - <translation>Muestra la ventana de búsqueda</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Buscar</b><p>Muestra la ventana de búsqueda.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>Reindex Documentation</source> + <translation>Reindexar Documentación</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="985"/> + <source>Reindexes the documentation set</source> + <translation>Reindexa el conjunto de documentación</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>Reindex Documentation</source> - <translation>Reindexar Documentación</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="990"/> - <source>Reindexes the documentation set</source> - <translation>Reindexa el conjunto de documentación</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Reindexar Documentación</b><p>Reindexa el conjunto de documentación.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2158"/> + <location filename="Helpviewer/HelpWindow.py" line="2031"/> <source>Updating search index</source> <translation>Actualizando índice de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2210"/> + <location filename="Helpviewer/HelpWindow.py" line="2083"/> <source>Looking for Documentation...</source> <translation>Buscando Documentación...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2240"/> + <location filename="Helpviewer/HelpWindow.py" line="2113"/> <source>Unfiltered</source> <translation>Sin filtrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2259"/> + <location filename="Helpviewer/HelpWindow.py" line="2132"/> <source>Help Engine</source> <translation>Motor de Ayuda</translation> </message> @@ -13559,17 +13559,17 @@ <translation type="obsolete">Mostrar un menú de navegación</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="480"/> <source>Private Browsing</source> <translation>Navegación Privada</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="476"/> + <source>Private &Browsing</source> + <translation>&Navegación Privada</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> - <source>Private &Browsing</source> - <translation>&Navegación Privada</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Navegación Privada</b><p>Habilita navegación privada. En este modo, el historial no queda registrado.</p></translation> </message> @@ -13584,330 +13584,330 @@ <translation type="obsolete">Carga terminada</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Full Screen</source> <translation>Pantalla Completa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>&Full Screen</source> <translation>&Pantalla Completa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="961"/> + <location filename="Helpviewer/HelpWindow.py" line="956"/> <source>Manage QtHelp &Documents</source> <translation>Gestionar &Documentos de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="974"/> + <location filename="Helpviewer/HelpWindow.py" line="969"/> <source>Manage QtHelp &Filters</source> <translation>Gestionar &Filtros de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="987"/> + <location filename="Helpviewer/HelpWindow.py" line="982"/> <source>&Reindex Documentation</source> <translation>&Reindexar Documentación</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> + <location filename="Helpviewer/HelpWindow.py" line="1000"/> <source>Clear private data</source> <translation>Limpiar Datos Privados</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> + <source>&Clear private data</source> + <translation>Li&mpiar Datos Privados</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> - <source>&Clear private data</source> - <translation>Li&mpiar Datos Privados</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1006"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Limpiar datos privados</b><p>Limpia los datos privados como historial de navegación, de búsqueda o base de datos de favicons.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear &icons database</source> <translation>Limpiar base de datos de &iconos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Show Network Monitor</source> <translation>Mostrar monitor de red</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show &Network Monitor</source> + <translation>Mostrar mo&nitor de red</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <source>Show the network monitor dialog</source> + <translation>Muestra el diálogo de monitor de red</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show &Network Monitor</source> - <translation>Mostrar mo&nitor de red</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Show the network monitor dialog</source> - <translation>Muestra el diálogo de monitor de red</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1075"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Mostrar Monitor de Red</b><p>Muestra el diálogo de monitor de red.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1182"/> + <location filename="Helpviewer/HelpWindow.py" line="1177"/> <source>&Settings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1205"/> + <location filename="Helpviewer/HelpWindow.py" line="1200"/> <source>&Tools</source> <translation>&Herramientas</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Show page source</source> + <translation>Mostrar código fuente</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Ctrl+U</source> + <translation>Ctrl+U</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Show the page source in an editor</source> + <translation>Muestra el código fuente en un editor</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Show page source</source> - <translation>Mostrar código fuente</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Ctrl+U</source> - <translation>Ctrl+U</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="809"/> - <source>Show the page source in an editor</source> - <translation>Muestra el código fuente en un editor</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="810"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Mostrar codigo fuente</b><p>Muestra el código fuente en un editor.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="864"/> + <source>&Languages...</source> + <translation>&Lenguajes...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="867"/> + <source>Configure the accepted languages for web pages</source> + <translation>Configurar los lenguajes aceptados para páginas web</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="869"/> - <source>&Languages...</source> - <translation>&Lenguajes...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> - <source>Configure the accepted languages for web pages</source> - <translation>Configurar los lenguajes aceptados para páginas web</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="874"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Lenguagjes</b><p>Configurar los lenguajes aceptados para páginas web..</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="864"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="882"/> + <location filename="Helpviewer/HelpWindow.py" line="877"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>C&ookies...</source> + <translation>C&ookies...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="880"/> + <source>Configure cookies handling</source> + <translation>Configurar manejo de cookies</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>C&ookies...</source> - <translation>C&ookies...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="885"/> - <source>Configure cookies handling</source> - <translation>Configurar manejo de cookies</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Configurar manejo de cookies.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1277"/> + <location filename="Helpviewer/HelpWindow.py" line="1272"/> <source>Settings</source> <translation>Configuración</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom reset</source> <translation>Restablecer zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom &reset</source> <translation>&Restablecer zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="778"/> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source>Reset the zoom of the text</source> <translation>Restablecer el zoom aplicado al texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom text only</source> <translation>Aplicar zoom al texto solamente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom &text only</source> <translation>Aplicar zoom al &texto solamente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Zoom text only; pictures remain constant</source> <translation>El zoom se aplica al texto solamente; las imágenes permanecen constantes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="795"/> + <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Aplicar zoom al texto solamente</b><p>El zoom se aplica al texto solamente; las imágenes permanecen constantes.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Restablecer zoom</b><p>Restablece el zoom aplicado al texto. Establece el factor de zoom a 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New &Window</source> <translation>Nueva &Ventana</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>Import Bookmarks</source> + <translation>Importar Marcadores</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>&Import Bookmarks...</source> + <translation>&Importar Marcadores...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="384"/> + <source>Import bookmarks from other browsers</source> + <translation>Importar marcadores desde otros navegadores</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>Import Bookmarks</source> - <translation>Importar Marcadores</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>&Import Bookmarks...</source> - <translation>&Importar Marcadores...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="389"/> - <source>Import bookmarks from other browsers</source> - <translation>Importar marcadores desde otros navegadores</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="391"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Importar Marcadores</b><p>Importar marcadores desde otros navegadores.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="400"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Export Bookmarks</source> <translation>Exportar Marcadores</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>&Export Bookmarks...</source> + <translation>&Exportar Marcadores...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source>Export the bookmarks into a file</source> + <translation>Exportar marcadores a un archivo</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="400"/> - <source>&Export Bookmarks...</source> - <translation>&Exportar Marcadores...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="403"/> - <source>Export the bookmarks into a file</source> - <translation>Exportar marcadores a un archivo</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="405"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Exportar Marcadores</b><p>Exportar los marcadores a un archivo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Manage Bookmarks</source> <translation>Gestionar marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>&Manage Bookmarks...</source> <translation>&Gestionar marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="650"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Abrir un diálogo para gestionar los marcadores.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="652"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Gestionar Bookmarks...</b><p>Abrir un diálogo para gestionar los marcadores.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add &Bookmark...</source> <translation>Añadir &Marcador...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="666"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Open a dialog to add a bookmark.</source> <translation>Abrir un diálogo para añadir un marcador.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="667"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Añadir Marcador</b><p>Abre un diálogo para añadir la URL actual como un marcador.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="675"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Add Folder</source> <translation>Añadir Carpeta</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add &Folder...</source> + <translation>Añadir &Carpeta...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="673"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Abre un diálogo para añadir una nueva carpeta de marcadores.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add &Folder...</source> - <translation>Añadir &Carpeta...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="678"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Abre un diálogo para añadir una nueva carpeta de marcadores.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Añadir Carpeta...</b><p>Abrir un diálogo para añadir una nueva carpeta de marcadores.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs</source> + <translation>Todas las Pestañas a Marcadores</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs...</source> + <translation>Todas las Pestañas a Marcadores...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Bookmark all open tabs.</source> + <translation>Todas las pestañas abiertas a marcadores.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs</source> - <translation>Todas las Pestañas a Marcadores</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs...</source> - <translation>Todas las Pestañas a Marcadores...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> - <source>Bookmark all open tabs.</source> - <translation>Todas las pestañas abiertas a marcadores.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="693"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Todas las Pestañas a Marcadores...</b><p>Abrir un diálogo para añadir una nueva carpeta de marcadores para todas las pestañas abiertas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1645"/> + <location filename="Helpviewer/HelpWindow.py" line="1551"/> <source>Saved Tabs</source> <translation>Pestañas Guardadas</translation> </message> @@ -13917,40 +13917,40 @@ <translation type="obsolete">Cerrar Otras</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Stop</source> <translation>Detener</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Stop</source> <translation>&Detener</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="580"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Stop loading</source> <translation>Detener carga</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="581"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Detener</b><p>Detiene la carga de la pestaña actual.</p></translation> </message> @@ -13960,108 +13960,108 @@ <translation type="obsolete">Duplicar Página</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Save As </source> <translation>Guardar como</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>&Save As...</source> <translation>Guardar co&mo...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="375"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Save the current page to disk</source> <translation>Guardar página actual en disco</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="372"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Guardar Como...</b><p>Guarda la página actual en disco.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1575"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Eric Web Browser</source> <translation>Navegador Web de Eric</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1566"/> + <location filename="Helpviewer/HelpWindow.py" line="1472"/> <source><h3>About Eric Web Browser</h3><p>The Eric Web Browser is a combined help file and HTML browser.</p></source> <translation><h3>Acerca del Navegador Web de Eric</h3><p>El Navegador Web de Eric es una combinación de navegador Web y navegador de archivos de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Quit the web browser</source> <translation>Salir del navegador web</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Quit</b><p>Quit the web browser.</p></source> <translation><b>Salir</b><p>Salir del navegador web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search Engines</source> <translation>Configurar Motores de Búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1027"/> <source>Configure the available search engines</source> <translation>Configurar los motores de búsqueda disponibles</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Configurar Motores de Búsqueda...</b><p>Abre un diálogo para configurar los motores de búsqueda disponibles.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords</source> <translation>Gestionar Contraseñas Almacenadas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords...</source> <translation>Gestionar Contraseñas Almacenadas...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1046"/> + <location filename="Helpviewer/HelpWindow.py" line="1041"/> <source>Manage the saved passwords</source> <translation>Gestionar las contraseñas almacenadas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Gestionar Contraseñas Almacenadas</b><p>Abre un diálogo para gestionar las contraseñas almacenadas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1060"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Configurar las suscripciones y reglas de AdBlock</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Abre un diálogo para configurar las suscripciones y reglas de AdBlock</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2219"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> @@ -14071,52 +14071,52 @@ <translation type="obsolete">Ha fallado la carga</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="428"/> + <location filename="Helpviewer/HelpWindow.py" line="423"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="432"/> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source>Print the displayed help as PDF</source> <translation>Imprimir la ayuda mostrada como PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="433"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Imprimir como PDF</b><p>Imprimir la ayuda mostrada como un archivo PDF.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="895"/> + <location filename="Helpviewer/HelpWindow.py" line="890"/> <source>Offline Storage</source> <translation>Almacenamiento Offline</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="890"/> + <source>Offline &Storage...</source> + <translation>Almacenamiento &Offline...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="893"/> + <source>Configure offline storage</source> + <translation>Configurar el almacenamiento offline</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="895"/> - <source>Offline &Storage...</source> - <translation>Almacenamiento &Offline...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="898"/> - <source>Configure offline storage</source> - <translation>Configurar el almacenamiento offline</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation><b>Almacenamiento Offline</b><p>Abre un diálogo para configurar el almacenamiento offline (sin conexión).</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search &Engines...</source> <translation>Configurar Motor&es de Búsqueda...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1815"/> + <location filename="Helpviewer/HelpWindow.py" line="1721"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>¿Está seguro de que desea activar la navegación privada?</b><p>Cuando la navegación privada ha sido activada, las páginas web no se añaden al historial, las búsquedas no se añaden a la lista de búsquedas recientes, y los iconos de website y las cookies no son almacenados. El almacenamiento offline de HTML5 tambien es desactivado. Hasta que la ventana sea cerrada, todavía se pueden utilizar los botones de Atrás y Adelante para retornar a las páginas web que hayan sido navegadas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> + <location filename="Helpviewer/HelpWindow.py" line="1140"/> <source>Text Encoding</source> <translation>Codificación de Texto</translation> </message> @@ -14126,42 +14126,42 @@ <translation type="obsolete">Por defecto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1195"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>User Agent</source> <translation>Agente de Usuario</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2531"/> + <location filename="Helpviewer/HelpWindow.py" line="2404"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2532"/> + <location filename="Helpviewer/HelpWindow.py" line="2405"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2533"/> + <location filename="Helpviewer/HelpWindow.py" line="2406"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <location filename="Helpviewer/HelpWindow.py" line="2407"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2408"/> <source>Other</source> <translation type="unfinished">Otro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2536"/> + <location filename="Helpviewer/HelpWindow.py" line="2409"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2558"/> + <location filename="Helpviewer/HelpWindow.py" line="2431"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -17473,22 +17473,22 @@ <translation>Cargando Historial</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source>Saving History</source> <translation>Guardando Historial</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="417"/> + <location filename="Helpviewer/History/HistoryManager.py" line="418"/> <source><p>Unable to open history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation><p>No se ha podido abrir el archivo de historial <b>{0}</b>.<br/>Razón: {1}</p></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="437"/> + <location filename="Helpviewer/History/HistoryManager.py" line="438"/> <source><p>Error removing old history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation><p>Error al eliminar el archivo de historial antiguo <b>{0}</b>.<br/>Razón: {1}</p></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source><p>Error moving new history file over old one (<b>{0}</b>).<br/>Reason: {1}</p></source> <translation><p>Error al copiar el nuevo archivo de historial sobre el antiguo (<b>{0}</b>).<br/>Razón: {1}</p></translation> </message> @@ -19441,27 +19441,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="84"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> <source>Welcome to Eric Web Browser!</source> <translation>¡Bienvenido al Navegador Web de Eric!</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> - <source>Eric Web Browser</source> - <translation>Navegador Web de Eric</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="86"/> - <source>Search!</source> - <translation>¡Buscar!</translation> + <source>Eric Web Browser</source> + <translation>Navegador Web de Eric</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="87"/> + <source>Search!</source> + <translation>¡Buscar!</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="88"/> <source>About Eric</source> <translation>Acerca de Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="126"/> <source>Search results provided by {0}</source> <translation>Buscar resultados proporcionados por {0}</translation> </message> @@ -23633,32 +23633,32 @@ <context> <name>Project</name> <message> - <location filename="Project/Project.py" line="196"/> + <location filename="Project/Project.py" line="195"/> <source>Ruby Files (*.rb);;</source> <translation>Archivos Ruby (*.rb);;</translation> </message> <message> + <location filename="Project/Project.py" line="227"/> + <source>Qt4 GUI</source> + <translation>Qt4 GUI</translation> + </message> + <message> <location filename="Project/Project.py" line="228"/> - <source>Qt4 GUI</source> - <translation>Qt4 GUI</translation> - </message> - <message> - <location filename="Project/Project.py" line="229"/> <source>Qt4 Console</source> <translation>Consola QT4</translation> </message> <message> + <location filename="Project/Project.py" line="230"/> + <source>Console</source> + <translation>Consola</translation> + </message> + <message> <location filename="Project/Project.py" line="231"/> - <source>Console</source> - <translation>Consola</translation> - </message> - <message> - <location filename="Project/Project.py" line="232"/> <source>Other</source> <translation>Otro</translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source>Read project file</source> <translation>Leer archivo de proyecto</translation> </message> @@ -23668,27 +23668,27 @@ <translation type="obsolete">Los archivos comprimidos de proyecto no están soportados. No se encuentra la biblioteca de compresión.</translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source>Save project file</source> <translation>Guardar proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source>Read user project properties</source> <translation>Leer las propiedades de proyecto del usuario</translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source>Save user project properties</source> <translation>Guardar propiedades de proyecto del usuario</translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source>Read project session</source> <translation>Leer sesion de proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="926"/> + <location filename="Project/Project.py" line="925"/> <source>Please save the project first.</source> <translation>Por favor guarde primero el proyecto.</translation> </message> @@ -23698,17 +23698,17 @@ <translation type="obsolete">Los archivos comprimidos de sesión de proyecto no están soportados. No se encuentra la biblioteca de compresión.</translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source>Save project session</source> <translation>Guardar sesion de proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source>Delete project session</source> <translation>Borrar sesion de proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> @@ -23718,17 +23718,17 @@ <translation type="obsolete">Los archivos comprimidos de tareas no están soportados. No se encuentra la biblioteca de compresión.</translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source>Save tasks</source> <translation>Guardar Tareas</translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source>Read debugger properties</source> <translation>Leer propiedades del depurador</translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source>Save debugger properties</source> <translation>Guardar propiedades del depurador</translation> </message> @@ -23738,112 +23738,112 @@ <translation type="obsolete">Los archivos comprimidos de propiedades de depurador del proyecto no están soportados. No se encuentra la biblioteca de compresión.</translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source>Delete debugger properties</source> <translation>Borrar propiedades del depurador</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>Add Language</source> <translation>Añadir lenguaje</translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source>Delete translation</source> <translation>Borrar traducción</translation> </message> <message> - <location filename="Project/Project.py" line="1270"/> + <location filename="Project/Project.py" line="1269"/> <source>Add file</source> <translation>Agregar archivo</translation> </message> <message> - <location filename="Project/Project.py" line="1374"/> + <location filename="Project/Project.py" line="1373"/> <source>The target directory must not be empty.</source> <translation>El directorio de destino no puede estar vacío.</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>Add directory</source> <translation>Añadir directorio</translation> </message> <message> - <location filename="Project/Project.py" line="1299"/> + <location filename="Project/Project.py" line="1298"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>El directorio de origen no contiene archivos que pertenezcan a la categoría seleccionada.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>The source directory must not be empty.</source> <translation>El directorio de origen no puede estar vacío.</translation> </message> <message> - <location filename="Project/Project.py" line="1504"/> + <location filename="Project/Project.py" line="1503"/> <source>Rename file</source> <translation>Renombrar archivo</translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source>Rename File</source> <translation>Renombrar Archivo</translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source>Delete file</source> <translation>Borrar archivo</translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source>Delete directory</source> <translation>Borrar directorio</translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source>Create project directory</source> <translation>Crear directorio de proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>New Project</source> <translation>Proyecto nuevo</translation> </message> <message> - <location filename="Project/Project.py" line="1843"/> + <location filename="Project/Project.py" line="1853"/> <source>Add existing files to the project?</source> <translation>¿Agregar archivos existentes al proyecto?</translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>Select Version Control System</source> <translation>Seleccion el Sistema de control de versiones (VCS)</translation> </message> <message> - <location filename="Project/Project.py" line="1948"/> + <location filename="Project/Project.py" line="1958"/> <source>Would you like to edit the VCS command options?</source> <translation>¿Le gustaría editar las opciones de comando para VCS?</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>New project</source> <translation>Proyecto nuevo</translation> </message> <message> - <location filename="Project/Project.py" line="1901"/> + <location filename="Project/Project.py" line="1911"/> <source>Shall the project file be added to the repository?</source> <translation>¿Debe añadirse el archivo de proyecto al repositorio?</translation> </message> <message> - <location filename="Project/Project.py" line="1928"/> + <location filename="Project/Project.py" line="1938"/> <source>None</source> <translation>Ninguno</translation> </message> <message> - <location filename="Project/Project.py" line="1922"/> + <location filename="Project/Project.py" line="1932"/> <source>Select version control system for the project</source> <translation>Seleccione el sistema de control de versiones para el proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>Open project</source> <translation>Abrir proyecto</translation> </message> @@ -23853,12 +23853,12 @@ <translation type="obsolete">Archivos de proyecto comprimido (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2352"/> + <location filename="Project/Project.py" line="2362"/> <source>Project Files (*.e4p)</source> <translation>Archivos de proyecto (*.e4p)</translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save project as</source> <translation>Guardar proyecto como</translation> </message> @@ -23868,27 +23868,27 @@ <translation type="obsolete">Archivos de proyecto (*.e4p);;Archivos de proyecto comprimido (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>Close Project</source> <translation>Cerrar Proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>The current project has unsaved changes.</source> <translation>El proyecto actual tiene cambios sin guardar.</translation> </message> <message> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>Syntax errors detected</source> <translation>Se detectaron errores de sintaxis</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>El archivo contiene %n archivo(s) con errores de sintaxis.</numerusform> @@ -23896,672 +23896,672 @@ </translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>&New...</source> <translation>&Nuevo...</translation> </message> <message> - <location filename="Project/Project.py" line="2808"/> + <location filename="Project/Project.py" line="2818"/> <source>Generate a new project</source> <translation>Generar un nuevo proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="2809"/> + <location filename="Project/Project.py" line="2819"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nuevo...</b><p>Abre un diálogo para introducir la información para un nuevo proyecto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>&Open...</source> <translation>&Abrir...</translation> </message> <message> - <location filename="Project/Project.py" line="2821"/> + <location filename="Project/Project.py" line="2831"/> <source>Open an existing project</source> <translation>Abrir un proyecto existente</translation> </message> <message> - <location filename="Project/Project.py" line="2822"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation><b>Abrir...</b><p>Abre un proyecto existente..</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>Close project</source> - <translation>Cerrar proyecto</translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>&Close</source> - <translation>&Cerrar</translation> - </message> - <message> <location filename="Project/Project.py" line="2832"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation><b>Abrir...</b><p>Abre un proyecto existente..</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>Close project</source> + <translation>Cerrar proyecto</translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>&Close</source> + <translation>&Cerrar</translation> + </message> + <message> + <location filename="Project/Project.py" line="2842"/> <source>Close the current project</source> <translation>Cierra el proyecto actual</translation> </message> <message> - <location filename="Project/Project.py" line="2833"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>Cerrar</b><p>Cierra el proyecto actualt.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2840"/> - <source>Save project</source> - <translation>Guardar proyecto</translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>&Save</source> - <translation>&Guardar</translation> - </message> - <message> <location filename="Project/Project.py" line="2843"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>Cerrar</b><p>Cierra el proyecto actualt.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2850"/> + <source>Save project</source> + <translation>Guardar proyecto</translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>&Save</source> + <translation>&Guardar</translation> + </message> + <message> + <location filename="Project/Project.py" line="2853"/> <source>Save the current project</source> <translation>Guarda el proyecto actual</translation> </message> <message> - <location filename="Project/Project.py" line="2844"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Guardar</b><p>Guarda el proyecto actual.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2851"/> - <source>Save &as...</source> - <translation>Guardar co&mo...</translation> - </message> - <message> <location filename="Project/Project.py" line="2854"/> - <source>Save the current project to a new file</source> - <translation>Guardar el proyecto actual en un nuevo archivo</translation> - </message> - <message> - <location filename="Project/Project.py" line="2855"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Guardar como</b><p>Guarda el proyecto en otro archivo.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2864"/> - <source>Add files to project</source> - <translation>Agregar archivos al proyecto</translation> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Guardar</b><p>Guarda el proyecto actual.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2861"/> + <source>Save &as...</source> + <translation>Guardar co&mo...</translation> </message> <message> <location filename="Project/Project.py" line="2864"/> + <source>Save the current project to a new file</source> + <translation>Guardar el proyecto actual en un nuevo archivo</translation> + </message> + <message> + <location filename="Project/Project.py" line="2865"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Guardar como</b><p>Guarda el proyecto en otro archivo.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> + <source>Add files to project</source> + <translation>Agregar archivos al proyecto</translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> <source>Add &files...</source> <translation>&Agregar archivos...</translation> </message> <message> - <location filename="Project/Project.py" line="2868"/> - <source>Add files to the current project</source> - <translation>Añadir archivos al proyecto actual</translation> - </message> - <message> - <location filename="Project/Project.py" line="2869"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Añadir archivos...</b><p>Abre un diálogo para añadir archivos al proyecto actual. El lugar donde se van a añadir es determinado por la extensión del nombre de archivo.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2878"/> - <source>Add directory to project</source> - <translation>Agregar directorio al proyecto</translation> - </message> - <message> <location filename="Project/Project.py" line="2878"/> + <source>Add files to the current project</source> + <translation>Añadir archivos al proyecto actual</translation> + </message> + <message> + <location filename="Project/Project.py" line="2879"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Añadir archivos...</b><p>Abre un diálogo para añadir archivos al proyecto actual. El lugar donde se van a añadir es determinado por la extensión del nombre de archivo.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> + <source>Add directory to project</source> + <translation>Agregar directorio al proyecto</translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> <source>Add directory...</source> <translation>Agregar directorio...</translation> </message> <message> - <location filename="Project/Project.py" line="2882"/> - <source>Add a directory to the current project</source> - <translation>Agregar directorio al proyecto actual</translation> - </message> - <message> - <location filename="Project/Project.py" line="2884"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Añadir directorio...</b><p>Abre un diálogo para añadir un directorio al proyecto actual.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2892"/> + <source>Add a directory to the current project</source> + <translation>Agregar directorio al proyecto actual</translation> + </message> + <message> + <location filename="Project/Project.py" line="2894"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Añadir directorio...</b><p>Abre un diálogo para añadir un directorio al proyecto actual.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2902"/> <source>Add translation to project</source> <translation>Añadir traducción al proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add &translation...</source> <translation>Añadir &Traducción...</translation> </message> <message> - <location filename="Project/Project.py" line="2896"/> - <source>Add a translation to the current project</source> - <translation>Añadir una traducción al proyecto actual</translation> - </message> - <message> - <location filename="Project/Project.py" line="2898"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Añadir traducción...</b><p>Abre un diálogo para añadir una traducción al proyecto actual.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2906"/> - <source>Search new files</source> - <translation>Buscar archivos nuevos</translation> - </message> - <message> <location filename="Project/Project.py" line="2906"/> + <source>Add a translation to the current project</source> + <translation>Añadir una traducción al proyecto actual</translation> + </message> + <message> + <location filename="Project/Project.py" line="2908"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Añadir traducción...</b><p>Abre un diálogo para añadir una traducción al proyecto actual.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> + <source>Search new files</source> + <translation>Buscar archivos nuevos</translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> <source>Searc&h new files...</source> <translation>Bus&car archivos nuevos...</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2919"/> <source>Search new files in the project directory.</source> <translation>Bucar nuevos archivos en el directorio de proyecto.</translation> </message> <message> - <location filename="Project/Project.py" line="2910"/> + <location filename="Project/Project.py" line="2920"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Buscar nuevos archivos...</b><p>Busca nuevos archivos (fuentes, *.ui, *.idl) en el directorio del proyecto y en los subdirectorios registrados.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>Project properties</source> <translation>Propiedades del proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>&Properties...</source> <translation>&Propiedades...</translation> </message> <message> - <location filename="Project/Project.py" line="2921"/> + <location filename="Project/Project.py" line="2931"/> <source>Show the project properties</source> <translation>Ver las propiedades del proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Propiedades...</b><p>Muestra un diálogo para editar las propiedades del proyecto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>User project properties</source> - <translation>Propiedades del usuario del proyecto</translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>&User Properties...</source> - <translation>Propiedades del &Usuario...</translation> - </message> - <message> <location filename="Project/Project.py" line="2932"/> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Propiedades...</b><p>Muestra un diálogo para editar las propiedades del proyecto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>User project properties</source> + <translation>Propiedades del usuario del proyecto</translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>&User Properties...</source> + <translation>Propiedades del &Usuario...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2942"/> <source>Show the user specific project properties</source> <translation>Muestra propiedades del proyecto específicas del usuario</translation> </message> <message> - <location filename="Project/Project.py" line="2934"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation><b>Propiedades del Usuario...</b><p>Abre un diálogo par editar las propiedades del proyecto específicas del usuario.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations</source> - <translation>Asociación de tipos de archivo</translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations...</source> - <translation>Asociación de tipos de archivo...</translation> - </message> - <message> <location filename="Project/Project.py" line="2944"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation><b>Propiedades del Usuario...</b><p>Abre un diálogo par editar las propiedades del proyecto específicas del usuario.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations</source> + <translation>Asociación de tipos de archivo</translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations...</source> + <translation>Asociación de tipos de archivo...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2954"/> <source>Show the project filetype associations</source> <translation>Ver las asociaciones del proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="2946"/> + <location filename="Project/Project.py" line="2956"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Asociaciones de Tipo de Archivo...</b><p>Muestra un diálogo para editar las asociaciones de los tipos de archivos del proyecto. Estas asociaciones determinan el tipo (fuente, formulario, interfaz u otras) con un patrón de nombres de archivo. Se usan cuando se añade un archivo al proyecto y cuando se realiza una búsqueda de nuevos archivos.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger Properties</source> <translation>Propiedades del depurador</translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger &Properties...</source> <translation>&Propiedades del depurador...</translation> </message> <message> - <location filename="Project/Project.py" line="2975"/> + <location filename="Project/Project.py" line="2985"/> <source>Show the debugger properties</source> <translation>Muestra las propiedades del depurador</translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Propiedades del Depurador...</b><p>Abre un diálogo par editar las propiedades del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>Load</source> - <translation>Cargar</translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>&Load</source> - <translation>&Cargar</translation> - </message> - <message> <location filename="Project/Project.py" line="2986"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Propiedades del Depurador...</b><p>Abre un diálogo par editar las propiedades del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>Load</source> + <translation>Cargar</translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>&Load</source> + <translation>&Cargar</translation> + </message> + <message> + <location filename="Project/Project.py" line="2996"/> <source>Load the debugger properties</source> <translation>Cargar las propiedades del depurador</translation> </message> <message> - <location filename="Project/Project.py" line="2987"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Cargar Propiedades del Depurador</b><p>Carga las opciones de configuración del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>Save</source> - <translation>Guardar</translation> - </message> - <message> <location filename="Project/Project.py" line="2997"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Cargar Propiedades del Depurador</b><p>Carga las opciones de configuración del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>Save</source> + <translation>Guardar</translation> + </message> + <message> + <location filename="Project/Project.py" line="3007"/> <source>Save the debugger properties</source> <translation>Guardar propiedades del depurador</translation> </message> <message> - <location filename="Project/Project.py" line="2998"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Guardar Propiedades del Depurador</b><p>Guarda las opciones de configuración del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>Delete</source> - <translation>Borrar</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>&Delete</source> - <translation>&Borrar</translation> - </message> - <message> <location filename="Project/Project.py" line="3008"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Guardar Propiedades del Depurador</b><p>Guarda las opciones de configuración del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>Delete</source> + <translation>Borrar</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>&Delete</source> + <translation>&Borrar</translation> + </message> + <message> + <location filename="Project/Project.py" line="3018"/> <source>Delete the debugger properties</source> <translation>Borrar las propiedades del depurador</translation> </message> <message> - <location filename="Project/Project.py" line="3009"/> + <location filename="Project/Project.py" line="3019"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Borrar Propiedades del Depurador</b><p>Borra el archivo que contiene las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>Reset</source> <translation>Reiniciar</translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>&Reset</source> <translation>&Reiniciar</translation> </message> <message> - <location filename="Project/Project.py" line="3020"/> - <source>Reset the debugger properties</source> - <translation>Restablecer las propiedades del depurador</translation> - </message> - <message> - <location filename="Project/Project.py" line="3021"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Restablecer Propiedades del Depurador</b><p>Restablece las opciones de configuración del depurador específicas del proyecto.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="3030"/> + <source>Reset the debugger properties</source> + <translation>Restablecer las propiedades del depurador</translation> + </message> + <message> + <location filename="Project/Project.py" line="3031"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Restablecer Propiedades del Depurador</b><p>Restablece las opciones de configuración del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3040"/> <source>Load session</source> <translation>Cargar sesión</translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> + <location filename="Project/Project.py" line="3043"/> <source>Load the projects session file.</source> <translation>Cargar archivo de sesión de proyectos.</translation> </message> <message> - <location filename="Project/Project.py" line="3034"/> + <location filename="Project/Project.py" line="3044"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Cargar sesión</b><p>Carga el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> </message> <message> - <location filename="Project/Project.py" line="3047"/> + <location filename="Project/Project.py" line="3057"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="Project/Project.py" line="3050"/> + <location filename="Project/Project.py" line="3060"/> <source>Save the projects session file.</source> <translation>Guardar archivos de sessión de proyecto.</translation> </message> <message> - <location filename="Project/Project.py" line="3051"/> + <location filename="Project/Project.py" line="3061"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Guardar sesión</b><p>Guarda el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> </message> <message> - <location filename="Project/Project.py" line="3064"/> + <location filename="Project/Project.py" line="3074"/> <source>Delete session</source> <translation>Borrar sesión</translation> </message> <message> - <location filename="Project/Project.py" line="3067"/> - <source>Delete the projects session file.</source> - <translation>Borrar el archivo de sesión de proyecto.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3068"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Borrar sesión</b><p>Borra el archivo de sesión del proyecto</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3077"/> - <source>Code Metrics</source> - <translation>Métricas de código</translation> - </message> - <message> <location filename="Project/Project.py" line="3077"/> + <source>Delete the projects session file.</source> + <translation>Borrar el archivo de sesión de proyecto.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3078"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Borrar sesión</b><p>Borra el archivo de sesión del proyecto</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3087"/> + <source>Code Metrics</source> + <translation>Métricas de código</translation> + </message> + <message> + <location filename="Project/Project.py" line="3087"/> <source>&Code Metrics...</source> <translation>Métricas de &código...</translation> </message> <message> - <location filename="Project/Project.py" line="3080"/> + <location filename="Project/Project.py" line="3090"/> <source>Show some code metrics for the project.</source> <translation>Muestra algunas métricas del código para este proyecto.</translation> </message> <message> - <location filename="Project/Project.py" line="3082"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Métricas de Código...</b><p>Muestra algunas métricas de código para todos los archivos Python en el proyecto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Python Code Coverage</source> - <translation>Cobertura de Código Python</translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Code Co&verage...</source> - <translation>Co&bertura de código...</translation> - </message> - <message> <location filename="Project/Project.py" line="3092"/> - <source>Show code coverage information for the project.</source> - <translation>Muestra información de cobertura de código para el proyecto.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3094"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Cobertura de Código...</b><p>Muestra la información de cobertura de código para todos los archivos Python en el proyecto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Profile Data</source> - <translation>Datos de perfil</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Métricas de Código...</b><p>Muestra algunas métricas de código para todos los archivos Python en el proyecto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Python Code Coverage</source> + <translation>Cobertura de Código Python</translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Code Co&verage...</source> + <translation>Co&bertura de código...</translation> </message> <message> <location filename="Project/Project.py" line="3102"/> + <source>Show code coverage information for the project.</source> + <translation>Muestra información de cobertura de código para el proyecto.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3104"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Cobertura de Código...</b><p>Muestra la información de cobertura de código para todos los archivos Python en el proyecto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Profile Data</source> + <translation>Datos de perfil</translation> + </message> + <message> + <location filename="Project/Project.py" line="3112"/> <source>&Profile Data...</source> <translation>Datos de &pefil...</translation> </message> <message> - <location filename="Project/Project.py" line="3105"/> + <location filename="Project/Project.py" line="3115"/> <source>Show profiling data for the project.</source> <translation>Mostrar datos de profiling para el proyecto.</translation> </message> <message> - <location filename="Project/Project.py" line="3107"/> - <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> - <translation><b>Datos de Profiling...</b><p>Muestra datos de profiling para el proyecto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3827"/> - <source>Application Diagram</source> - <translation>Diagrama de Aplicación</translation> - </message> - <message> - <location filename="Project/Project.py" line="3114"/> - <source>&Application Diagram...</source> - <translation>Diagrama de &Aplicación...</translation> - </message> - <message> <location filename="Project/Project.py" line="3117"/> + <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> + <translation><b>Datos de Profiling...</b><p>Muestra datos de profiling para el proyecto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3837"/> + <source>Application Diagram</source> + <translation>Diagrama de Aplicación</translation> + </message> + <message> + <location filename="Project/Project.py" line="3124"/> + <source>&Application Diagram...</source> + <translation>Diagrama de &Aplicación...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3127"/> <source>Show a diagram of the project.</source> <translation>Mostrar diagrama del proyecto.</translation> </message> <message> - <location filename="Project/Project.py" line="3119"/> + <location filename="Project/Project.py" line="3129"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrama de Aplicación...</b><p>Muestra un diagrama del proyecto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source>Create Package List</source> <translation>Crear Lista del Paquete</translation> </message> <message> - <location filename="Project/Project.py" line="3128"/> + <location filename="Project/Project.py" line="3138"/> <source>Create &Package List</source> <translation>Crear Lista del &Paquete</translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source>Create Plugin Archive</source> <translation>Crear Archivo de Plugin</translation> </message> <message> - <location filename="Project/Project.py" line="3142"/> + <location filename="Project/Project.py" line="3152"/> <source>Create Plugin &Archive</source> <translation>Crear &Archivo de Plugin</translation> </message> <message> - <location filename="Project/Project.py" line="3191"/> - <source>&Project</source> - <translation>&Proyecto</translation> - </message> - <message> - <location filename="Project/Project.py" line="3192"/> - <source>Open &Recent Projects</source> - <translation>Abrir Proyectos &Recientes</translation> - </message> - <message> - <location filename="Project/Project.py" line="3193"/> - <source>&Version Control</source> - <translation>Control de &Versiones</translation> - </message> - <message> - <location filename="Project/Project.py" line="3196"/> - <source>Chec&k</source> - <translation>Veri&ficar</translation> - </message> - <message> - <location filename="Project/Project.py" line="3198"/> - <source>Sho&w</source> - <translation>V&er</translation> - </message> - <message> - <location filename="Project/Project.py" line="3199"/> - <source>&Diagrams</source> - <translation>&Diagramas</translation> - </message> - <message> - <location filename="Project/Project.py" line="3200"/> - <source>Session</source> - <translation>Sesión</translation> - </message> - <message> <location filename="Project/Project.py" line="3201"/> - <source>Source &Documentation</source> - <translation>Origen de &Documentación </translation> + <source>&Project</source> + <translation>&Proyecto</translation> + </message> + <message> + <location filename="Project/Project.py" line="3202"/> + <source>Open &Recent Projects</source> + <translation>Abrir Proyectos &Recientes</translation> </message> <message> <location filename="Project/Project.py" line="3203"/> + <source>&Version Control</source> + <translation>Control de &Versiones</translation> + </message> + <message> + <location filename="Project/Project.py" line="3206"/> + <source>Chec&k</source> + <translation>Veri&ficar</translation> + </message> + <message> + <location filename="Project/Project.py" line="3208"/> + <source>Sho&w</source> + <translation>V&er</translation> + </message> + <message> + <location filename="Project/Project.py" line="3209"/> + <source>&Diagrams</source> + <translation>&Diagramas</translation> + </message> + <message> + <location filename="Project/Project.py" line="3210"/> + <source>Session</source> + <translation>Sesión</translation> + </message> + <message> + <location filename="Project/Project.py" line="3211"/> + <source>Source &Documentation</source> + <translation>Origen de &Documentación </translation> + </message> + <message> + <location filename="Project/Project.py" line="3213"/> <source>Debugger</source> <translation>Depurador</translation> </message> <message> - <location filename="Project/Project.py" line="3204"/> + <location filename="Project/Project.py" line="3214"/> <source>Pac&kagers</source> <translation>Empa&quetadores</translation> </message> <message> - <location filename="Project/Project.py" line="3306"/> + <location filename="Project/Project.py" line="3316"/> <source>Project</source> <translation>Proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="3367"/> + <location filename="Project/Project.py" line="3377"/> <source>&Clear</source> <translation>&Borrar</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>Search New Files</source> <translation>Buscar nuevos archivos</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>There were no new files found to be added.</source> <translation>No se han encontrado nuevos archivos para ser añadidos.</translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source>Version Control System</source> <translation>Sistema de control de versiones</translation> </message> <message> - <location filename="Project/Project.py" line="3707"/> + <location filename="Project/Project.py" line="3717"/> <source>Coverage Data</source> <translation>Datos de Cobertura</translation> </message> <message> - <location filename="Project/Project.py" line="3753"/> + <location filename="Project/Project.py" line="3763"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="Project/Project.py" line="3774"/> + <location filename="Project/Project.py" line="3784"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> <message> - <location filename="Project/Project.py" line="3931"/> + <location filename="Project/Project.py" line="3941"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>PKGLIST</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="Project/Project.py" line="3975"/> + <location filename="Project/Project.py" line="3985"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation><p>El archivo <b>PKGLIST</b> no existe. Abortando...</p></translation> </message> <message> - <location filename="Project/Project.py" line="3983"/> + <location filename="Project/Project.py" line="3993"/> <source>The project does not have a main script defined. Aborting...</source> <translation>No hay script principal definido para el proyecto actual. Abortando...</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source>Registering Project Type</source> <translation>Registrando Tipo de Proyecto</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (Snapshot)</source> <translation>Crear un Archivo de Plugin (Snapshot)</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>Crear un Archivo de Plugin (&Snapshot)</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>You have to specify a translation pattern first.</source> <translation>Debe especificar primero un patrón de traducción.</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Translation Pattern</source> <translation>Patrón de Traducción</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Introduzca el patrón de ruta para los archivos de traducción (use '%language%' in lugar del código de idioma):</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations</source> <translation>Asociaciones de Analizador Léxico</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations...</source> <translation>Asociaciones de Analizador Léxico...</translation> </message> <message> - <location filename="Project/Project.py" line="2959"/> + <location filename="Project/Project.py" line="2969"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Ver las asociaciones de analizador léxico del proyecto (sobreescribiendo valores por defecto)</translation> </message> <message> - <location filename="Project/Project.py" line="2961"/> + <location filename="Project/Project.py" line="2971"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Asociaciones de Analizador Léxico ...</b><p>Muestra un diálogo para editar las asociaciones de analizador léxico del proyecto. Estas asociaciones sobreescriben las asociaciones de analizador léxico globales. Los analizadores léxicos se utilizan para resaltar el texto en el editor.</p></translation> </message> <message> + <location filename="Project/Project.py" line="234"/> + <source>PySide GUI</source> + <translation>GUI de PySide</translation> + </message> + <message> <location filename="Project/Project.py" line="235"/> - <source>PySide GUI</source> - <translation>GUI de PySide</translation> - </message> - <message> - <location filename="Project/Project.py" line="236"/> <source>PySide Console</source> <translation>Consola PySide</translation> </message> <message> - <location filename="Project/Project.py" line="190"/> + <location filename="Project/Project.py" line="189"/> <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> <translation>Archivos Python(*.py2);;Archivos de GUI Python (*.pyw2);;</translation> </message> <message> - <location filename="Project/Project.py" line="193"/> + <location filename="Project/Project.py" line="192"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Archivos Python3 (*.py *.py3);;Archivos de GUI Python3 (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="Project/Project.py" line="230"/> + <location filename="Project/Project.py" line="229"/> <source>Eric Plugin</source> <translation>Plugin para Eric</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source><p>The Project type <b>{0}</b> already exists.</p></source> <translation><p>El Tipo de Proyecto <b>{0}</b> ya existe.</p></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser leído.</p></translation> </message> @@ -24576,17 +24576,17 @@ <translation type="obsolete"><p>El archivo de proyecto <b>{0}</b> tiene contenidos no válidos.</p></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser guardado.</p></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser guardado.</p></translation> </message> @@ -24601,22 +24601,22 @@ <translation type="obsolete"><p>El archivo de sesión de proyecto <b>{0}</b> tiene un formato no soportado.</p></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <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> @@ -24626,12 +24626,12 @@ <translation type="obsolete"><p>El archivo de tareas <b>{0}</b> tiene un formato no soportado.</p></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> @@ -24641,47 +24641,47 @@ <translation type="obsolete"><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> tiene un formato no soportado.</p></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser borrado.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de traducción seleccionado <b>{0}</b> no ha podido ser borrado.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1325"/> + <location filename="Project/Project.py" line="1324"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser renombrado.<br />Causa: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo seleccionado <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>El directorio seleccionado <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>El directorio de proyecto <b>{0}</b> no pudo ser creado.</p></translation> </message> @@ -24696,82 +24696,82 @@ <translation type="obsolete"><p>El archivo <b>{0}</b> ya existe.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3132"/> + <location filename="Project/Project.py" line="3142"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation>Crear un archivo inicial PKGLIST para un plugin para eric5.</translation> </message> <message> - <location filename="Project/Project.py" line="3134"/> + <location filename="Project/Project.py" line="3144"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation><b>Crear Lista del Paquete</b><p>Crea una lista inicial de archivos a incluir en un archivo para plugin de eric5. Esta lista se crea a partir del archivo de proyecto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3146"/> + <location filename="Project/Project.py" line="3156"/> <source>Create an eric5 plugin archive file.</source> <translation>Crear un archivo de plugin para eric5.</translation> </message> <message> - <location filename="Project/Project.py" line="3148"/> + <location filename="Project/Project.py" line="3158"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation><b>Crear Archivo de Plugin</b><p>Crea un archivo de plugin para eric5 utilizando la lista de archivos dada en el archivo PKGLIST. El nombre de archivo se determina a partir del nombr del script principal.</p> </translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3171"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation>Crear un archivo de plugin de eric5 (snapshot release).</translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3173"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Crear un archivo de plugin (Snapshot)</b><p>Crea un archivo de plugin utilizando la lista de archivos proporcionada en el archivo PKGLIST. El nombre del archivo se determina por el nombre del script principal. La entrada para la versión del script proncipal se modifica para reflejar una versión snapshot.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3606"/> + <location filename="Project/Project.py" line="3616"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Revirtiendo sobreescritura.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Deshabilitando control de versiones.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>El archivo <b>PKGLIST</b> no puede ser creado.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3995"/> + <location filename="Project/Project.py" line="4005"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation><p>El archivo <b>PKGLIST</b> no puede ser leido.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4009"/> + <location filename="Project/Project.py" line="4019"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin de eric5 <b>{0}</b> no ha podido ser creado. Abortando...</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4029"/> + <location filename="Project/Project.py" line="4039"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>El fichero<b>{0}</b> no ha podido ser almacenado en el archivo. Va a ser ignorado.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4051"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation><p>El archivo de plugin de eric5 <b>{0}</b> se ha creado satisfactoriamente.</p></translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1261"/> + <location filename="Project/Project.py" line="1260"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>El archivo seleccionado <b>{0}</b> no ha podido se añadido a <b>{1}</b>.</p><p>Razón: {2}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1309"/> + <location filename="Project/Project.py" line="1308"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El directorio de destino <b>{0}</b> no ha podido ser creado.</p><p>Razón: {1}</p></translation> </message> @@ -28155,6 +28155,14 @@ </message> </context> <context> + <name>QtHelpAccessHandler</name> + <message> + <location filename="Helpviewer/Network/QtHelpAccessHandler.py" line="115"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'{0}'</h3></div></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QtHelpDocumentationDialog</name> <message> <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> @@ -29590,6 +29598,79 @@ </message> </context> <context> + <name>SslInfoDialog</name> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="28"/> + <source><b>Issued for</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="122"/> + <source>Common Name (CN)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="142"/> + <source>Organization (O)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="162"/> + <source>Organizational Unit (OU)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="95"/> + <source>Serialnumber</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="115"/> + <source><b>Issued by</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="182"/> + <source><b>Validity</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="189"/> + <source>Issued on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="209"/> + <source>Expires on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="229"/> + <source><b>Fingerprints</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="236"/> + <source>SHA1-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="256"/> + <source>MD5-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.py" line="58"/> + <source><not part of the certificate></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>StartCoverageDialog</name> <message> <location filename="Debugger/StartCoverageDialog.ui" line="14"/> @@ -37807,6 +37888,19 @@ </message> </context> <context> + <name>UrlBar</name> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="36"/> + <source>Enter the location here.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="119"/> + <source>Unknown</source> + <translation type="unfinished">Desconocido</translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="42"/>
--- a/i18n/eric5_fr.ts Thu Oct 07 09:07:22 2010 +0200 +++ b/i18n/eric5_fr.ts Thu Oct 07 21:27:08 2010 +0200 @@ -1614,108 +1614,108 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Loading Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="169"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="173"/> <source>Toolbar Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="175"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="179"/> <source>Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Saving Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="329"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="333"/> <source>XBEL bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="330"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="334"/> <source>HTML Netscape bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Exporting Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="437"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="535"/> <source>Remove Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="476"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="574"/> <source>Insert Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="514"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="612"/> <source>Name Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="517"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="615"/> <source>Address Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="347"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Error opening bookmarks file <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Error when importing bookmarks on line {0}, column [1}: {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="377"/> <source>Imported {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="412"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="416"/> <source>Converted {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation type="unfinished"></translation> @@ -5764,7 +5764,7 @@ <translation>Stop</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="144"/> + <location filename="Helpviewer/DownloadDialog.py" line="148"/> <source>Save File</source> <translation>Enregistrer le fichier</translation> </message> @@ -5804,7 +5804,7 @@ <translation type="obsolete">%1 sur %2 (%3/sec) %4</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="358"/> + <location filename="Helpviewer/DownloadDialog.py" line="362"/> <source>?</source> <translation>?</translation> </message> @@ -5819,22 +5819,22 @@ <translation type="obsolete">%1 sur %2 - Stoppé</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="383"/> + <location filename="Helpviewer/DownloadDialog.py" line="387"/> <source>bytes</source> <translation>octets</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="386"/> + <location filename="Helpviewer/DownloadDialog.py" line="390"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="389"/> + <location filename="Helpviewer/DownloadDialog.py" line="393"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source>Downloading</source> <translation type="unfinished"></translation> </message> @@ -5844,52 +5844,52 @@ <translation type="unfinished">Téléchargement Eric4 {5 ?}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source><p>You are about to download the file <b>{0}</b>.</p><p>What do you want to do?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="155"/> + <location filename="Helpviewer/DownloadDialog.py" line="159"/> <source>Download canceled: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="268"/> + <location filename="Helpviewer/DownloadDialog.py" line="272"/> <source>Error opening save file: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="275"/> + <location filename="Helpviewer/DownloadDialog.py" line="279"/> <source>Error saving: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="292"/> + <location filename="Helpviewer/DownloadDialog.py" line="296"/> <source>Network Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="348"/> + <location filename="Helpviewer/DownloadDialog.py" line="352"/> <source>- {0}:{1:02} minutes remaining</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="355"/> + <location filename="Helpviewer/DownloadDialog.py" line="359"/> <source>- {0} seconds remaining</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="357"/> + <location filename="Helpviewer/DownloadDialog.py" line="361"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="366"/> + <location filename="Helpviewer/DownloadDialog.py" line="370"/> <source>{0} downloaded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="369"/> + <location filename="Helpviewer/DownloadDialog.py" line="373"/> <source>{0} of {1} - Stopped</source> <translation type="unfinished"></translation> </message> @@ -12601,17 +12601,17 @@ <translation type="obsolete"><p>Le fichier d'aide <b>%1</b> n'existe pas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="708"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="760"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Ouvrir le lien dans un nouvel onglet<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="318"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="370"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Fenêtre d'aide</b><p>Cette fenêtre affiche l'aide sélectionnée</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> <source>Web Inspector...</source> <translation>Inspecteur Web...</translation> </message> @@ -12621,172 +12621,172 @@ <translation type="obsolete"><html><head><title>Fenêtre d'aide</title></head><body><p>Impossible de charger l'URL demandée <b>%1</b></p><p>Raison: %2</p></body></html></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="741"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="793"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="712"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="764"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="713"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="765"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="716"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="768"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="721"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="773"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="725"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> <source>Save Image</source> <translation type="unfinished">Enregistrer l'image</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="726"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="778"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="727"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="779"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source>Web Browser</source> <translation type="unfinished">Navigateur Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="731"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="755"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="486"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="538"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="506"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="558"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1276"/> <source>bytes</source> <translation type="unfinished">octets</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1232"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1279"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1235"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1282"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="772"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -13160,112 +13160,112 @@ <context> <name>HelpTabWidget</name> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="63"/> + <location filename="Helpviewer/HelpTabWidget.py" line="75"/> <source>Show a navigation menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="73"/> + <location filename="Helpviewer/HelpTabWidget.py" line="85"/> <source>Close the current help window</source> <translation type="unfinished">Ferme la fenêtre d'aide en cours</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="86"/> - <source>Open a new help window tab</source> - <translation type="unfinished">Ouvrir un nouvel onglet d'aide</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="98"/> + <source>Open a new help window tab</source> + <translation type="unfinished">Ouvrir un nouvel onglet d'aide</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="112"/> <source>New Tab</source> <translation type="unfinished">Nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="102"/> - <source>Move Left</source> - <translation type="unfinished">Déplacer vers la gauche</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="105"/> - <source>Move Right</source> - <translation type="unfinished">Déplacer vers la droite</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="109"/> - <source>Duplicate Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="113"/> - <source>Close</source> - <translation type="unfinished">Fermer</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="116"/> - <source>Close Others</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="118"/> - <source>Close All</source> - <translation type="unfinished">Tout fermer</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="121"/> - <source>Print Preview</source> - <translation type="unfinished">Aperçu avant impression</translation> + <source>Move Left</source> + <translation type="unfinished">Déplacer vers la gauche</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="119"/> + <source>Move Right</source> + <translation type="unfinished">Déplacer vers la droite</translation> </message> <message> <location filename="Helpviewer/HelpTabWidget.py" line="123"/> + <source>Duplicate Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="127"/> + <source>Close</source> + <translation type="unfinished">Fermer</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="130"/> + <source>Close Others</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="132"/> + <source>Close All</source> + <translation type="unfinished">Tout fermer</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="135"/> + <source>Print Preview</source> + <translation type="unfinished">Aperçu avant impression</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="137"/> <source>Print</source> <translation type="unfinished">Imprimer</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="125"/> + <location filename="Helpviewer/HelpTabWidget.py" line="139"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="128"/> + <location filename="Helpviewer/HelpTabWidget.py" line="142"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="225"/> + <location filename="Helpviewer/HelpTabWidget.py" line="261"/> <source>...</source> <translation type="unfinished">...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>L'impression n'est pas disponible à cause d'un bug de PyQt4. Merci de mettre à jour PyQt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="531"/> + <location filename="Helpviewer/HelpTabWidget.py" line="565"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="548"/> + <location filename="Helpviewer/HelpTabWidget.py" line="582"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="550"/> + <location filename="Helpviewer/HelpTabWidget.py" line="584"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -13274,17 +13274,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="593"/> + <location filename="Helpviewer/HelpTabWidget.py" line="627"/> <source>&Close</source> <translation type="unfinished">&Fermer</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="596"/> + <location filename="Helpviewer/HelpTabWidget.py" line="630"/> <source>&Quit</source> <translation type="unfinished">&Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="598"/> + <location filename="Helpviewer/HelpTabWidget.py" line="632"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -13814,32 +13814,32 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="224"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="232"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -13847,27 +13847,27 @@ <context> <name>HelpWebSearchWidget</name> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="135"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="137"/> <source>Suggestions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="143"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="145"/> <source>No Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="147"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="149"/> <source>Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="280"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="290"/> <source>Clear Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="271"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="281"/> <source>Add '{0}'</source> <translation type="unfinished"></translation> </message> @@ -13875,152 +13875,152 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New Window</source> <translation>Nouvelle fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>&Open File</source> + <translation>&Ouvrir Fichier</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>&Open File</source> - <translation>&Ouvrir Fichier</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="344"/> <source>Open a help file for display</source> <translation>Ouvrir un fichier d'aide à afficher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="340"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Ouvrir Fichier</b><p>Ouvre une nouvelle fenêtre d'aide.Affiche une boite de sélection pour choisir un fichier.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>Print</source> + <translation>Imprimer</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>&Print</source> + <translation>&Imprimer</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>Print</source> - <translation>Imprimer</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>&Print</source> - <translation>&Imprimer</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="419"/> <source>Print the displayed help</source> <translation>Imprimer le fichier d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Imprimer</b><p>Imprime le fichier d'aide affiché.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Close</source> <translation>Fermer</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="450"/> + <source>&Close</source> + <translation>&Fermer</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="455"/> - <source>&Close</source> - <translation>&Fermer</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="460"/> <source>Close the current help window</source> <translation>Ferme la fenêtre d'aide en cours</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Quit</source> <translation>&Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backward</source> <translation>Précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>&Backward</source> <translation>&Précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="514"/> <source>Move one help screen backward</source> <translation>Retourne à la page d'aide précédente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Précédent</b><p>Retourne à la page d'aide précédente. S'il n'y en a pas, le bouton est désactivé.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Forward</source> <translation>Suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>&Forward</source> <translation>&Suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="530"/> <source>Move one help screen forward</source> <translation>Avance à la page d'aide suivante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="531"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Suivant</b><p>Avance à la page d'aide suivante. S'il n'y en a pas, le bouton est désactivé.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>Home</source> + <translation>URL de démarrage</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>&Home</source> + <translation>&URL de démarrage</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>Home</source> - <translation>URL de démarrage</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>&Home</source> - <translation>&URL de démarrage</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Move to the initial help screen</source> <translation>Va à la page d'aide de démarrage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="546"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>URL de démarrage</b><p>Va à la page d'aide initiale.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Reload</source> <translation>Recharger</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>&Reload</source> <translation>&Recharger</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="565"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <source>Reload the current help screen</source> <translation>Recharge la page d'aide courante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="566"/> + <location filename="Helpviewer/HelpWindow.py" line="561"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Recharger</b><p>Recharge la page d'aide courante.</p></translation> </message> @@ -14040,7 +14040,7 @@ <translation type="obsolete"><b>Effacer l'historique</b><p>Efface l'historique des pages parcourues.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add Bookmark</source> <translation>Ajouter un signet</translation> </message> @@ -14075,164 +14075,164 @@ <translation type="obsolete"><b>Modifier les signets</b><p>Cette action ouvre une fenêtre où vous pourrez changer le nom des signets ainsi que leur ordre d'apparition dans le menu Signets.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>&What's This?</source> + <translation>&Qu'est-ce que c'est?</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>&What's This?</source> - <translation>&Qu'est-ce que c'est?</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="707"/> <source>Context sensitive help</source> <translation>Aide contextuelle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="708"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>About</source> <translation>À propos de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>&About</source> <translation>&À propos de </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="723"/> + <location filename="Helpviewer/HelpWindow.py" line="718"/> <source>Display information about this software</source> <translation>Affiche les informations concernant le logiciel</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="724"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About Qt</source> + <translation>À propos de Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About &Qt</source> + <translation>À propos de &Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="730"/> + <source>Display information about the Qt toolkit</source> + <translation>Affiche les informations concernant Qt</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About Qt</source> - <translation>À propos de Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About &Qt</source> - <translation>À propos de &Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="735"/> - <source>Display information about the Qt toolkit</source> - <translation>Affiche les informations concernant Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="737"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>À propos de Qt</b><p>Affiche les informations concernant Qt</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom in</source> <translation>Zoom avant</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="740"/> + <source>Zoom &in</source> + <translation>Zoom a&vant</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="745"/> - <source>Zoom &in</source> - <translation>Zoom a&vant</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="750"/> <source>Zoom in on the text</source> <translation>Zoom sur le texte</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="751"/> + <location filename="Helpviewer/HelpWindow.py" line="746"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Zoom avant</b><p>Zoom sur le texte. Affiche le texte en plus gros.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Zoom out</source> + <translation>Zoom arrière</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Zoom &out</source> + <translation>Zoom a&rrière</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Zoom out</source> - <translation>Zoom arrière</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Zoom &out</source> - <translation>Zoom a&rrière</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="764"/> <source>Zoom out on the text</source> <translation>Zoom arrière du texte</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="765"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Zoom arrière</b><p>Zoom arrière du texte. Affiche le texte en plus petit.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Copy</source> <translation>Copier</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="584"/> + <source>&Copy</source> + <translation>&Copier</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="589"/> - <source>&Copy</source> - <translation>&Copier</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Copy the selected text</source> <translation>Copie le texte sélectionné</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Copier</b><p>Copie le texte sélectionné dans le presse-papier.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1103"/> + <location filename="Helpviewer/HelpWindow.py" line="1098"/> <source>&File</source> <translation>&Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1121"/> <source>&Edit</source> <translation>&Edition</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source>&View</source> <translation>&Affichage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <location filename="Helpviewer/HelpWindow.py" line="1145"/> <source>&Go</source> <translation>A&ller</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1163"/> + <location filename="Helpviewer/HelpWindow.py" line="1158"/> <source>H&istory</source> <translation>&Historique</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1170"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>&Bookmarks</source> <translation>&Signets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1217"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source>&Help</source> <translation>A&ide</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1311"/> <source><p>Enter the help file to be displayed directly into this edit field. Select a previously shown help file from the drop down list.</p></source> - <translation><p>Entrer directement un fichier d'aide à afficher ou sélectionner un fichier d'aide déjà affiché à partir de la liste déroulante.</p></translation> + <translation type="obsolete"><p>Entrer directement un fichier d'aide à afficher ou sélectionner un fichier d'aide déjà affiché à partir de la liste déroulante.</p></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1642"/> @@ -14245,83 +14245,83 @@ <translation type="obsolete"><h3> À propos du Visionneur d'aide </h3><p>Le visualiseur d'aide est un petit navigateur permettant d'afficher des fichiers HTML d'aide comme la documentation de Qt</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="339"/> + <location filename="Helpviewer/HelpWindow.py" line="334"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="598"/> + <source>&Find...</source> + <translation>&Rechercher...</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="603"/> - <source>&Find...</source> - <translation>&Rechercher...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> <source>Find text in page</source> <translation>Trouver le texte dans la page</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="609"/> + <location filename="Helpviewer/HelpWindow.py" line="604"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Chercher</b><p>Recherche le texte dans la page courante.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find &next</source> <translation>Chercher &suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find &previous</source> <translation>Chercher &précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>File</source> <translation>Fichier</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1240"/> + <source>Edit</source> + <translation>Édition</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1245"/> - <source>Edit</source> - <translation>Édition</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1250"/> <source>View</source> <translation>Affichage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1259"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>Find</source> <translation>Recherche</translation> </message> @@ -14331,17 +14331,17 @@ <translation type="obsolete">Signets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1285"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1292"/> + <location filename="Helpviewer/HelpWindow.py" line="1287"/> <source>Go</source> <translation>Aller à</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Fichiers d'aide (*.html *.htm);;Fichiers PDF (*.pdf);;Fichiers CHM (*.chm);;Tous les fichiers (*)</translation> </message> @@ -14351,23 +14351,23 @@ <translation type="obsolete">Visionneurs d'aide eric4</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>&New Tab</source> <translation>&Nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="316"/> + <location filename="Helpviewer/HelpWindow.py" line="311"/> <source>Open a new help window tab</source> <translation>Ouvrir un nouvel onglet d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="317"/> + <location filename="Helpviewer/HelpWindow.py" line="312"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nouvel onglet</b><p>Ouvre un nouvel onglet d'aide.</p></translation> </message> @@ -14377,22 +14377,22 @@ <translation type="obsolete">Nouvelle &fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="330"/> + <location filename="Helpviewer/HelpWindow.py" line="325"/> <source>Open a new help browser window</source> <translation>Ouvre une nouvelle fenêtre d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="331"/> + <location filename="Helpviewer/HelpWindow.py" line="326"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nouvelle fenêtre</b><p>Ouvre une nouvelle fenêtre d'aide.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="461"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Fermer</b><p>Ferme la fenêtre d'aide courante.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close &All</source> <translation>&Tout fermer</translation> </message> @@ -14402,7 +14402,7 @@ <translation type="obsolete">Ferme toutes les fenêtres d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Tout fermer</b><p>Ferme toutes les fenêtres d'aide sauf la première.</p></translation> </message> @@ -14432,106 +14432,106 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New &Tab</source> <translation>Ouvrir unfichier dans un nouvel &onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="354"/> <source>Open a help file for display in a new tab</source> <translation>Ouvre un fichier d'aide dans un nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="361"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Ouvrir un fichier dans un nouvel onglet</b><p>Ouvre un nouveau fichier d'aide avec une boite de dialogue.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>New Tab</source> <translation>Nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New Tab</source> <translation>Ouvrir le fichier dans un nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Gauche</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>RetArr (BackSpace)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Droite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Orig</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Find...</source> <translation>Rechercher...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find next</source> <translation>Chercher suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find previous</source> <translation>Chercher précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> @@ -14547,55 +14547,55 @@ <translation type="obsolete">Éditer les signets...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="622"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source>Find next occurrence of text in page</source> <translation>Recherche de la prochaine occurence du texte dans la page</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Chercher suivant</b><p>Recherche la prochaine occurence du texte dans la page.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="636"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source>Find previous occurrence of text in page</source> <translation>Recherche de l' occurence précédente dans la page</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="638"/> + <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Chercher précédent</b><p>Recherche l'occurence précédente dans la page.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Print preview of the displayed help</source> <translation>Affiche un aperçu de l'aide avant impression</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="447"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Aperçu avant impression</b><p>Aperçu avant impression de l'aide affichée.</p></translation> </message> @@ -14630,37 +14630,37 @@ <translation type="obsolete"><p>Erreurs SSL:</p><p>%1</p><p>Voulez-vous ignorer ces erreurs ?</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Show next tab</source> <translation>Afficher la tabulation suivante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Show previous tab</source> <translation>Afficher la tabulation précédente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Switch between tabs</source> <translation>Intervertir les onglets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear icons database</source> <translation>Effacer la base d'icônes</translation> </message> @@ -14670,12 +14670,12 @@ <translation type="obsolete">&Effacer la base d'icônes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Clear the database of favicons</source> <translation>Effacer la base d'icônes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1020"/> + <location filename="Helpviewer/HelpWindow.py" line="1015"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Effacer la base d'icônes</b><p>Efface la base d'icônes de l'URL visitée précédemment.</p></translation> </message> @@ -14685,714 +14685,714 @@ <translation type="obsolete">&Configuration</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>&Preferences...</source> <translation>&Préférences...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="854"/> <source>Set the prefered configuration</source> <translation>Édition des préférences</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="860"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="141"/> + <location filename="Helpviewer/HelpWindow.py" line="136"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="472"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="908"/> + <location filename="Helpviewer/HelpWindow.py" line="903"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> + <location filename="Helpviewer/HelpWindow.py" line="907"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="914"/> + <location filename="Helpviewer/HelpWindow.py" line="909"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="917"/> + <source>Table of Contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="920"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="922"/> - <source>Table of Contents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="927"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="956"/> + <source>Manage QtHelp Documents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="959"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="961"/> - <source>Manage QtHelp Documents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="964"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1209"/> + <location filename="Helpviewer/HelpWindow.py" line="1204"/> <source>&Window</source> <translation type="unfinished">&Fenêtre</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1261"/> + <source>Filter</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1266"/> - <source>Filter</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1271"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2049"/> + <location filename="Helpviewer/HelpWindow.py" line="1922"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="972"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="977"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="930"/> + <source>Index</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="933"/> + <source>Shows the index window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="935"/> - <source>Index</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Shows the index window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="943"/> + <source>Search</source> + <translation type="unfinished">Rechercher</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="946"/> + <source>Shows the search window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="948"/> - <source>Search</source> - <translation type="unfinished">Rechercher</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="951"/> - <source>Shows the search window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>Reindex Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="985"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>Reindex Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="990"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2158"/> + <location filename="Helpviewer/HelpWindow.py" line="2031"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2210"/> + <location filename="Helpviewer/HelpWindow.py" line="2083"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2240"/> + <location filename="Helpviewer/HelpWindow.py" line="2113"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2259"/> + <location filename="Helpviewer/HelpWindow.py" line="2132"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="480"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="476"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="961"/> + <location filename="Helpviewer/HelpWindow.py" line="956"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="974"/> + <location filename="Helpviewer/HelpWindow.py" line="969"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="987"/> + <location filename="Helpviewer/HelpWindow.py" line="982"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> + <location filename="Helpviewer/HelpWindow.py" line="1000"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> + <source>&Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> - <source>&Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1006"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Show Network Monitor</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show &Network Monitor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <source>Show the network monitor dialog</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show &Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Show the network monitor dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1075"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1182"/> + <location filename="Helpviewer/HelpWindow.py" line="1177"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1205"/> + <location filename="Helpviewer/HelpWindow.py" line="1200"/> <source>&Tools</source> <translation type="unfinished">&Outils</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Ctrl+U</source> + <translation type="unfinished">Ctrl+U</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Show the page source in an editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Ctrl+U</source> - <translation type="unfinished">Ctrl+U</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="809"/> - <source>Show the page source in an editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="810"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="864"/> + <source>&Languages...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="867"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="869"/> - <source>&Languages...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="874"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="864"/> <source>Languages</source> <translation type="unfinished">Langages</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="882"/> + <location filename="Helpviewer/HelpWindow.py" line="877"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>C&ookies...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="880"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>C&ookies...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="885"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1277"/> + <location filename="Helpviewer/HelpWindow.py" line="1272"/> <source>Settings</source> <translation type="unfinished">Configuration</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="778"/> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Zoom text only; pictures remain constant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="795"/> + <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="386"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>&Import Bookmarks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="384"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>&Import Bookmarks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="389"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="391"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="400"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>&Export Bookmarks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="400"/> - <source>&Export Bookmarks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="403"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="405"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="650"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="652"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="666"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="667"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add Folder</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add &Folder...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="673"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add Folder</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add &Folder...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="678"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> + <location filename="Helpviewer/HelpWindow.py" line="683"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="693"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1645"/> + <location filename="Helpviewer/HelpWindow.py" line="1551"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Stop</source> <translation type="unfinished">&Arrêt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="580"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="581"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Save As </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="375"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="372"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1575"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1566"/> + <location filename="Helpviewer/HelpWindow.py" line="1472"/> <source><h3>About Eric Web Browser</h3><p>The Eric Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Quit the web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Quit</b><p>Quit the web browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1027"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1046"/> + <location filename="Helpviewer/HelpWindow.py" line="1041"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1060"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2219"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="423"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> + <source>Print the displayed help as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="428"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="432"/> - <source>Print the displayed help as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="433"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="895"/> + <location filename="Helpviewer/HelpWindow.py" line="890"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="890"/> + <source>Offline &Storage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="893"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="895"/> - <source>Offline &Storage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="898"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1815"/> + <location filename="Helpviewer/HelpWindow.py" line="1721"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> + <location filename="Helpviewer/HelpWindow.py" line="1140"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -15402,42 +15402,42 @@ <translation type="obsolete">Défaut</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1195"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2531"/> + <location filename="Helpviewer/HelpWindow.py" line="2404"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2532"/> + <location filename="Helpviewer/HelpWindow.py" line="2405"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2533"/> + <location filename="Helpviewer/HelpWindow.py" line="2406"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <location filename="Helpviewer/HelpWindow.py" line="2407"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2408"/> <source>Other</source> <translation type="unfinished">Autre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2536"/> + <location filename="Helpviewer/HelpWindow.py" line="2409"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2558"/> + <location filename="Helpviewer/HelpWindow.py" line="2431"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -18745,22 +18745,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source>Saving History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="417"/> + <location filename="Helpviewer/History/HistoryManager.py" line="418"/> <source><p>Unable to open history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="437"/> + <location filename="Helpviewer/History/HistoryManager.py" line="438"/> <source><p>Error removing old history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source><p>Error moving new history file over old one (<b>{0}</b>).<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -20820,27 +20820,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="84"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> <source>Welcome to Eric Web Browser!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> - <source>Eric Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="86"/> - <source>Search!</source> + <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="87"/> + <source>Search!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="88"/> <source>About Eric</source> <translation type="unfinished">À propos d'Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="126"/> <source>Search results provided by {0}</source> <translation type="unfinished"></translation> </message> @@ -25511,7 +25511,7 @@ <context> <name>Project</name> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source>Read project file</source> <translation>Lire un fichier projet</translation> </message> @@ -25521,17 +25521,17 @@ <translation type="obsolete">Les fichiers projets compressés ne sont pas supportés. La librairie de compression est manquante.</translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source>Save project file</source> <translation>Enregistrer le fichier projet</translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source>Read project session</source> <translation>Lire la session du projet</translation> </message> <message> - <location filename="Project/Project.py" line="926"/> + <location filename="Project/Project.py" line="925"/> <source>Please save the project first.</source> <translation>Prière d'enregistrer votre projet d'abord.</translation> </message> @@ -25541,307 +25541,307 @@ <translation type="obsolete">Les fichiers de session compressés ne sont pas supportés. La librairie de compression est manquante.</translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source>Save project session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>Add Language</source> <translation>Ajouter une langue</translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source>Delete translation</source> <translation>Supprimer la traduction</translation> </message> <message> - <location filename="Project/Project.py" line="1270"/> + <location filename="Project/Project.py" line="1269"/> <source>Add file</source> <translation>Ajouter un fichier</translation> </message> <message> - <location filename="Project/Project.py" line="1374"/> + <location filename="Project/Project.py" line="1373"/> <source>The target directory must not be empty.</source> <translation>Le répertoire cible ne doit pas être vide.</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>Add directory</source> <translation>Ajouter un répertoire</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>The source directory must not be empty.</source> <translation>Le répertoire source ne doit pas être vide.</translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source>Delete file</source> <translation>Suppression de fichier</translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source>Create project directory</source> <translation>Création d'un répertoire projet</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>New project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>Open project</source> <translation>Ouvir un projet</translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save project as</source> <translation>Enregistrer le projet sous</translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>Close Project</source> <translation>Fermer le projet</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>The current project has unsaved changes.</source> <translation>Le projet courant a des modifications non enregistrées.</translation> </message> <message> - <location filename="Project/Project.py" line="2994"/> + <location filename="Project/Project.py" line="3004"/> <source>&Save</source> <translation>&Enregistrer</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>&New...</source> <translation>&Nouveau...</translation> </message> <message> - <location filename="Project/Project.py" line="2808"/> + <location filename="Project/Project.py" line="2818"/> <source>Generate a new project</source> <translation>Génerer un nouveau projet</translation> </message> <message> - <location filename="Project/Project.py" line="2809"/> + <location filename="Project/Project.py" line="2819"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nouveau...</b><p>Ouvre une boite de dialogue pour entrer les paramètres d'un nouveau projet.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>&Open...</source> <translation>&Ouvrir...</translation> </message> <message> - <location filename="Project/Project.py" line="2821"/> + <location filename="Project/Project.py" line="2831"/> <source>Open an existing project</source> <translation>Ouvrir un projet existant</translation> </message> <message> - <location filename="Project/Project.py" line="2822"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation><b>Ouvrir...</b><p>Ouvre un projet existant.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>Close project</source> - <translation>Fermer le projet</translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>&Close</source> - <translation>&Fermer</translation> - </message> - <message> <location filename="Project/Project.py" line="2832"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation><b>Ouvrir...</b><p>Ouvre un projet existant.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>Close project</source> + <translation>Fermer le projet</translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>&Close</source> + <translation>&Fermer</translation> + </message> + <message> + <location filename="Project/Project.py" line="2842"/> <source>Close the current project</source> <translation>Fermer le projet en cours</translation> </message> <message> - <location filename="Project/Project.py" line="2833"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>Fermer</b><p>Ferme le projet en cours.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2840"/> - <source>Save project</source> - <translation>Enregistrer le projet</translation> - </message> - <message> <location filename="Project/Project.py" line="2843"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>Fermer</b><p>Ferme le projet en cours.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2850"/> + <source>Save project</source> + <translation>Enregistrer le projet</translation> + </message> + <message> + <location filename="Project/Project.py" line="2853"/> <source>Save the current project</source> <translation>Enregistre le projet courant</translation> </message> <message> - <location filename="Project/Project.py" line="2844"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Enregistrer</b><p>Enregistre le projet en cours.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2851"/> - <source>Save &as...</source> - <translation>&Enregistrer sous...</translation> - </message> - <message> <location filename="Project/Project.py" line="2854"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Enregistrer</b><p>Enregistre le projet en cours.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2861"/> + <source>Save &as...</source> + <translation>&Enregistrer sous...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2864"/> <source>Save the current project to a new file</source> <translation>Enregistre le projet en cours dans un nouveau fichier</translation> </message> <message> - <location filename="Project/Project.py" line="2855"/> + <location filename="Project/Project.py" line="2865"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Enregistrer sous</b><p>Enregistre le projet en cours dans un nouveau fichier.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add translation to project</source> <translation>Ajouter une traduction au projet</translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add &translation...</source> <translation>Ajouter une &traduction...</translation> </message> <message> - <location filename="Project/Project.py" line="2896"/> - <source>Add a translation to the current project</source> - <translation>Ajoute une traduction au projet en cours</translation> - </message> - <message> - <location filename="Project/Project.py" line="2898"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2906"/> - <source>Search new files</source> - <translation>Rechercher des nouveaux fichiers</translation> - </message> - <message> <location filename="Project/Project.py" line="2906"/> + <source>Add a translation to the current project</source> + <translation>Ajoute une traduction au projet en cours</translation> + </message> + <message> + <location filename="Project/Project.py" line="2908"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> + <source>Search new files</source> + <translation>Rechercher des nouveaux fichiers</translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> <source>Searc&h new files...</source> <translation>Re&chercher des nouveaux fichiers...</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2919"/> <source>Search new files in the project directory.</source> <translation>Recherche des nouveaux fichiers dans le répertoire du projet.</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>Project properties</source> <translation>Propriétés du projet</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>&Properties...</source> <translation>&Propriétés...</translation> </message> <message> - <location filename="Project/Project.py" line="2921"/> + <location filename="Project/Project.py" line="2931"/> <source>Show the project properties</source> <translation>Affiche les propriétés du projet</translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> + <location filename="Project/Project.py" line="2932"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Propriétés...</b><p>Affiche une boite de dialogue pour éditer les propriétés du projet.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3030"/> + <location filename="Project/Project.py" line="3040"/> <source>Load session</source> <translation>Charger la session</translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> + <location filename="Project/Project.py" line="3043"/> <source>Load the projects session file.</source> <translation>Charge le fichier de session du projet.</translation> </message> <message> - <location filename="Project/Project.py" line="3034"/> + <location filename="Project/Project.py" line="3044"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Charger la session</b><p>Charge le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> </message> <message> - <location filename="Project/Project.py" line="3047"/> + <location filename="Project/Project.py" line="3057"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="Project/Project.py" line="3050"/> + <location filename="Project/Project.py" line="3060"/> <source>Save the projects session file.</source> <translation>Enregistre le fichier de session du projet.</translation> </message> <message> - <location filename="Project/Project.py" line="3051"/> + <location filename="Project/Project.py" line="3061"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Enregistrer la session</b><p>Enregistrer le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> </message> <message> - <location filename="Project/Project.py" line="3077"/> + <location filename="Project/Project.py" line="3087"/> <source>Code Metrics</source> <translation>Statistiques du code</translation> </message> <message> - <location filename="Project/Project.py" line="3077"/> + <location filename="Project/Project.py" line="3087"/> <source>&Code Metrics...</source> <translation>Statistiques du &Code...</translation> </message> <message> - <location filename="Project/Project.py" line="3080"/> + <location filename="Project/Project.py" line="3090"/> <source>Show some code metrics for the project.</source> <translation>Affiche des statistiques sur le code du projet.</translation> </message> <message> - <location filename="Project/Project.py" line="3082"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Statistiques du Code...</b><p>Affiche des statistiques sur le code de tous les fichiers Python du projet.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Python Code Coverage</source> - <translation> Code Coverage Python</translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Code Co&verage...</source> - <translation>Code Co&verage...</translation> - </message> - <message> <location filename="Project/Project.py" line="3092"/> - <source>Show code coverage information for the project.</source> - <translation>Affiche les informations de code coverage pour le projet.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3094"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Code Coverage...</b><p>Affiche les informations de code coverage pour le projet.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Profile Data</source> - <translation>Profiling des données</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Statistiques du Code...</b><p>Affiche des statistiques sur le code de tous les fichiers Python du projet.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Python Code Coverage</source> + <translation> Code Coverage Python</translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Code Co&verage...</source> + <translation>Code Co&verage...</translation> </message> <message> <location filename="Project/Project.py" line="3102"/> + <source>Show code coverage information for the project.</source> + <translation>Affiche les informations de code coverage pour le projet.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3104"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Code Coverage...</b><p>Affiche les informations de code coverage pour le projet.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Profile Data</source> + <translation>Profiling des données</translation> + </message> + <message> + <location filename="Project/Project.py" line="3112"/> <source>&Profile Data...</source> <translation>&Profiling des données...</translation> </message> <message> - <location filename="Project/Project.py" line="3105"/> + <location filename="Project/Project.py" line="3115"/> <source>Show profiling data for the project.</source> <translation>Affiche le profiling des données du projet.</translation> </message> <message> - <location filename="Project/Project.py" line="3107"/> + <location filename="Project/Project.py" line="3117"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilling des données...</b><p>Affiche le profiling des données du projet.</p></translation> </message> @@ -25886,147 +25886,147 @@ <translation type="obsolete"><b>Supprimer Cyclops le rapport Cyclops</b><p>Supprime le rapport Cyclops du projet.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="Project/Project.py" line="3114"/> + <location filename="Project/Project.py" line="3124"/> <source>&Application Diagram...</source> <translation>&Diagramme de l'application...</translation> </message> <message> - <location filename="Project/Project.py" line="3117"/> + <location filename="Project/Project.py" line="3127"/> <source>Show a diagram of the project.</source> <translation>Affiche le diagramme de l'application.</translation> </message> <message> - <location filename="Project/Project.py" line="3119"/> + <location filename="Project/Project.py" line="3129"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagramme de l'application...</b><p>Affiche le diagramme du projet.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3192"/> + <location filename="Project/Project.py" line="3202"/> <source>Open &Recent Projects</source> <translation>Ouvrir un projet &récent</translation> </message> <message> - <location filename="Project/Project.py" line="3199"/> + <location filename="Project/Project.py" line="3209"/> <source>&Diagrams</source> <translation>&Diagrammes</translation> </message> <message> - <location filename="Project/Project.py" line="3196"/> + <location filename="Project/Project.py" line="3206"/> <source>Chec&k</source> <translation>&Vérification</translation> </message> <message> - <location filename="Project/Project.py" line="3193"/> + <location filename="Project/Project.py" line="3203"/> <source>&Version Control</source> <translation>&Contrôle de version</translation> </message> <message> - <location filename="Project/Project.py" line="3198"/> + <location filename="Project/Project.py" line="3208"/> <source>Sho&w</source> <translation>&Affichage</translation> </message> <message> - <location filename="Project/Project.py" line="3201"/> + <location filename="Project/Project.py" line="3211"/> <source>Source &Documentation</source> <translation>&Documentation automatique</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>Search New Files</source> <translation>Rechercher des nouveaux fichiers</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>There were no new files found to be added.</source> <translation>Aucun fichier à ajouter n'a été trouvé.</translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source>Version Control System</source> <translation>Système de conrôle des versions (VCS)</translation> </message> <message> - <location filename="Project/Project.py" line="3707"/> + <location filename="Project/Project.py" line="3717"/> <source>Coverage Data</source> <translation>Coverage de données</translation> </message> <message> - <location filename="Project/Project.py" line="3753"/> + <location filename="Project/Project.py" line="3763"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="Project/Project.py" line="1504"/> + <location filename="Project/Project.py" line="1503"/> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source>Rename File</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>New Project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="Project/Project.py" line="1843"/> + <location filename="Project/Project.py" line="1853"/> <source>Add existing files to the project?</source> <translation>Ajouter des fichiers existant au projet ?</translation> </message> <message> - <location filename="Project/Project.py" line="1948"/> + <location filename="Project/Project.py" line="1958"/> <source>Would you like to edit the VCS command options?</source> <translation>Voulez-vous éditer les options de commande VCS ?</translation> </message> <message> - <location filename="Project/Project.py" line="1901"/> + <location filename="Project/Project.py" line="1911"/> <source>Shall the project file be added to the repository?</source> <translation>Le fichier projet doit-il être ajouté au référentiel?</translation> </message> <message> - <location filename="Project/Project.py" line="1922"/> + <location filename="Project/Project.py" line="1932"/> <source>Select version control system for the project</source> <translation>Sélectionner un système de contrôle de version (VCS) pour le projet</translation> </message> <message> - <location filename="Project/Project.py" line="2878"/> + <location filename="Project/Project.py" line="2888"/> <source>Add directory to project</source> <translation>Ajouter un répertoire au projet</translation> </message> <message> - <location filename="Project/Project.py" line="2878"/> + <location filename="Project/Project.py" line="2888"/> <source>Add directory...</source> <translation>Ajouter un répertoire...</translation> </message> <message> - <location filename="Project/Project.py" line="2882"/> + <location filename="Project/Project.py" line="2892"/> <source>Add a directory to the current project</source> <translation>Ajouter un répertoire au projet courant</translation> </message> <message> - <location filename="Project/Project.py" line="2884"/> + <location filename="Project/Project.py" line="2894"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Ajouter un répertoire...</b><p>Ouvre une fenêtre pour ajouter un répertoire au projet courant.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="Project/Project.py" line="3774"/> + <location filename="Project/Project.py" line="3784"/> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> @@ -26116,7 +26116,7 @@ <translation type="obsolete"><p>Impossible de créer le répertoire projet <b>%1</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source>Delete project session</source> <translation>Supprime la session de projet</translation> </message> @@ -26126,47 +26126,47 @@ <translation type="obsolete"><p>Impossible de supprimer le fichier session de projet <b>%1</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3064"/> + <location filename="Project/Project.py" line="3074"/> <source>Delete session</source> <translation>Supprimer la session</translation> </message> <message> - <location filename="Project/Project.py" line="3067"/> + <location filename="Project/Project.py" line="3077"/> <source>Delete the projects session file.</source> <translation>Suppression du fichier session de projet.</translation> </message> <message> - <location filename="Project/Project.py" line="3068"/> + <location filename="Project/Project.py" line="3078"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Suppression de session</b><p>Ceci supprime le fichier session de projet.</p></translation> </message> <message> - <location filename="Project/Project.py" line="196"/> + <location filename="Project/Project.py" line="195"/> <source>Ruby Files (*.rb);;</source> <translation>Fichiers Ruby (*.rb);;</translation> </message> <message> - <location filename="Project/Project.py" line="2910"/> + <location filename="Project/Project.py" line="2920"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Chercher des nouveaux fichiers...</b><p>Cette commande recherche des nouveaux fichiers (sources, *.ui, *.idl) dans le répertoire projet et dans les sous-répertoires enregistrés.</p></translation> </message> <message> + <location filename="Project/Project.py" line="230"/> + <source>Console</source> + <translation>Console</translation> + </message> + <message> <location filename="Project/Project.py" line="231"/> - <source>Console</source> - <translation>Console</translation> - </message> - <message> - <location filename="Project/Project.py" line="232"/> <source>Other</source> <translation>Autre</translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source>Delete directory</source> <translation>Suppression répertoire</translation> </message> @@ -26176,7 +26176,7 @@ <translation type="obsolete"><p>Impossible de supprimer le répertoire sélectionné <b>%1</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source>Read tasks</source> <translation>Tâches lues</translation> </message> @@ -26196,7 +26196,7 @@ <translation type="obsolete"><p>Format non reconnu pour le fichier de tâches <b>%1</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source>Save tasks</source> <translation>Tâches enregistrées</translation> </message> @@ -26206,7 +26206,7 @@ <translation type="obsolete"><p>Impossible d'enregistrer le fichier de tâches <b>%1</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source>Read debugger properties</source> <translation>Lecture des propriétés du débogueur</translation> </message> @@ -26221,7 +26221,7 @@ <translation type="obsolete"><p>Le format du fichier de propriétés du débogueur <b>%1</b> n'est pas supporté.</p></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source>Save debugger properties</source> <translation>Enregistrement des propriétés du débogueur</translation> </message> @@ -26236,7 +26236,7 @@ <translation type="obsolete"><p>Impossible d'écrire le fichier de propriétés du débogueur : <b>%1</b></p></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source>Delete debugger properties</source> <translation>Suppression des propriétés du débogueur</translation> </message> @@ -26246,132 +26246,132 @@ <translation type="obsolete"><p>Impossible de supprimer le fichier de propriétés du débogueur : <b>%1</b></p></translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger Properties</source> <translation>Propriétés du Débogueur</translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger &Properties...</source> <translation>Débogueur & Propriétés...</translation> </message> <message> - <location filename="Project/Project.py" line="2975"/> + <location filename="Project/Project.py" line="2985"/> <source>Show the debugger properties</source> <translation>Affichage des propriétés du débogueur</translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Propriétés du Débogueur...</b><p>Affiche une boite de dialogue permettant d'éditer les proprités du débogueur, spécifiques au projet.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>Load</source> - <translation>Charger</translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>&Load</source> - <translation>&Charger</translation> - </message> - <message> <location filename="Project/Project.py" line="2986"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Propriétés du Débogueur...</b><p>Affiche une boite de dialogue permettant d'éditer les proprités du débogueur, spécifiques au projet.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>Load</source> + <translation>Charger</translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>&Load</source> + <translation>&Charger</translation> + </message> + <message> + <location filename="Project/Project.py" line="2996"/> <source>Load the debugger properties</source> <translation>Charger les propriétés du débogueur</translation> </message> <message> - <location filename="Project/Project.py" line="2994"/> + <location filename="Project/Project.py" line="3004"/> <source>Save</source> <translation>Enregistrer</translation> </message> <message> + <location filename="Project/Project.py" line="3007"/> + <source>Save the debugger properties</source> + <translation>Enregistrer les propriétés du débogueur</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>Delete</source> + <translation>Supprimer</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>&Delete</source> + <translation>&Supprimer</translation> + </message> + <message> + <location filename="Project/Project.py" line="3018"/> + <source>Delete the debugger properties</source> + <translation>Supprimer les propriétés du débogueur</translation> + </message> + <message> + <location filename="Project/Project.py" line="3027"/> + <source>Reset</source> + <translation>Réinitialiser</translation> + </message> + <message> + <location filename="Project/Project.py" line="3027"/> + <source>&Reset</source> + <translation>&Réinitialiser</translation> + </message> + <message> + <location filename="Project/Project.py" line="3030"/> + <source>Reset the debugger properties</source> + <translation>Réinitialise des propriétés du débogueur</translation> + </message> + <message> + <location filename="Project/Project.py" line="3213"/> + <source>Debugger</source> + <translation>Débogueur</translation> + </message> + <message> + <location filename="Project/Project.py" line="3210"/> + <source>Session</source> + <translation>Session</translation> + </message> + <message> <location filename="Project/Project.py" line="2997"/> - <source>Save the debugger properties</source> - <translation>Enregistrer les propriétés du débogueur</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>Delete</source> - <translation>Supprimer</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>&Delete</source> - <translation>&Supprimer</translation> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> </message> <message> <location filename="Project/Project.py" line="3008"/> - <source>Delete the debugger properties</source> - <translation>Supprimer les propriétés du débogueur</translation> - </message> - <message> - <location filename="Project/Project.py" line="3017"/> - <source>Reset</source> - <translation>Réinitialiser</translation> - </message> - <message> - <location filename="Project/Project.py" line="3017"/> - <source>&Reset</source> - <translation>&Réinitialiser</translation> - </message> - <message> - <location filename="Project/Project.py" line="3020"/> - <source>Reset the debugger properties</source> - <translation>Réinitialise des propriétés du débogueur</translation> - </message> - <message> - <location filename="Project/Project.py" line="3203"/> - <source>Debugger</source> - <translation>Débogueur</translation> - </message> - <message> - <location filename="Project/Project.py" line="3200"/> - <source>Session</source> - <translation>Session</translation> - </message> - <message> - <location filename="Project/Project.py" line="2987"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2998"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3009"/> + <location filename="Project/Project.py" line="3019"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3021"/> + <location filename="Project/Project.py" line="3031"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Réinitialiser les propriétés du débogueur</b><p>Réinitialise la configuration du débogueur spécifique au projet.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2941"/> + <location filename="Project/Project.py" line="2951"/> <source>Filetype Associations</source> <translation>Association des types de fichiers</translation> </message> <message> - <location filename="Project/Project.py" line="2941"/> + <location filename="Project/Project.py" line="2951"/> <source>Filetype Associations...</source> <translation>Association des types de fichiers...</translation> </message> <message> - <location filename="Project/Project.py" line="2944"/> + <location filename="Project/Project.py" line="2954"/> <source>Show the project filetype associations</source> <translation>Affiche les asociation Fichier/Type de fichier pour le projet</translation> </message> <message> - <location filename="Project/Project.py" line="2946"/> + <location filename="Project/Project.py" line="2956"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3204"/> + <location filename="Project/Project.py" line="3214"/> <source>Pac&kagers</source> <translation>Création de pac&kage</translation> </message> @@ -26381,22 +26381,22 @@ <translation type="obsolete">Problème de sécurité</translation> </message> <message> - <location filename="Project/Project.py" line="2864"/> + <location filename="Project/Project.py" line="2874"/> <source>Add files to project</source> <translation>Ajouter des fichiers au projet</translation> </message> <message> - <location filename="Project/Project.py" line="2864"/> + <location filename="Project/Project.py" line="2874"/> <source>Add &files...</source> <translation>Ajouter des &fichiers...</translation> </message> <message> - <location filename="Project/Project.py" line="2868"/> + <location filename="Project/Project.py" line="2878"/> <source>Add files to the current project</source> <translation>Ajouter des fichiers au projet courant</translation> </message> <message> - <location filename="Project/Project.py" line="2869"/> + <location filename="Project/Project.py" line="2879"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Ajouter des fichiers...</b><p>Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l'insertion est déterminée par l'extension du fichier.</p></translation> </message> @@ -26411,12 +26411,12 @@ <translation type="obsolete">Fichiers Python (*.py);;Fichiers Python win32 (*.pyw);;</translation> </message> <message> - <location filename="Project/Project.py" line="228"/> + <location filename="Project/Project.py" line="227"/> <source>Qt4 GUI</source> <translation>GUI Qt4</translation> </message> <message> - <location filename="Project/Project.py" line="229"/> + <location filename="Project/Project.py" line="228"/> <source>Qt4 Console</source> <translation>Console Qt4</translation> </message> @@ -26441,7 +26441,7 @@ <translation type="obsolete">Fichiers projets compressés (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2352"/> + <location filename="Project/Project.py" line="2362"/> <source>Project Files (*.e4p)</source> <translation>Fichiers projets (*.e4p)</translation> </message> @@ -26451,17 +26451,17 @@ <translation type="obsolete">Fichiers projets (*.e4p);;Fichiers projets compressés (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="3191"/> + <location filename="Project/Project.py" line="3201"/> <source>&Project</source> <translation>&Projet</translation> </message> <message> - <location filename="Project/Project.py" line="3306"/> + <location filename="Project/Project.py" line="3316"/> <source>Project</source> <translation>Projet</translation> </message> <message> - <location filename="Project/Project.py" line="3367"/> + <location filename="Project/Project.py" line="3377"/> <source>&Clear</source> <translation>&Effacer</translation> </message> @@ -26471,7 +26471,7 @@ <translation type="obsolete"><p>Le fichier <b>%1</b> existe déjà. Ecraser ?</p></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source>Read user project properties</source> <translation>Lire les propriétés utilisateur du projet</translation> </message> @@ -26481,7 +26481,7 @@ <translation type="obsolete"><p>Impossible de lire le fichier de propriétés de projet <b>%1</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source>Save user project properties</source> <translation>Enregistrer les propriétés utilisateur du projet</translation> </message> @@ -26491,27 +26491,27 @@ <translation type="obsolete"><p>Impossible d'écrire le fichier de propriétés du projet <b>%1</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2929"/> + <location filename="Project/Project.py" line="2939"/> <source>User project properties</source> <translation>Propriétés utilisateur du projet</translation> </message> <message> - <location filename="Project/Project.py" line="2929"/> + <location filename="Project/Project.py" line="2939"/> <source>&User Properties...</source> <translation>Propriétés &Utilisateur...</translation> </message> <message> - <location filename="Project/Project.py" line="2932"/> + <location filename="Project/Project.py" line="2942"/> <source>Show the user specific project properties</source> <translation>Afficher le propriétés utilisateurs spécifiques au projet</translation> </message> <message> - <location filename="Project/Project.py" line="2934"/> + <location filename="Project/Project.py" line="2944"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Propriétés utilisateur...</b><p>Affiche une fenêtre permettant d'éditer les propriétés du projet spécifiques à l'utilisateur.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>Syntax errors detected</source> <translation>Erreurs de syntaxe détectées</translation> </message> @@ -26521,7 +26521,7 @@ <translation type="obsolete">KDE 3</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Le projet contient %n fichier avec des erreurs de syntaxe.</numerusform> @@ -26534,12 +26534,12 @@ <translation type="obsolete">Plugin Eric4</translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source>Create Package List</source> <translation>Création de la liste de package</translation> </message> <message> - <location filename="Project/Project.py" line="3128"/> + <location filename="Project/Project.py" line="3138"/> <source>Create &Package List</source> <translation>Création de la liste de &package</translation> </message> @@ -26554,12 +26554,12 @@ <translation type="obsolete"><b>Création de la liste de package</b><p>Cette commande créé la liste des fichiers à inclure dans l'archive d'un plugin eric4. Cette liste est créée à partir du fichier projet.</p></translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source>Create Plugin Archive</source> <translation>Création de l'archive du plugin</translation> </message> <message> - <location filename="Project/Project.py" line="3142"/> + <location filename="Project/Project.py" line="3152"/> <source>Create Plugin &Archive</source> <translation>Création de l'&archive du plugin</translation> </message> @@ -26569,7 +26569,7 @@ <translation type="obsolete">Créé le fichier d'archive pour un plugin eric4.</translation> </message> <message> - <location filename="Project/Project.py" line="3931"/> + <location filename="Project/Project.py" line="3941"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Le fichier <b>PKGLIST</b> existe déjà.</p><p>Ecraser ?</p></translation> </message> @@ -26579,12 +26579,12 @@ <translation type="obsolete"><p>Impossible de créer le fichier <b>PKGLIST</b>.</p><p>Raison: %1</p></translation> </message> <message> - <location filename="Project/Project.py" line="3975"/> + <location filename="Project/Project.py" line="3985"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation><p>Le fichier <b>PKGLIST</b> n'existe pas. Abandon...</p></translation> </message> <message> - <location filename="Project/Project.py" line="3983"/> + <location filename="Project/Project.py" line="3993"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Le projet n'a pas de script principal défini. Abandon...</translation> </message> @@ -26609,22 +26609,22 @@ <translation type="obsolete"><b>Création de l'archive du plugin</b><p>Ceci créé une archive contenant l'ensemble des fichiers indiqués dans le fichier PKGLIST. Le nom de l'archive est construit à partir du nom du script principal.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1299"/> + <location filename="Project/Project.py" line="1298"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Le répertoire source ne contient aucun fichier correspondant à la catégorie sélectionnée.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>Select Version Control System</source> <translation>Sélectionner un système de contrôle de version</translation> </message> <message> - <location filename="Project/Project.py" line="1928"/> + <location filename="Project/Project.py" line="1938"/> <source>None</source> <translation>Auncun</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source>Registering Project Type</source> <translation>Enregistrement du type de projet</translation> </message> @@ -26639,12 +26639,12 @@ <translation type="obsolete"><p>Impossible d'enregistrer le fichier <b>%1</b> dans l'archive. Plugin ignoré.</p><p>Raison: %2</p></translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (Snapshot)</source> <translation>Création d'une archive plugin (Snapshot)</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>Création d'une archive plugin (&Snapshot)</translation> </message> @@ -26669,17 +26669,17 @@ <translation type="obsolete">KDE 4</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>You have to specify a translation pattern first.</source> <translation>Vous devez d'abord spécifier un pattern de traduction.</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Translation Pattern</source> <translation>Pattern de traduction</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Entrer le pattern pour les fichiers de traduction (utiliser la balise '%language%' à la place de la langue à utiliser):</translation> </message> @@ -26694,147 +26694,147 @@ <translation type="obsolete"><p>Le VCS sélectionné (<b>%1</b>) est introuvable.<br>Désactivation du système de contrôle de versions (VCS).</p><p>%2</p></translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations</source> <translation>Association des types de fichiers</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations...</source> <translation>Association des types de fichiers...</translation> </message> <message> - <location filename="Project/Project.py" line="2959"/> + <location filename="Project/Project.py" line="2969"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Affiche les asociations Fichier/Type de fichier pour le projet (sans tenir compte des valeurs par défaut)</translation> </message> <message> - <location filename="Project/Project.py" line="2961"/> + <location filename="Project/Project.py" line="2971"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associations des types de fichiers...</b><p>Permet d'associer les types de fichiers aux analyseurs syntaxiques pour le projet en cours. Ces associations sont prioritaires sur les associations de fichiers configurées par défaut.</p></translation> </message> <message> + <location filename="Project/Project.py" line="234"/> + <source>PySide GUI</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Project/Project.py" line="235"/> - <source>PySide GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="236"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="190"/> + <location filename="Project/Project.py" line="189"/> <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="193"/> + <location filename="Project/Project.py" line="192"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="230"/> + <location filename="Project/Project.py" line="229"/> <source>Eric Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source><p>The Project type <b>{0}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1325"/> + <location filename="Project/Project.py" line="1324"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> @@ -26844,82 +26844,82 @@ <translation type="obsolete">Fichiers projets (*.e4p *.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="3132"/> + <location filename="Project/Project.py" line="3142"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation type="unfinished">Créé un fichier PKGLIST initial pour un plugin eric4. {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3134"/> + <location filename="Project/Project.py" line="3144"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Création de la liste de package</b><p>Cette commande créé la liste des fichiers à inclure dans l'archive d'un plugin eric4. Cette liste est créée à partir du fichier projet.</p> {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3146"/> + <location filename="Project/Project.py" line="3156"/> <source>Create an eric5 plugin archive file.</source> <translation type="unfinished">Créé le fichier d'archive pour un plugin eric4. {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3148"/> + <location filename="Project/Project.py" line="3158"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation type="unfinished"><b>Création de l'archive du plugin</b><p>Ceci créé une archive contenant l'ensemble des fichiers indiqués dans le fichier PKGLIST. Le nom de l'archive est construit à partir du nom du script principal.</p> {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3171"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation type="unfinished">Créé une archive de plugin eric4 (snapshot release). {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3173"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"><b>Création d'une archive de plugin (Snapshot)</b><p>Ceci permet de créer un plugin en utilisant la liste des fichiers indiqués dans le fichier PKGLIST. Le nom de l'archive est créé à partir du nom du script principal. Le champ 'version' du script principal est modifié pour indiquer une version snapshot.</p> {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3606"/> + <location filename="Project/Project.py" line="3616"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3995"/> + <location filename="Project/Project.py" line="4005"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4009"/> + <location filename="Project/Project.py" line="4019"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4029"/> + <location filename="Project/Project.py" line="4039"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4051"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1261"/> + <location filename="Project/Project.py" line="1260"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1309"/> + <location filename="Project/Project.py" line="1308"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -30538,6 +30538,14 @@ </message> </context> <context> + <name>QtHelpAccessHandler</name> + <message> + <location filename="Helpviewer/Network/QtHelpAccessHandler.py" line="115"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'{0}'</h3></div></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QtHelpDocumentationDialog</name> <message> <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> @@ -32402,6 +32410,79 @@ </message> </context> <context> + <name>SslInfoDialog</name> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="28"/> + <source><b>Issued for</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="122"/> + <source>Common Name (CN)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="142"/> + <source>Organization (O)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="162"/> + <source>Organizational Unit (OU)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="95"/> + <source>Serialnumber</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="115"/> + <source><b>Issued by</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="182"/> + <source><b>Validity</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="189"/> + <source>Issued on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="209"/> + <source>Expires on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="229"/> + <source><b>Fingerprints</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="236"/> + <source>SHA1-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="256"/> + <source>MD5-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.py" line="58"/> + <source><not part of the certificate></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>StartCoverageDialog</name> <message> <location filename="Debugger/StartCoverageDialog.ui" line="14"/> @@ -41339,6 +41420,19 @@ </message> </context> <context> + <name>UrlBar</name> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="36"/> + <source>Enter the location here.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="119"/> + <source>Unknown</source> + <translation type="unfinished">Inconnu</translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="42"/>
--- a/i18n/eric5_it.ts Thu Oct 07 09:07:22 2010 +0200 +++ b/i18n/eric5_it.ts Thu Oct 07 21:27:08 2010 +0200 @@ -1430,109 +1430,109 @@ <translation>Menu dei segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Loading Bookmarks</source> <translation>Caricamento dei segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="169"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="173"/> <source>Toolbar Bookmarks</source> <translation>Toolbar segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="175"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="179"/> <source>Menu</source> <translation>Menu</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Saving Bookmarks</source> <translation>Salvataggio segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="329"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="333"/> <source>XBEL bookmarks</source> <translation>Segnalibri XBEL</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="330"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="334"/> <source>HTML Netscape bookmarks</source> <translation>Segnalibri HTML Netscape</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Import Bookmarks</source> <translation>Importa Segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>Export Bookmarks</source> <translation>Esporta segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Exporting Bookmarks</source> <translation>Esportazione Segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="437"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="535"/> <source>Remove Bookmark</source> <translation>Rimuovi segnalibro</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="476"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="574"/> <source>Insert Bookmark</source> <translation>Inserisci segnalibro</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="514"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="612"/> <source>Name Change</source> <translation>Cambia Nome</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="517"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="615"/> <source>Address Change</source> <translation>Cambia Indirizzo</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation>Errore nel salvataggio dei segnalibri su <b>({0})</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="347"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Error opening bookmarks file <b>{0}</b>.</source> <translation>Errore nell'apertura del file segnalibri <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Error when importing bookmarks on line {0}, column [1}: {2}</source> <translation>Errore nell'importazione dei segnalibri alla riga {0}, colonna {1}: {2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="377"/> <source>Imported {0}</source> <translation>Importato {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Errore nell'esportazione dei segnalibri su <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="412"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="416"/> <source>Converted {0}</source> <translation>Convertito {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml)</source> <translation>Bookmark XBEL (*.xbel);;Bookmark XBEL (*.xml)</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation>Errore nell'importazione dei segnalibri alla riga {0}, colonna {1}: @@ -5345,32 +5345,32 @@ <translation>Ferma</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="144"/> + <location filename="Helpviewer/DownloadDialog.py" line="148"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="358"/> + <location filename="Helpviewer/DownloadDialog.py" line="362"/> <source>?</source> <translation>?</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="383"/> + <location filename="Helpviewer/DownloadDialog.py" line="387"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="386"/> + <location filename="Helpviewer/DownloadDialog.py" line="390"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="389"/> + <location filename="Helpviewer/DownloadDialog.py" line="393"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source>Downloading</source> <translation>Scaricamento</translation> </message> @@ -5380,52 +5380,52 @@ <translation>Download Eric5</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source><p>You are about to download the file <b>{0}</b>.</p><p>What do you want to do?</p></source> <translation><p>Stai per scaricare il file <b>{0}</b>.</p><p>Cosa vuoi fare ?</p></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="155"/> + <location filename="Helpviewer/DownloadDialog.py" line="159"/> <source>Download canceled: {0}</source> <translation>Download cancellato: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="268"/> + <location filename="Helpviewer/DownloadDialog.py" line="272"/> <source>Error opening save file: {0}</source> <translation>Errore nell'apertura del file: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="275"/> + <location filename="Helpviewer/DownloadDialog.py" line="279"/> <source>Error saving: {0}</source> <translation>Errore nel salvataggio di: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="292"/> + <location filename="Helpviewer/DownloadDialog.py" line="296"/> <source>Network Error: {0}</source> <translation>Errore di rete: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="348"/> + <location filename="Helpviewer/DownloadDialog.py" line="352"/> <source>- {0}:{1:02} minutes remaining</source> <translation>- {0}:{1:02} minuti al termine</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="355"/> + <location filename="Helpviewer/DownloadDialog.py" line="359"/> <source>- {0} seconds remaining</source> <translation>- {0} secondi al termine</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="357"/> + <location filename="Helpviewer/DownloadDialog.py" line="361"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation>{0} di {1} ({2}/sec) {3}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="366"/> + <location filename="Helpviewer/DownloadDialog.py" line="370"/> <source>{0} downloaded</source> <translation>{0} scaricato</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="369"/> + <location filename="Helpviewer/DownloadDialog.py" line="373"/> <source>{0} of {1} - Stopped</source> <translation>{0} di {1} - Fermati</translation> </message> @@ -11607,187 +11607,187 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="708"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="760"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Apri link in una Nuova Scheda<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="318"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="370"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Finestra di help</b><p>Questa finestra mostra le informazioni di aiuto selezionate.</p></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <source>Web Inspector...</source> + <translation>Web Inspector...</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> + <translation>Controlla l'indirizzo per errori tipo <b>ww</b>.example.org invece di <b>www</b>.example.org</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Se l'indirizzo è corretto, prova a controllare la connessione di rete.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> + <translation>Se il tuo computer o la rete sono protetti da un firewall o un proxy, assicurati che il browser possa accedere alla rete.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="793"/> + <source>Bookmark this Page</source> + <translation>Inserisci nei segnalibri questa pagina</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="764"/> + <source>Save Lin&k</source> + <translation>Salva lin&k</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="765"/> + <source>Bookmark this Link</source> + <translation>Insersci nei bookmark questo link</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="768"/> + <source>Copy Link to Clipboard</source> + <translation>Copia il link nella Clipboard</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="773"/> + <source>Open Image in New Tab</source> + <translation>Apri immagine in una nuova linguetta</translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> - <source>Web Inspector...</source> - <translation>Web Inspector...</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> - <translation>Controlla l'indirizzo per errori tipo <b>ww</b>.example.org invece di <b>www</b>.example.org</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Se l'indirizzo è corretto, prova a controllare la connessione di rete.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> - <translation>Se il tuo computer o la rete sono protetti da un firewall o un proxy, assicurati che il browser possa accedere alla rete.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="741"/> - <source>Bookmark this Page</source> - <translation>Inserisci nei segnalibri questa pagina</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="712"/> - <source>Save Lin&k</source> - <translation>Salva lin&k</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="713"/> - <source>Bookmark this Link</source> - <translation>Insersci nei bookmark questo link</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="716"/> - <source>Copy Link to Clipboard</source> - <translation>Copia il link nella Clipboard</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="721"/> - <source>Open Image in New Tab</source> - <translation>Apri immagine in una nuova linguetta</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="725"/> <source>Save Image</source> <translation>Salva immagine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="726"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="778"/> <source>Copy Image to Clipboard</source> <translation>Copia immagine nella Clipboard</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="727"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="779"/> <source>Copy Image Location to Clipboard</source> <translation>Copia la posizione dell'immagine nella Clipboard</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source>Web Browser</source> <translation>Browser Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="731"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> <source>Block Image</source> <translation>Blocca immagine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="755"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <source>Search with...</source> <translation>Cerca con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="486"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="538"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Il file <b>{0}</b> non esiste.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Non posso avviare un visualizzatore per il file <b>{0}</b>.<p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="506"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="558"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Non posso lanciare un'applicazione per l'URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1276"/> <source>bytes</source> <translation type="unfinished">bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1232"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1279"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1235"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1282"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="772"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -12068,112 +12068,112 @@ <context> <name>HelpTabWidget</name> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="63"/> + <location filename="Helpviewer/HelpTabWidget.py" line="75"/> <source>Show a navigation menu</source> <translation type="unfinished">Mostra un menù di navigazione</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="73"/> + <location filename="Helpviewer/HelpTabWidget.py" line="85"/> <source>Close the current help window</source> <translation type="unfinished">Chiudi l'attuale finestra di help</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="86"/> - <source>Open a new help window tab</source> - <translation type="unfinished">Apri una nuova scheda di help</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="98"/> + <source>Open a new help window tab</source> + <translation type="unfinished">Apri una nuova scheda di help</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="112"/> <source>New Tab</source> <translation type="unfinished">Nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="102"/> - <source>Move Left</source> - <translation type="unfinished">Muovi a sinistra</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="105"/> - <source>Move Right</source> - <translation type="unfinished">Muovi a destra</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="109"/> - <source>Duplicate Page</source> - <translation type="unfinished">Duplica pagina</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="113"/> - <source>Close</source> - <translation type="unfinished">Chiudi</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="116"/> - <source>Close Others</source> - <translation type="unfinished">Chiudi altri</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="118"/> - <source>Close All</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="121"/> - <source>Print Preview</source> - <translation type="unfinished">Anteprima Stampa</translation> + <source>Move Left</source> + <translation type="unfinished">Muovi a sinistra</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="119"/> + <source>Move Right</source> + <translation type="unfinished">Muovi a destra</translation> </message> <message> <location filename="Helpviewer/HelpTabWidget.py" line="123"/> + <source>Duplicate Page</source> + <translation type="unfinished">Duplica pagina</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="127"/> + <source>Close</source> + <translation type="unfinished">Chiudi</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="130"/> + <source>Close Others</source> + <translation type="unfinished">Chiudi altri</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="132"/> + <source>Close All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="135"/> + <source>Print Preview</source> + <translation type="unfinished">Anteprima Stampa</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="137"/> <source>Print</source> <translation type="unfinished">Stampa</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="125"/> + <location filename="Helpviewer/HelpTabWidget.py" line="139"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="128"/> + <location filename="Helpviewer/HelpTabWidget.py" line="142"/> <source>Bookmark All Tabs</source> <translation type="unfinished">Aggiungi ai segnalibri tutte le linguette</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="225"/> + <location filename="Helpviewer/HelpTabWidget.py" line="261"/> <source>...</source> <translation type="unfinished">...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>La stampa non è disponibile a causa di un bug in PyQt4. Si consiglia di aggiornare la versione installata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="531"/> + <location filename="Helpviewer/HelpTabWidget.py" line="565"/> <source>Loading...</source> <translation type="unfinished">Caricamento...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="548"/> + <location filename="Helpviewer/HelpTabWidget.py" line="582"/> <source>Finished loading</source> <translation type="unfinished">Caricamento terminato</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="550"/> + <location filename="Helpviewer/HelpTabWidget.py" line="584"/> <source>Failed to load</source> <translation type="unfinished">Caricamento fallito</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -12182,17 +12182,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="593"/> + <location filename="Helpviewer/HelpTabWidget.py" line="627"/> <source>&Close</source> <translation type="unfinished">&Chiudi</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="596"/> + <location filename="Helpviewer/HelpTabWidget.py" line="630"/> <source>&Quit</source> <translation type="unfinished">&Esci</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="598"/> + <location filename="Helpviewer/HelpTabWidget.py" line="632"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -12647,32 +12647,32 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="224"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="232"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Controlla l'indirizzo per errori tipo <b>ww</b>.example.org invece di <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If the address is correct, try checking the network connection.</source> <translation>Se l'indirizzo è corretto, prova a controllare la connessione di rete.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Se il tuo computer o la rete sono protetti da un firewall o un proxy, assicurati che il browser possa accedere alla rete.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -12680,27 +12680,27 @@ <context> <name>HelpWebSearchWidget</name> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="135"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="137"/> <source>Suggestions</source> <translation>Suggerimenti</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="143"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="145"/> <source>No Recent Searches</source> <translation>Nessuna ricerca recente</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="147"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="149"/> <source>Recent Searches</source> <translation>Ricerche recenti</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="280"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="290"/> <source>Clear Recent Searches</source> <translation>Pulisci ricerche recenti</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="271"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="281"/> <source>Add '{0}'</source> <translation>Aggiungi '{0}'</translation> </message> @@ -12708,459 +12708,459 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New Window</source> <translation>Nuova finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>&Open File</source> + <translation>&Apri File</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>&Open File</source> - <translation>&Apri File</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="344"/> <source>Open a help file for display</source> <translation>Apri un file di help per la visualizzazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="340"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Apri file</b><p>Questo apre un nuovo file di help per la visualizzazione. Fa apparire un dialogo sdi selezione.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>Print</source> + <translation>Stampa</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>&Print</source> + <translation>Stam&pa</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>Print</source> - <translation>Stampa</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>&Print</source> - <translation>Stam&pa</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="419"/> <source>Print the displayed help</source> <translation>Stampa l'help mostrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Stampa</b><p>Stampa il testo di help visualizzato.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="450"/> + <source>&Close</source> + <translation>&Chiudi</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="455"/> - <source>&Close</source> - <translation>&Chiudi</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="460"/> <source>Close the current help window</source> <translation>Chiudi l'attuale finestra di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backward</source> <translation>Indietro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>&Backward</source> <translation>&Indietro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="514"/> <source>Move one help screen backward</source> <translation>vai alla schermata di help precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Indietro</b><p>Muove allo schermo di help precedente. Se non è disponibile, questa azione è disabilitata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Forward</source> <translation>Avanti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>&Forward</source> <translation>A&vanti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="530"/> <source>Move one help screen forward</source> <translation>Vai alla schermata di help successiva</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="531"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Avanti</b><p>Muove allo schermo di help successivo. Se non è disponibile, questa azione è disabilitata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Home</source> <translation>Home</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>&Home</source> + <translation>&Home</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>&Home</source> - <translation>&Home</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Move to the initial help screen</source> <translation>Vai alla schermata di help iniziale</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="546"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Inizio</b><p>Va allo schemo iniziale di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Reload</source> <translation>Ricarica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>&Reload</source> <translation>&Ricarica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="565"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <source>Reload the current help screen</source> <translation>Ricarica la schermata di help attuale</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="566"/> + <location filename="Helpviewer/HelpWindow.py" line="561"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Ricarica</b><p>Ricarica la schermata di help corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add Bookmark</source> <translation>Aggiungi segnalibro</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>What's This?</source> + <translation>Cos'è questo ?</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>&What's This?</source> + <translation>C&os'è Questo ?</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>What's This?</source> - <translation>Cos'è questo ?</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>&What's This?</source> - <translation>C&os'è Questo ?</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="707"/> <source>Context sensitive help</source> <translation>Help sensibile al contesto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="708"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostra helo sensibile al contesto</b><p>Nella modalità Cos'è Questo, il cursore del mouse mostra una freccia con un punto interrogativo e puoi premere sugli elementi dell'interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nel dialoghi questa funzionalità è accessibile usando il bottone di help contestuale nella fisestra del titolo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>About</source> <translation>About</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>&About</source> <translation>&About</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="723"/> + <location filename="Helpviewer/HelpWindow.py" line="718"/> <source>Display information about this software</source> <translation>Mostra informazioni su questo software</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="724"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>About</b><p>Mostra alcune informazioni su questo software.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>About Qt</source> <translation>About Qt</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About &Qt</source> + <translation>About &Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="730"/> + <source>Display information about the Qt toolkit</source> + <translation>Mostra informazioni sulle librerie Qt</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About &Qt</source> - <translation>About &Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="735"/> - <source>Display information about the Qt toolkit</source> - <translation>Mostra informazioni sulle librerie Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="737"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>About Qt</b><p>Mostra delle informazioni sulle librerie Qt.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="740"/> + <source>Zoom in</source> + <translation>Ingrandisci</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="740"/> + <source>Zoom &in</source> + <translation>Ingrand&isci</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="745"/> - <source>Zoom in</source> - <translation>Ingrandisci</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> - <source>Zoom &in</source> - <translation>Ingrand&isci</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="750"/> <source>Zoom in on the text</source> <translation>Ingrandisci nel testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="751"/> + <location filename="Helpviewer/HelpWindow.py" line="746"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Ingrandisci</b><p>Ingrandisci nel testo. Questo aumenta le dimensioni del testo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Zoom out</source> <translation>Riduci</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Zoom &out</source> + <translation>&Riduci</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Zoom &out</source> - <translation>&Riduci</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="764"/> <source>Zoom out on the text</source> <translation>Riduci il testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="765"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Riduci</b><p>Riduci nel testo. Questo diminuisce le dimensioni del testo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Copy</source> <translation>Copia</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="584"/> + <source>&Copy</source> + <translation>&Copia</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="589"/> - <source>&Copy</source> - <translation>&Copia</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Copy the selected text</source> <translation>Copia il testo selezionato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Copia</b><p>Copia il testo selezionato nella clipboard.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1103"/> + <location filename="Helpviewer/HelpWindow.py" line="1098"/> <source>&File</source> <translation>&File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1121"/> <source>&Edit</source> <translation>&Edita</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source>&View</source> <translation>&Visualizza</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <location filename="Helpviewer/HelpWindow.py" line="1145"/> <source>&Go</source> <translation>&Vai</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1163"/> + <location filename="Helpviewer/HelpWindow.py" line="1158"/> <source>H&istory</source> <translation>Cronolog&ia</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1170"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>&Bookmarks</source> <translation>Segnali&bri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1217"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source>&Help</source> <translation>&Help</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1311"/> <source><p>Enter the help file to be displayed directly into this edit field. Select a previously shown help file from the drop down list.</p></source> - <translation><p>Inserisci il fil di aiuto da visualizzare direttamente in questo campo modificabile. Seleziona un file di aiuto mostrato in precedenza dalla lista.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <translation type="obsolete"><p>Inserisci il fil di aiuto da visualizzare direttamente in questo campo modificabile. Seleziona un file di aiuto mostrato in precedenza dalla lista.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="339"/> + <location filename="Helpviewer/HelpWindow.py" line="334"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="598"/> + <source>&Find...</source> + <translation>&Trova...</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="603"/> - <source>&Find...</source> - <translation>&Trova...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> <source>Find text in page</source> <translation>Trova testo nella pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="609"/> + <location filename="Helpviewer/HelpWindow.py" line="604"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Trova</b><p>Trova il testo nella pagina corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find &next</source> <translation>Trova &successivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find &previous</source> <translation>Trova &precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>File</source> <translation>File</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1240"/> + <source>Edit</source> + <translation>Modifica</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1245"/> - <source>Edit</source> - <translation>Modifica</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1250"/> <source>View</source> <translation>Visualizza</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1259"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>Find</source> <translation>Trova</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1285"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1292"/> + <location filename="Helpviewer/HelpWindow.py" line="1287"/> <source>Go</source> <translation>Vai</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>File di help (*.html *.htm);;File PDF (*.pdf);;File CHM (*.chm);;Tutti i file (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>&New Tab</source> <translation>&Nuova scheda</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> + <source>Ctrl+T</source> + <comment>File|New Tab</comment> + <translation>Ctrl+T</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="311"/> - <source>Ctrl+T</source> - <comment>File|New Tab</comment> - <translation>Ctrl+T</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="316"/> <source>Open a new help window tab</source> <translation>Apri una nuova scheda di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="317"/> + <location filename="Helpviewer/HelpWindow.py" line="312"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nuova scheda</b><p>Apre una nuova scheda di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="330"/> + <location filename="Helpviewer/HelpWindow.py" line="325"/> <source>Open a new help browser window</source> <translation>Apre una nuova finestra del browser per l'help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="331"/> + <location filename="Helpviewer/HelpWindow.py" line="326"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nuova finestra</b><p>Apre una nuova finestra di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="461"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Chiudi</b><p>Chiude l'attuale finestra di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close &All</source> <translation>Chiudi &tutti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Chiudi tutti</b><p>Chiude tutte le finestre di help.</p></translation> </message> @@ -13180,160 +13180,160 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New &Tab</source> <translation>Apri file in una nuova &scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Ctrl+Shift+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> - <source>Open a help file for display in a new tab</source> - <translation>Apri il file di help per mostrarlo in una nuova scheda</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="361"/> - <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> - <translation><b>Apri file in una nuova scheda</b><p>Apre un nuovo file di help per visualizzarlo in una nuova scheda. Mostra un dialogo di selezione.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> - <source>New Tab</source> - <translation>Nuova scheda</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="354"/> + <source>Open a help file for display in a new tab</source> + <translation>Apri il file di help per mostrarlo in una nuova scheda</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="356"/> + <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> + <translation><b>Apri file in una nuova scheda</b><p>Apre un nuovo file di help per visualizzarlo in una nuova scheda. Mostra un dialogo di selezione.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> + <source>New Tab</source> + <translation>Nuova scheda</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New Tab</source> <translation>Apri il file in una nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close All</source> <translation>Chiudi tutti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Sinistra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Destra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Find...</source> <translation>Trova...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find next</source> <translation>Trova successivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find previous</source> <translation>Trova precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="622"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source>Find next occurrence of text in page</source> <translation>Trova la prossima ricorrenza del testo nella pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Trova prossimo</b><p>Trova la prossima ricorrenza del testo nella pagina corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="636"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source>Find previous occurrence of text in page</source> <translation>Trova la precedente ricorrenza del testo nella pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="638"/> + <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Trova precedente</b><p>Trova la precedente ricorrenza del testo nella pagina corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Print preview of the displayed help</source> <translation>Stampa il preview dell'help mostrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="447"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Stampa Preview</b><p>Stampa la preview del testo di help mostrato.</p></translation> </message> @@ -13343,222 +13343,222 @@ <translation type="obsolete"><p>La stampa non è disponibile a causa di un bug in PyQt4. Si consiglia di aggiornare la versione installata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Show next tab</source> <translation>Mostra linguetta successiva</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Show previous tab</source> <translation>Mostra la linguetta precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Switch between tabs</source> <translation>Cicla tra le linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <source>Clear icons database</source> + <translation>Pulisci il database delle icone</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> + <source>Clear the database of favicons</source> + <translation>Pulisci il database delle favicone</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> - <source>Clear icons database</source> - <translation>Pulisci il database delle icone</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Clear the database of favicons</source> - <translation>Pulisci il database delle favicone</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1020"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Pulisci il database delle icone</b><p>Pulisci il databse delle favicons dei siti visitati precedentemente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>&Preferences...</source> <translation>&Preferenze...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="854"/> <source>Set the prefered configuration</source> <translation>Imposta la configurazione preferita</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="860"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferenze</b><p>Imposta i valori di configurazione dell'applicazione ai valori preferiti</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="141"/> + <location filename="Helpviewer/HelpWindow.py" line="136"/> <source>Contents</source> <translation>Contenuti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Index</source> <translation>Indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="948"/> + <location filename="Helpviewer/HelpWindow.py" line="943"/> <source>Search</source> <translation>Ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="472"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Close all help windows</source> <translation>Chiudi tutte le finestre di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="908"/> + <location filename="Helpviewer/HelpWindow.py" line="903"/> <source>Sync with Table of Contents</source> <translation>Sincronizza con l'indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> + <location filename="Helpviewer/HelpWindow.py" line="907"/> <source>Synchronizes the table of contents with current page</source> <translation>Sincronizza l'indice con il contenuto della pagina attuale</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="914"/> + <location filename="Helpviewer/HelpWindow.py" line="909"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Sincronizza con l'indice</b><p>Sincronizza l'indice con il contenuto della pagina attuale.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="917"/> + <source>Table of Contents</source> + <translation>Indice dei contenuti</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="920"/> + <source>Shows the table of contents window</source> + <translation>Mostra la finestra dell'indice dei contenuti</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="922"/> - <source>Table of Contents</source> - <translation>Indice dei contenuti</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Shows the table of contents window</source> - <translation>Mostra la finestra dell'indice dei contenuti</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="927"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Indice dei contenuti</b><p>Mostra la finestra dell'indice dei contenuti.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> + <location filename="Helpviewer/HelpWindow.py" line="933"/> <source>Shows the index window</source> <translation>Mostra la finestra dell'indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="935"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Indice</b><p>Mostra la finestra dell'indice.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="951"/> + <location filename="Helpviewer/HelpWindow.py" line="946"/> <source>Shows the search window</source> <translation>Mostra la finestra di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="948"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Cerca</b><p>Mostra la finestra di ricerca</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="956"/> + <source>Manage QtHelp Documents</source> + <translation>Gestisci i documenti QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="959"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Mostra un dialogo per gestire i documenti QtHelp</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="961"/> - <source>Manage QtHelp Documents</source> - <translation>Gestisci i documenti QtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="964"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Mostra un dialogo per gestire i documenti QtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Gestisci i documenti QtHelp</b><p>Mostra un dialogo per gestire i documenti QtHelp.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp Filters</source> + <translation>Gestisci i filtri QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="972"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Mostra un dialogo per gestire i filtri QtHelp</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp Filters</source> - <translation>Gestisci i filtri QtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="977"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Mostra un dialogo per gestire i filtri QtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Gestisci i filtri QtHelp</b><p>Mostra un dialogo per gestire i filtri QtHelp.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>Reindex Documentation</source> + <translation>Reindicizza la documentazione</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="985"/> + <source>Reindexes the documentation set</source> + <translation>Reindicizza l'insieme della documentazione</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>Reindex Documentation</source> - <translation>Reindicizza la documentazione</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="990"/> - <source>Reindexes the documentation set</source> - <translation>Reindicizza l'insieme della documentazione</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Reindicizza la documentazione</b><p>Reindicizza l'insieme della documentazione</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1209"/> + <location filename="Helpviewer/HelpWindow.py" line="1204"/> <source>&Window</source> <translation>&Finestra</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1261"/> + <source>Filter</source> + <translation>Filtro</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1266"/> - <source>Filter</source> - <translation>Filtro</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1271"/> <source>Filtered by: </source> <translation>Filtrato per:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2049"/> + <location filename="Helpviewer/HelpWindow.py" line="1922"/> <source>Could not find an associated content.</source> <translation>Non posso trovare un contenuto associato.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2158"/> + <location filename="Helpviewer/HelpWindow.py" line="2031"/> <source>Updating search index</source> <translation>Aggiornamento indice di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2210"/> + <location filename="Helpviewer/HelpWindow.py" line="2083"/> <source>Looking for Documentation...</source> <translation>Ricerca documentazione...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2240"/> + <location filename="Helpviewer/HelpWindow.py" line="2113"/> <source>Unfiltered</source> <translation>Non filtrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2259"/> + <location filename="Helpviewer/HelpWindow.py" line="2132"/> <source>Help Engine</source> <translation>Motore di help</translation> </message> @@ -13568,17 +13568,17 @@ <translation type="obsolete">Mostra un menù di navigazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="480"/> <source>Private Browsing</source> <translation>Navigazione anonima</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="476"/> + <source>Private &Browsing</source> + <translation>Navigazione &Anonima</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> - <source>Private &Browsing</source> - <translation>Navigazione &Anonima</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Navigazione anonima</b><p>Attiva la navigazione anonima. In questa modalità la cronologia non è più registrata.</p></translation> </message> @@ -13593,330 +13593,330 @@ <translation type="obsolete">Caricamento terminato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Full Screen</source> <translation>Tutto schermo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>&Full Screen</source> <translation>&Tutto schermo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="961"/> + <location filename="Helpviewer/HelpWindow.py" line="956"/> <source>Manage QtHelp &Documents</source> <translation>Gestisci i &Documenti QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="974"/> + <location filename="Helpviewer/HelpWindow.py" line="969"/> <source>Manage QtHelp &Filters</source> <translation>Gestisci &Filtri QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="987"/> + <location filename="Helpviewer/HelpWindow.py" line="982"/> <source>&Reindex Documentation</source> <translation>&Reindicizza la documentazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> + <location filename="Helpviewer/HelpWindow.py" line="1000"/> <source>Clear private data</source> <translation>Pulisci dati privati</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> + <source>&Clear private data</source> + <translation>Pulis&ci dati privati</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> - <source>&Clear private data</source> - <translation>Pulis&ci dati privati</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1006"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Pulisci dati privati</b><p>Pulische i dati privati come la cronologia di navigazione, cronologia ricerche o il database delle favicon.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear &icons database</source> <translation>Pulisci database delle &icone</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Show Network Monitor</source> <translation>Mostra il Network Monitor</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show &Network Monitor</source> + <translation>Mostra il &Network Monitor</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <source>Show the network monitor dialog</source> + <translation>Mostra il dialogo del network monitor</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show &Network Monitor</source> - <translation>Mostra il &Network Monitor</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Show the network monitor dialog</source> - <translation>Mostra il dialogo del network monitor</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1075"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Mostra il Network Monitor</b><p>Mostra il dialogo del network monitor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1182"/> + <location filename="Helpviewer/HelpWindow.py" line="1177"/> <source>&Settings</source> <translation>Impo&stazioni</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1205"/> + <location filename="Helpviewer/HelpWindow.py" line="1200"/> <source>&Tools</source> <translation>&Tools</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Show page source</source> + <translation>Mostra sorgente pagina</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Ctrl+U</source> + <translation>Ctrl+U</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Show the page source in an editor</source> + <translation>Mostra il sorgente della pagina in un editor</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Show page source</source> - <translation>Mostra sorgente pagina</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Ctrl+U</source> - <translation>Ctrl+U</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="809"/> - <source>Show the page source in an editor</source> - <translation>Mostra il sorgente della pagina in un editor</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="810"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Mostra sorgente pagina</b><p>Mostra il sorgente della pagina nell'editor.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="864"/> + <source>&Languages...</source> + <translation>&Lingue...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="867"/> + <source>Configure the accepted languages for web pages</source> + <translation>Configura le lingue accettare per le pagine web</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="869"/> - <source>&Languages...</source> - <translation>&Lingue...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> - <source>Configure the accepted languages for web pages</source> - <translation>Configura le lingue accettare per le pagine web</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="874"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Lingue</b><p>Configura le lingue accettare per le pagine web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="864"/> <source>Languages</source> <translation>Lingue</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="882"/> + <location filename="Helpviewer/HelpWindow.py" line="877"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>C&ookies...</source> + <translation>C&ookie...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="880"/> + <source>Configure cookies handling</source> + <translation>Configura la gestione dei cookie</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>C&ookies...</source> - <translation>C&ookie...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="885"/> - <source>Configure cookies handling</source> - <translation>Configura la gestione dei cookie</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Configura la gestione dei cookie.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1277"/> + <location filename="Helpviewer/HelpWindow.py" line="1272"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom reset</source> <translation>Reset dello zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom &reset</source> <translation>&Reset zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="778"/> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source>Reset the zoom of the text</source> <translation>Resetta lo zoom del testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom text only</source> <translation>Zoom solo del testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom &text only</source> <translation>Zoom solo del &testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Zoom text only; pictures remain constant</source> <translation>Zoom solo del testo; le immagini rimangono costanti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="795"/> + <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Zoom solo testo</b><p>Zoom solo del testo; le immagini rimangono costanti.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Reset zoom</b><p>Reset dello zoom del testo. Imposta il fattore di zoom al 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New &Window</source> <translation>Nuova &Finestra</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>Import Bookmarks</source> + <translation>Importa Segnalibri</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>&Import Bookmarks...</source> + <translation>&Importa Segnalibri...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="384"/> + <source>Import bookmarks from other browsers</source> + <translation>Importa segnalibri da altri browser</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>Import Bookmarks</source> - <translation>Importa Segnalibri</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>&Import Bookmarks...</source> - <translation>&Importa Segnalibri...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="389"/> - <source>Import bookmarks from other browsers</source> - <translation>Importa segnalibri da altri browser</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="391"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Importa segnalibri</b><p>Importa segnalibri da un altro browser.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="400"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Export Bookmarks</source> <translation>Esporta segnalibri</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>&Export Bookmarks...</source> + <translation>&Esporta Segnalibri...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source>Export the bookmarks into a file</source> + <translation>Esporta i segnalibri in un file</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="400"/> - <source>&Export Bookmarks...</source> - <translation>&Esporta Segnalibri...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="403"/> - <source>Export the bookmarks into a file</source> - <translation>Esporta i segnalibri in un file</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="405"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Esporta segnalibri</b><p>Esporta segnalibri in un file.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Manage Bookmarks</source> <translation>Gestisci segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>&Manage Bookmarks...</source> <translation>&Gestisci segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="650"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Apri un dialogo per gestire i segnalibri.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="652"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Gestisci segnalibri...</b><p>Apri un dialogo per gestire i segnalibri.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add &Bookmark...</source> <translation>&Aggiungi segnalibro...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="666"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Open a dialog to add a bookmark.</source> <translation>Apri un dialogo per aggiungere un segnalibro.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="667"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Aggiungi segnalibro</b><p>Apri un dialogo per aggiungere l'URL corrente come segnalibro.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="675"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Add Folder</source> <translation>Aggiungi cartella</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add &Folder...</source> + <translation>Aggiungi &Cartella...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="673"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Apri un dialogo per aggiungere una nuova cartella di segnalibri.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add &Folder...</source> - <translation>Aggiungi &Cartella...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="678"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Apri un dialogo per aggiungere una nuova cartella di segnalibri.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Aggiungi cartella...</b><p>Apri un dialogo per aggiungere una nuova cartella di segnalibri.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs</source> + <translation>Aggiungi ai segnalibri tutte le linguette</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs...</source> + <translation>Aggiungi ai segnalibri tutte le linguette...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Bookmark all open tabs.</source> + <translation>Aggiungi ai segnalibri tutte lelinguette aperte.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs</source> - <translation>Aggiungi ai segnalibri tutte le linguette</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs...</source> - <translation>Aggiungi ai segnalibri tutte le linguette...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> - <source>Bookmark all open tabs.</source> - <translation>Aggiungi ai segnalibri tutte lelinguette aperte.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="693"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Aggiungi ai segnalibri tutte le linguette...</b><p>Apri un dialogo per aggiungere ai segnalibri tutte le linguette aperte.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1645"/> + <location filename="Helpviewer/HelpWindow.py" line="1551"/> <source>Saved Tabs</source> <translation>Salva Linguette</translation> </message> @@ -13926,40 +13926,40 @@ <translation type="obsolete">Chiudi altri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Stop</source> <translation>Ferma</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="580"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Stop loading</source> <translation>Ferma caricamento</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="581"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Stop</b><p>Ferma il caricamento della linguetta corrente.</p></translation> </message> @@ -13969,108 +13969,108 @@ <translation type="obsolete">Duplica pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Save As </source> <translation>Salva come</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>&Save As...</source> <translation>&Salva come...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Ctrl+Shift+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="375"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Save the current page to disk</source> <translation>Salva la pagina corrente su disco</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="372"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Salva come...</b><p>Salva la pagina corrente su disco.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1575"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Eric Web Browser</source> <translation>Eric Web Browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1566"/> + <location filename="Helpviewer/HelpWindow.py" line="1472"/> <source><h3>About Eric Web Browser</h3><p>The Eric Web Browser is a combined help file and HTML browser.</p></source> <translation><h3>Informazioni sul Browser Web di Eric</h3><p>Il Browser Web di Eric è un misto di pagine di help e un browser HTML.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Quit the web browser</source> <translation>Esci dal browser web</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Quit</b><p>Quit the web browser.</p></source> <translation><b>Esci</b><p>Esci dal browser web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search Engines</source> <translation>Configura motori di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1027"/> <source>Configure the available search engines</source> <translation>Configura i motori di ricerca disponibili</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Configura motori di ricerca...</b><p>Apri un dialogo per configurare i motori di ricerca disponibi.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords</source> <translation>Gestisci password salvate</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords...</source> <translation>Gestisci password salvate...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1046"/> + <location filename="Helpviewer/HelpWindow.py" line="1041"/> <source>Manage the saved passwords</source> <translation>Gestisci le password salvate</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Gestisci password salvate...</b><p>Apre un dialogo per gestire le password salvate.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1060"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Configura le regole di sottoscrizione di AdBlock</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Apre un dialogo per configurare le regole di sottoscrizione di AdBlock.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2219"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source>eric5 Web Browser</source> <translation>Web Browser di eric5</translation> </message> @@ -14080,92 +14080,92 @@ <translation type="obsolete">Caricamento fallito</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="428"/> + <location filename="Helpviewer/HelpWindow.py" line="423"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="432"/> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="433"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="895"/> + <location filename="Helpviewer/HelpWindow.py" line="890"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="890"/> + <source>Offline &Storage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="893"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="895"/> - <source>Offline &Storage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="898"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1815"/> + <location filename="Helpviewer/HelpWindow.py" line="1721"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> + <location filename="Helpviewer/HelpWindow.py" line="1140"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1195"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2531"/> + <location filename="Helpviewer/HelpWindow.py" line="2404"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2532"/> + <location filename="Helpviewer/HelpWindow.py" line="2405"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2533"/> + <location filename="Helpviewer/HelpWindow.py" line="2406"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <location filename="Helpviewer/HelpWindow.py" line="2407"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2408"/> <source>Other</source> <translation type="unfinished">Altro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2536"/> + <location filename="Helpviewer/HelpWindow.py" line="2409"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2558"/> + <location filename="Helpviewer/HelpWindow.py" line="2431"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -17476,22 +17476,22 @@ <translation>Carica cronologia</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source>Saving History</source> <translation>Salvataggio cronologia</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="417"/> + <location filename="Helpviewer/History/HistoryManager.py" line="418"/> <source><p>Unable to open history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation><p>Apertura del file cronologia <b>{0}</b> non possibile.<br/>Motivo: {1}</p></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="437"/> + <location filename="Helpviewer/History/HistoryManager.py" line="438"/> <source><p>Error removing old history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation><p>Errore nella rimozione del vecchio file cronologia <b>{0}</b>.<br/>Motivo: {1}</p></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source><p>Error moving new history file over old one (<b>{0}</b>).<br/>Reason: {1}</p></source> <translation><p>Errore nello spostamento del nuovo file cronologia su quelle vecchio (<b>{0}</b>).<br/>Motivo: {1}</p></translation> </message> @@ -19444,27 +19444,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="84"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> <source>Welcome to Eric Web Browser!</source> <translation>Benvenuto nel Browser Web di Eric!</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> - <source>Eric Web Browser</source> - <translation>Web Browser di Eric</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="86"/> - <source>Search!</source> - <translation>Cerca!</translation> + <source>Eric Web Browser</source> + <translation>Web Browser di Eric</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="87"/> + <source>Search!</source> + <translation>Cerca!</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="88"/> <source>About Eric</source> <translation>About Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="126"/> <source>Search results provided by {0}</source> <translation>Risultati della ricerca forniti da {0}</translation> </message> @@ -23637,7 +23637,7 @@ <context> <name>Project</name> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source>Read project file</source> <translation>Leggi file progetto</translation> </message> @@ -23647,17 +23647,17 @@ <translation type="obsolete">File progetto compressi non supportati. La libreria di compressione manca.</translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source>Save project file</source> <translation>Salva file progetto</translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source>Read project session</source> <translation>Leggi sessione del progetto</translation> </message> <message> - <location filename="Project/Project.py" line="926"/> + <location filename="Project/Project.py" line="925"/> <source>Please save the project first.</source> <translation>Prima salvare il progetto.</translation> </message> @@ -23667,507 +23667,507 @@ <translation type="obsolete">File sessione di progetto compressi non supportati. La libreria di compressione manca.</translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source>Save project session</source> <translation>Salva sessione di progetto</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>Add Language</source> <translation>Aggiungi Lingua</translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source>Delete translation</source> <translation>Cancella traduzione</translation> </message> <message> - <location filename="Project/Project.py" line="1270"/> + <location filename="Project/Project.py" line="1269"/> <source>Add file</source> <translation>Aggiungi file</translation> </message> <message> - <location filename="Project/Project.py" line="1374"/> + <location filename="Project/Project.py" line="1373"/> <source>The target directory must not be empty.</source> <translation>La directory di destinazione non deve essere vuota.</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>Add directory</source> <translation>Aggiungi directory</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>The source directory must not be empty.</source> <translation>La directory sorgente non deve essere vuota.</translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source>Delete file</source> <translation>Cancella file</translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source>Create project directory</source> <translation>Crea la directory del progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>New project</source> <translation>Nuovo progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>Open project</source> <translation>Apri progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save project as</source> <translation>Salva progetto come</translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>Close Project</source> <translation>Chiudi progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>The current project has unsaved changes.</source> <translation>Il progetto attuale ha delle modifiche non salvate.</translation> </message> <message> - <location filename="Project/Project.py" line="2994"/> + <location filename="Project/Project.py" line="3004"/> <source>&Save</source> <translation>&Salva</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>&New...</source> <translation>&Nuovo...</translation> </message> <message> - <location filename="Project/Project.py" line="2808"/> + <location filename="Project/Project.py" line="2818"/> <source>Generate a new project</source> <translation>Genera un nuovo progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2809"/> + <location filename="Project/Project.py" line="2819"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nuovo...</b><p>Apre un dialogo per l'inserimento delle informazioni per un nuovo progetto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>&Open...</source> <translation>&Apri...</translation> </message> <message> - <location filename="Project/Project.py" line="2821"/> + <location filename="Project/Project.py" line="2831"/> <source>Open an existing project</source> <translation>Apri un progetto esistente</translation> </message> <message> - <location filename="Project/Project.py" line="2822"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation><b>Apri...</b><p>Apre un progetto esistente.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>Close project</source> - <translation>Chiudi progetto</translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>&Close</source> - <translation>&Chiudi</translation> - </message> - <message> <location filename="Project/Project.py" line="2832"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation><b>Apri...</b><p>Apre un progetto esistente.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>Close project</source> + <translation>Chiudi progetto</translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>&Close</source> + <translation>&Chiudi</translation> + </message> + <message> + <location filename="Project/Project.py" line="2842"/> <source>Close the current project</source> <translation>Chiudi il progetto corrente</translation> </message> <message> - <location filename="Project/Project.py" line="2833"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>Chiudi</b><p>Chiude l'attuale progetto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2840"/> - <source>Save project</source> - <translation>Salva progetto</translation> - </message> - <message> <location filename="Project/Project.py" line="2843"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>Chiudi</b><p>Chiude l'attuale progetto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2850"/> + <source>Save project</source> + <translation>Salva progetto</translation> + </message> + <message> + <location filename="Project/Project.py" line="2853"/> <source>Save the current project</source> <translation>Salva il progetto corrente</translation> </message> <message> - <location filename="Project/Project.py" line="2844"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Salva</b><p>Salva l'attuale progetto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2851"/> - <source>Save &as...</source> - <translation>S&alva come...</translation> - </message> - <message> <location filename="Project/Project.py" line="2854"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Salva</b><p>Salva l'attuale progetto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2861"/> + <source>Save &as...</source> + <translation>S&alva come...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2864"/> <source>Save the current project to a new file</source> <translation>Salva il progetto attuale come un nuovo file</translation> </message> <message> - <location filename="Project/Project.py" line="2855"/> + <location filename="Project/Project.py" line="2865"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Salva as </b><p>Salva l'attuale progetto come nuovo.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add translation to project</source> <translation>Aggiungi le traduzioni al progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add &translation...</source> <translation>Aggiungi &traduzione...</translation> </message> <message> - <location filename="Project/Project.py" line="2896"/> - <source>Add a translation to the current project</source> - <translation>Aggiungi le traduzioni al progetto corrente</translation> - </message> - <message> - <location filename="Project/Project.py" line="2898"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Aggiungi traduzione...</b><p>Apre un dialogo per aggiungere una traduzione al progetto corrente.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2906"/> + <source>Add a translation to the current project</source> + <translation>Aggiungi le traduzioni al progetto corrente</translation> + </message> + <message> + <location filename="Project/Project.py" line="2908"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Aggiungi traduzione...</b><p>Apre un dialogo per aggiungere una traduzione al progetto corrente.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> <source>Search new files</source> <translation>Cerca nuovi file</translation> </message> <message> - <location filename="Project/Project.py" line="2906"/> + <location filename="Project/Project.py" line="2916"/> <source>Searc&h new files...</source> <translation>Cerca &nuovi file...</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2919"/> <source>Search new files in the project directory.</source> <translation>Cerca nei file nella directory del progetto.</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>Project properties</source> <translation>Proprietà del progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>&Properties...</source> <translation>&Proprietà...</translation> </message> <message> - <location filename="Project/Project.py" line="2921"/> + <location filename="Project/Project.py" line="2931"/> <source>Show the project properties</source> <translation>Mostra le proprietà del progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> + <location filename="Project/Project.py" line="2932"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Proprietà...</b><p>Mosta un dialogo per modificare le proprietà di un progetto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3030"/> + <location filename="Project/Project.py" line="3040"/> <source>Load session</source> <translation>Carica sessione</translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> + <location filename="Project/Project.py" line="3043"/> <source>Load the projects session file.</source> <translation>Carica il file di sessione del progetto.</translation> </message> <message> - <location filename="Project/Project.py" line="3034"/> + <location filename="Project/Project.py" line="3044"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Carica sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> </message> <message> - <location filename="Project/Project.py" line="3047"/> + <location filename="Project/Project.py" line="3057"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="Project/Project.py" line="3050"/> + <location filename="Project/Project.py" line="3060"/> <source>Save the projects session file.</source> <translation>Salva il file sessione del progetto.</translation> </message> <message> - <location filename="Project/Project.py" line="3051"/> + <location filename="Project/Project.py" line="3061"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Salva sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> </message> <message> - <location filename="Project/Project.py" line="3077"/> + <location filename="Project/Project.py" line="3087"/> <source>Code Metrics</source> <translation>Statistiche codice</translation> </message> <message> + <location filename="Project/Project.py" line="3087"/> + <source>&Code Metrics...</source> + <translation>Statistiche &codice...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3090"/> + <source>Show some code metrics for the project.</source> + <translation>Mostra alcune statistiche del codice per il progetto.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3092"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Statistiche codice...</b><p>Mostra alcune statistiche di tutti i file Python nel progetto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Python Code Coverage</source> + <translation>Analisi codice Python</translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Code Co&verage...</source> + <translation>A&nalisi codice...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3102"/> + <source>Show code coverage information for the project.</source> + <translation>Mostra le informazioni dell'analisi del codice del progetto.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3104"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Analisi codice...</b><p>Mostra le analisi del codice di tutti i file Python nel progetto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Profile Data</source> + <translation>Profilazione dati</translation> + </message> + <message> + <location filename="Project/Project.py" line="3112"/> + <source>&Profile Data...</source> + <translation>&Profilazione dati...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3115"/> + <source>Show profiling data for the project.</source> + <translation>Mostra la profilazione dei dati per il progetto.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3117"/> + <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> + <translation><b>Profilazione dati...</b><p>Mostra la profilazione dei dati per il progetto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3837"/> + <source>Application Diagram</source> + <translation>Diagrammi dell'applicazione</translation> + </message> + <message> + <location filename="Project/Project.py" line="3124"/> + <source>&Application Diagram...</source> + <translation>Diagramma dell' &Applicazione...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3127"/> + <source>Show a diagram of the project.</source> + <translation>Mostra un diagramma del progetto.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3129"/> + <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> + <translation><b>Diagrammi dell'applicazione...</b><p>Mostra un diagramma del progetto.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3202"/> + <source>Open &Recent Projects</source> + <translation>Apri un progetto &recente</translation> + </message> + <message> + <location filename="Project/Project.py" line="3209"/> + <source>&Diagrams</source> + <translation>&Diagrammi</translation> + </message> + <message> + <location filename="Project/Project.py" line="3206"/> + <source>Chec&k</source> + <translation>&Controlla</translation> + </message> + <message> + <location filename="Project/Project.py" line="3203"/> + <source>&Version Control</source> + <translation>Controllo di &Versione</translation> + </message> + <message> + <location filename="Project/Project.py" line="3208"/> + <source>Sho&w</source> + <translation>&Mostra</translation> + </message> + <message> + <location filename="Project/Project.py" line="3211"/> + <source>Source &Documentation</source> + <translation>&Documentazione sorgenti</translation> + </message> + <message> + <location filename="Project/Project.py" line="3487"/> + <source>Search New Files</source> + <translation>Cerca Nuovi File</translation> + </message> + <message> + <location filename="Project/Project.py" line="3487"/> + <source>There were no new files found to be added.</source> + <translation>Non sono stati trovati file da aggiungere.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3625"/> + <source>Version Control System</source> + <translation>Version Control System</translation> + </message> + <message> + <location filename="Project/Project.py" line="3717"/> + <source>Coverage Data</source> + <translation>Dati Analisi</translation> + </message> + <message> + <location filename="Project/Project.py" line="3763"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Non c'è uno script principale definito per il progetto. Esco</translation> + </message> + <message> + <location filename="Project/Project.py" line="1503"/> + <source>Rename file</source> + <translation>Rinomina file</translation> + </message> + <message> + <location filename="Project/Project.py" line="1526"/> + <source>Rename File</source> + <translation>Rinomina File</translation> + </message> + <message> + <location filename="Project/Project.py" line="2246"/> + <source>New Project</source> + <translation>Nuovo Progetto</translation> + </message> + <message> + <location filename="Project/Project.py" line="1853"/> + <source>Add existing files to the project?</source> + <translation>Aggiungi file esistenti al progetto ?</translation> + </message> + <message> + <location filename="Project/Project.py" line="1958"/> + <source>Would you like to edit the VCS command options?</source> + <translation>Vuoi modificare le opzioni del comando VCS ?</translation> + </message> + <message> + <location filename="Project/Project.py" line="1911"/> + <source>Shall the project file be added to the repository?</source> + <translation>Il file progetto deve essere aggiunto al repository ?</translation> + </message> + <message> + <location filename="Project/Project.py" line="1932"/> + <source>Select version control system for the project</source> + <translation>Seleziona il version control system per il progetto</translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> + <source>Add directory to project</source> + <translation>Aggiungi directory al progetto</translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> + <source>Add directory...</source> + <translation>Aggiungi directory...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2892"/> + <source>Add a directory to the current project</source> + <translation>Aggiungi una directory al progetto corrente</translation> + </message> + <message> + <location filename="Project/Project.py" line="2894"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Aggiungi directory...</b><p>Apre un dialogo per aggiungere una directory al progetto corrente.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3738"/> + <source>Code Coverage</source> + <translation>Analisi codice</translation> + </message> + <message> + <location filename="Project/Project.py" line="3738"/> + <source>Please select a coverage file</source> + <translation>Per favore seleziona un file per l'analisi</translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Please select a profile file</source> + <translation>Per favore seleziona un file per la profilazione</translation> + </message> + <message> + <location filename="Project/Project.py" line="808"/> + <source>Delete project session</source> + <translation>Cancella sessione di progetto</translation> + </message> + <message> + <location filename="Project/Project.py" line="3074"/> + <source>Delete session</source> + <translation>Cancella sessione</translation> + </message> + <message> <location filename="Project/Project.py" line="3077"/> - <source>&Code Metrics...</source> - <translation>Statistiche &codice...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3080"/> - <source>Show some code metrics for the project.</source> - <translation>Mostra alcune statistiche del codice per il progetto.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3082"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Statistiche codice...</b><p>Mostra alcune statistiche di tutti i file Python nel progetto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Python Code Coverage</source> - <translation>Analisi codice Python</translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Code Co&verage...</source> - <translation>A&nalisi codice...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3092"/> - <source>Show code coverage information for the project.</source> - <translation>Mostra le informazioni dell'analisi del codice del progetto.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3094"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Analisi codice...</b><p>Mostra le analisi del codice di tutti i file Python nel progetto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Profile Data</source> - <translation>Profilazione dati</translation> - </message> - <message> - <location filename="Project/Project.py" line="3102"/> - <source>&Profile Data...</source> - <translation>&Profilazione dati...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3105"/> - <source>Show profiling data for the project.</source> - <translation>Mostra la profilazione dei dati per il progetto.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3107"/> - <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> - <translation><b>Profilazione dati...</b><p>Mostra la profilazione dei dati per il progetto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3827"/> - <source>Application Diagram</source> - <translation>Diagrammi dell'applicazione</translation> - </message> - <message> - <location filename="Project/Project.py" line="3114"/> - <source>&Application Diagram...</source> - <translation>Diagramma dell' &Applicazione...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3117"/> - <source>Show a diagram of the project.</source> - <translation>Mostra un diagramma del progetto.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3119"/> - <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> - <translation><b>Diagrammi dell'applicazione...</b><p>Mostra un diagramma del progetto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3192"/> - <source>Open &Recent Projects</source> - <translation>Apri un progetto &recente</translation> - </message> - <message> - <location filename="Project/Project.py" line="3199"/> - <source>&Diagrams</source> - <translation>&Diagrammi</translation> - </message> - <message> - <location filename="Project/Project.py" line="3196"/> - <source>Chec&k</source> - <translation>&Controlla</translation> - </message> - <message> - <location filename="Project/Project.py" line="3193"/> - <source>&Version Control</source> - <translation>Controllo di &Versione</translation> - </message> - <message> - <location filename="Project/Project.py" line="3198"/> - <source>Sho&w</source> - <translation>&Mostra</translation> - </message> - <message> - <location filename="Project/Project.py" line="3201"/> - <source>Source &Documentation</source> - <translation>&Documentazione sorgenti</translation> - </message> - <message> - <location filename="Project/Project.py" line="3477"/> - <source>Search New Files</source> - <translation>Cerca Nuovi File</translation> - </message> - <message> - <location filename="Project/Project.py" line="3477"/> - <source>There were no new files found to be added.</source> - <translation>Non sono stati trovati file da aggiungere.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3615"/> - <source>Version Control System</source> - <translation>Version Control System</translation> - </message> - <message> - <location filename="Project/Project.py" line="3707"/> - <source>Coverage Data</source> - <translation>Dati Analisi</translation> - </message> - <message> - <location filename="Project/Project.py" line="3753"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Non c'è uno script principale definito per il progetto. Esco</translation> - </message> - <message> - <location filename="Project/Project.py" line="1504"/> - <source>Rename file</source> - <translation>Rinomina file</translation> - </message> - <message> - <location filename="Project/Project.py" line="1527"/> - <source>Rename File</source> - <translation>Rinomina File</translation> - </message> - <message> - <location filename="Project/Project.py" line="2236"/> - <source>New Project</source> - <translation>Nuovo Progetto</translation> - </message> - <message> - <location filename="Project/Project.py" line="1843"/> - <source>Add existing files to the project?</source> - <translation>Aggiungi file esistenti al progetto ?</translation> - </message> - <message> - <location filename="Project/Project.py" line="1948"/> - <source>Would you like to edit the VCS command options?</source> - <translation>Vuoi modificare le opzioni del comando VCS ?</translation> - </message> - <message> - <location filename="Project/Project.py" line="1901"/> - <source>Shall the project file be added to the repository?</source> - <translation>Il file progetto deve essere aggiunto al repository ?</translation> - </message> - <message> - <location filename="Project/Project.py" line="1922"/> - <source>Select version control system for the project</source> - <translation>Seleziona il version control system per il progetto</translation> - </message> - <message> - <location filename="Project/Project.py" line="2878"/> - <source>Add directory to project</source> - <translation>Aggiungi directory al progetto</translation> - </message> - <message> - <location filename="Project/Project.py" line="2878"/> - <source>Add directory...</source> - <translation>Aggiungi directory...</translation> - </message> - <message> - <location filename="Project/Project.py" line="2882"/> - <source>Add a directory to the current project</source> - <translation>Aggiungi una directory al progetto corrente</translation> - </message> - <message> - <location filename="Project/Project.py" line="2884"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Aggiungi directory...</b><p>Apre un dialogo per aggiungere una directory al progetto corrente.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3728"/> - <source>Code Coverage</source> - <translation>Analisi codice</translation> - </message> - <message> - <location filename="Project/Project.py" line="3728"/> - <source>Please select a coverage file</source> - <translation>Per favore seleziona un file per l'analisi</translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Please select a profile file</source> - <translation>Per favore seleziona un file per la profilazione</translation> - </message> - <message> - <location filename="Project/Project.py" line="809"/> - <source>Delete project session</source> - <translation>Cancella sessione di progetto</translation> - </message> - <message> - <location filename="Project/Project.py" line="3064"/> - <source>Delete session</source> - <translation>Cancella sessione</translation> - </message> - <message> - <location filename="Project/Project.py" line="3067"/> <source>Delete the projects session file.</source> <translation>Cancella il file di sessione del progetto.</translation> </message> <message> - <location filename="Project/Project.py" line="3068"/> + <location filename="Project/Project.py" line="3078"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Cancella sessione</b><p>Cancella la sessione del progetto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="196"/> + <location filename="Project/Project.py" line="195"/> <source>Ruby Files (*.rb);;</source> <translation>File Ruby (*.rb);;</translation> </message> <message> - <location filename="Project/Project.py" line="2910"/> + <location filename="Project/Project.py" line="2920"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Cerca nuovi file...</b><p>Cerca per nuovi file (sorgenti, *.ui, *.idl) nella directory del progetto e in tutte le sottodirectory registrate.</p></translation> </message> <message> + <location filename="Project/Project.py" line="230"/> + <source>Console</source> + <translation>Console</translation> + </message> + <message> <location filename="Project/Project.py" line="231"/> - <source>Console</source> - <translation>Console</translation> - </message> - <message> - <location filename="Project/Project.py" line="232"/> <source>Other</source> <translation>Altro</translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Include module names?</source> <translation>Includi i nomi dei moduli ?</translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source>Delete directory</source> <translation>Cancella directory</translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source>Read tasks</source> <translation>Leggi tesk</translation> </message> @@ -24177,17 +24177,17 @@ <translation type="obsolete">File task compressi non supportati. La libreria di compressione manca.</translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source>Read debugger properties</source> <translation>Leggi le proprietà del debugger</translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source>Save debugger properties</source> <translation>Salva le proprietà del debugger</translation> </message> @@ -24197,167 +24197,167 @@ <translation type="obsolete">File proprietò del debugger di progetto compressi non supportati. La libreria di compressione manca.</translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source>Delete debugger properties</source> <translation>Cancella le proprietà del debugger</translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger Properties</source> <translation>Proprietà Debugger</translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger &Properties...</source> <translation>&Proprietà Debugger...</translation> </message> <message> - <location filename="Project/Project.py" line="2975"/> + <location filename="Project/Project.py" line="2985"/> <source>Show the debugger properties</source> <translation>Mostra le proprietàd el debugger</translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Proprietà debugger...</b><p>Mostra un dialogo per modificare le impostazioni specifiche per il progetto del debugger.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>Load</source> - <translation>Carica</translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>&Load</source> - <translation>&Carica</translation> - </message> - <message> <location filename="Project/Project.py" line="2986"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Proprietà debugger...</b><p>Mostra un dialogo per modificare le impostazioni specifiche per il progetto del debugger.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>Load</source> + <translation>Carica</translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>&Load</source> + <translation>&Carica</translation> + </message> + <message> + <location filename="Project/Project.py" line="2996"/> <source>Load the debugger properties</source> <translation>Carica le proprietàd el debugger</translation> </message> <message> - <location filename="Project/Project.py" line="2994"/> + <location filename="Project/Project.py" line="3004"/> <source>Save</source> <translation>Salva</translation> </message> <message> + <location filename="Project/Project.py" line="3007"/> + <source>Save the debugger properties</source> + <translation>Salva le proprietà del debugger</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>Delete</source> + <translation>Cancella</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>&Delete</source> + <translation>&Cancella</translation> + </message> + <message> + <location filename="Project/Project.py" line="3018"/> + <source>Delete the debugger properties</source> + <translation>Cancella le proprietà del debugger</translation> + </message> + <message> + <location filename="Project/Project.py" line="3027"/> + <source>Reset</source> + <translation>Resetta</translation> + </message> + <message> + <location filename="Project/Project.py" line="3027"/> + <source>&Reset</source> + <translation>&Resetta</translation> + </message> + <message> + <location filename="Project/Project.py" line="3030"/> + <source>Reset the debugger properties</source> + <translation>Resetta le proprietà del debugger</translation> + </message> + <message> + <location filename="Project/Project.py" line="3213"/> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="Project/Project.py" line="3210"/> + <source>Session</source> + <translation>Sessione</translation> + </message> + <message> <location filename="Project/Project.py" line="2997"/> - <source>Save the debugger properties</source> - <translation>Salva le proprietà del debugger</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>Delete</source> - <translation>Cancella</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>&Delete</source> - <translation>&Cancella</translation> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Carica le proprietà del debugger</b><p>Carica le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> <location filename="Project/Project.py" line="3008"/> - <source>Delete the debugger properties</source> - <translation>Cancella le proprietà del debugger</translation> - </message> - <message> - <location filename="Project/Project.py" line="3017"/> - <source>Reset</source> - <translation>Resetta</translation> - </message> - <message> - <location filename="Project/Project.py" line="3017"/> - <source>&Reset</source> - <translation>&Resetta</translation> - </message> - <message> - <location filename="Project/Project.py" line="3020"/> - <source>Reset the debugger properties</source> - <translation>Resetta le proprietà del debugger</translation> - </message> - <message> - <location filename="Project/Project.py" line="3203"/> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="Project/Project.py" line="3200"/> - <source>Session</source> - <translation>Sessione</translation> - </message> - <message> - <location filename="Project/Project.py" line="2987"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Carica le proprietà del debugger</b><p>Carica le proprietà del debugger specifiche per il progetto.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2998"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Salva le proprietà del debugger</b><p>Salva le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3009"/> + <location filename="Project/Project.py" line="3019"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Cancella le proprietà del debugger</b><p>Cancella il file che contiene le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3021"/> + <location filename="Project/Project.py" line="3031"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Azzera le proprietà del debugger</b><p>Azzera le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2941"/> + <location filename="Project/Project.py" line="2951"/> <source>Filetype Associations</source> <translation>Associazione tipi file</translation> </message> <message> - <location filename="Project/Project.py" line="2941"/> + <location filename="Project/Project.py" line="2951"/> <source>Filetype Associations...</source> <translation>Associazione tipi file...</translation> </message> <message> - <location filename="Project/Project.py" line="2944"/> + <location filename="Project/Project.py" line="2954"/> <source>Show the project filetype associations</source> <translation>Mostra le associazioni dei tipi di file del progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2946"/> + <location filename="Project/Project.py" line="2956"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Associazione tipi file...</b><p>Mostra un dialogo per modificare le associazioni dei tipi file del progetto. Queste associazioni determinano il tipo (codice sorgente, interfaccia o altro) con un pattern del nome file. Sono usati quando aggiungi un file al progetto e quanto esegui una ricerca per nuovi file.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3204"/> + <location filename="Project/Project.py" line="3214"/> <source>Pac&kagers</source> <translation>Pac&kagers</translation> </message> <message> - <location filename="Project/Project.py" line="2864"/> + <location filename="Project/Project.py" line="2874"/> <source>Add files to project</source> <translation>Aggiungi file al progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2864"/> + <location filename="Project/Project.py" line="2874"/> <source>Add &files...</source> <translation>Aggiungi &files...</translation> </message> <message> - <location filename="Project/Project.py" line="2868"/> + <location filename="Project/Project.py" line="2878"/> <source>Add files to the current project</source> <translation>Aggiungi file al progetto corrente</translation> </message> <message> - <location filename="Project/Project.py" line="2869"/> + <location filename="Project/Project.py" line="2879"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Aggiungi files...</b><p>Apre un dialogo per aggiungere file al progetto corrente. Il posto dove aggiungerli è determinato dall'estensione.</p></translation> </message> <message> + <location filename="Project/Project.py" line="227"/> + <source>Qt4 GUI</source> + <translation>GUI Qt4</translation> + </message> + <message> <location filename="Project/Project.py" line="228"/> - <source>Qt4 GUI</source> - <translation>GUI Qt4</translation> - </message> - <message> - <location filename="Project/Project.py" line="229"/> <source>Qt4 Console</source> <translation>Console Qt4</translation> </message> @@ -24367,7 +24367,7 @@ <translation type="obsolete">File progetto compressi (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2352"/> + <location filename="Project/Project.py" line="2362"/> <source>Project Files (*.e4p)</source> <translation>File progetto (*.e4p)</translation> </message> @@ -24377,57 +24377,57 @@ <translation type="obsolete">File Progetto (*.e4p);;File Progetto Compressi (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="3191"/> + <location filename="Project/Project.py" line="3201"/> <source>&Project</source> <translation>&Progetto</translation> </message> <message> - <location filename="Project/Project.py" line="3306"/> + <location filename="Project/Project.py" line="3316"/> <source>Project</source> <translation>Progetto</translation> </message> <message> - <location filename="Project/Project.py" line="3367"/> + <location filename="Project/Project.py" line="3377"/> <source>&Clear</source> <translation>Pulis&ci</translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source>Read user project properties</source> <translation>Leggi le proprietà utente del progetto</translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source>Save user project properties</source> <translation>Salva le proprietà utente del progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2929"/> + <location filename="Project/Project.py" line="2939"/> <source>User project properties</source> <translation>Proprietà utente del progetto</translation> </message> <message> - <location filename="Project/Project.py" line="2929"/> + <location filename="Project/Project.py" line="2939"/> <source>&User Properties...</source> <translation>Proprietà &utente...</translation> </message> <message> - <location filename="Project/Project.py" line="2932"/> + <location filename="Project/Project.py" line="2942"/> <source>Show the user specific project properties</source> <translation>Mostra le proprietà del multiprogetto specifiche dell'utente</translation> </message> <message> - <location filename="Project/Project.py" line="2934"/> + <location filename="Project/Project.py" line="2944"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Proprietà utente...</b><p>Mosta un dialogo per modificare le proprietà utente di un progetto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>Syntax errors detected</source> <translation>Errore di sintassi rilevato</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Il progetto contiene %n file con errori di sintassi.</numerusform> @@ -24435,137 +24435,137 @@ </translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source>Create Package List</source> <translation>Crea lista del package</translation> </message> <message> - <location filename="Project/Project.py" line="3128"/> + <location filename="Project/Project.py" line="3138"/> <source>Create &Package List</source> <translation>Crea lista del &package</translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source>Create Plugin Archive</source> <translation>Crea un archivio per il plugin</translation> </message> <message> - <location filename="Project/Project.py" line="3142"/> + <location filename="Project/Project.py" line="3152"/> <source>Create Plugin &Archive</source> <translation>Crea un &archivio per il plugin</translation> </message> <message> - <location filename="Project/Project.py" line="3931"/> + <location filename="Project/Project.py" line="3941"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>PKGLIST</b> esiste già.</p><p>Sovrascriverlo?</p></translation> </message> <message> - <location filename="Project/Project.py" line="3975"/> + <location filename="Project/Project.py" line="3985"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation><p>Il file <b>PKGLIST </b> non esiste. Uscita...</p></translation> </message> <message> - <location filename="Project/Project.py" line="3983"/> + <location filename="Project/Project.py" line="3993"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Non c'è uno script principale definito per il progetto. Esco...</translation> </message> <message> - <location filename="Project/Project.py" line="1299"/> + <location filename="Project/Project.py" line="1298"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>La directory di partenza non contiene nessun file appartenente alla categoria selezionata.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>Select Version Control System</source> <translation>Selezione il Sistema di Controllo della Versione (VCS)</translation> </message> <message> - <location filename="Project/Project.py" line="1928"/> + <location filename="Project/Project.py" line="1938"/> <source>None</source> <translation>Nessuno</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source>Registering Project Type</source> <translation>Registrazione tipo progetto</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (Snapshot)</source> <translation>Crea un archivio per il plugin (Snapshot)</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>Crea un archivio per il plugin (&Snapshot)</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>You have to specify a translation pattern first.</source> <translation>Devi prima specificare un pattern di traduzione.</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Translation Pattern</source> <translation>Pattern di traduzione</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Inserisci il path per il file di traduzione (usa '%language% al posto del codice lingua):</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations</source> <translation>Associazioni analizzatore lessicale</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations...</source> <translation>Associazioni analizzatore lessicale...</translation> </message> <message> - <location filename="Project/Project.py" line="2959"/> + <location filename="Project/Project.py" line="2969"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Mostra le associazioni degli analizzatori lessicali del progetto (sovrascrivendo i default)</translation> </message> <message> - <location filename="Project/Project.py" line="2961"/> + <location filename="Project/Project.py" line="2971"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associazioni analizzatore lessicale...</b><p>Mostra un dialogo per modificare le associazioni degli analizzatori lessicali dei progetti. Queste associazioni sovrascrivono the impostazioni globali. Gli analizzatori lessicali sono utilizzati per l'evidenziazione del testo nell'editor.</p></translation> </message> <message> + <location filename="Project/Project.py" line="234"/> + <source>PySide GUI</source> + <translation>GUI PySide</translation> + </message> + <message> <location filename="Project/Project.py" line="235"/> - <source>PySide GUI</source> - <translation>GUI PySide</translation> - </message> - <message> - <location filename="Project/Project.py" line="236"/> <source>PySide Console</source> <translation>Console PySide</translation> </message> <message> - <location filename="Project/Project.py" line="190"/> + <location filename="Project/Project.py" line="189"/> <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> <translation>Python Files (*.py2);;Python GUI Files (*.pyw2);;</translation> </message> <message> - <location filename="Project/Project.py" line="193"/> + <location filename="Project/Project.py" line="192"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="Project/Project.py" line="230"/> + <location filename="Project/Project.py" line="229"/> <source>Eric Plugin</source> <translation>Eric Plugin</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source><p>The Project type <b>{0}</b> already exists.</p></source> <translation><p>Il tipo progetto <b>{0*</b> esiste già.</p></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Il file progetto <b>{0}</b> non può essere letto.</p></translation> </message> @@ -24580,17 +24580,17 @@ <translation type="obsolete"><p>Il file progetto <b>{0}</b> ha dei contenuti non validi.</p></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Il file progetto <b{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere scritto.</p></translation> </message> @@ -24605,22 +24605,22 @@ <translation type="obsolete"><p>La sessione del progetto <b>{0}</b> è di un formato non supportato.</p></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere letta.</p></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere scritta.</p></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <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> @@ -24630,12 +24630,12 @@ <translation type="obsolete"><p>Il file task <b>{0}</b> è di un formato non supportato.</p></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Il file task <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere letto.</p></translation> </message> @@ -24645,47 +24645,47 @@ <translation type="obsolete"><p>Il file delle proprietà del debugger del progetto<b>{0}</b> è di un formato non supportato.</p></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file di traduzione selezionato <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1325"/> + <location filename="Project/Project.py" line="1324"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già.</p><p>Sovrascriverlo?</p></translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere rinominato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file selezionato <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>La directory selezionata <b>{0}</b> non può essere cancellata.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>La directory del progetto <b>{0}</b> non può essere creata.</p></translation> </message> @@ -24700,82 +24700,82 @@ <translation type="obsolete"><p>Il file <b>{0}</b> esiste già.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3132"/> + <location filename="Project/Project.py" line="3142"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation>Crea un PKGLIST iniziale per un plugin di eric5.</translation> </message> <message> - <location filename="Project/Project.py" line="3134"/> + <location filename="Project/Project.py" line="3144"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation><b>Crea la lista del Package<b><p>Crea una lista iniziale dei file da includere nell'archivio di un plugin di eric5. La lista è creata partendo dal file progetto.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3146"/> + <location filename="Project/Project.py" line="3156"/> <source>Create an eric5 plugin archive file.</source> <translation>Crea un file archivio per il plugin di eric5.</translation> </message> <message> - <location filename="Project/Project.py" line="3148"/> + <location filename="Project/Project.py" line="3158"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation><b>Crea Archivio Plugin</b><p>Crea un archivio per il plugin eric5 usando la lista dei file fornita nel file PKGLIST. Il nome dell'archivio è costruito dal nome dello script.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3171"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation>Crea un file archivio per il plugin di eric5 (snapshot release).</translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3173"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Crea un archivio plugin (Snapshot)</b><p>Crea un file archivio di un plugin eric5 usando la lista di file fornita nel file PKGLIST. Il nome dell'archivio è determinato dal nome dello script principale. La versione dello script principale viene modificata per riflettere la release dello snapshot.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3606"/> + <location filename="Project/Project.py" line="3616"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation><p>VCS selezionato <b>{0}</b>non trovato.<br>Ripristino al valore precedente.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>VCS selezionato <b>{0}</b>non trovato.<br>Disabilito il controllo di versione.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Il file <b>PKGLIST</b> non può essere creato.<br />Motivo: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3995"/> + <location filename="Project/Project.py" line="4005"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation><p>Il file <b>PKGLIST</b> non può essere letto.<br />Motivo: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4009"/> + <location filename="Project/Project.py" line="4019"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Il file archivio del plugin di eric5<b>{0}</b> non può essere creato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4029"/> + <location filename="Project/Project.py" line="4039"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere aggiunto all'archivio.Lo ignoro.</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4051"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation><p>Il file archivio del plugin di eric5<b>{0} </b> è stato creato con successo.</p></translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Il file plugin <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1261"/> + <location filename="Project/Project.py" line="1260"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Il file selezionato <b>{0}</b> non può essere aggiunto a <b>{1}</b>.</p><p>Motivo: {2}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1309"/> + <location filename="Project/Project.py" line="1308"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>La directory di destinazione<b>{0}</b> non può essere creata.</p><p>Motivo: {1}</p></translation> </message> @@ -28167,6 +28167,14 @@ </message> </context> <context> + <name>QtHelpAccessHandler</name> + <message> + <location filename="Helpviewer/Network/QtHelpAccessHandler.py" line="115"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'{0}'</h3></div></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QtHelpDocumentationDialog</name> <message> <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> @@ -29608,6 +29616,79 @@ </message> </context> <context> + <name>SslInfoDialog</name> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="28"/> + <source><b>Issued for</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="122"/> + <source>Common Name (CN)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="142"/> + <source>Organization (O)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="162"/> + <source>Organizational Unit (OU)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="95"/> + <source>Serialnumber</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="115"/> + <source><b>Issued by</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="182"/> + <source><b>Validity</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="189"/> + <source>Issued on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="209"/> + <source>Expires on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="229"/> + <source><b>Fingerprints</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="236"/> + <source>SHA1-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="256"/> + <source>MD5-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.py" line="58"/> + <source><not part of the certificate></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>StartCoverageDialog</name> <message> <location filename="Debugger/StartCoverageDialog.ui" line="14"/> @@ -37844,6 +37925,19 @@ </message> </context> <context> + <name>UrlBar</name> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="36"/> + <source>Enter the location here.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="119"/> + <source>Unknown</source> + <translation type="unfinished">Sconosciuto</translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="42"/>
--- a/i18n/eric5_ru.ts Thu Oct 07 09:07:22 2010 +0200 +++ b/i18n/eric5_ru.ts Thu Oct 07 21:27:08 2010 +0200 @@ -1427,111 +1427,111 @@ <translation>Выбор закладок</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Loading Bookmarks</source> <translation>Добавление закладок</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation>Ошибка при добавлении закладок в строке {0}, позиция {1}: {2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="169"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="173"/> <source>Toolbar Bookmarks</source> <translation>Коллекция закладок</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="175"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="179"/> <source>Menu</source> <translation>Меню</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Saving Bookmarks</source> <translation>Сохранение закладок</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation>Ошибка при сохранении закладок в файл <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="329"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="333"/> <source>XBEL bookmarks</source> <translation>XBEL закладки</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="330"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="334"/> <source>HTML Netscape bookmarks</source> <translation>HTML Netscape закладки</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Import Bookmarks</source> <translation>Импортировать закладки</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="347"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Error opening bookmarks file <b>{0}</b>.</source> <translation>Ошибка чтения файла закладок <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="377"/> <source>Imported {0}</source> <translation>Импортировано {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>Export Bookmarks</source> <translation>Экспортировать закладки</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Exporting Bookmarks</source> <translation>Экспорт закладок</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Ошибка при сохранении закладок в файл <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="412"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="416"/> <source>Converted {0}</source> <translation>Сконвертировано {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="437"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="535"/> <source>Remove Bookmark</source> <translation>Удалить закладку</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="476"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="574"/> <source>Insert Bookmark</source> <translation>Вставить закладку</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="514"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="612"/> <source>Name Change</source> <translation>Изменить имя</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="517"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="615"/> <source>Address Change</source> <translation>Изменить адрес</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Error when importing bookmarks on line {0}, column [1}: {2}</source> <translation>Ошибка при импорте закладок в строке {0}, позиция {1}: {2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml)</source> <translation>XBEL закладки (*.xbel);;XBEL закладки (*.xml)</translation> </message> @@ -5377,72 +5377,72 @@ <translation>Стоп</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="144"/> + <location filename="Helpviewer/DownloadDialog.py" line="148"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="155"/> + <location filename="Helpviewer/DownloadDialog.py" line="159"/> <source>Download canceled: {0}</source> <translation>Скачивание прервано: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="268"/> + <location filename="Helpviewer/DownloadDialog.py" line="272"/> <source>Error opening save file: {0}</source> <translation>Ошибка сохранения файла: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="275"/> + <location filename="Helpviewer/DownloadDialog.py" line="279"/> <source>Error saving: {0}</source> <translation>Ошибка при сохранении: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="292"/> + <location filename="Helpviewer/DownloadDialog.py" line="296"/> <source>Network Error: {0}</source> <translation>Сетевая ошибка: {0}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="357"/> + <location filename="Helpviewer/DownloadDialog.py" line="361"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation>{0} из {1} ({2}/сек) {3}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="358"/> + <location filename="Helpviewer/DownloadDialog.py" line="362"/> <source>?</source> <translation></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="366"/> + <location filename="Helpviewer/DownloadDialog.py" line="370"/> <source>{0} downloaded</source> <translation>{0} скачано</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="369"/> + <location filename="Helpviewer/DownloadDialog.py" line="373"/> <source>{0} of {1} - Stopped</source> <translation>{0} из {1} - остановлено</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="383"/> + <location filename="Helpviewer/DownloadDialog.py" line="387"/> <source>bytes</source> <translation>байты</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="386"/> + <location filename="Helpviewer/DownloadDialog.py" line="390"/> <source>kB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="389"/> + <location filename="Helpviewer/DownloadDialog.py" line="393"/> <source>MB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source>Downloading</source> <translation>Скачивание</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source><p>You are about to download the file <b>{0}</b>.</p><p>What do you want to do?</p></source> <translation><p>Начинается загрузка файла <b>{0}</b>.</p><p>Что Вы хотите с ним сделать?</p></translation> </message> @@ -5452,12 +5452,12 @@ <translation>Скачивание Eric5</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="348"/> + <location filename="Helpviewer/DownloadDialog.py" line="352"/> <source>- {0}:{1:02} minutes remaining</source> <translation>осталось {0}:{1:02} минут</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="355"/> + <location filename="Helpviewer/DownloadDialog.py" line="359"/> <source>- {0} seconds remaining</source> <translation>осталось {0} секунд</translation> </message> @@ -11643,187 +11643,187 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Невозможно запустить просмотрщик для файла <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="708"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="760"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Открыть ссылку в новой закладке<byte value="x9"/>Shift+Левая кнопка мыши</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="486"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="538"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Файл <b>{0}</b> не существует.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="318"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="370"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Окно помощи</b><p>В этом окне отображается имеющаяся помощь.</p></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <source>Web Inspector...</source> + <translation>WEB проводник...</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Error loading page: {0}</source> + <translation>Ошибка при загрузке страницы: {0}</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>When connecting to: {0}.</source> + <translation>При соединении с {0}.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> + <translation>Проверьте адрес на ошибки типа <b>ww</b>.example.org вместо <b>www</b>.example.org</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Если адрес правильный, проверьте сетевое соединение.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> + <translation>Если ваш компьютер или локальная сеть находятся за firewall или proxy, убедитесь что браузеру разрешено подсоединяться к сети.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="558"/> + <source><p>Could not start an application for URL <b>{0}</b>.</p></source> + <translation><p>Невозможно запустить приложение для URL <b>{0}</b>.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="793"/> + <source>Bookmark this Page</source> + <translation>Создать закладку для этой страницы</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="764"/> + <source>Save Lin&k</source> + <translation>Сохранить &ссылку</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="765"/> + <source>Bookmark this Link</source> + <translation>Сохранить ссылку</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="768"/> + <source>Copy Link to Clipboard</source> + <translation>Скопировать ссылку</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="773"/> + <source>Open Image in New Tab</source> + <translation>Открыть изображение в новой закладке</translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> - <source>Web Inspector...</source> - <translation>WEB проводник...</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> - <source>Error loading page: {0}</source> - <translation>Ошибка при загрузке страницы: {0}</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>When connecting to: {0}.</source> - <translation>При соединении с {0}.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> - <translation>Проверьте адрес на ошибки типа <b>ww</b>.example.org вместо <b>www</b>.example.org</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Если адрес правильный, проверьте сетевое соединение.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> - <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> - <translation>Если ваш компьютер или локальная сеть находятся за firewall или proxy, убедитесь что браузеру разрешено подсоединяться к сети.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="506"/> - <source><p>Could not start an application for URL <b>{0}</b>.</p></source> - <translation><p>Невозможно запустить приложение для URL <b>{0}</b>.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="741"/> - <source>Bookmark this Page</source> - <translation>Создать закладку для этой страницы</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="712"/> - <source>Save Lin&k</source> - <translation>Сохранить &ссылку</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="713"/> - <source>Bookmark this Link</source> - <translation>Сохранить ссылку</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="716"/> - <source>Copy Link to Clipboard</source> - <translation>Скопировать ссылку</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="721"/> - <source>Open Image in New Tab</source> - <translation>Открыть изображение в новой закладке</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="725"/> <source>Save Image</source> <translation>Сохранить изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="726"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="778"/> <source>Copy Image to Clipboard</source> <translation>Скопировать изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="727"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="779"/> <source>Copy Image Location to Clipboard</source> <translation>Скопировать адрес изображения</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source>Web Browser</source> <translation>Просмотрщик Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="731"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> <source>Block Image</source> <translation>Заблокировать изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="755"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <source>Search with...</source> <translation>Искать с...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1276"/> <source>bytes</source> <translation type="unfinished">байты</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1232"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1279"/> <source>kB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1235"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1282"/> <source>MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="772"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -12104,112 +12104,112 @@ <context> <name>HelpTabWidget</name> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="63"/> + <location filename="Helpviewer/HelpTabWidget.py" line="75"/> <source>Show a navigation menu</source> <translation type="unfinished">Показать меню</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="73"/> + <location filename="Helpviewer/HelpTabWidget.py" line="85"/> <source>Close the current help window</source> <translation type="unfinished">Закрыть это окно помощи</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="86"/> - <source>Open a new help window tab</source> - <translation type="unfinished">Открыть новую закладку</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="98"/> + <source>Open a new help window tab</source> + <translation type="unfinished">Открыть новую закладку</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="112"/> <source>New Tab</source> <translation type="unfinished">Новая закладка</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="102"/> - <source>Move Left</source> - <translation type="unfinished">Сдвинуть влево</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="105"/> - <source>Move Right</source> - <translation type="unfinished">Сдвинуть вправо</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="109"/> - <source>Duplicate Page</source> - <translation type="unfinished">Дуплисат</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="113"/> - <source>Close</source> - <translation type="unfinished">Закрыть</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="116"/> - <source>Close Others</source> - <translation type="unfinished">Закрыть остальные</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="118"/> - <source>Close All</source> - <translation type="unfinished">Закрыть всё</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="121"/> - <source>Print Preview</source> - <translation type="unfinished">Предварительный просмотр печати</translation> + <source>Move Left</source> + <translation type="unfinished">Сдвинуть влево</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="119"/> + <source>Move Right</source> + <translation type="unfinished">Сдвинуть вправо</translation> </message> <message> <location filename="Helpviewer/HelpTabWidget.py" line="123"/> + <source>Duplicate Page</source> + <translation type="unfinished">Дуплисат</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="127"/> + <source>Close</source> + <translation type="unfinished">Закрыть</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="130"/> + <source>Close Others</source> + <translation type="unfinished">Закрыть остальные</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="132"/> + <source>Close All</source> + <translation type="unfinished">Закрыть всё</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="135"/> + <source>Print Preview</source> + <translation type="unfinished">Предварительный просмотр печати</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="137"/> <source>Print</source> <translation type="unfinished">Печать</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="125"/> + <location filename="Helpviewer/HelpTabWidget.py" line="139"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="128"/> + <location filename="Helpviewer/HelpTabWidget.py" line="142"/> <source>Bookmark All Tabs</source> <translation type="unfinished">Создать закладки для всех открытых страниц</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="225"/> + <location filename="Helpviewer/HelpTabWidget.py" line="261"/> <source>...</source> <translation type="unfinished">...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>Печать невозможна из-за ошибки в PyQt4. Пожалуйста установите обновление.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="531"/> + <location filename="Helpviewer/HelpTabWidget.py" line="565"/> <source>Loading...</source> <translation type="unfinished">Загружаю...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="548"/> + <location filename="Helpviewer/HelpTabWidget.py" line="582"/> <source>Finished loading</source> <translation type="unfinished">Загрузка завершена</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="550"/> + <location filename="Helpviewer/HelpTabWidget.py" line="584"/> <source>Failed to load</source> <translation type="unfinished">Загрука не удалась</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -12219,17 +12219,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="593"/> + <location filename="Helpviewer/HelpTabWidget.py" line="627"/> <source>&Close</source> <translation type="unfinished">&Закрыть</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="596"/> + <location filename="Helpviewer/HelpTabWidget.py" line="630"/> <source>&Quit</source> <translation type="unfinished">&Выход</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="598"/> + <location filename="Helpviewer/HelpTabWidget.py" line="632"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -12684,32 +12684,32 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="224"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="232"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Проверьте адрес на ошибки типа <b>ww</b>.example.org вместо <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If the address is correct, try checking the network connection.</source> <translation>Если адрес правильный, проверьте сетевое соединение.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Если ваш компьютер или локальная сеть находятся за firewall или proxy, убедитесь что браузеру разрешено подсоединяться к сети.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -12717,27 +12717,27 @@ <context> <name>HelpWebSearchWidget</name> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="135"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="137"/> <source>Suggestions</source> <translation>Предложения</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="143"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="145"/> <source>No Recent Searches</source> <translation>Нет недавних поисков</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="147"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="149"/> <source>Recent Searches</source> <translation>Недавние поиски</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="271"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="281"/> <source>Add '{0}'</source> <translation>Добавить '{0}'</translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="280"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="290"/> <source>Clear Recent Searches</source> <translation>Очистить недавние поиски</translation> </message> @@ -12745,453 +12745,453 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New Window</source> <translation>Новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Open File</source> <translation>Открыть файл</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>&Open File</source> + <translation>&Открыть файл</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>&Open File</source> - <translation>&Открыть файл</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="344"/> <source>Open a help file for display</source> <translation>Открыть файл помощи для дисплея</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="340"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Открыть файл</b><p>Открыть новый файл помощи. Вызывает файловый диалог</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>Print</source> + <translation>Печать</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="409"/> + <source>&Print</source> + <translation>&Печать</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>Print</source> - <translation>Печать</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> - <source>&Print</source> - <translation>&Печать</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="419"/> <source>Print the displayed help</source> <translation>Печатать текущий раздел помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Печать</b><p>Печатать текущий раздел помощи</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="450"/> + <source>&Close</source> + <translation>&Закрыть</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="455"/> - <source>&Close</source> - <translation>&Закрыть</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="460"/> <source>Close the current help window</source> <translation>Закрыть это окно помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backward</source> <translation>Назад</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>&Backward</source> <translation>&Назад</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="514"/> <source>Move one help screen backward</source> <translation>Назад на один экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Назад</b><p>Сместиться на один экран назад. Если это возможно.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Forward</source> <translation>Вперёд</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>&Forward</source> <translation>&Вперёд</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="530"/> <source>Move one help screen forward</source> <translation>Вперёд на один экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="531"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Вперёд</b><p>Сместиться на один экран вперёд, если это возможно.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>Home</source> + <translation>Домой</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>&Home</source> + <translation>&Домой</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>Home</source> - <translation>Домой</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>&Home</source> - <translation>&Домой</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Move to the initial help screen</source> <translation>Вернуться на первоначальную страницу</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="546"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Домой</b><p>Вернуться на первоначальную страницу.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add Bookmark</source> <translation>Добавить закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>What's This?</source> <translation>Что это?</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="697"/> + <source>&What's This?</source> + <translation>&Что это?</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="702"/> - <source>&What's This?</source> - <translation>&Что это?</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="707"/> <source>Context sensitive help</source> <translation>Контекстная помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="708"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Показать контекстную помощь</b> <p>В режиме контекстной помощи курсор мыши выглядит как стрелка со знаком вопроса, и, щёлкнув по элементу интерфейса, Вы можете просмотреть краткую помощь о его роли и его использовании. В диалогах можно воспользоваться кнопкой контекстной помощи в заголовке окна.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>About</source> <translation>О</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>&About</source> <translation>&О</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="723"/> + <location filename="Helpviewer/HelpWindow.py" line="718"/> <source>Display information about this software</source> <translation>Информация о ПО</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="724"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>О...</b><p>Информация об этом программном продукте.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About Qt</source> + <translation>О Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About &Qt</source> + <translation>О &Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="730"/> + <source>Display information about the Qt toolkit</source> + <translation>Информация о библиотеке Qt</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About Qt</source> - <translation>О Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About &Qt</source> - <translation>О &Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="735"/> - <source>Display information about the Qt toolkit</source> - <translation>Информация о библиотеке Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="737"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>О Qt</b><p>Информация о библиотеке Qt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom in</source> <translation>Увеличить масштаб</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="740"/> + <source>Zoom &in</source> + <translation>У&величить масштаб</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="745"/> - <source>Zoom &in</source> - <translation>У&величить масштаб</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="750"/> <source>Zoom in on the text</source> <translation>Увеличить масштаб текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="751"/> + <location filename="Helpviewer/HelpWindow.py" line="746"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Увеличить масштаб</b><p>Увеличить масштаб. Размер букв увеличится.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Zoom out</source> + <translation>Уменьшить масштаб</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="754"/> + <source>Zoom &out</source> + <translation>У&меньшить масштаб</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Zoom out</source> - <translation>Уменьшить масштаб</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> - <source>Zoom &out</source> - <translation>У&меньшить масштаб</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="764"/> <source>Zoom out on the text</source> <translation>Уменьшить масштаб текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="765"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Уменьшить масштаб</b><p>Уменьшить масштаб. Размер букв уменьшится.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Copy</source> <translation>Копировать</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="584"/> + <source>&Copy</source> + <translation>&Копировать</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="589"/> - <source>&Copy</source> - <translation>&Копировать</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Copy the selected text</source> <translation>Копировать выбранный текст</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Копировать</b><p>Копировать выбранный текст в буфер обмена.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1103"/> + <location filename="Helpviewer/HelpWindow.py" line="1098"/> <source>&File</source> <translation>&Файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1121"/> <source>&Edit</source> <translation>&Правка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source>&View</source> <translation>&Вид</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <location filename="Helpviewer/HelpWindow.py" line="1145"/> <source>&Go</source> <translation>&Перейти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1163"/> + <location filename="Helpviewer/HelpWindow.py" line="1158"/> <source>H&istory</source> <translation>И&стория</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1170"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>&Bookmarks</source> <translation>&Закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1217"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source>&Help</source> <translation>&Помощь</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1311"/> <source><p>Enter the help file to be displayed directly into this edit field. Select a previously shown help file from the drop down list.</p></source> - <translation><p>Задайте файл помощи для показа.Выберите файл, показанный ранее, из выпадающего списка.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <translation type="obsolete"><p>Задайте файл помощи для показа.Выберите файл, показанный ранее, из выпадающего списка.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Reload</source> <translation>Переоткрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>&Reload</source> <translation>П&ереоткрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="565"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <source>Reload the current help screen</source> <translation>Переоткрыть это окно помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="566"/> + <location filename="Helpviewer/HelpWindow.py" line="561"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Переоткрыть</b><p>Переоткрыть это окно помощи.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="339"/> + <location filename="Helpviewer/HelpWindow.py" line="334"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="598"/> + <source>&Find...</source> + <translation>&Найти...</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="603"/> - <source>&Find...</source> - <translation>&Найти...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> <source>Find text in page</source> <translation>Найти далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="609"/> + <location filename="Helpviewer/HelpWindow.py" line="604"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Поиск</b><p>Искать текст на текущей странице.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find &next</source> <translation>Найти &далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find &previous</source> <translation>Найти п&редыдущее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>File</source> <translation>Файл</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1240"/> + <source>Edit</source> + <translation>Редактировать</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1245"/> - <source>Edit</source> - <translation>Редактировать</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1250"/> <source>View</source> <translation>Вид</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1259"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>Find</source> <translation>Найти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1285"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>Help</source> <translation>Помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1292"/> + <location filename="Helpviewer/HelpWindow.py" line="1287"/> <source>Go</source> <translation>Перейти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Файлы помощи (*.html *.htm);;Файлы PDF (*.pdf);;Файлы CHM (*.chm);;Все файлы (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>&New Tab</source> <translation>&Новая закладка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="317"/> + <location filename="Helpviewer/HelpWindow.py" line="312"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Новая закладка</b> <p>Открывает новую закладку с помощью.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="331"/> + <location filename="Helpviewer/HelpWindow.py" line="326"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Новое окно</b> <p>Открывает новое окно просмотрщика.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="461"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Закрыть</b> <p>Закрывает текущее окно просмотрщика помощи.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close &All</source> <translation>Закрыть &всё</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Закрыть все</b> <p>Закрывает все окна просмотрщиков помощи, кроме первого.</p></translation> @@ -13212,171 +13212,171 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="316"/> + <location filename="Helpviewer/HelpWindow.py" line="311"/> <source>Open a new help window tab</source> <translation>Открыть новую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="330"/> + <location filename="Helpviewer/HelpWindow.py" line="325"/> <source>Open a new help browser window</source> <translation>Открыть новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New &Tab</source> <translation>Открыть файл в новой &закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> - <source>Open a help file for display in a new tab</source> - <translation>Открыть файл для отображения в новой закладке</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="361"/> - <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> - <translation><b>Открыть файл в новой закладке</b> -<p>Открывает файл в новой закладке. Запускает диалог выбора файла</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> - <source>New Tab</source> - <translation>Новая закладка</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="354"/> + <source>Open a help file for display in a new tab</source> + <translation>Открыть файл для отображения в новой закладке</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="356"/> + <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> + <translation><b>Открыть файл в новой закладке</b> +<p>Открывает файл в новой закладке. Запускает диалог выбора файла</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> + <source>New Tab</source> + <translation>Новая закладка</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New Tab</source> <translation>Открыть файл в новой закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close All</source> <translation>Закрыть всё</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Find...</source> <translation>Найти...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find next</source> <translation>Найти далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find previous</source> <translation>Найти предыдущее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="622"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source>Find next occurrence of text in page</source> <translation>Искать далее на странице</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Искать далее</b><p>Искать далее на текущей странице.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="636"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source>Find previous occurrence of text in page</source> <translation>Искать на странице назад</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="638"/> + <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Искать назад</b><p>Искать назад на текущей странице.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Print preview of the displayed help</source> <translation>Предварительный просмотр печати помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="447"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Предварительный просмотр печати</b><p>Предварительный просмотр печати помощи.</p></translation> </message> @@ -13386,223 +13386,223 @@ <translation type="obsolete"><p>Печать невозможна из-за ошибки в PyQt4. Пожалуйста установите обновление.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Show next tab</source> <translation>Показать следующую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Show previous tab</source> <translation>Показать предыдущую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Switch between tabs</source> <translation>Переключиться между закладками</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <source>Clear icons database</source> + <translation>Очистить базу данных иконок</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> + <source>Clear the database of favicons</source> + <translation>Очистить базу данных иконок</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> - <source>Clear icons database</source> - <translation>Очистить базу данных иконок</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Clear the database of favicons</source> - <translation>Очистить базу данных иконок</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1020"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Очистить базу данных иконок</b><p>Очистить базу данных иконок ранее посещённых WEB сайтов.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Preferences</source> <translation>Предпочтения</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>&Preferences...</source> <translation>&Предпочтения...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="854"/> <source>Set the prefered configuration</source> <translation>Установите предпочтительную конфигурацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="860"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Предпочтения</b> <p>Настройте Eric по своему вкусу.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="141"/> + <location filename="Helpviewer/HelpWindow.py" line="136"/> <source>Contents</source> <translation>Содержимое</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="472"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Close all help windows</source> <translation>Закрыть все окна просмотрщиков помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="908"/> + <location filename="Helpviewer/HelpWindow.py" line="903"/> <source>Sync with Table of Contents</source> <translation>Синхронизировать с содержанием</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> + <location filename="Helpviewer/HelpWindow.py" line="907"/> <source>Synchronizes the table of contents with current page</source> <translation>Синхронизировать содержание с текущей страницей</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="914"/> + <location filename="Helpviewer/HelpWindow.py" line="909"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Синхронизировать с содержанием</b><p>Синхронизировать содержание с текущей страницей.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="917"/> + <source>Table of Contents</source> + <translation>Содержание</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="920"/> + <source>Shows the table of contents window</source> + <translation>Показывает окно с содержанием</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="922"/> - <source>Table of Contents</source> - <translation>Содержание</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Shows the table of contents window</source> - <translation>Показывает окно с содержанием</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="927"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Содержание</b><p>Показывает окно с содержанием.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="956"/> + <source>Manage QtHelp Documents</source> + <translation>Управлять документацией Qt4</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="959"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Показывает диалог управления документацией Qt4</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="961"/> - <source>Manage QtHelp Documents</source> - <translation>Управлять документацией Qt4</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="964"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Показывает диалог управления документацией Qt4</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Управлять документацией Qt4</b><p>Показывает диалог управления документацией Qt4.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1209"/> + <location filename="Helpviewer/HelpWindow.py" line="1204"/> <source>&Window</source> <translation>&Окно</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1261"/> + <source>Filter</source> + <translation>Фильтр</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1266"/> - <source>Filter</source> - <translation>Фильтр</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1271"/> <source>Filtered by: </source> <translation>Фильтровать по:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2049"/> + <location filename="Helpviewer/HelpWindow.py" line="1922"/> <source>Could not find an associated content.</source> <translation>Невозможно найти соответствующее содержание.</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp Filters</source> + <translation>Управлять фильтрами документации QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="972"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Показывает диалог управления фильтрами документации QtHelp</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp Filters</source> - <translation>Управлять фильтрами документации QtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="977"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Показывает диалог управления фильтрами документации QtHelp</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Управлять фильтрами документации QtHelp</b><p>Показывает диалог управления фильтрами документации QtHelp.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="930"/> + <source>Index</source> + <translation>Индекс</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="933"/> + <source>Shows the index window</source> + <translation>Показать окно индексов</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="935"/> - <source>Index</source> - <translation>Индекс</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Shows the index window</source> - <translation>Показать окно индексов</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Индекс</b><p>Показать окно индексов.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="943"/> + <source>Search</source> + <translation>Поиск</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="946"/> + <source>Shows the search window</source> + <translation>Показать окно поиска</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="948"/> - <source>Search</source> - <translation>Поиск</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="951"/> - <source>Shows the search window</source> - <translation>Показать окно поиска</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Поиск</b><p>Показать окно поиска.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>Reindex Documentation</source> + <translation>Переиндексировать документацию</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="985"/> + <source>Reindexes the documentation set</source> + <translation>Переиндексировать документацию</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>Reindex Documentation</source> - <translation>Переиндексировать документацию</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="990"/> - <source>Reindexes the documentation set</source> - <translation>Переиндексировать документацию</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Переиндексировать документацию</b><p>Переиндексировать документацию.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2158"/> + <location filename="Helpviewer/HelpWindow.py" line="2031"/> <source>Updating search index</source> <translation>Обновление поискового индекса</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2210"/> + <location filename="Helpviewer/HelpWindow.py" line="2083"/> <source>Looking for Documentation...</source> <translation>Идёт поиск помощи...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2240"/> + <location filename="Helpviewer/HelpWindow.py" line="2113"/> <source>Unfiltered</source> <translation>Нефильтрованное</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2259"/> + <location filename="Helpviewer/HelpWindow.py" line="2132"/> <source>Help Engine</source> <translation>Просмотрщик помощи</translation> </message> @@ -13612,17 +13612,17 @@ <translation type="obsolete">Показать меню</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="480"/> <source>Private Browsing</source> <translation>Личный просмотр</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="476"/> + <source>Private &Browsing</source> + <translation>Личный &просмотр</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> - <source>Private &Browsing</source> - <translation>Личный &просмотр</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Личный просмотр</b><p>Разрешает режим личного просмотра. В этом режиме история не сохраняется.</p></translation> </message> @@ -13637,330 +13637,330 @@ <translation type="obsolete">Загрузка завершена</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Full Screen</source> <translation>Полный экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>&Full Screen</source> <translation>Полный &экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="961"/> + <location filename="Helpviewer/HelpWindow.py" line="956"/> <source>Manage QtHelp &Documents</source> <translation>Управлять &документацией QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="974"/> + <location filename="Helpviewer/HelpWindow.py" line="969"/> <source>Manage QtHelp &Filters</source> <translation>Управлять &фильтрами документации QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="987"/> + <location filename="Helpviewer/HelpWindow.py" line="982"/> <source>&Reindex Documentation</source> <translation>&Переиндексировать документацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> + <location filename="Helpviewer/HelpWindow.py" line="1000"/> <source>Clear private data</source> <translation>Очистить личные данные</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> + <source>&Clear private data</source> + <translation>&Очистить личные данные</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> - <source>&Clear private data</source> - <translation>&Очистить личные данные</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1006"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Очистить личные данные</b><p>Очистить личные данные: удалить историю просмотров, историю поиска или базу данных иконок.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear &icons database</source> <translation>Очистить базу данных &иконок</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Show Network Monitor</source> <translation>Показать монитор сети</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show &Network Monitor</source> + <translation>Показать монитор &сети</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <source>Show the network monitor dialog</source> + <translation>Показать диалог монитора сети</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show &Network Monitor</source> - <translation>Показать монитор &сети</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Show the network monitor dialog</source> - <translation>Показать диалог монитора сети</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1075"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Показать монитор сети</b><p>Показать диалог монитора сети.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1182"/> + <location filename="Helpviewer/HelpWindow.py" line="1177"/> <source>&Settings</source> <translation>&Настройка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1205"/> + <location filename="Helpviewer/HelpWindow.py" line="1200"/> <source>&Tools</source> <translation>&Инструменты</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Show page source</source> + <translation>Показать исходный текст страницы</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Ctrl+U</source> + <translation>Ctrl+U</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Show the page source in an editor</source> + <translation>Показать исходный текст страницы в редакторе</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Show page source</source> - <translation>Показать исходный текст страницы</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Ctrl+U</source> - <translation>Ctrl+U</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="809"/> - <source>Show the page source in an editor</source> - <translation>Показать исходный текст страницы в редакторе</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="810"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Показать исходный текст страницы</b><p>Показать исходный текст страницы в редакторе.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="864"/> + <source>&Languages...</source> + <translation>&Языки...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="867"/> + <source>Configure the accepted languages for web pages</source> + <translation>Настроить допустимые языки для WEB страниц</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="869"/> - <source>&Languages...</source> - <translation>&Языки...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> - <source>Configure the accepted languages for web pages</source> - <translation>Настроить допустимые языки для WEB страниц</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="874"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Языки</b><p>Настроить допустимые языки для WEB страниц.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="864"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="882"/> + <location filename="Helpviewer/HelpWindow.py" line="877"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>C&ookies...</source> + <translation>C&ookies...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="880"/> + <source>Configure cookies handling</source> + <translation>Настройка cookies</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>C&ookies...</source> - <translation>C&ookies...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="885"/> - <source>Configure cookies handling</source> - <translation>Настройка cookies</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Настройка cookies.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1277"/> + <location filename="Helpviewer/HelpWindow.py" line="1272"/> <source>Settings</source> <translation>Настройка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom reset</source> <translation>Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom &reset</source> <translation>&Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="778"/> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source>Reset the zoom of the text</source> <translation>Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom text only</source> <translation>Масштаб текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom &text only</source> <translation>Масштаб &текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Zoom text only; pictures remain constant</source> <translation>Масштаб текста; Изображения остаются неизменными</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="795"/> + <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Масштаб текста</b><p>Масштаб текста; Изображения остаются неизменными.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Сбросить масштаб</b><p>Сбросить масштаб текста, т.е. установить масштаб в 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New &Window</source> <translation>&Новое окно</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>Import Bookmarks</source> + <translation>Импортировать закладки</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>&Import Bookmarks...</source> + <translation>&Импортировать закладки...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="384"/> + <source>Import bookmarks from other browsers</source> + <translation>Импортировать закладки из других браузеров</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>Import Bookmarks</source> - <translation>Импортировать закладки</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>&Import Bookmarks...</source> - <translation>&Импортировать закладки...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="389"/> - <source>Import bookmarks from other browsers</source> - <translation>Импортировать закладки из других браузеров</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="391"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Импортировать закладки</b><p>Импортировать закладки из других браузеров.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="400"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Export Bookmarks</source> <translation>Экспорт закладок</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>&Export Bookmarks...</source> + <translation>&Экспорт закладок...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source>Export the bookmarks into a file</source> + <translation>Экспортировать закладки в файл</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="400"/> - <source>&Export Bookmarks...</source> - <translation>&Экспорт закладок...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="403"/> - <source>Export the bookmarks into a file</source> - <translation>Экспортировать закладки в файл</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="405"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Экспорт закладок</b><p>Экспортировать закладки в файл.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Manage Bookmarks</source> <translation>Управлять закладками</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>&Manage Bookmarks...</source> <translation>&Управлять закладками...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="650"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Показать диалог управления закладками.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="652"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Управлять закладками...</b><p>Показать диалог управления закладками.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add &Bookmark...</source> <translation>Добавить &закладку...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="666"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Open a dialog to add a bookmark.</source> <translation>Показать диалог добавления закладки.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="667"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Добавить закладку</b><p>Показать диалог добавления текущей страницы в закладки.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="675"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Add Folder</source> <translation>Добавить папку</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add &Folder...</source> + <translation>Добавить &папку...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="673"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Показать диалог добавления новой папки закладок.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add &Folder...</source> - <translation>Добавить &папку...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="678"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Показать диалог добавления новой папки закладок.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Добавить папку</b><p>Показать диалог добавления новой папки закладок.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs</source> + <translation>Создать закладки для всех открытых страниц</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs...</source> + <translation>Создать закладки для всех открытых страниц...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Bookmark all open tabs.</source> + <translation>Создать закладки для всех открытых страниц.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs</source> - <translation>Создать закладки для всех открытых страниц</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs...</source> - <translation>Создать закладки для всех открытых страниц...</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> - <source>Bookmark all open tabs.</source> - <translation>Создать закладки для всех открытых страниц.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="693"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Создать закладки для всех открытых страниц...</b><p>Показать диалог добавления папки для закладок.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1645"/> + <location filename="Helpviewer/HelpWindow.py" line="1551"/> <source>Saved Tabs</source> <translation>Сохраненные закладки</translation> </message> @@ -13970,40 +13970,40 @@ <translation type="obsolete">Закрыть остальные</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Stop</source> <translation>Стоп</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Stop</source> <translation>Ст&оп</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="580"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Stop loading</source> <translation>Остановить загрузку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="581"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Стоп</b><p>Остановить загрузку.</p></translation> </message> @@ -14013,38 +14013,38 @@ <translation type="obsolete">Дуплисат</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Save As </source> <translation>Сохранить как</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>&Save As...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="375"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Save the current page to disk</source> <translation>Сохранить текущую страницу в файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="372"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Сохранить как...</b><p>Сохранить текущую страницу в файл.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1575"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Eric Web Browser</source> <translation>WEB просмотрщик встроенный в Eric</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1566"/> + <location filename="Helpviewer/HelpWindow.py" line="1472"/> <source><h3>About Eric Web Browser</h3><p>The Eric Web Browser is a combined help file and HTML browser.</p></source> <translation><h3>О WEB просмотрщике встроенном в Eric</h3><p>WEB просмотрщик встроенный в Eric это комбинированный просмотрщик файлов помощи и HTML файлов.</p></translation> </message> @@ -14054,17 +14054,17 @@ <translation type="obsolete"><b>Включить режим личного просмотра?</b><p>В режиме личного просмотра не сохраняются история просмотренных страниц, история поисков, cookies; иконки посещённых сайтов не запоминаются в базе данных.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Quit the web browser</source> <translation>Закрыть просмотрщик Web</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Quit</b><p>Quit the web browser.</p></source> <translation><b>Выход</b><p>Закрыть просмотрщик Web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search Engines</source> <translation>Настройка поисковиков</translation> </message> @@ -14074,57 +14074,57 @@ <translation type="obsolete">Настройка &поисковиков...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1027"/> <source>Configure the available search engines</source> <translation>Настроить все поисковики</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Настроить все поисковики...</b><p>Открыть диалог для настройки поисковиков.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords</source> <translation>Менеджировать сохранённые пароли</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords...</source> <translation>Менеджировать сохранённые пароли...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1046"/> + <location filename="Helpviewer/HelpWindow.py" line="1041"/> <source>Manage the saved passwords</source> <translation>Менеджировать сохранённые пароли</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Менеджировать сохранённые пароли...</b>Открыть диалог для менеджирования сохранённых паролей<p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1060"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Настроить AdBlock подписки и правила</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Показать диалог для настройки AdBlock подписок и правил.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2219"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source>eric5 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric5</translation> </message> @@ -14134,52 +14134,52 @@ <translation type="obsolete">Загрука не удалась</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="428"/> + <location filename="Helpviewer/HelpWindow.py" line="423"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="432"/> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="433"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="895"/> + <location filename="Helpviewer/HelpWindow.py" line="890"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="890"/> + <source>Offline &Storage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="893"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="895"/> - <source>Offline &Storage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="898"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1815"/> + <location filename="Helpviewer/HelpWindow.py" line="1721"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> + <location filename="Helpviewer/HelpWindow.py" line="1140"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -14189,42 +14189,42 @@ <translation type="obsolete">По умолчанию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1195"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2531"/> + <location filename="Helpviewer/HelpWindow.py" line="2404"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2532"/> + <location filename="Helpviewer/HelpWindow.py" line="2405"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2533"/> + <location filename="Helpviewer/HelpWindow.py" line="2406"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <location filename="Helpviewer/HelpWindow.py" line="2407"/> <source>Unicode</source> <translation type="unfinished">Юникод</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2408"/> <source>Other</source> <translation type="unfinished">Другое</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2536"/> + <location filename="Helpviewer/HelpWindow.py" line="2409"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2558"/> + <location filename="Helpviewer/HelpWindow.py" line="2431"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -17535,22 +17535,22 @@ <translation>Загрузка истории</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source>Saving History</source> <translation>Сохранение истории</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="417"/> + <location filename="Helpviewer/History/HistoryManager.py" line="418"/> <source><p>Unable to open history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation><p>Невозможно открыть файл истории <b>{0}</b>.<br/>Причина: {1}</p></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="437"/> + <location filename="Helpviewer/History/HistoryManager.py" line="438"/> <source><p>Error removing old history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation>Ошибка при удалении файла историии <b>{0}</b>.<br/>Причина: {1}</translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source><p>Error moving new history file over old one (<b>{0}</b>).<br/>Reason: {1}</p></source> <translation>Ошибка перезаписи файла истории (<b>{0}</b>).<br/>Причина: {1}</translation> </message> @@ -19505,27 +19505,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="126"/> <source>Search results provided by {0}</source> <translation>Результаты поиска ({0})</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="84"/> - <source>Welcome to Eric Web Browser!</source> - <translation>Добро пожаловать в просмотрщик Web!</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> - <source>Eric Web Browser</source> - <translation>WEB просмотрщик встроенный в Eric</translation> + <source>Welcome to Eric Web Browser!</source> + <translation>Добро пожаловать в просмотрщик Web!</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="86"/> - <source>Search!</source> - <translation>Искать!</translation> + <source>Eric Web Browser</source> + <translation>WEB просмотрщик встроенный в Eric</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="87"/> + <source>Search!</source> + <translation>Искать!</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="88"/> <source>About Eric</source> <translation>Об Eric</translation> </message> @@ -23712,247 +23712,247 @@ <context> <name>Project</name> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source>Read project file</source> <translation>Загрузить файл проекта</translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source>Read project session</source> <translation>Загрузить сессию проекта</translation> </message> <message> - <location filename="Project/Project.py" line="926"/> + <location filename="Project/Project.py" line="925"/> <source>Please save the project first.</source> <translation>Пожалуйста, сначала сохраните проект.</translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source>Save project session</source> <translation>Сохранить сессию проекта</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>Add Language</source> <translation>Добавить язык перевода</translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source>Delete translation</source> <translation>Удалить перевод</translation> </message> <message> - <location filename="Project/Project.py" line="1270"/> + <location filename="Project/Project.py" line="1269"/> <source>Add file</source> <translation>Добавить файл</translation> </message> <message> - <location filename="Project/Project.py" line="1374"/> + <location filename="Project/Project.py" line="1373"/> <source>The target directory must not be empty.</source> <translation>Целевой каталог не доллжен быть пустым.</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>Add directory</source> <translation>Добавить каталог</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>The source directory must not be empty.</source> <translation>Исходный каталог не доллжен быть пустым.</translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source>Delete file</source> <translation>Удалить файл</translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source>Create project directory</source> <translation>Создать каталог проекта</translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>Open project</source> <translation>Открыть проект</translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save project as</source> <translation>Сохранить проект как</translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>Close Project</source> <translation>Закрыть проект</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>The current project has unsaved changes.</source> <translation>Изменения в текущем проекте не сохранены.</translation> </message> <message> - <location filename="Project/Project.py" line="2994"/> + <location filename="Project/Project.py" line="3004"/> <source>&Save</source> <translation>&Сохранить</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>New project</source> <translation>Новый проект</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>&New...</source> <translation>&Новый...</translation> </message> <message> - <location filename="Project/Project.py" line="2808"/> + <location filename="Project/Project.py" line="2818"/> <source>Generate a new project</source> <translation>Создать новый проект</translation> </message> <message> - <location filename="Project/Project.py" line="2809"/> + <location filename="Project/Project.py" line="2819"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Новый...</b><p>Открыть диалог для ввода информации о новом проекте.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>&Open...</source> <translation>&Открыть...</translation> </message> <message> - <location filename="Project/Project.py" line="2821"/> + <location filename="Project/Project.py" line="2831"/> <source>Open an existing project</source> <translation>Открыть существующий проект</translation> </message> <message> - <location filename="Project/Project.py" line="2822"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation><b>Открыть...</b><p>Открыть существующий проект.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>Close project</source> - <translation>Закрыть проект</translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>&Close</source> - <translation>&Закрыть</translation> - </message> - <message> <location filename="Project/Project.py" line="2832"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation><b>Открыть...</b><p>Открыть существующий проект.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>Close project</source> + <translation>Закрыть проект</translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>&Close</source> + <translation>&Закрыть</translation> + </message> + <message> + <location filename="Project/Project.py" line="2842"/> <source>Close the current project</source> <translation>Закрыть текущий проект</translation> </message> <message> - <location filename="Project/Project.py" line="2833"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>Закрыть</b><p>Закрыть текущий проект.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2840"/> - <source>Save project</source> - <translation>Сохранить проект</translation> - </message> - <message> <location filename="Project/Project.py" line="2843"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>Закрыть</b><p>Закрыть текущий проект.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2850"/> + <source>Save project</source> + <translation>Сохранить проект</translation> + </message> + <message> + <location filename="Project/Project.py" line="2853"/> <source>Save the current project</source> <translation>Сохранить текущий проект</translation> </message> <message> - <location filename="Project/Project.py" line="2844"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Сохранить</b><p>Сохранить текущий проект.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2851"/> - <source>Save &as...</source> - <translation>Сохранить &как...</translation> - </message> - <message> <location filename="Project/Project.py" line="2854"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Сохранить</b><p>Сохранить текущий проект.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2861"/> + <source>Save &as...</source> + <translation>Сохранить &как...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2864"/> <source>Save the current project to a new file</source> <translation>Сохранить текущий проект в новый файл</translation> </message> <message> - <location filename="Project/Project.py" line="2855"/> + <location filename="Project/Project.py" line="2865"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Сохранить как</b><p> Сохранить текущий проект в новый файл.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add translation to project</source> <translation>Добавить перевод в проект</translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add &translation...</source> <translation>Добавить &перевод...</translation> </message> <message> - <location filename="Project/Project.py" line="2896"/> - <source>Add a translation to the current project</source> - <translation>Добавить перевод в текущий проект</translation> - </message> - <message> - <location filename="Project/Project.py" line="2898"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Добавить перевод...</b><p>Открыть диалог для добавления перевода в текущий проект.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2906"/> - <source>Search new files</source> - <translation>Поиск новых файлов</translation> - </message> - <message> <location filename="Project/Project.py" line="2906"/> + <source>Add a translation to the current project</source> + <translation>Добавить перевод в текущий проект</translation> + </message> + <message> + <location filename="Project/Project.py" line="2908"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Добавить перевод...</b><p>Открыть диалог для добавления перевода в текущий проект.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> + <source>Search new files</source> + <translation>Поиск новых файлов</translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> <source>Searc&h new files...</source> <translation>Поис&к новых файлов...</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2919"/> <source>Search new files in the project directory.</source> <translation>Поиск новых файлов в каталоге проекта.</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>Project properties</source> <translation>Свойства проекта</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>&Properties...</source> <translation>&Свойства...</translation> </message> <message> - <location filename="Project/Project.py" line="2921"/> + <location filename="Project/Project.py" line="2931"/> <source>Show the project properties</source> <translation>Показать свойства проекта</translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> + <location filename="Project/Project.py" line="2932"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Свойства...</b><p>Показать диалог для редактирования свойств проекта.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3030"/> + <location filename="Project/Project.py" line="3040"/> <source>Load session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> + <location filename="Project/Project.py" line="3043"/> <source>Load the projects session file.</source> <translation>Загрузить файл с сессией проекта.</translation> </message> <message> - <location filename="Project/Project.py" line="3034"/> + <location filename="Project/Project.py" line="3044"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Загрузить сессию</b> <p>Загрузить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -23964,17 +23964,17 @@ </p></translation> </message> <message> - <location filename="Project/Project.py" line="3047"/> + <location filename="Project/Project.py" line="3057"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="Project/Project.py" line="3050"/> + <location filename="Project/Project.py" line="3060"/> <source>Save the projects session file.</source> <translation>Сохранить файл с сессией проекта.</translation> </message> <message> - <location filename="Project/Project.py" line="3051"/> + <location filename="Project/Project.py" line="3061"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Сохранить сессию</b> <p>Сохранить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -23986,137 +23986,137 @@ </p></translation> </message> <message> - <location filename="Project/Project.py" line="3077"/> + <location filename="Project/Project.py" line="3087"/> <source>Code Metrics</source> <translation>Статистика кода</translation> </message> <message> - <location filename="Project/Project.py" line="3077"/> + <location filename="Project/Project.py" line="3087"/> <source>&Code Metrics...</source> <translation>&Статистика кода...</translation> </message> <message> - <location filename="Project/Project.py" line="3080"/> + <location filename="Project/Project.py" line="3090"/> <source>Show some code metrics for the project.</source> <translation>Отображает статистику кода для проекта.</translation> </message> <message> - <location filename="Project/Project.py" line="3082"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Статистика кода...</b><p>Отображает статистику кода для проекта.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Python Code Coverage</source> - <translation>Охват кода Python</translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Code Co&verage...</source> - <translation>&Заключения по коду...</translation> - </message> - <message> <location filename="Project/Project.py" line="3092"/> - <source>Show code coverage information for the project.</source> - <translation>Показать заключение охвата по коду проекта.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3094"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Заключение охвата по коду...</b><p>Показать заключение охвата по коду всех файлов проекта.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Profile Data</source> - <translation>Данные профайлера</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Статистика кода...</b><p>Отображает статистику кода для проекта.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Python Code Coverage</source> + <translation>Охват кода Python</translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Code Co&verage...</source> + <translation>&Заключения по коду...</translation> </message> <message> <location filename="Project/Project.py" line="3102"/> + <source>Show code coverage information for the project.</source> + <translation>Показать заключение охвата по коду проекта.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3104"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Заключение охвата по коду...</b><p>Показать заключение охвата по коду всех файлов проекта.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Profile Data</source> + <translation>Данные профайлера</translation> + </message> + <message> + <location filename="Project/Project.py" line="3112"/> <source>&Profile Data...</source> <translation>&Данные профайлера...</translation> </message> <message> - <location filename="Project/Project.py" line="3105"/> + <location filename="Project/Project.py" line="3115"/> <source>Show profiling data for the project.</source> <translation>Отображает результаты профилирования проекта.</translation> </message> <message> - <location filename="Project/Project.py" line="3107"/> - <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> - <translation><b>Данные профайлера...</b><p>Отображает результаты профилирования проекта.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3192"/> - <source>Open &Recent Projects</source> - <translation>Открыть &недавние проекты</translation> - </message> - <message> - <location filename="Project/Project.py" line="3196"/> - <source>Chec&k</source> - <translation>&Проверки</translation> - </message> - <message> - <location filename="Project/Project.py" line="3198"/> - <source>Sho&w</source> - <translation>По&казать</translation> - </message> - <message> - <location filename="Project/Project.py" line="3201"/> - <source>Source &Documentation</source> - <translation>&Документация исходников</translation> - </message> - <message> - <location filename="Project/Project.py" line="3477"/> - <source>Search New Files</source> - <translation>Поиск новых файлов</translation> - </message> - <message> - <location filename="Project/Project.py" line="3477"/> - <source>There were no new files found to be added.</source> - <translation>Не найдено файлов для добавления.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3615"/> - <source>Version Control System</source> - <translation>Система контроля версий</translation> - </message> - <message> - <location filename="Project/Project.py" line="3753"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> - </message> - <message> - <location filename="Project/Project.py" line="3193"/> - <source>&Version Control</source> - <translation>Контроль &версий</translation> - </message> - <message> - <location filename="Project/Project.py" line="3707"/> - <source>Coverage Data</source> - <translation>Данные охвата</translation> - </message> - <message> - <location filename="Project/Project.py" line="3827"/> - <source>Application Diagram</source> - <translation>Диаграмма приложения</translation> - </message> - <message> - <location filename="Project/Project.py" line="3114"/> - <source>&Application Diagram...</source> - <translation>&Диаграмма приложения...</translation> - </message> - <message> <location filename="Project/Project.py" line="3117"/> + <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> + <translation><b>Данные профайлера...</b><p>Отображает результаты профилирования проекта.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3202"/> + <source>Open &Recent Projects</source> + <translation>Открыть &недавние проекты</translation> + </message> + <message> + <location filename="Project/Project.py" line="3206"/> + <source>Chec&k</source> + <translation>&Проверки</translation> + </message> + <message> + <location filename="Project/Project.py" line="3208"/> + <source>Sho&w</source> + <translation>По&казать</translation> + </message> + <message> + <location filename="Project/Project.py" line="3211"/> + <source>Source &Documentation</source> + <translation>&Документация исходников</translation> + </message> + <message> + <location filename="Project/Project.py" line="3487"/> + <source>Search New Files</source> + <translation>Поиск новых файлов</translation> + </message> + <message> + <location filename="Project/Project.py" line="3487"/> + <source>There were no new files found to be added.</source> + <translation>Не найдено файлов для добавления.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3625"/> + <source>Version Control System</source> + <translation>Система контроля версий</translation> + </message> + <message> + <location filename="Project/Project.py" line="3763"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> + </message> + <message> + <location filename="Project/Project.py" line="3203"/> + <source>&Version Control</source> + <translation>Контроль &версий</translation> + </message> + <message> + <location filename="Project/Project.py" line="3717"/> + <source>Coverage Data</source> + <translation>Данные охвата</translation> + </message> + <message> + <location filename="Project/Project.py" line="3837"/> + <source>Application Diagram</source> + <translation>Диаграмма приложения</translation> + </message> + <message> + <location filename="Project/Project.py" line="3124"/> + <source>&Application Diagram...</source> + <translation>&Диаграмма приложения...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3127"/> <source>Show a diagram of the project.</source> <translation>Показать диаграмму проекта.</translation> </message> <message> - <location filename="Project/Project.py" line="3119"/> + <location filename="Project/Project.py" line="3129"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Диаграмма приложения...</b><p>Отображает диаграмму проекта.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3199"/> + <location filename="Project/Project.py" line="3209"/> <source>&Diagrams</source> <translation>&Диаграммы</translation> </message> @@ -24131,83 +24131,83 @@ <translation type="obsolete">Сжатые файлы сессий не поддерживаются. Библиотека для сжатия отсутствует.</translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source>Save project file</source> <translation>Сохранить файл проекта</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Code Coverage</source> <translation>Заключения охвата по коду</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Please select a coverage file</source> <translation>Пожалуйста, выберите файл для информации охвата</translation> </message> <message> - <location filename="Project/Project.py" line="3774"/> + <location filename="Project/Project.py" line="3784"/> <source>Please select a profile file</source> <translation>Пожалуйста, выберите файл профиля</translation> </message> <message> - <location filename="Project/Project.py" line="2878"/> + <location filename="Project/Project.py" line="2888"/> <source>Add directory to project</source> <translation>Добавить каталог в проект</translation> </message> <message> - <location filename="Project/Project.py" line="2878"/> + <location filename="Project/Project.py" line="2888"/> <source>Add directory...</source> <translation>Добавить каталог...</translation> </message> <message> - <location filename="Project/Project.py" line="2882"/> + <location filename="Project/Project.py" line="2892"/> <source>Add a directory to the current project</source> <translation>Добавить каталог в текущий проект</translation> </message> <message> - <location filename="Project/Project.py" line="2884"/> + <location filename="Project/Project.py" line="2894"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Добавить каталог...</b> <p>Открыть диалог для добавления каталога в текущий проект.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1504"/> + <location filename="Project/Project.py" line="1503"/> <source>Rename file</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source>Rename File</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="Project/Project.py" line="1901"/> + <location filename="Project/Project.py" line="1911"/> <source>Shall the project file be added to the repository?</source> <translation>Добавить файл проекта в репозиторий?</translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>New Project</source> <translation>Новый проект</translation> </message> <message> - <location filename="Project/Project.py" line="1843"/> + <location filename="Project/Project.py" line="1853"/> <source>Add existing files to the project?</source> <translation>Добавить существующие файлы в проект?</translation> </message> <message> - <location filename="Project/Project.py" line="1948"/> + <location filename="Project/Project.py" line="1958"/> <source>Would you like to edit the VCS command options?</source> <translation>Желаете ли вы редактировать опции команд VCS?</translation> </message> <message> - <location filename="Project/Project.py" line="1922"/> + <location filename="Project/Project.py" line="1932"/> <source>Select version control system for the project</source> <translation>Выберите систему контроля версий (VCS) для проекта</translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл проекта: <b>{0}</b></p></translation> </message> @@ -24222,7 +24222,7 @@ <translation type="obsolete"><p>Файл проекта <b>{0}</b> содержит некорректные данные.</p></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл проекта: <b>{0}</b></p></translation> </message> @@ -24237,17 +24237,17 @@ <translation type="obsolete"><p>Сессия проекта <b>{0}</b> в неподдерживаемом формате.</p></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с сессией проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с сессией проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить выбранный файл с переводом: <b>{0}</b>.</p></translation> </message> @@ -24257,82 +24257,82 @@ <translation type="obsolete"><p>Файл <b>{0}</b> уже существует.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже сущеструет. Переписать?</p></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить выбранный файл <b>{0}</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Невозможно создать каталог проекта <b>{0}</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source>Delete project session</source> <translation>Удалить сессию проекта</translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить выбранный файл с сессией: <b>{0}</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3064"/> + <location filename="Project/Project.py" line="3074"/> <source>Delete session</source> <translation>Удалить сессию</translation> </message> <message> - <location filename="Project/Project.py" line="3067"/> + <location filename="Project/Project.py" line="3077"/> <source>Delete the projects session file.</source> <translation>Удалить файл с сессией проекта.</translation> </message> <message> - <location filename="Project/Project.py" line="3068"/> + <location filename="Project/Project.py" line="3078"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Удалить сессию</b><p>Удалить файл с сессией проекта</p></translation> </message> <message> - <location filename="Project/Project.py" line="196"/> + <location filename="Project/Project.py" line="195"/> <source>Ruby Files (*.rb);;</source> <translation>Исходники на Ruby (*.rb);;</translation> </message> <message> - <location filename="Project/Project.py" line="2910"/> + <location filename="Project/Project.py" line="2920"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Искать новые файлы...</b><p>Поиск новых файлов (исходников, *.ui, *.idl) в каталоге проекта и зарегистрированных подкаталогах.</p></translation> </message> <message> + <location filename="Project/Project.py" line="230"/> + <source>Console</source> + <translation>Консоль</translation> + </message> + <message> <location filename="Project/Project.py" line="231"/> - <source>Console</source> - <translation>Консоль</translation> - </message> - <message> - <location filename="Project/Project.py" line="232"/> <source>Other</source> <translation>Другое</translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Include module names?</source> <translation>Включать имена модулей?</translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source>Delete directory</source> <translation>Удалить каталог</translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить каталог <b>{0}</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> @@ -24342,7 +24342,7 @@ <translation type="obsolete">Сжатые задачи не поддерживаются. Отсутствует библиотека сжатия.</translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с задачами: <b>{0}</b></p></translation> </message> @@ -24352,22 +24352,22 @@ <translation type="obsolete"><p>Файл задач <b>{0}</b> в неподдерживаемом формате.</p></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source>Read debugger properties</source> <translation>Прочитать свойства отладчика</translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл свойств отладчика <b>{0}</b>.</p></translation> </message> @@ -24377,7 +24377,7 @@ <translation type="obsolete"><p>Неизвестный формат файла свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source>Save debugger properties</source> <translation>Сохранить свойства отладчика</translation> </message> @@ -24387,186 +24387,186 @@ <translation type="obsolete">Сжатые файлы свойств отладчика не поддерживаются. Библиотека для сжатия отсутствует.</translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source>Delete debugger properties</source> <translation>Удалить свойства отладчика</translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger Properties</source> <translation>Свойства отладчика</translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger &Properties...</source> <translation>&Свойства отладчика...</translation> </message> <message> - <location filename="Project/Project.py" line="2975"/> + <location filename="Project/Project.py" line="2985"/> <source>Show the debugger properties</source> <translation>Показать свойства отладчика</translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> + <location filename="Project/Project.py" line="2986"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Свойства отладчика...</b> <p>Показать диалог для редактирования свойств отладчика, специфичных для данного проекта.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2983"/> + <location filename="Project/Project.py" line="2993"/> <source>Load</source> <translation>Загрузить</translation> </message> <message> - <location filename="Project/Project.py" line="2983"/> + <location filename="Project/Project.py" line="2993"/> <source>&Load</source> <translation>&Загрузить</translation> </message> <message> - <location filename="Project/Project.py" line="2986"/> + <location filename="Project/Project.py" line="2996"/> <source>Load the debugger properties</source> <translation>Загрузить свойства отладчика</translation> </message> <message> - <location filename="Project/Project.py" line="2994"/> + <location filename="Project/Project.py" line="3004"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> + <location filename="Project/Project.py" line="3007"/> + <source>Save the debugger properties</source> + <translation>Сохранить свойства отладчика</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>Delete</source> + <translation>Удалить</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>&Delete</source> + <translation>&Удалить</translation> + </message> + <message> + <location filename="Project/Project.py" line="3018"/> + <source>Delete the debugger properties</source> + <translation>Удалить свойства отладчика</translation> + </message> + <message> + <location filename="Project/Project.py" line="3027"/> + <source>Reset</source> + <translation>Сбросить</translation> + </message> + <message> + <location filename="Project/Project.py" line="3027"/> + <source>&Reset</source> + <translation>&Сбросить</translation> + </message> + <message> + <location filename="Project/Project.py" line="3030"/> + <source>Reset the debugger properties</source> + <translation>Сбросить свойства отладчика</translation> + </message> + <message> + <location filename="Project/Project.py" line="3213"/> + <source>Debugger</source> + <translation>Отладчик</translation> + </message> + <message> + <location filename="Project/Project.py" line="3210"/> + <source>Session</source> + <translation>Сессия</translation> + </message> + <message> <location filename="Project/Project.py" line="2997"/> - <source>Save the debugger properties</source> - <translation>Сохранить свойства отладчика</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>Delete</source> - <translation>Удалить</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>&Delete</source> - <translation>&Удалить</translation> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Загрузить свойства отладчика</b> +<p>Загрузить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> <location filename="Project/Project.py" line="3008"/> - <source>Delete the debugger properties</source> - <translation>Удалить свойства отладчика</translation> - </message> - <message> - <location filename="Project/Project.py" line="3017"/> - <source>Reset</source> - <translation>Сбросить</translation> - </message> - <message> - <location filename="Project/Project.py" line="3017"/> - <source>&Reset</source> - <translation>&Сбросить</translation> - </message> - <message> - <location filename="Project/Project.py" line="3020"/> - <source>Reset the debugger properties</source> - <translation>Сбросить свойства отладчика</translation> - </message> - <message> - <location filename="Project/Project.py" line="3203"/> - <source>Debugger</source> - <translation>Отладчик</translation> - </message> - <message> - <location filename="Project/Project.py" line="3200"/> - <source>Session</source> - <translation>Сессия</translation> - </message> - <message> - <location filename="Project/Project.py" line="2987"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Загрузить свойства отладчика</b> -<p>Загрузить свойства отладчика, специфичные для данного проекта.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2998"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Сохранить свойства отладчика</b><p>Сохранить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3009"/> + <location filename="Project/Project.py" line="3019"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Удалить свойства отладчика</b><p>Удалить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3021"/> + <location filename="Project/Project.py" line="3031"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Сбросить свойства отладчика</b><p>Сбросить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2941"/> + <location filename="Project/Project.py" line="2951"/> <source>Filetype Associations</source> <translation>Ассоциации для типа файла</translation> </message> <message> - <location filename="Project/Project.py" line="2941"/> + <location filename="Project/Project.py" line="2951"/> <source>Filetype Associations...</source> <translation>Ассоциации для типа файла...</translation> </message> <message> - <location filename="Project/Project.py" line="2944"/> + <location filename="Project/Project.py" line="2954"/> <source>Show the project filetype associations</source> <translation>Показать ассоциации типов файлов для проекта</translation> </message> <message> - <location filename="Project/Project.py" line="2946"/> + <location filename="Project/Project.py" line="2956"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Ассоциации типов файлов...</b> <p>Показать диалог для редактирования ассоциаций типов файлов для проекта. Эти ассоциации связывают тип файла (исходник, форма, интерфейс и т.д.) с шаблоном имени. Они используются при добавлении файлов в проект и при поиске новых файлов.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3204"/> + <location filename="Project/Project.py" line="3214"/> <source>Pac&kagers</source> <translation>У&паковщики</translation> </message> <message> - <location filename="Project/Project.py" line="2864"/> + <location filename="Project/Project.py" line="2874"/> <source>Add files to project</source> <translation>Добавить файлы в проект</translation> </message> <message> - <location filename="Project/Project.py" line="2864"/> + <location filename="Project/Project.py" line="2874"/> <source>Add &files...</source> <translation>Добавить &файлы...</translation> </message> <message> - <location filename="Project/Project.py" line="2868"/> + <location filename="Project/Project.py" line="2878"/> <source>Add files to the current project</source> <translation>Добавить файлы в текущий проект</translation> </message> <message> - <location filename="Project/Project.py" line="2869"/> + <location filename="Project/Project.py" line="2879"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Добавить файлы</b> <p>Открывает диалог для добавления файлов в текущий проект. Место добавления определяется расширением файла.</p></translation> </message> <message> - <location filename="Project/Project.py" line="228"/> + <location filename="Project/Project.py" line="227"/> <source>Qt4 GUI</source> <translation>Qt4 GUI</translation> </message> <message> - <location filename="Project/Project.py" line="229"/> + <location filename="Project/Project.py" line="228"/> <source>Qt4 Console</source> <translation>Qt4 Консоль</translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Невозможно переименовать файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> @@ -24576,7 +24576,7 @@ <translation type="obsolete">Сжатые файлы проектов (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2352"/> + <location filename="Project/Project.py" line="2362"/> <source>Project Files (*.e4p)</source> <translation>Файлы проектов (*.e4p)</translation> </message> @@ -24586,73 +24586,73 @@ <translation type="obsolete">Файлы проектов (*.e4p);;Сжатые файлы проектов (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="3191"/> + <location filename="Project/Project.py" line="3201"/> <source>&Project</source> <translation>&Проект</translation> </message> <message> - <location filename="Project/Project.py" line="3306"/> + <location filename="Project/Project.py" line="3316"/> <source>Project</source> <translation>Проект</translation> </message> <message> - <location filename="Project/Project.py" line="3367"/> + <location filename="Project/Project.py" line="3377"/> <source>&Clear</source> <translation>&Очистить</translation> </message> <message> - <location filename="Project/Project.py" line="1325"/> + <location filename="Project/Project.py" line="1324"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source>Read user project properties</source> <translation>Прочитать пользовательские настройки проекта</translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл пользовательских настроек <b>{0}</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source>Save user project properties</source> <translation>Сохранить пользовательские свойства проекта</translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно записать файл пользовательских настроек <b>{0}</b>.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2929"/> + <location filename="Project/Project.py" line="2939"/> <source>User project properties</source> <translation>Пользовательские настройки проекта</translation> </message> <message> - <location filename="Project/Project.py" line="2929"/> + <location filename="Project/Project.py" line="2939"/> <source>&User Properties...</source> <translation>&Пользовательские свойства...</translation> </message> <message> - <location filename="Project/Project.py" line="2932"/> + <location filename="Project/Project.py" line="2942"/> <source>Show the user specific project properties</source> <translation>Показать пользовательские свойства проекта</translation> </message> <message> - <location filename="Project/Project.py" line="2934"/> + <location filename="Project/Project.py" line="2944"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Пользовательские свойства...</b> <p>Отображает диалог для редактирования пользовательских свойств проекта.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>Syntax errors detected</source> <translation>Найдены синтаксисические ошибки</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Проект содержит %n файл с синтаксическими ошибками.</numerusform> @@ -24661,162 +24661,162 @@ </translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source>Create Package List</source> <translation>Создать список пакетов</translation> </message> <message> - <location filename="Project/Project.py" line="3128"/> + <location filename="Project/Project.py" line="3138"/> <source>Create &Package List</source> <translation>&Создать список пакетов</translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source>Create Plugin Archive</source> <translation>Создать архив подключаемого модуля</translation> </message> <message> - <location filename="Project/Project.py" line="3142"/> + <location filename="Project/Project.py" line="3152"/> <source>Create Plugin &Archive</source> <translation>Создать &архив плагина</translation> </message> <message> - <location filename="Project/Project.py" line="3931"/> + <location filename="Project/Project.py" line="3941"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Файл <b>PKGLIST</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Невозможно создать файл <b>PKGLIST</b>.</p><p>Причина: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3975"/> + <location filename="Project/Project.py" line="3985"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation><p>Файл <b>PKGLIST</b> не существует. Отмена...</p></translation> </message> <message> - <location filename="Project/Project.py" line="3983"/> + <location filename="Project/Project.py" line="3993"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Для текущего проекта не определён главный сценарий. Отмена...</translation> </message> <message> - <location filename="Project/Project.py" line="3995"/> + <location filename="Project/Project.py" line="4005"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation><p>Невозможно прочитать файл <b>PKGLIST</b>.</p><p>Причина: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1299"/> + <location filename="Project/Project.py" line="1298"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Каталог не содержит ни одного файла, принадлежащего к заданной категории.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>Select Version Control System</source> <translation>Выберите систему контроля версий (VCS)</translation> </message> <message> - <location filename="Project/Project.py" line="1928"/> + <location filename="Project/Project.py" line="1938"/> <source>None</source> <translation>Нет</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source>Registering Project Type</source> <translation>Регистрирую тип проекта</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source><p>The Project type <b>{0}</b> already exists.</p></source> <translation><p>Тип проекта <b>{0}</b> уже существует.</p></translation> </message> <message> - <location filename="Project/Project.py" line="4029"/> + <location filename="Project/Project.py" line="4039"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Невозможно сохранить в архив файл <b>{0}</b>. Игнорируем его.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (Snapshot)</source> <translation>Создать архив плагинов (снимок)</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>Создать архив плагинов (&снимок)</translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл плагина <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>You have to specify a translation pattern first.</source> <translation>Необходимо задать образец перевода.</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Translation Pattern</source> <translation>Образец перевода</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Введите образец имени файла для переводов (используйте '%language%' вместо кода языка):</translation> </message> <message> - <location filename="Project/Project.py" line="3606"/> + <location filename="Project/Project.py" line="3616"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Отмена.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Контроль версий не используется.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations</source> <translation>Ассоциации для лексеров</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations...</source> <translation>Ассоциации для лексеров...</translation> </message> <message> - <location filename="Project/Project.py" line="2959"/> + <location filename="Project/Project.py" line="2969"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Показать ассоциации для лексеров</translation> </message> <message> - <location filename="Project/Project.py" line="2961"/> + <location filename="Project/Project.py" line="2971"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Ассоциации для лексеров...</b><p>Показать ассоциации лексеров для проекта. Лексеры используются для подсвечивания текста в редакторе.</p></translation> </message> <message> + <location filename="Project/Project.py" line="234"/> + <source>PySide GUI</source> + <translation>PySide GUI</translation> + </message> + <message> <location filename="Project/Project.py" line="235"/> - <source>PySide GUI</source> - <translation>PySide GUI</translation> - </message> - <message> - <location filename="Project/Project.py" line="236"/> <source>PySide Console</source> <translation>Консоль PySide</translation> </message> <message> - <location filename="Project/Project.py" line="190"/> + <location filename="Project/Project.py" line="189"/> <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> <translation>Python файлы (*.py2);;Python GUI файлы (*.pyw2);;</translation> </message> <message> - <location filename="Project/Project.py" line="193"/> + <location filename="Project/Project.py" line="192"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Python3 файлы (*.py3);;Python3 GUI файлы (*.pyw3);;</translation> </message> <message> - <location filename="Project/Project.py" line="230"/> + <location filename="Project/Project.py" line="229"/> <source>Eric Plugin</source> <translation>Подключаемый модуль Eric</translation> </message> @@ -24826,52 +24826,52 @@ <translation type="obsolete">Файлы проектов (*.e4p, *.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="3132"/> + <location filename="Project/Project.py" line="3142"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation>Создать начальный файл PKGLIST для подключаемого модуля eric5.</translation> </message> <message> - <location filename="Project/Project.py" line="3134"/> + <location filename="Project/Project.py" line="3144"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation><b>Создать список пакетов</b><p>Создаёт начальный список файлов для включения в архив подключаемого модуля eric5. Список создаётся из файла проекта.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3146"/> + <location filename="Project/Project.py" line="3156"/> <source>Create an eric5 plugin archive file.</source> <translation>Создать архив подключаемого модуля eric5.</translation> </message> <message> - <location filename="Project/Project.py" line="3148"/> + <location filename="Project/Project.py" line="3158"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation><b>Создать архив подключаемого модуля</b><p>Создаёт файл арива подключаемого модуля eric5, используя список файлов, данный в файле PKGLIST. Имя архива берётся из имени главного сценария.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3171"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation>Создать файл архива плагинов eric5 (снимок выпуска).</translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3173"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Создать файл архива плагинов (снимок выпуска)</b><p>Создаёт файл архива плагинов eric5, используя список файлов, указанный в файле PKGLIST. Имя архива строится из имени главного сценария. Версия главного сценария меняется, чтобы соответствовать версии выпуска снимка.</p></translation> </message> <message> - <location filename="Project/Project.py" line="4009"/> + <location filename="Project/Project.py" line="4019"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Невозможно создать подключаемый модуль eric5 <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4051"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation><p>Подключаемый модуль <b>{0}</b> был успешно создан.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1261"/> + <location filename="Project/Project.py" line="1260"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Невозможно добавить файл <b>{0}</b> в архив <b>{1}</b>. </p><p>Причина: {2}</p></translation> </message> <message> - <location filename="Project/Project.py" line="1309"/> + <location filename="Project/Project.py" line="1308"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Невозможно создать каталог <b>{0}</b> </p><p>Причина: {1}</p></translation> </message> @@ -28239,6 +28239,14 @@ </message> </context> <context> + <name>QtHelpAccessHandler</name> + <message> + <location filename="Helpviewer/Network/QtHelpAccessHandler.py" line="115"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'{0}'</h3></div></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QtHelpDocumentationDialog</name> <message> <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> @@ -29683,6 +29691,79 @@ </message> </context> <context> + <name>SslInfoDialog</name> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="28"/> + <source><b>Issued for</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="122"/> + <source>Common Name (CN)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="142"/> + <source>Organization (O)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="162"/> + <source>Organizational Unit (OU)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="95"/> + <source>Serialnumber</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="115"/> + <source><b>Issued by</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="182"/> + <source><b>Validity</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="189"/> + <source>Issued on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="209"/> + <source>Expires on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="229"/> + <source><b>Fingerprints</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="236"/> + <source>SHA1-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="256"/> + <source>MD5-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.py" line="58"/> + <source><not part of the certificate></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>StartCoverageDialog</name> <message> <location filename="Debugger/StartCoverageDialog.ui" line="14"/> @@ -37938,6 +38019,19 @@ </message> </context> <context> + <name>UrlBar</name> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="36"/> + <source>Enter the location here.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="119"/> + <source>Unknown</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="42"/>
--- a/i18n/eric5_tr.ts Thu Oct 07 09:07:22 2010 +0200 +++ b/i18n/eric5_tr.ts Thu Oct 07 21:27:08 2010 +0200 @@ -1605,108 +1605,108 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Loading Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="169"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="173"/> <source>Toolbar Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="175"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="179"/> <source>Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Saving Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="329"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="333"/> <source>XBEL bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="330"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="334"/> <source>HTML Netscape bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Exporting Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="437"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="535"/> <source>Remove Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="476"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="574"/> <source>Insert Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="514"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="612"/> <source>Name Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="517"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="615"/> <source>Address Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="347"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Error opening bookmarks file <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Error when importing bookmarks on line {0}, column [1}: {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="377"/> <source>Imported {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="412"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="416"/> <source>Converted {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation type="unfinished"></translation> @@ -5724,7 +5724,7 @@ <translation>Dur</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="144"/> + <location filename="Helpviewer/DownloadDialog.py" line="148"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> @@ -5764,7 +5764,7 @@ <translation type="obsolete">%1 of %2 (%3/sn) %4</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="358"/> + <location filename="Helpviewer/DownloadDialog.py" line="362"/> <source>?</source> <translation>?</translation> </message> @@ -5779,22 +5779,22 @@ <translation type="obsolete">%1 of %2 - Durdu</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="383"/> + <location filename="Helpviewer/DownloadDialog.py" line="387"/> <source>bytes</source> <translation>bitler</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="386"/> + <location filename="Helpviewer/DownloadDialog.py" line="390"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="389"/> + <location filename="Helpviewer/DownloadDialog.py" line="393"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source>Downloading</source> <translation type="unfinished"></translation> </message> @@ -5804,52 +5804,52 @@ <translation type="unfinished">Eric4 İndirme {5 ?}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source><p>You are about to download the file <b>{0}</b>.</p><p>What do you want to do?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="155"/> + <location filename="Helpviewer/DownloadDialog.py" line="159"/> <source>Download canceled: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="268"/> + <location filename="Helpviewer/DownloadDialog.py" line="272"/> <source>Error opening save file: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="275"/> + <location filename="Helpviewer/DownloadDialog.py" line="279"/> <source>Error saving: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="292"/> + <location filename="Helpviewer/DownloadDialog.py" line="296"/> <source>Network Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="348"/> + <location filename="Helpviewer/DownloadDialog.py" line="352"/> <source>- {0}:{1:02} minutes remaining</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="355"/> + <location filename="Helpviewer/DownloadDialog.py" line="359"/> <source>- {0} seconds remaining</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="357"/> + <location filename="Helpviewer/DownloadDialog.py" line="361"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="366"/> + <location filename="Helpviewer/DownloadDialog.py" line="370"/> <source>{0} downloaded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="369"/> + <location filename="Helpviewer/DownloadDialog.py" line="373"/> <source>{0} of {1} - Stopped</source> <translation type="unfinished"></translation> </message> @@ -12523,17 +12523,17 @@ <translation type="obsolete"><p><b>%1</b> dosyası için bir gösterici başlatılamadı.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="708"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="760"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Yeni sekmede bir bağlantı açar<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="318"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="370"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Yardım Penceresi</b><p>Bu pencere seçilen yardım bilgilerini gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> <source>Web Inspector...</source> <translation>Web Denetleyicisi...</translation> </message> @@ -12543,172 +12543,172 @@ <translation type="obsolete"><html><head><title>Yardım Penceresi</title></head><body><p>Talep edilen URL <b>%1</b> adresi yüklenemedi.</p><p>Sebep: %2</p></body></html></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="741"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="793"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="712"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="764"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="713"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="765"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="716"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="768"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="721"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="773"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="725"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> <source>Save Image</source> <translation type="unfinished">Görüntüyü Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="726"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="778"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="727"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="779"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source>Web Browser</source> <translation type="unfinished">Web Gözatıcısı</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="731"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="755"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="486"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="538"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="506"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="558"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1276"/> <source>bytes</source> <translation type="unfinished">bitler</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1232"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1279"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1235"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1282"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="772"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -13087,112 +13087,112 @@ <context> <name>HelpTabWidget</name> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="63"/> + <location filename="Helpviewer/HelpTabWidget.py" line="75"/> <source>Show a navigation menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="73"/> + <location filename="Helpviewer/HelpTabWidget.py" line="85"/> <source>Close the current help window</source> <translation type="unfinished">Geçerli yardım penceresini kapat</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="86"/> - <source>Open a new help window tab</source> - <translation type="unfinished">Yeni bir yardım penceresi sekmesi aç</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="98"/> + <source>Open a new help window tab</source> + <translation type="unfinished">Yeni bir yardım penceresi sekmesi aç</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="112"/> <source>New Tab</source> <translation type="unfinished">Yeni Sekme</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="102"/> - <source>Move Left</source> - <translation type="unfinished">Sola Götür</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="105"/> - <source>Move Right</source> - <translation type="unfinished">Sağa Götür</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="109"/> - <source>Duplicate Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="113"/> - <source>Close</source> - <translation type="unfinished">Kapat</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="116"/> - <source>Close Others</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="118"/> - <source>Close All</source> - <translation type="unfinished">Hepsini Kapat</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="121"/> - <source>Print Preview</source> - <translation type="unfinished">Yazdırma Öngörünümü</translation> + <source>Move Left</source> + <translation type="unfinished">Sola Götür</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="119"/> + <source>Move Right</source> + <translation type="unfinished">Sağa Götür</translation> </message> <message> <location filename="Helpviewer/HelpTabWidget.py" line="123"/> + <source>Duplicate Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="127"/> + <source>Close</source> + <translation type="unfinished">Kapat</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="130"/> + <source>Close Others</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="132"/> + <source>Close All</source> + <translation type="unfinished">Hepsini Kapat</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="135"/> + <source>Print Preview</source> + <translation type="unfinished">Yazdırma Öngörünümü</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="137"/> <source>Print</source> <translation type="unfinished">Yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="125"/> + <location filename="Helpviewer/HelpTabWidget.py" line="139"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="128"/> + <location filename="Helpviewer/HelpTabWidget.py" line="142"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="225"/> + <location filename="Helpviewer/HelpTabWidget.py" line="261"/> <source>...</source> <translation type="unfinished">...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>PyQt4 te hatyı yazdırmak tam olarak mümkün değil. Lütfen güncelleyiniz.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="531"/> + <location filename="Helpviewer/HelpTabWidget.py" line="565"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="548"/> + <location filename="Helpviewer/HelpTabWidget.py" line="582"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="550"/> + <location filename="Helpviewer/HelpTabWidget.py" line="584"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -13201,17 +13201,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="593"/> + <location filename="Helpviewer/HelpTabWidget.py" line="627"/> <source>&Close</source> <translation type="unfinished">&Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="596"/> + <location filename="Helpviewer/HelpTabWidget.py" line="630"/> <source>&Quit</source> <translation type="unfinished">&Çıkış</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="598"/> + <location filename="Helpviewer/HelpTabWidget.py" line="632"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -13736,32 +13736,32 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="224"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="232"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -13769,27 +13769,27 @@ <context> <name>HelpWebSearchWidget</name> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="135"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="137"/> <source>Suggestions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="143"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="145"/> <source>No Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="147"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="149"/> <source>Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="280"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="290"/> <source>Clear Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="271"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="281"/> <source>Add '{0}'</source> <translation type="unfinished"></translation> </message> @@ -13802,38 +13802,38 @@ <translation type="obsolete">eric4 Yardım Göstericisi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="460"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Close the current help window</source> <translation>Geçerli yardım penceresini kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="316"/> - <source>Open a new help window tab</source> - <translation>Yeni bir yardım penceresi sekmesi aç</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> - <source>New Tab</source> - <translation>Yeni Sekme</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="311"/> + <source>Open a new help window tab</source> + <translation>Yeni bir yardım penceresi sekmesi aç</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> + <source>New Tab</source> + <translation>Yeni Sekme</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>&New Tab</source> <translation>Ye&ni Sekme</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="317"/> + <location filename="Helpviewer/HelpWindow.py" line="312"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Yeni Sekme</b><p>Bu yeni bin yardım penceresi sekmesi açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New Window</source> <translation>Yeni Pencere</translation> </message> @@ -13843,142 +13843,142 @@ <translation type="obsolete">Y&eni Pencere</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="330"/> + <location filename="Helpviewer/HelpWindow.py" line="325"/> <source>Open a new help browser window</source> <translation>Yeni bir yardım gözatıcı penceresi aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="331"/> + <location filename="Helpviewer/HelpWindow.py" line="326"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Yeni Pencere</b><p>Bu yeni bir yardım gözatıcı penceresi açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="339"/> + <location filename="Helpviewer/HelpWindow.py" line="334"/> <source>&Open File</source> <translation>D&osya Aç</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>Ctrl+O</source> + <comment>File|Open</comment> + <translation>Ctrl+O</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>Ctrl+O</source> - <comment>File|Open</comment> - <translation>Ctrl+O</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="344"/> <source>Open a help file for display</source> <translation>Göstermek için bir yardım dosyası aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="340"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Dosya Aç</b><p>Bu göstermek için yeni bir yardım dosyası açar. Dosya seçme diyaloğu görünür.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New Tab</source> <translation>Yeni Sekmede Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New &Tab</source> <translation>Yeni Sek&mede Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="354"/> <source>Open a help file for display in a new tab</source> <translation>Yeni bir sekmede göstermek için bir yardım dosyası aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="361"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Yeni Sekmede Dosya aç</b><p>Bu yeni bir sekmede yardım dosyası göstermek için açar.Dosya seçme diyaloğu ortaya çıkarır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>&Print</source> <translation>&Yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="419"/> + <location filename="Helpviewer/HelpWindow.py" line="414"/> <source>Print the displayed help</source> <translation>Görüntülenen yardımı yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Yazdır</b><p>Görüntülenen yardım metnini yazdır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Print Preview</source> <translation>Yazdırma Öngörünümü</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Print preview of the displayed help</source> <translation>Görüntülenen yardımının yazıcı öngörünümünü göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="447"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Yazıcı Öngörünümü</b><p>Görüntülenen yardım metninin yazıcı öngörünümü.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="461"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Kapat</b><p>Geçerli yardım penceresini kapat.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close All</source> <translation>Hepsini Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close &All</source> <translation>Hepsini K&apat</translation> </message> @@ -13988,22 +13988,22 @@ <translation type="obsolete">Tüm yardım pencerelerini kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Hepisini Kapat</b><p>İlk açılan hariç tüm yardım pencerelerini kapat.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> @@ -14019,222 +14019,222 @@ <translation type="obsolete"><b>Çık</b><p>Yardım göstericiden çık.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backward</source> <translation>Geriye Doğru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>&Backward</source> <translation>Geriye &Doğru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="514"/> <source>Move one help screen backward</source> <translation>Önceki yardım ekranına götür</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Geriye Doğru</b><p>Bir yardım ekranın geriye taşı. Eğer hazırda bir tane yoksa ,bu işlem iptal edilir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Forward</source> <translation>İleriye</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>&Forward</source> <translation>İleri&ye</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="530"/> <source>Move one help screen forward</source> <translation>Bir yardım görüntüsü ileri taşı</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="531"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>İleriye Doğru</b><p>Yardım ekranın bir ileriye taşı. Eğer hazırda bir tane yoksa ,bu işlem iptal edilir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>&Home</source> <translation>&Ev</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>Ctrl+Home</source> + <comment>Go|Home</comment> + <translation>Ctrl+Home</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>Ctrl+Home</source> - <comment>Go|Home</comment> - <translation>Ctrl+Home</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Move to the initial help screen</source> <translation>İlk yardım sayfasına taşı</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="546"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Giriş</b><p>Yardım ekranını ilk baştakine taşı.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Reload</source> <translation>Yeniden Yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>&Reload</source> <translation>&Yeniden Yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="565"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <source>Reload the current help screen</source> <translation>Geçerli yardım ekranını yeniden yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="566"/> + <location filename="Helpviewer/HelpWindow.py" line="561"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Yeniden Yükle</b><p>Geçerli yardım görüntüsünü yeniden yükle.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Copy</source> <translation>Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>&Copy</source> <translation>&Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="594"/> + <location filename="Helpviewer/HelpWindow.py" line="589"/> <source>Copy the selected text</source> <translation>Seçilen metni kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Kopya</b><p>Seçilen metni clipboard kopyala.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Find...</source> <translation>Bul...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>&Find...</source> <translation>&Bul...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="603"/> <source>Find text in page</source> <translation>Metni sayfa içinde bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="609"/> + <location filename="Helpviewer/HelpWindow.py" line="604"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>BUl</b><p>Metni geçerli sayfada bul.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find next</source> <translation>Sonrakini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find &next</source> <translation>So&nrakini Bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="622"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source>Find next occurrence of text in page</source> <translation>Geçerli sayfadaki metinde bir sonrakini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Bir sonrakini bul</b><p>Geçerli sayfadaki metinde bir sonrakini bul.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find previous</source> <translation>Öncekini bul</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="626"/> + <source>Find &previous</source> + <translation>Öncekini b&ul</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="626"/> + <source>Shift+F3</source> + <comment>Edit|Find previous</comment> + <translation>Shift+F3</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="631"/> - <source>Find &previous</source> - <translation>Öncekini b&ul</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> - <source>Shift+F3</source> - <comment>Edit|Find previous</comment> - <translation>Shift+F3</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="636"/> <source>Find previous occurrence of text in page</source> <translation>Geçerli sayfadaki metinde bir öncekini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="638"/> + <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Bir öncekini bul</b><p>Geçerli sayfadaki metinde bir öncekini bul.</p></translation> </message> @@ -14259,7 +14259,7 @@ <translation type="obsolete"><b>Geçmişi Temizle</b><p>Geçmiş bilgileri silinir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add Bookmark</source> <translation>Yerimi Ekle</translation> </message> @@ -14299,175 +14299,175 @@ <translation type="obsolete"><b>Yerimlerini Düzenle</b><p>Bu işlem yerimlerinin adını ve menü içindeki sıralarını değiştirebileceğiniz bir diyalog açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>What's This?</source> <translation>Bu nedir?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>&What's This?</source> <translation>Bu &Nedir?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="707"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Context sensitive help</source> <translation>İçeriğe duyarlı yardım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="708"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Duyarlı yardım içeriğini görüntüle</b><p>Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>About</source> <translation>Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>&About</source> <translation>H&akkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="723"/> + <location filename="Helpviewer/HelpWindow.py" line="718"/> <source>Display information about this software</source> <translation>Bu yazılım hakkında bilgi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="724"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Hakkında</b><p>Bu yazılım hakkındaki çeşitli bilgileri gösterir.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About Qt</source> + <translation>Qt Hakkında</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About &Qt</source> + <translation>&Qt Hakkında</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="730"/> + <source>Display information about the Qt toolkit</source> + <translation>Qt araçkiti hakkında bilgi göster</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About Qt</source> - <translation>Qt Hakkında</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About &Qt</source> - <translation>&Qt Hakkında</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="735"/> - <source>Display information about the Qt toolkit</source> - <translation>Qt araçkiti hakkında bilgi göster</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="737"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Qt Hakkında</b><p>Qt Araçkiti hakkında bazı bilgiler gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom in</source> <translation>Büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom &in</source> <translation>Bü&yült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="750"/> + <location filename="Helpviewer/HelpWindow.py" line="745"/> <source>Zoom in on the text</source> <translation>MEtni Büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="751"/> + <location filename="Helpviewer/HelpWindow.py" line="746"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Büyült</b><p>Metin üzerinde büyüt. Bu metni daha büyük yapar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Zoom out</source> <translation>Küçült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Zoom &out</source> <translation>Küçü&lt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="764"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Zoom out on the text</source> <translation>Metin üzerinde küçült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="765"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Küçült</b><p>Metni küçült. Bu metni daha küçük yapar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Show next tab</source> <translation>Sonraki sekmeyi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Show previous tab</source> <translation>Önceki sekmeyi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Switch between tabs</source> <translation>Sekme arasına tıkla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Preferences</source> <translation>Tercihler</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>&Preferences...</source> <translation>&Tercihler...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="854"/> <source>Set the prefered configuration</source> <translation>tercih edilen ayarları yapınız</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="860"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Tercihler</b><p>Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear icons database</source> <translation>İkon veritabanını temizle</translation> </message> @@ -14477,42 +14477,42 @@ <translation type="obsolete">İ&kon veritabanını temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Clear the database of favicons</source> <translation>Favori icon veritabanını sil</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1020"/> + <location filename="Helpviewer/HelpWindow.py" line="1015"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>İcon veritabanını temizle</b><p>Sıklıkla ziyaret edilen favori URLlerin veritabanını temizle.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1103"/> + <location filename="Helpviewer/HelpWindow.py" line="1098"/> <source>&File</source> <translation>&Dosya</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1121"/> <source>&Edit</source> <translation>Düz&en</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source>&View</source> <translation>&Görünüm</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <location filename="Helpviewer/HelpWindow.py" line="1145"/> <source>&Go</source> <translation>&Git</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1163"/> + <location filename="Helpviewer/HelpWindow.py" line="1158"/> <source>H&istory</source> <translation>Geçmi&ş</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1170"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>&Bookmarks</source> <translation>&Yerimleri</translation> </message> @@ -14522,7 +14522,7 @@ <translation type="obsolete">Ayar&lar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1217"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source>&Help</source> <translation>&Yardım</translation> </message> @@ -14537,22 +14537,22 @@ <translation type="obsolete">Sağa Götür</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>File</source> <translation>Dosya</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1240"/> + <source>Edit</source> + <translation>Düzen</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1245"/> - <source>Edit</source> - <translation>Düzen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1250"/> <source>View</source> <translation>Görünüm</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1259"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>Find</source> <translation>Bul</translation> </message> @@ -14562,22 +14562,22 @@ <translation type="obsolete">Yerimleri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1285"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>Help</source> <translation>Yardım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1292"/> + <location filename="Helpviewer/HelpWindow.py" line="1287"/> <source>Go</source> <translation>Git</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1311"/> <source><p>Enter the help file to be displayed directly into this edit field. Select a previously shown help file from the drop down list.</p></source> - <translation><p>Görüntülenen bu düzenleme alanından direkt yardım dosyasını gir. Aşağı kayan listededen öncelikle görünmesini istediğiniz yardım dosyasını seçiniz.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <translation type="obsolete"><p>Görüntülenen bu düzenleme alanından direkt yardım dosyasını gir. Aşağı kayan listededen öncelikle görünmesini istediğiniz yardım dosyasını seçiniz.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Yardım Dosyaları (*.html *.htm);;PDF Dosyaları (*.pdf);;CHM Dosyaları (*.chm);;Tüm Dosyalar (*)</translation> </message> @@ -14627,694 +14627,694 @@ <translation type="obsolete"><p><br /><b>%1</b></p><p>%2 için SSL Hataları</p><p>Bu hataları gözardı itmek istiyor musunuz?</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="141"/> + <location filename="Helpviewer/HelpWindow.py" line="136"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="472"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="908"/> + <location filename="Helpviewer/HelpWindow.py" line="903"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> + <location filename="Helpviewer/HelpWindow.py" line="907"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="914"/> + <location filename="Helpviewer/HelpWindow.py" line="909"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="917"/> + <source>Table of Contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="920"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="922"/> - <source>Table of Contents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="927"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="956"/> + <source>Manage QtHelp Documents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="959"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="961"/> - <source>Manage QtHelp Documents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="964"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1209"/> + <location filename="Helpviewer/HelpWindow.py" line="1204"/> <source>&Window</source> <translation type="unfinished">&Pencere</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1261"/> + <source>Filter</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1266"/> - <source>Filter</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1271"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2049"/> + <location filename="Helpviewer/HelpWindow.py" line="1922"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="972"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="977"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="930"/> + <source>Index</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="933"/> + <source>Shows the index window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="935"/> - <source>Index</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Shows the index window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="943"/> + <source>Search</source> + <translation type="unfinished">Ara</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="946"/> + <source>Shows the search window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="948"/> - <source>Search</source> - <translation type="unfinished">Ara</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="951"/> - <source>Shows the search window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>Reindex Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="985"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>Reindex Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="990"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2158"/> + <location filename="Helpviewer/HelpWindow.py" line="2031"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2210"/> + <location filename="Helpviewer/HelpWindow.py" line="2083"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2240"/> + <location filename="Helpviewer/HelpWindow.py" line="2113"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2259"/> + <location filename="Helpviewer/HelpWindow.py" line="2132"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="480"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="476"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="961"/> + <location filename="Helpviewer/HelpWindow.py" line="956"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="974"/> + <location filename="Helpviewer/HelpWindow.py" line="969"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="987"/> + <location filename="Helpviewer/HelpWindow.py" line="982"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> + <location filename="Helpviewer/HelpWindow.py" line="1000"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> + <source>&Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> - <source>&Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1006"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Show Network Monitor</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show &Network Monitor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <source>Show the network monitor dialog</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show &Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Show the network monitor dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1075"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1182"/> + <location filename="Helpviewer/HelpWindow.py" line="1177"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1205"/> + <location filename="Helpviewer/HelpWindow.py" line="1200"/> <source>&Tools</source> <translation type="unfinished">&Araçlar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Ctrl+U</source> + <translation type="unfinished">Ctrl+U</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Show the page source in an editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Ctrl+U</source> - <translation type="unfinished">Ctrl+U</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="809"/> - <source>Show the page source in an editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="810"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="864"/> + <source>&Languages...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="867"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="869"/> - <source>&Languages...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="874"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="864"/> <source>Languages</source> <translation type="unfinished">Diller</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="882"/> + <location filename="Helpviewer/HelpWindow.py" line="877"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>C&ookies...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="880"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>C&ookies...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="885"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1277"/> + <location filename="Helpviewer/HelpWindow.py" line="1272"/> <source>Settings</source> <translation type="unfinished">Ayarlar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom reset</source> <translation type="unfinished">Büyütmeyi sıfırla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="778"/> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Zoom text only; pictures remain constant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="795"/> + <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="386"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>&Import Bookmarks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="384"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>&Import Bookmarks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="389"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="391"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="400"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>&Export Bookmarks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="400"/> - <source>&Export Bookmarks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="403"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="405"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="650"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="652"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="666"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="667"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add Folder</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add &Folder...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="673"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add Folder</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add &Folder...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="678"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> + <location filename="Helpviewer/HelpWindow.py" line="683"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="693"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1645"/> + <location filename="Helpviewer/HelpWindow.py" line="1551"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Stop</source> <translation type="unfinished">Dur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Stop</source> <translation type="unfinished">D&ur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="580"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="581"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Save As </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="375"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="372"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1575"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1566"/> + <location filename="Helpviewer/HelpWindow.py" line="1472"/> <source><h3>About Eric Web Browser</h3><p>The Eric Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Quit the web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Quit</b><p>Quit the web browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1027"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1046"/> + <location filename="Helpviewer/HelpWindow.py" line="1041"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1060"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2219"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="423"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> + <source>Print the displayed help as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="428"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="432"/> - <source>Print the displayed help as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="433"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="895"/> + <location filename="Helpviewer/HelpWindow.py" line="890"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="890"/> + <source>Offline &Storage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="893"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="895"/> - <source>Offline &Storage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="898"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1815"/> + <location filename="Helpviewer/HelpWindow.py" line="1721"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> + <location filename="Helpviewer/HelpWindow.py" line="1140"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -15324,42 +15324,42 @@ <translation type="obsolete">Öntanımlı</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1195"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2531"/> + <location filename="Helpviewer/HelpWindow.py" line="2404"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2532"/> + <location filename="Helpviewer/HelpWindow.py" line="2405"/> <source>Windows</source> <translation type="unfinished">Pencereler</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2533"/> + <location filename="Helpviewer/HelpWindow.py" line="2406"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <location filename="Helpviewer/HelpWindow.py" line="2407"/> <source>Unicode</source> <translation type="unfinished">Evrensel kod</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2408"/> <source>Other</source> <translation type="unfinished">Diğer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2536"/> + <location filename="Helpviewer/HelpWindow.py" line="2409"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2558"/> + <location filename="Helpviewer/HelpWindow.py" line="2431"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -18638,22 +18638,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source>Saving History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="417"/> + <location filename="Helpviewer/History/HistoryManager.py" line="418"/> <source><p>Unable to open history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="437"/> + <location filename="Helpviewer/History/HistoryManager.py" line="438"/> <source><p>Error removing old history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source><p>Error moving new history file over old one (<b>{0}</b>).<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -20717,27 +20717,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="84"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> <source>Welcome to Eric Web Browser!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> - <source>Eric Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="86"/> - <source>Search!</source> + <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="87"/> + <source>Search!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="88"/> <source>About Eric</source> <translation type="unfinished">Eric Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="126"/> <source>Search results provided by {0}</source> <translation type="unfinished"></translation> </message> @@ -25352,17 +25352,17 @@ <translation type="obsolete">Python Dosyaları (*.py);;Python Dosyaları win32 (*.pyw);;</translation> </message> <message> - <location filename="Project/Project.py" line="196"/> + <location filename="Project/Project.py" line="195"/> <source>Ruby Files (*.rb);;</source> <translation>Ruby Dosyaları (*.rb);;</translation> </message> <message> + <location filename="Project/Project.py" line="227"/> + <source>Qt4 GUI</source> + <translation>Qt4 GUI</translation> + </message> + <message> <location filename="Project/Project.py" line="228"/> - <source>Qt4 GUI</source> - <translation>Qt4 GUI</translation> - </message> - <message> - <location filename="Project/Project.py" line="229"/> <source>Qt4 Console</source> <translation>Qt4 konsolu</translation> </message> @@ -25382,12 +25382,12 @@ <translation type="obsolete">KDE 3</translation> </message> <message> - <location filename="Project/Project.py" line="231"/> + <location filename="Project/Project.py" line="230"/> <source>Console</source> <translation>Konsol- kumanda birimi</translation> </message> <message> - <location filename="Project/Project.py" line="232"/> + <location filename="Project/Project.py" line="231"/> <source>Other</source> <translation>Diğer</translation> </message> @@ -25397,7 +25397,7 @@ <translation type="obsolete">KDE 4</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source>Registering Project Type</source> <translation type="unfinished"></translation> </message> @@ -25407,7 +25407,7 @@ <translation type="obsolete"><p>Proje türü <b>%1</b> halihazırda var.</p></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source>Read project file</source> <translation>Proje dosyasını oku</translation> </message> @@ -25422,32 +25422,32 @@ <translation type="obsolete"><p><b>%1</b> proje dosyası okunamıyor.</p></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source>Save project file</source> <translation>Proje dosyasını kaydet</translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source>Read user project properties</source> <translation>Kullanıcı projesinin özelliklerini oku</translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source>Save user project properties</source> <translation>Kullanıcı projesinin özelliklerini kaydet</translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source>Read project session</source> <translation>Proje oturumunu oku</translation> </message> <message> - <location filename="Project/Project.py" line="926"/> + <location filename="Project/Project.py" line="925"/> <source>Please save the project first.</source> <translation>Lütfen ilkolarak projeyi kaydedin.</translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source>Save project session</source> <translation>Proje oturumunu kaydet</translation> </message> @@ -25457,12 +25457,12 @@ <translation type="obsolete"><p>Proje oturum dosyası<b>%1</b> yazılamıyor.</p></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source>Delete project session</source> <translation>Proje oturumunu sil</translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> @@ -25477,82 +25477,82 @@ <translation type="obsolete"><p>Görev dosyası <b>%1</b> desteklenmeyen bir formata sahip.</p></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source>Read debugger properties</source> <translation>Hata ayıklayıcı özelliklerini oku</translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source>Save debugger properties</source> <translation>Hata ayıklayıcı özelliklerini kaydet</translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source>Delete debugger properties</source> <translation>Hata ayıklayıcı özelliklerini sil</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>Add Language</source> <translation>Dil Ekle</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source>Delete translation</source> <translation>Çevereye silin</translation> </message> <message> - <location filename="Project/Project.py" line="1270"/> + <location filename="Project/Project.py" line="1269"/> <source>Add file</source> <translation>Dosya ekle</translation> </message> <message> - <location filename="Project/Project.py" line="1374"/> + <location filename="Project/Project.py" line="1373"/> <source>The target directory must not be empty.</source> <translation>Hedef dizin boş olamaz.</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>Add directory</source> <translation>Dizin Ekle</translation> </message> <message> - <location filename="Project/Project.py" line="1299"/> + <location filename="Project/Project.py" line="1298"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>The source directory must not be empty.</source> <translation>Kaynak dizin boş olamaz.</translation> </message> <message> - <location filename="Project/Project.py" line="1504"/> + <location filename="Project/Project.py" line="1503"/> <source>Rename file</source> <translation>Dosya adını değiştir</translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source>Rename File</source> <translation>Dosya adını Değiştir</translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source>Delete file</source> <translation>Dosya sil</translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source>Delete directory</source> <translation>Dizini sil</translation> </message> @@ -25562,7 +25562,7 @@ <translation type="obsolete"><p>Seçilen<b>%1</b> dizini silinemedi.</p></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source>Create project directory</source> <translation>Proje dizinin oluştur</translation> </message> @@ -25572,52 +25572,52 @@ <translation type="obsolete"><p> <b>%1</b> Projesinin dizini oluşturulamadı.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>New Project</source> <translation>Yeni Proje</translation> </message> <message> - <location filename="Project/Project.py" line="1843"/> + <location filename="Project/Project.py" line="1853"/> <source>Add existing files to the project?</source> <translation>Var olan dosyalar projeye eklensin mi?</translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>Select Version Control System</source> <translation>Sürüm Kontrol Sistemini Seç</translation> </message> <message> - <location filename="Project/Project.py" line="1948"/> + <location filename="Project/Project.py" line="1958"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>New project</source> <translation>Yeni Proje</translation> </message> <message> - <location filename="Project/Project.py" line="1901"/> + <location filename="Project/Project.py" line="1911"/> <source>Shall the project file be added to the repository?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1928"/> + <location filename="Project/Project.py" line="1938"/> <source>None</source> <translation>Yok</translation> </message> <message> - <location filename="Project/Project.py" line="1922"/> + <location filename="Project/Project.py" line="1932"/> <source>Select version control system for the project</source> <translation>proje için sürüm kontrol sistemini seçin</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Translation Pattern</source> <translation>Çeviri Örüntüsü</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation type="unfinished"></translation> </message> @@ -25627,7 +25627,7 @@ <translation type="obsolete">Güvenlik Problemi</translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>Open project</source> <translation>Projeyi aç</translation> </message> @@ -25642,12 +25642,12 @@ <translation type="obsolete">Sıkıştırılmış Proje Dosyaları (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2352"/> + <location filename="Project/Project.py" line="2362"/> <source>Project Files (*.e4p)</source> <translation>Proje Dosyaları (*.e4p)</translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save project as</source> <translation>projeyi farklı adda kaydet</translation> </message> @@ -25657,7 +25657,7 @@ <translation type="obsolete">Project Dosyaları (*.e4p);;Sıkıştırılmış Proje Dosyaları (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> @@ -25667,22 +25667,22 @@ <translation type="obsolete"><p> <b>%1</b>dosyası burda zaten var.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>Close Project</source> <translation>Projeyi Kapat</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>The current project has unsaved changes.</source> <translation>Geçerli projede kaydedilmemiş dosyalar var.</translation> </message> <message> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>Syntax errors detected</source> <translation>Sözdizimi Hataları tespit edildi</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>The project contains %n file(s) with syntax errors.</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25690,447 +25690,447 @@ </translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>&New...</source> <translation>Ye&ni...</translation> </message> <message> - <location filename="Project/Project.py" line="2808"/> + <location filename="Project/Project.py" line="2818"/> <source>Generate a new project</source> <translation>Yeni bir proje üret</translation> </message> <message> - <location filename="Project/Project.py" line="2809"/> + <location filename="Project/Project.py" line="2819"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Yeni...</b><p>Bu yeni bir proje için bilgilerin girileceği bir diyalog açar.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>&Open...</source> <translation>&Aç...</translation> </message> <message> - <location filename="Project/Project.py" line="2821"/> + <location filename="Project/Project.py" line="2831"/> <source>Open an existing project</source> <translation>Var olan bir projeyi aç</translation> </message> <message> - <location filename="Project/Project.py" line="2822"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation><b>Aç...</b><p>Bu varolan bir projeyi açar.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>Close project</source> - <translation>Projeyi kapat</translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>&Close</source> - <translation>&Kapat</translation> - </message> - <message> <location filename="Project/Project.py" line="2832"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation><b>Aç...</b><p>Bu varolan bir projeyi açar.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>Close project</source> + <translation>Projeyi kapat</translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>&Close</source> + <translation>&Kapat</translation> + </message> + <message> + <location filename="Project/Project.py" line="2842"/> <source>Close the current project</source> <translation>Geçerli projeyi kapat</translation> </message> <message> - <location filename="Project/Project.py" line="2833"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>Kapat</b><p>Bu geçerli projeyi kapatır.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2840"/> - <source>Save project</source> - <translation>Projeyi kaydet</translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>&Save</source> - <translation>&Kaydet</translation> - </message> - <message> <location filename="Project/Project.py" line="2843"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>Kapat</b><p>Bu geçerli projeyi kapatır.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2850"/> + <source>Save project</source> + <translation>Projeyi kaydet</translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>&Save</source> + <translation>&Kaydet</translation> + </message> + <message> + <location filename="Project/Project.py" line="2853"/> <source>Save the current project</source> <translation>Geçerli projeyi kapat</translation> </message> <message> - <location filename="Project/Project.py" line="2844"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Kaydet</b><p>Bu geçerli projeyi kaydeder.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2851"/> - <source>Save &as...</source> - <translation>Farklı k&aydet...</translation> - </message> - <message> <location filename="Project/Project.py" line="2854"/> - <source>Save the current project to a new file</source> - <translation>Geçerli projeyi yeni bir dosya olarak kaydet</translation> - </message> - <message> - <location filename="Project/Project.py" line="2855"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2864"/> - <source>Add files to project</source> - <translation>Projeye dosyalar ekle</translation> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Kaydet</b><p>Bu geçerli projeyi kaydeder.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2861"/> + <source>Save &as...</source> + <translation>Farklı k&aydet...</translation> </message> <message> <location filename="Project/Project.py" line="2864"/> + <source>Save the current project to a new file</source> + <translation>Geçerli projeyi yeni bir dosya olarak kaydet</translation> + </message> + <message> + <location filename="Project/Project.py" line="2865"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> + <source>Add files to project</source> + <translation>Projeye dosyalar ekle</translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> <source>Add &files...</source> <translation>Dosyaları &ekle...</translation> </message> <message> - <location filename="Project/Project.py" line="2868"/> - <source>Add files to the current project</source> - <translation>Geçerli projeye dosyalar ekle</translation> - </message> - <message> - <location filename="Project/Project.py" line="2869"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2878"/> - <source>Add directory to project</source> - <translation>Projeye dizin ekle</translation> - </message> - <message> <location filename="Project/Project.py" line="2878"/> + <source>Add files to the current project</source> + <translation>Geçerli projeye dosyalar ekle</translation> + </message> + <message> + <location filename="Project/Project.py" line="2879"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> + <source>Add directory to project</source> + <translation>Projeye dizin ekle</translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> <source>Add directory...</source> <translation>Dizin ekle...</translation> </message> <message> - <location filename="Project/Project.py" line="2882"/> - <source>Add a directory to the current project</source> - <translation>Geçerli projeye bir dizin ekleyiniz</translation> - </message> - <message> - <location filename="Project/Project.py" line="2884"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2892"/> + <source>Add a directory to the current project</source> + <translation>Geçerli projeye bir dizin ekleyiniz</translation> + </message> + <message> + <location filename="Project/Project.py" line="2894"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2902"/> <source>Add translation to project</source> <translation>Projeye çeviri ekle</translation> </message> <message> - <location filename="Project/Project.py" line="2892"/> + <location filename="Project/Project.py" line="2902"/> <source>Add &translation...</source> <translation>Çeviri &ekle...</translation> </message> <message> - <location filename="Project/Project.py" line="2896"/> - <source>Add a translation to the current project</source> - <translation>Geçerli projeye çeviri ekle</translation> - </message> - <message> - <location filename="Project/Project.py" line="2898"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2906"/> - <source>Search new files</source> - <translation>Yeni dosyaları ara</translation> - </message> - <message> <location filename="Project/Project.py" line="2906"/> + <source>Add a translation to the current project</source> + <translation>Geçerli projeye çeviri ekle</translation> + </message> + <message> + <location filename="Project/Project.py" line="2908"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> + <source>Search new files</source> + <translation>Yeni dosyaları ara</translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> <source>Searc&h new files...</source> <translation>Yeni dosyaları a&ra...</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2919"/> <source>Search new files in the project directory.</source> <translation>Proje dizininde yeni dosyaları ara.</translation> </message> <message> - <location filename="Project/Project.py" line="2910"/> + <location filename="Project/Project.py" line="2920"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>Project properties</source> <translation>Proje özellikleri</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>&Properties...</source> <translation>&Özellikler...</translation> </message> <message> - <location filename="Project/Project.py" line="2921"/> + <location filename="Project/Project.py" line="2931"/> <source>Show the project properties</source> <translation>Proje özelliklerini göster</translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>User project properties</source> - <translation>Kullanıcı projesi özellikleri</translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>&User Properties...</source> - <translation>K&ullanıcı Özellikleri...</translation> - </message> - <message> <location filename="Project/Project.py" line="2932"/> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>User project properties</source> + <translation>Kullanıcı projesi özellikleri</translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>&User Properties...</source> + <translation>K&ullanıcı Özellikleri...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2942"/> <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2934"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations</source> - <translation>Dosyatipi Birleştirme</translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations...</source> - <translation>Dosyatipi Birleştirme...</translation> - </message> - <message> <location filename="Project/Project.py" line="2944"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations</source> + <translation>Dosyatipi Birleştirme</translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations...</source> + <translation>Dosyatipi Birleştirme...</translation> + </message> + <message> + <location filename="Project/Project.py" line="2954"/> <source>Show the project filetype associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2946"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="2956"/> + <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2959"/> + <location filename="Project/Project.py" line="2969"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2961"/> + <location filename="Project/Project.py" line="2971"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger Properties</source> <translation>Hata Ayıklayıcı Özellikleri</translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger &Properties...</source> <translation>Hata Ayıklayıcı &Özellikleri...</translation> </message> <message> - <location filename="Project/Project.py" line="2975"/> + <location filename="Project/Project.py" line="2985"/> <source>Show the debugger properties</source> <translation>Hata ayıklayıcı özelliklerini göster</translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>Load</source> - <translation>Yükle</translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>&Load</source> - <translation>Yük&le</translation> - </message> - <message> <location filename="Project/Project.py" line="2986"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>Load</source> + <translation>Yükle</translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>&Load</source> + <translation>Yük&le</translation> + </message> + <message> + <location filename="Project/Project.py" line="2996"/> <source>Load the debugger properties</source> <translation>Hata ayıklayıcı özelliklerini yükle</translation> </message> <message> - <location filename="Project/Project.py" line="2987"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>Save</source> - <translation>Kaydet</translation> - </message> - <message> <location filename="Project/Project.py" line="2997"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>Save</source> + <translation>Kaydet</translation> + </message> + <message> + <location filename="Project/Project.py" line="3007"/> <source>Save the debugger properties</source> <translation>Hata ayıklayıcı özelliklerini kaydet</translation> </message> <message> - <location filename="Project/Project.py" line="2998"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>Delete</source> - <translation>Sil</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>&Delete</source> - <translation>&Sil</translation> - </message> - <message> <location filename="Project/Project.py" line="3008"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>Delete</source> + <translation>Sil</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>&Delete</source> + <translation>&Sil</translation> + </message> + <message> + <location filename="Project/Project.py" line="3018"/> <source>Delete the debugger properties</source> <translation>Hata ayıklayıcı özelliklerini sil</translation> </message> <message> - <location filename="Project/Project.py" line="3009"/> + <location filename="Project/Project.py" line="3019"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>Reset</source> <translation>Başadön</translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>&Reset</source> <translation>Başad&ön</translation> </message> <message> - <location filename="Project/Project.py" line="3020"/> - <source>Reset the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> - </message> - <message> - <location filename="Project/Project.py" line="3021"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="3030"/> + <source>Reset the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> + </message> + <message> + <location filename="Project/Project.py" line="3031"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3040"/> <source>Load session</source> <translation>Oturum yükleniyor</translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> + <location filename="Project/Project.py" line="3043"/> <source>Load the projects session file.</source> <translation>Projelerin oturm dosyasını yükle.</translation> </message> <message> - <location filename="Project/Project.py" line="3034"/> + <location filename="Project/Project.py" line="3044"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3047"/> + <location filename="Project/Project.py" line="3057"/> <source>Save session</source> <translation>Oturumu kaydet</translation> </message> <message> - <location filename="Project/Project.py" line="3050"/> + <location filename="Project/Project.py" line="3060"/> <source>Save the projects session file.</source> <translation>Proje oturum dosyasını kaydet.</translation> </message> <message> - <location filename="Project/Project.py" line="3051"/> + <location filename="Project/Project.py" line="3061"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3064"/> + <location filename="Project/Project.py" line="3074"/> <source>Delete session</source> <translation>Oturumu sil</translation> </message> <message> - <location filename="Project/Project.py" line="3067"/> - <source>Delete the projects session file.</source> - <translation>Proje oturum dosyasını sil.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3068"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Oturumu sil</b><p>Bu projenin oturum dosyasını siler</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3077"/> - <source>Code Metrics</source> - <translation>Metrik Kod</translation> - </message> - <message> <location filename="Project/Project.py" line="3077"/> + <source>Delete the projects session file.</source> + <translation>Proje oturum dosyasını sil.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3078"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Oturumu sil</b><p>Bu projenin oturum dosyasını siler</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3087"/> + <source>Code Metrics</source> + <translation>Metrik Kod</translation> + </message> + <message> + <location filename="Project/Project.py" line="3087"/> <source>&Code Metrics...</source> <translation>Me&trik Kod...</translation> </message> <message> - <location filename="Project/Project.py" line="3080"/> + <location filename="Project/Project.py" line="3090"/> <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3082"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Python Code Coverage</source> - <translation>Python Kod Koruyucu</translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Code Co&verage...</source> - <translation>Kod Koru&yucu...</translation> - </message> - <message> <location filename="Project/Project.py" line="3092"/> - <source>Show code coverage information for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3094"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Profile Data</source> - <translation>Veri Kesiti</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Python Code Coverage</source> + <translation>Python Kod Koruyucu</translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Code Co&verage...</source> + <translation>Kod Koru&yucu...</translation> </message> <message> <location filename="Project/Project.py" line="3102"/> + <source>Show code coverage information for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3104"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Profile Data</source> + <translation>Veri Kesiti</translation> + </message> + <message> + <location filename="Project/Project.py" line="3112"/> <source>&Profile Data...</source> <translation>&Veri kesiti...</translation> </message> <message> - <location filename="Project/Project.py" line="3105"/> + <location filename="Project/Project.py" line="3115"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3107"/> + <location filename="Project/Project.py" line="3117"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> @@ -26160,42 +26160,42 @@ <translation type="obsolete">Tepegöz roporunu projeden kaldırın.</translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Application Diagram</source> <translation>Uygulama Şeması</translation> </message> <message> - <location filename="Project/Project.py" line="3114"/> + <location filename="Project/Project.py" line="3124"/> <source>&Application Diagram...</source> <translation>Uygulama Şem&ası...</translation> </message> <message> - <location filename="Project/Project.py" line="3117"/> + <location filename="Project/Project.py" line="3127"/> <source>Show a diagram of the project.</source> <translation>Projenin bir şemasını göster.</translation> </message> <message> - <location filename="Project/Project.py" line="3119"/> + <location filename="Project/Project.py" line="3129"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Uygulama Şeması...</b><p>Bu projenin bir şemasını gösterir.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source>Create Package List</source> <translation>Paket Listesini Oluştur</translation> </message> <message> - <location filename="Project/Project.py" line="3128"/> + <location filename="Project/Project.py" line="3138"/> <source>Create &Package List</source> <translation>&Paket Listesini Üret</translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source>Create Plugin Archive</source> <translation>Eklenti Arşivi Oluştur</translation> </message> <message> - <location filename="Project/Project.py" line="3142"/> + <location filename="Project/Project.py" line="3152"/> <source>Create Plugin &Archive</source> <translation>Eklenti &Arşivi Oluştur</translation> </message> @@ -26205,112 +26205,112 @@ <translation type="obsolete">Eric4 eklenti arşiv dosyası oluştur.</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (Snapshot)</source> <translation>Eklenti arşivi oluştur (Enstantene)</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>Eklenti Arşivi Oluştur (En&stantene)</translation> </message> <message> - <location filename="Project/Project.py" line="3191"/> - <source>&Project</source> - <translation>&Proje</translation> - </message> - <message> - <location filename="Project/Project.py" line="3192"/> - <source>Open &Recent Projects</source> - <translation>Geçmiş P&rojeleri Aç</translation> - </message> - <message> - <location filename="Project/Project.py" line="3193"/> - <source>&Version Control</source> - <translation>S&ürüm Kontrol</translation> - </message> - <message> - <location filename="Project/Project.py" line="3196"/> - <source>Chec&k</source> - <translation>&Kontrol</translation> - </message> - <message> - <location filename="Project/Project.py" line="3198"/> - <source>Sho&w</source> - <translation>G&öster</translation> - </message> - <message> - <location filename="Project/Project.py" line="3199"/> - <source>&Diagrams</source> - <translation>Şemalar &D</translation> - </message> - <message> - <location filename="Project/Project.py" line="3200"/> - <source>Session</source> - <translation>Oturum</translation> - </message> - <message> <location filename="Project/Project.py" line="3201"/> - <source>Source &Documentation</source> - <translation>Kaynak Belgeleme &D</translation> + <source>&Project</source> + <translation>&Proje</translation> + </message> + <message> + <location filename="Project/Project.py" line="3202"/> + <source>Open &Recent Projects</source> + <translation>Geçmiş P&rojeleri Aç</translation> </message> <message> <location filename="Project/Project.py" line="3203"/> + <source>&Version Control</source> + <translation>S&ürüm Kontrol</translation> + </message> + <message> + <location filename="Project/Project.py" line="3206"/> + <source>Chec&k</source> + <translation>&Kontrol</translation> + </message> + <message> + <location filename="Project/Project.py" line="3208"/> + <source>Sho&w</source> + <translation>G&öster</translation> + </message> + <message> + <location filename="Project/Project.py" line="3209"/> + <source>&Diagrams</source> + <translation>Şemalar &D</translation> + </message> + <message> + <location filename="Project/Project.py" line="3210"/> + <source>Session</source> + <translation>Oturum</translation> + </message> + <message> + <location filename="Project/Project.py" line="3211"/> + <source>Source &Documentation</source> + <translation>Kaynak Belgeleme &D</translation> + </message> + <message> + <location filename="Project/Project.py" line="3213"/> <source>Debugger</source> <translation>Hata Ayıklayıcı</translation> </message> <message> - <location filename="Project/Project.py" line="3204"/> + <location filename="Project/Project.py" line="3214"/> <source>Pac&kagers</source> <translation>Pa&ketleyici</translation> </message> <message> - <location filename="Project/Project.py" line="3306"/> + <location filename="Project/Project.py" line="3316"/> <source>Project</source> <translation>Proje</translation> </message> <message> - <location filename="Project/Project.py" line="3367"/> + <location filename="Project/Project.py" line="3377"/> <source>&Clear</source> <translation>T&emizle</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>Search New Files</source> <translation>Yeni Dosyaları Ara</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source>Version Control System</source> <translation>Sürüm Kontrol Sistemi</translation> </message> <message> - <location filename="Project/Project.py" line="3707"/> + <location filename="Project/Project.py" line="3717"/> <source>Coverage Data</source> <translation>Veri Kapsamı</translation> </message> <message> - <location filename="Project/Project.py" line="3753"/> + <location filename="Project/Project.py" line="3763"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Code Coverage</source> <translation>Kod Koruyucu</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Please select a coverage file</source> <translation>Lütfen bir koruyucu dosya seçiniz</translation> </message> <message> - <location filename="Project/Project.py" line="3774"/> + <location filename="Project/Project.py" line="3784"/> <source>Please select a profile file</source> <translation>Lütfen kesit dosyasını seçiniz</translation> </message> @@ -26325,147 +26325,147 @@ <translation type="obsolete">Lütfen, kaldırılacak Tepegöz rapor dosyasını seçin</translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Include module names?</source> <translation>Modül isimleri dahil edilsin mi?</translation> </message> <message> - <location filename="Project/Project.py" line="3931"/> + <location filename="Project/Project.py" line="3941"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3975"/> + <location filename="Project/Project.py" line="3985"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3983"/> + <location filename="Project/Project.py" line="3993"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Project/Project.py" line="234"/> + <source>PySide GUI</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Project/Project.py" line="235"/> - <source>PySide GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="236"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="190"/> + <location filename="Project/Project.py" line="189"/> <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="193"/> + <location filename="Project/Project.py" line="192"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="230"/> + <location filename="Project/Project.py" line="229"/> <source>Eric Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source><p>The Project type <b>{0}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1325"/> + <location filename="Project/Project.py" line="1324"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> @@ -26475,82 +26475,82 @@ <translation type="obsolete">Proje Dosyaları (*.e4p *.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="3132"/> + <location filename="Project/Project.py" line="3142"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3134"/> + <location filename="Project/Project.py" line="3144"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3146"/> + <location filename="Project/Project.py" line="3156"/> <source>Create an eric5 plugin archive file.</source> <translation type="unfinished">Eric4 eklenti arşiv dosyası oluştur. {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3148"/> + <location filename="Project/Project.py" line="3158"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3171"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3173"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3606"/> + <location filename="Project/Project.py" line="3616"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3995"/> + <location filename="Project/Project.py" line="4005"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4009"/> + <location filename="Project/Project.py" line="4019"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4029"/> + <location filename="Project/Project.py" line="4039"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4051"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1261"/> + <location filename="Project/Project.py" line="1260"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1309"/> + <location filename="Project/Project.py" line="1308"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -30039,6 +30039,14 @@ </message> </context> <context> + <name>QtHelpAccessHandler</name> + <message> + <location filename="Helpviewer/Network/QtHelpAccessHandler.py" line="115"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'{0}'</h3></div></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QtHelpDocumentationDialog</name> <message> <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> @@ -31864,6 +31872,79 @@ </message> </context> <context> + <name>SslInfoDialog</name> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="28"/> + <source><b>Issued for</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="122"/> + <source>Common Name (CN)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="142"/> + <source>Organization (O)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="162"/> + <source>Organizational Unit (OU)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="95"/> + <source>Serialnumber</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="115"/> + <source><b>Issued by</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="182"/> + <source><b>Validity</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="189"/> + <source>Issued on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="209"/> + <source>Expires on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="229"/> + <source><b>Fingerprints</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="236"/> + <source>SHA1-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="256"/> + <source>MD5-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.py" line="58"/> + <source><not part of the certificate></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>StartCoverageDialog</name> <message> <location filename="Debugger/StartCoverageDialog.ui" line="14"/> @@ -40520,6 +40601,19 @@ </message> </context> <context> + <name>UrlBar</name> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="36"/> + <source>Enter the location here.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="119"/> + <source>Unknown</source> + <translation type="unfinished">Bilinmeyen</translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="42"/>
--- a/i18n/eric5_zh_CN.GB2312.ts Thu Oct 07 09:07:22 2010 +0200 +++ b/i18n/eric5_zh_CN.GB2312.ts Thu Oct 07 21:27:08 2010 +0200 @@ -1607,108 +1607,108 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Loading Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="169"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="173"/> <source>Toolbar Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="175"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="179"/> <source>Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Saving Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="329"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="333"/> <source>XBEL bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="330"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="334"/> <source>HTML Netscape bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Exporting Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="437"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="535"/> <source>Remove Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="476"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="574"/> <source>Insert Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="514"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="612"/> <source>Name Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="517"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="615"/> <source>Address Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="218"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="222"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="347"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Error opening bookmarks file <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="363"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> <source>Error when importing bookmarks on line {0}, column [1}: {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="377"/> <source>Imported {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="397"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="401"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="412"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="416"/> <source>Converted {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="381"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="385"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="157"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="161"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation type="unfinished"></translation> @@ -5758,7 +5758,7 @@ <translation>中止</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="144"/> + <location filename="Helpviewer/DownloadDialog.py" line="148"/> <source>Save File</source> <translation>保存文件</translation> </message> @@ -5798,7 +5798,7 @@ <translation type="obsolete">%2 (%3/秒) %4 的 %1</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="358"/> + <location filename="Helpviewer/DownloadDialog.py" line="362"/> <source>?</source> <translation>?</translation> </message> @@ -5813,22 +5813,22 @@ <translation type="obsolete">%2 的 %1 - 已中止</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="383"/> + <location filename="Helpviewer/DownloadDialog.py" line="387"/> <source>bytes</source> <translation>字节</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="386"/> + <location filename="Helpviewer/DownloadDialog.py" line="390"/> <source>kB</source> <translation>千字节</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="389"/> + <location filename="Helpviewer/DownloadDialog.py" line="393"/> <source>MB</source> <translation>兆字节</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source>Downloading</source> <translation type="unfinished"></translation> </message> @@ -5838,52 +5838,52 @@ <translation type="unfinished">Eric4 下载 {5 ?}</translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="126"/> + <location filename="Helpviewer/DownloadDialog.py" line="130"/> <source><p>You are about to download the file <b>{0}</b>.</p><p>What do you want to do?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="155"/> + <location filename="Helpviewer/DownloadDialog.py" line="159"/> <source>Download canceled: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="268"/> + <location filename="Helpviewer/DownloadDialog.py" line="272"/> <source>Error opening save file: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="275"/> + <location filename="Helpviewer/DownloadDialog.py" line="279"/> <source>Error saving: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="292"/> + <location filename="Helpviewer/DownloadDialog.py" line="296"/> <source>Network Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="348"/> + <location filename="Helpviewer/DownloadDialog.py" line="352"/> <source>- {0}:{1:02} minutes remaining</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="355"/> + <location filename="Helpviewer/DownloadDialog.py" line="359"/> <source>- {0} seconds remaining</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="357"/> + <location filename="Helpviewer/DownloadDialog.py" line="361"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="366"/> + <location filename="Helpviewer/DownloadDialog.py" line="370"/> <source>{0} downloaded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/DownloadDialog.py" line="369"/> + <location filename="Helpviewer/DownloadDialog.py" line="373"/> <source>{0} of {1} - Stopped</source> <translation type="unfinished"></translation> </message> @@ -12568,17 +12568,17 @@ <translation type="obsolete"><p>无法为文件 <b>%1</b> 开启浏览器。</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="708"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="760"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>在新选项卡中打开链接<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="318"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="370"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>帮助窗口</b><p>该窗口显示已选的帮助信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> <source>Web Inspector...</source> <translation>网络检查器……</translation> </message> @@ -12588,172 +12588,172 @@ <translation type="obsolete"><html><head><title>帮助窗口</title></head><body><p>请求的 URL <b>%1</b> 无法载入。</p><p>原因: %2</p></body></html></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="741"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="793"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="712"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="764"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="713"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="765"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="716"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="768"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="721"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="773"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="725"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="777"/> <source>Save Image</source> <translation type="unfinished">保存图像</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="726"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="778"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="727"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="779"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source>Web Browser</source> <translation type="unfinished">网络浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="731"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="783"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="755"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="486"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="538"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="524"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="576"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="506"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="558"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1141"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1188"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1201"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1248"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1229"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1276"/> <source>bytes</source> <translation type="unfinished">字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1232"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1279"/> <source>kB</source> <translation type="unfinished">千字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1235"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1282"/> <source>MB</source> <translation type="unfinished">兆字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1209"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1256"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="772"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="885"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="937"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="927"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="979"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="944"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1150"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -13132,112 +13132,112 @@ <context> <name>HelpTabWidget</name> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="63"/> + <location filename="Helpviewer/HelpTabWidget.py" line="75"/> <source>Show a navigation menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="73"/> + <location filename="Helpviewer/HelpTabWidget.py" line="85"/> <source>Close the current help window</source> <translation type="unfinished">关闭当前帮助浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="86"/> - <source>Open a new help window tab</source> - <translation type="unfinished">打开新帮助窗口选项卡</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="98"/> + <source>Open a new help window tab</source> + <translation type="unfinished">打开新帮助窗口选项卡</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="112"/> <source>New Tab</source> <translation type="unfinished">新建选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="102"/> - <source>Move Left</source> - <translation type="unfinished">左移</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="105"/> - <source>Move Right</source> - <translation type="unfinished">右移</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="109"/> - <source>Duplicate Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="113"/> - <source>Close</source> - <translation type="unfinished">关闭</translation> - </message> - <message> <location filename="Helpviewer/HelpTabWidget.py" line="116"/> - <source>Close Others</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="118"/> - <source>Close All</source> - <translation type="unfinished">全部关闭</translation> - </message> - <message> - <location filename="Helpviewer/HelpTabWidget.py" line="121"/> - <source>Print Preview</source> - <translation type="unfinished">打印预览</translation> + <source>Move Left</source> + <translation type="unfinished">左移</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="119"/> + <source>Move Right</source> + <translation type="unfinished">右移</translation> </message> <message> <location filename="Helpviewer/HelpTabWidget.py" line="123"/> + <source>Duplicate Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="127"/> + <source>Close</source> + <translation type="unfinished">关闭</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="130"/> + <source>Close Others</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="132"/> + <source>Close All</source> + <translation type="unfinished">全部关闭</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="135"/> + <source>Print Preview</source> + <translation type="unfinished">打印预览</translation> + </message> + <message> + <location filename="Helpviewer/HelpTabWidget.py" line="137"/> <source>Print</source> <translation type="unfinished">打印</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="125"/> + <location filename="Helpviewer/HelpTabWidget.py" line="139"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="128"/> + <location filename="Helpviewer/HelpTabWidget.py" line="142"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="225"/> + <location filename="Helpviewer/HelpTabWidget.py" line="261"/> <source>...</source> <translation type="unfinished">……</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="462"/> + <location filename="Helpviewer/HelpTabWidget.py" line="493"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>由于 PyQt4 中存在一个错误,导致无法打印。请升级。</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="531"/> + <location filename="Helpviewer/HelpTabWidget.py" line="565"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="548"/> + <location filename="Helpviewer/HelpTabWidget.py" line="582"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="550"/> + <location filename="Helpviewer/HelpTabWidget.py" line="584"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="586"/> + <location filename="Helpviewer/HelpTabWidget.py" line="620"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -13245,17 +13245,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="593"/> + <location filename="Helpviewer/HelpTabWidget.py" line="627"/> <source>&Close</source> <translation type="unfinished">关闭(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="596"/> + <location filename="Helpviewer/HelpTabWidget.py" line="630"/> <source>&Quit</source> <translation type="unfinished">退出(&Q)</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="598"/> + <location filename="Helpviewer/HelpTabWidget.py" line="632"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -13785,32 +13785,32 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="224"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="232"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="233"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="241"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -13818,27 +13818,27 @@ <context> <name>HelpWebSearchWidget</name> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="135"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="137"/> <source>Suggestions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="143"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="145"/> <source>No Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="147"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="149"/> <source>Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="280"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="290"/> <source>Clear Recent Searches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWebSearchWidget.py" line="271"/> + <location filename="Helpviewer/HelpWebSearchWidget.py" line="281"/> <source>Add '{0}'</source> <translation type="unfinished"></translation> </message> @@ -13851,38 +13851,38 @@ <translation type="obsolete">Eric4 帮助浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="460"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Close the current help window</source> <translation>关闭当前帮助浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="316"/> - <source>Open a new help window tab</source> - <translation>打开新帮助窗口选项卡</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> - <source>New Tab</source> - <translation>新建选项卡</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="311"/> + <source>Open a new help window tab</source> + <translation>打开新帮助窗口选项卡</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> + <source>New Tab</source> + <translation>新建选项卡</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>&New Tab</source> <translation>新建选项卡(&N)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="311"/> + <location filename="Helpviewer/HelpWindow.py" line="306"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="317"/> + <location filename="Helpviewer/HelpWindow.py" line="312"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>新建选项卡</b><p>打开新帮助窗口选项卡。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New Window</source> <translation>新建窗口</translation> </message> @@ -13892,142 +13892,142 @@ <translation type="obsolete">新建窗口(&e)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="330"/> + <location filename="Helpviewer/HelpWindow.py" line="325"/> <source>Open a new help browser window</source> <translation>打开一个新的帮助浏览器窗口</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="331"/> + <location filename="Helpviewer/HelpWindow.py" line="326"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>新建窗口</b><p>打开一个新的帮助浏览窗口。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Open File</source> <translation>打开文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="339"/> + <location filename="Helpviewer/HelpWindow.py" line="334"/> <source>&Open File</source> <translation>打开文件(&O)</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="334"/> + <source>Ctrl+O</source> + <comment>File|Open</comment> + <translation>Ctrl+O</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="339"/> - <source>Ctrl+O</source> - <comment>File|Open</comment> - <translation>Ctrl+O</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="344"/> <source>Open a help file for display</source> <translation>打开显示一个帮助文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="340"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>打开文件</b><p>打开显示一个新帮助文件。将会弹出一个文件选择对话框。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New Tab</source> <translation>在新选项卡中打开文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Open File in New &Tab</source> <translation>在新选项卡中打开文件(&T)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="349"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="354"/> <source>Open a help file for display in a new tab</source> <translation>在新选项卡中打开显示帮助文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="361"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>在新选项卡中打开文件</b><p>在新选项卡中打开显示一个新帮助文件。将会弹出一个文件选择对话框。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>&Print</source> <translation>打印(&P)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="414"/> + <location filename="Helpviewer/HelpWindow.py" line="409"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="419"/> + <location filename="Helpviewer/HelpWindow.py" line="414"/> <source>Print the displayed help</source> <translation>打印显示的帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>打印</b><p>打印显示的帮助文本。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Print Preview</source> <translation>打印预览</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Print preview of the displayed help</source> <translation>显示的帮助的打印预览</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="447"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>打印预览</b><p>显示的帮助文件的打印预览。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Close</source> <translation>关闭(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="455"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="461"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>关闭</b><p>关闭当前帮助窗口。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close All</source> <translation>全部关闭</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="469"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Close &All</source> <translation>全部关闭(&A)</translation> </message> @@ -14037,22 +14037,22 @@ <translation type="obsolete">关闭所有帮助窗口</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>全部关闭</b><p>关闭所有帮助窗口除了第一个。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Quit</source> <translation>退出(&Q)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> @@ -14068,222 +14068,222 @@ <translation type="obsolete"><b>退出</b><p>退出帮助浏览器。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backward</source> <translation>后退</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>&Backward</source> <translation>后退(&B)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="513"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="514"/> <source>Move one help screen backward</source> <translation>向后移动一个帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>后移</b><p>向后移动一个帮助屏幕。如果没有有效的帮助屏幕,则该行为被禁用。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Forward</source> <translation>前移</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>&Forward</source> <translation>前移(&F)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="524"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="530"/> <source>Move one help screen forward</source> <translation>向前移动一个帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="531"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>前移</b><p>向前移动一个帮助屏幕。如果没有有效的帮助屏幕,则该行为被禁用。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="545"/> + <location filename="Helpviewer/HelpWindow.py" line="540"/> <source>&Home</source> <translation>首页(&H)</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="540"/> + <source>Ctrl+Home</source> + <comment>Go|Home</comment> + <translation>Ctrl+Home</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="545"/> - <source>Ctrl+Home</source> - <comment>Go|Home</comment> - <translation>Ctrl+Home</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Move to the initial help screen</source> <translation>移动到初始帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="546"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>返回</b><p>移动到初始帮助屏幕。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Reload</source> <translation>重新载入</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>&Reload</source> <translation>重新载入(&R)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="565"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <source>Reload the current help screen</source> <translation>重新载入当前帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="566"/> + <location filename="Helpviewer/HelpWindow.py" line="561"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>重新载入</b><p>重新载入当前帮助屏幕。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Copy</source> <translation>复制</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>&Copy</source> <translation>复制(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="584"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="594"/> + <location filename="Helpviewer/HelpWindow.py" line="589"/> <source>Copy the selected text</source> <translation>复制已选文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>复制</b><p>将已选文件复制到剪贴板中。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Find...</source> <translation>查找……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>&Find...</source> <translation>查找(&F)……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="603"/> <source>Find text in page</source> <translation>在页面中查找文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="609"/> + <location filename="Helpviewer/HelpWindow.py" line="604"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>查找</b><p>在页面中查找文本。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find next</source> <translation>查找下一个</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>Find &next</source> <translation>查找下一个(&n)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="612"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="622"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source>Find next occurrence of text in page</source> <translation>在页面中查找文本的下一个出现位置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>查找下一个</b><p>在页面中查找文本的下一个出现位置。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Find previous</source> <translation>查找上一个</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="626"/> + <source>Find &previous</source> + <translation>查找上一个(&p)</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="626"/> + <source>Shift+F3</source> + <comment>Edit|Find previous</comment> + <translation>Shift+F3</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="631"/> - <source>Find &previous</source> - <translation>查找上一个(&p)</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="631"/> - <source>Shift+F3</source> - <comment>Edit|Find previous</comment> - <translation>Shift+F3</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="636"/> <source>Find previous occurrence of text in page</source> <translation>在页面中查找文本的上一个出现位置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="638"/> + <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>查找上一个</b><p>在页面中查找文本的上一个出现位置。</p></translation> </message> @@ -14308,7 +14308,7 @@ <translation type="obsolete"><b>清除历史</b><p>清除历史信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add Bookmark</source> <translation>添加书签</translation> </message> @@ -14348,175 +14348,175 @@ <translation type="obsolete"><b>编辑书签</b><p>该行为显示一个对话框,可以改变书签的名称和文件以及在菜单中书签的顺序。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>What's This?</source> <translation>这是什么?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>&What's This?</source> <translation>这是什么(&W)?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="702"/> + <location filename="Helpviewer/HelpWindow.py" line="697"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="707"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Context sensitive help</source> <translation>背景帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="708"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>About</source> <translation>关于</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>&About</source> <translation>关于(&A)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="723"/> + <location filename="Helpviewer/HelpWindow.py" line="718"/> <source>Display information about this software</source> <translation>显示软件信息</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="724"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>关于</b><p>显示与本软件有关的部分信息。</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About Qt</source> + <translation>关于 Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>About &Qt</source> + <translation>关于 &Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="730"/> + <source>Display information about the Qt toolkit</source> + <translation>显示Qt工具包信息</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About Qt</source> - <translation>关于 Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> - <source>About &Qt</source> - <translation>关于 &Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="735"/> - <source>Display information about the Qt toolkit</source> - <translation>显示Qt工具包信息</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="737"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>关于 Qt</b><p>显示Qt工具包的部分相关信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom in</source> <translation>放大</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Zoom &in</source> <translation>放大(&i)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="740"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="750"/> + <location filename="Helpviewer/HelpWindow.py" line="745"/> <source>Zoom in on the text</source> <translation>放大显示文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="751"/> + <location filename="Helpviewer/HelpWindow.py" line="746"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>放大</b><p>放大显示文本。将使文本变大。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Zoom out</source> <translation>缩小</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Zoom &out</source> <translation>缩小(&o)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="759"/> + <location filename="Helpviewer/HelpWindow.py" line="754"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="764"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Zoom out on the text</source> <translation>缩小显示文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="765"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>缩小</b><p>缩小显示文本。将使文本变小。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Show next tab</source> <translation>显示下一个选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="824"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Show previous tab</source> <translation>显示上一个选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="838"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Switch between tabs</source> <translation>在选项卡间切换</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="847"/> + <location filename="Helpviewer/HelpWindow.py" line="842"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Preferences</source> <translation>参数选择</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="856"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>&Preferences...</source> <translation>参数选择(&P)……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="854"/> <source>Set the prefered configuration</source> <translation>设定偏好配置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="860"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>参数选择</b><p>将应用程序的配置项设定为你喜欢的值。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear icons database</source> <translation>清除图标数据库</translation> </message> @@ -14526,42 +14526,42 @@ <translation type="obsolete">清除图标数据库(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Clear the database of favicons</source> <translation>清除喜好图标数据库</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1020"/> + <location filename="Helpviewer/HelpWindow.py" line="1015"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>清除图标数据库</b><p>清除以前访问过的 URL 的喜好图标的数据库。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1103"/> + <location filename="Helpviewer/HelpWindow.py" line="1098"/> <source>&File</source> <translation>文件(&F)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1121"/> <source>&Edit</source> <translation>编辑(&E)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source>&View</source> <translation>视图(&V)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <location filename="Helpviewer/HelpWindow.py" line="1145"/> <source>&Go</source> <translation>跳转(&G)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1163"/> + <location filename="Helpviewer/HelpWindow.py" line="1158"/> <source>H&istory</source> <translation>历史(&i)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1170"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>&Bookmarks</source> <translation>书签(&B)</translation> </message> @@ -14571,7 +14571,7 @@ <translation type="obsolete">设置(&t)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1217"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> @@ -14586,22 +14586,22 @@ <translation type="obsolete">右移</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>File</source> <translation>文件</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1240"/> + <source>Edit</source> + <translation>编辑</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1245"/> - <source>Edit</source> - <translation>编辑</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1250"/> <source>View</source> <translation>视图</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1259"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>Find</source> <translation>查找</translation> </message> @@ -14611,22 +14611,22 @@ <translation type="obsolete">书签</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1285"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>Help</source> <translation>帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1292"/> + <location filename="Helpviewer/HelpWindow.py" line="1287"/> <source>Go</source> <translation>跳转</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1311"/> <source><p>Enter the help file to be displayed directly into this edit field. Select a previously shown help file from the drop down list.</p></source> - <translation><p>输入要直接显示到该编辑区域的帮助文件。从下拉列表中选择一个以前显示过的帮助文件。</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1538"/> + <translation type="obsolete"><p>输入要直接显示到该编辑区域的帮助文件。从下拉列表中选择一个以前显示过的帮助文件。</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1444"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>帮助文件 (*.html *.htm);;PDF 文件 (*.pdf);;CHM 文件 (*.chm);;所有文件 (*)</translation> </message> @@ -14676,694 +14676,694 @@ <translation type="obsolete"><p>SSL 错误为 <br /><b>%1</b></p><p>%2</p><p>要忽略这些错误吗?</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="141"/> + <location filename="Helpviewer/HelpWindow.py" line="136"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="472"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="908"/> + <location filename="Helpviewer/HelpWindow.py" line="903"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> + <location filename="Helpviewer/HelpWindow.py" line="907"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="914"/> + <location filename="Helpviewer/HelpWindow.py" line="909"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="917"/> + <source>Table of Contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="920"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="922"/> - <source>Table of Contents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="927"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="956"/> + <source>Manage QtHelp Documents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="959"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="961"/> - <source>Manage QtHelp Documents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="964"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1209"/> + <location filename="Helpviewer/HelpWindow.py" line="1204"/> <source>&Window</source> <translation type="unfinished">窗口(&W)</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1261"/> + <source>Filter</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1266"/> - <source>Filter</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1271"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2049"/> + <location filename="Helpviewer/HelpWindow.py" line="1922"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="969"/> + <source>Manage QtHelp Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="972"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="974"/> - <source>Manage QtHelp Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="977"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="930"/> + <source>Index</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="933"/> + <source>Shows the index window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="935"/> - <source>Index</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Shows the index window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="943"/> + <source>Search</source> + <translation type="unfinished">搜索</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="946"/> + <source>Shows the search window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="948"/> - <source>Search</source> - <translation type="unfinished">搜索</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="951"/> - <source>Shows the search window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="982"/> + <source>Reindex Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="985"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="987"/> - <source>Reindex Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="990"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2158"/> + <location filename="Helpviewer/HelpWindow.py" line="2031"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2210"/> + <location filename="Helpviewer/HelpWindow.py" line="2083"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2240"/> + <location filename="Helpviewer/HelpWindow.py" line="2113"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2259"/> + <location filename="Helpviewer/HelpWindow.py" line="2132"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="480"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="476"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="961"/> + <location filename="Helpviewer/HelpWindow.py" line="956"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="974"/> + <location filename="Helpviewer/HelpWindow.py" line="969"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="987"/> + <location filename="Helpviewer/HelpWindow.py" line="982"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> + <location filename="Helpviewer/HelpWindow.py" line="1000"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> + <source>&Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> - <source>&Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1006"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1010"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Show Network Monitor</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> + <source>Show &Network Monitor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <source>Show the network monitor dialog</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> - <source>Show &Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Show the network monitor dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1075"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1182"/> + <location filename="Helpviewer/HelpWindow.py" line="1177"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1205"/> + <location filename="Helpviewer/HelpWindow.py" line="1200"/> <source>&Tools</source> <translation type="unfinished">工具(&T)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="800"/> + <source>Ctrl+U</source> + <translation type="unfinished">Ctrl+U</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Show the page source in an editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Ctrl+U</source> - <translation type="unfinished">Ctrl+U</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="809"/> - <source>Show the page source in an editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="810"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="864"/> + <source>&Languages...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="867"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="869"/> - <source>&Languages...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="874"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="864"/> <source>Languages</source> <translation type="unfinished">语言</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="882"/> + <location filename="Helpviewer/HelpWindow.py" line="877"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="877"/> + <source>C&ookies...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="880"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="882"/> - <source>C&ookies...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="885"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1277"/> + <location filename="Helpviewer/HelpWindow.py" line="1272"/> <source>Settings</source> <translation type="unfinished">设置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom reset</source> <translation type="unfinished">重置缩放</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="778"/> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="784"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Zoom text only; pictures remain constant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="795"/> + <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="325"/> + <location filename="Helpviewer/HelpWindow.py" line="320"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="386"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="381"/> + <source>&Import Bookmarks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="384"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="386"/> - <source>&Import Bookmarks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="389"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="391"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="400"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>&Export Bookmarks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="400"/> - <source>&Export Bookmarks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="403"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="405"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="641"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="650"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="652"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="666"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="667"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add Folder</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="670"/> + <source>Add &Folder...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="673"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add Folder</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="675"/> - <source>Add &Folder...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="678"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> + <location filename="Helpviewer/HelpWindow.py" line="683"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="683"/> + <source>Bookmark All Tabs...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Bookmark All Tabs...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="693"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1645"/> + <location filename="Helpviewer/HelpWindow.py" line="1551"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="559"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Stop</source> <translation type="unfinished">中止</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Stop</source> <translation type="unfinished">中止(&S)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="580"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="581"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Save As </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="370"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="375"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="372"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1575"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1566"/> + <location filename="Helpviewer/HelpWindow.py" line="1472"/> <source><h3>About Eric Web Browser</h3><p>The Eric Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Quit the web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Quit</b><p>Quit the web browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1027"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1037"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1046"/> + <location filename="Helpviewer/HelpWindow.py" line="1041"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1051"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1060"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2219"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="423"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> + <source>Print the displayed help as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="428"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="432"/> - <source>Print the displayed help as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="433"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="895"/> + <location filename="Helpviewer/HelpWindow.py" line="890"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="890"/> + <source>Offline &Storage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="893"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="895"/> - <source>Offline &Storage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="898"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1815"/> + <location filename="Helpviewer/HelpWindow.py" line="1721"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> + <location filename="Helpviewer/HelpWindow.py" line="1140"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -15373,42 +15373,42 @@ <translation type="obsolete">默认</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1195"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2531"/> + <location filename="Helpviewer/HelpWindow.py" line="2404"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2532"/> + <location filename="Helpviewer/HelpWindow.py" line="2405"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2533"/> + <location filename="Helpviewer/HelpWindow.py" line="2406"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <location filename="Helpviewer/HelpWindow.py" line="2407"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2408"/> <source>Other</source> <translation type="unfinished">其它</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2536"/> + <location filename="Helpviewer/HelpWindow.py" line="2409"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2558"/> + <location filename="Helpviewer/HelpWindow.py" line="2431"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -18716,22 +18716,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source>Saving History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="417"/> + <location filename="Helpviewer/History/HistoryManager.py" line="418"/> <source><p>Unable to open history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="437"/> + <location filename="Helpviewer/History/HistoryManager.py" line="438"/> <source><p>Error removing old history file <b>{0}</b>.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/History/HistoryManager.py" line="443"/> + <location filename="Helpviewer/History/HistoryManager.py" line="444"/> <source><p>Error moving new history file over old one (<b>{0}</b>).<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -20796,27 +20796,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="84"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> <source>Welcome to Eric Web Browser!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="85"/> - <source>Eric Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="86"/> - <source>Search!</source> + <source>Eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="87"/> + <source>Search!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="88"/> <source>About Eric</source> <translation type="unfinished">关于Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="126"/> <source>Search results provided by {0}</source> <translation type="unfinished"></translation> </message> @@ -25493,17 +25493,17 @@ <translation type="obsolete">Python 文件 (*.py);;Python 文件 win32 (*.pyw);;</translation> </message> <message> - <location filename="Project/Project.py" line="196"/> + <location filename="Project/Project.py" line="195"/> <source>Ruby Files (*.rb);;</source> <translation>Ruby 文件 (*.rb);;</translation> </message> <message> + <location filename="Project/Project.py" line="227"/> + <source>Qt4 GUI</source> + <translation>Qt4 图形用户界面程序</translation> + </message> + <message> <location filename="Project/Project.py" line="228"/> - <source>Qt4 GUI</source> - <translation>Qt4 图形用户界面程序</translation> - </message> - <message> - <location filename="Project/Project.py" line="229"/> <source>Qt4 Console</source> <translation>Qt4 控制台程序</translation> </message> @@ -25523,12 +25523,12 @@ <translation type="obsolete">KDE 3</translation> </message> <message> - <location filename="Project/Project.py" line="231"/> + <location filename="Project/Project.py" line="230"/> <source>Console</source> <translation>控制台程序</translation> </message> <message> - <location filename="Project/Project.py" line="232"/> + <location filename="Project/Project.py" line="231"/> <source>Other</source> <translation>其它</translation> </message> @@ -25538,7 +25538,7 @@ <translation type="obsolete">KDE 4</translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source>Registering Project Type</source> <translation>注册项目类型</translation> </message> @@ -25548,7 +25548,7 @@ <translation type="obsolete"><p>项目类型 <b>%1</b> 已存在。</p></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source>Read project file</source> <translation>读取项目文件</translation> </message> @@ -25573,7 +25573,7 @@ <translation type="obsolete"><p>项目文件 <b>%1</b> 包含无效内容。</p></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source>Save project file</source> <translation>保存项目文件</translation> </message> @@ -25583,7 +25583,7 @@ <translation type="obsolete"><p>无法写入项目文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source>Read user project properties</source> <translation>读取用户项目属性</translation> </message> @@ -25593,7 +25593,7 @@ <translation type="obsolete"><p>无法读取用户指定的项目属性文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source>Save user project properties</source> <translation>保存用户项目属性</translation> </message> @@ -25603,12 +25603,12 @@ <translation type="obsolete"><p>无法写入用户指定的项目属性文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source>Read project session</source> <translation>读取项目会话</translation> </message> <message> - <location filename="Project/Project.py" line="926"/> + <location filename="Project/Project.py" line="925"/> <source>Please save the project first.</source> <translation>请先保存项目。</translation> </message> @@ -25633,7 +25633,7 @@ <translation type="obsolete"><p>无法读取项目会话文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source>Save project session</source> <translation>保存项目会话</translation> </message> @@ -25643,7 +25643,7 @@ <translation type="obsolete"><p>无法写入项目会话文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source>Delete project session</source> <translation>删除项目会话</translation> </message> @@ -25653,7 +25653,7 @@ <translation type="obsolete"><p>无法删除项目会话文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source>Read tasks</source> <translation>读取任务</translation> </message> @@ -25673,7 +25673,7 @@ <translation type="obsolete"><p>不支持任务文件 <b>%1</b> 的格式。</p></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source>Save tasks</source> <translation>保存任务</translation> </message> @@ -25683,7 +25683,7 @@ <translation type="obsolete"><p>无法写入任务文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source>Read debugger properties</source> <translation>读取调试器属性</translation> </message> @@ -25698,7 +25698,7 @@ <translation type="obsolete"><p>不支持项目调试器属性文件 <b>%1</b> 的格式。</p></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source>Save debugger properties</source> <translation>保存调试器属性</translation> </message> @@ -25713,7 +25713,7 @@ <translation type="obsolete"><p>无法写入项目调试器属性文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source>Delete debugger properties</source> <translation>删除调试器属性</translation> </message> @@ -25723,17 +25723,17 @@ <translation type="obsolete"><p>无法删除项目调试器属性文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>Add Language</source> <translation>添加语言</translation> </message> <message> - <location filename="Project/Project.py" line="1022"/> + <location filename="Project/Project.py" line="1021"/> <source>You have to specify a translation pattern first.</source> <translation>必须先指定一个翻译样式。</translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source>Delete translation</source> <translation>删除翻译</translation> </message> @@ -25743,7 +25743,7 @@ <translation type="obsolete"><p>无法删除所选的翻译文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="1270"/> + <location filename="Project/Project.py" line="1269"/> <source>Add file</source> <translation>添加文件</translation> </message> @@ -25758,17 +25758,17 @@ <translation type="obsolete"><p>所选文件 <b>%1</b> 无法添加到 <b>%2</b>。</p></translation> </message> <message> - <location filename="Project/Project.py" line="1374"/> + <location filename="Project/Project.py" line="1373"/> <source>The target directory must not be empty.</source> <translation>目标文件夹不能为空。</translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>Add directory</source> <translation>添加文件夹</translation> </message> <message> - <location filename="Project/Project.py" line="1299"/> + <location filename="Project/Project.py" line="1298"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>源文件夹不包含任何属于所选类别的文件。</p></translation> </message> @@ -25778,17 +25778,17 @@ <translation type="obsolete"><p>无法创建目标文件夹 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="1384"/> + <location filename="Project/Project.py" line="1383"/> <source>The source directory must not be empty.</source> <translation>源文件夹不能为空。</translation> </message> <message> - <location filename="Project/Project.py" line="1504"/> + <location filename="Project/Project.py" line="1503"/> <source>Rename file</source> <translation>重命名文件</translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source>Rename File</source> <translation>重命名文件</translation> </message> @@ -25803,7 +25803,7 @@ <translation type="obsolete"><p>无法重命名文件 <b>%1</b> 。<br />原因: %2</p></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source>Delete file</source> <translation>删除文件</translation> </message> @@ -25813,7 +25813,7 @@ <translation type="obsolete"><p>无法删除所选文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source>Delete directory</source> <translation>删除文件夹</translation> </message> @@ -25823,7 +25823,7 @@ <translation type="obsolete"><p>无法删除所选文件夹 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source>Create project directory</source> <translation>创建项目文件夹</translation> </message> @@ -25833,52 +25833,52 @@ <translation type="obsolete"><p>无法创建项目文件夹 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>New Project</source> <translation>新建项目</translation> </message> <message> - <location filename="Project/Project.py" line="1843"/> + <location filename="Project/Project.py" line="1853"/> <source>Add existing files to the project?</source> <translation>是否将已有文件添加到项目中?</translation> </message> <message> - <location filename="Project/Project.py" line="2236"/> + <location filename="Project/Project.py" line="2246"/> <source>Select Version Control System</source> <translation>选择版本控制系统</translation> </message> <message> - <location filename="Project/Project.py" line="1948"/> + <location filename="Project/Project.py" line="1958"/> <source>Would you like to edit the VCS command options?</source> <translation>是否编辑版本控制系统命令选项?</translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>New project</source> <translation>新建项目</translation> </message> <message> - <location filename="Project/Project.py" line="1901"/> + <location filename="Project/Project.py" line="1911"/> <source>Shall the project file be added to the repository?</source> <translation>是否将项目文件添加到储存库?</translation> </message> <message> - <location filename="Project/Project.py" line="1928"/> + <location filename="Project/Project.py" line="1938"/> <source>None</source> <translation>无</translation> </message> <message> - <location filename="Project/Project.py" line="1922"/> + <location filename="Project/Project.py" line="1932"/> <source>Select version control system for the project</source> <translation>为项目选择版本控制系统</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Translation Pattern</source> <translation>翻译样式</translation> </message> <message> - <location filename="Project/Project.py" line="2016"/> + <location filename="Project/Project.py" line="2026"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>为翻译文件输入路径样式(在语言代码的相应位置使用“'%language%”):</translation> </message> @@ -25893,7 +25893,7 @@ <translation type="obsolete"><p>项目文件的 <b>%1</b> 条目包含安全问题。</p></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>Open project</source> <translation>打开项目</translation> </message> @@ -25908,12 +25908,12 @@ <translation type="obsolete">压缩的项目文件 (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2352"/> + <location filename="Project/Project.py" line="2362"/> <source>Project Files (*.e4p)</source> <translation>项目文件 (*.e4p)</translation> </message> <message> - <location filename="Project/Project.py" line="2851"/> + <location filename="Project/Project.py" line="2861"/> <source>Save project as</source> <translation>项目另存为</translation> </message> @@ -25923,7 +25923,7 @@ <translation type="obsolete">项目文件 (*.e4p);;压缩的项目文件 (*.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source>Save File</source> <translation>保存文件</translation> </message> @@ -25933,449 +25933,449 @@ <translation type="obsolete"><p>文件 <b>%1</b> 已存在。</p></translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>Close Project</source> <translation>关闭项目</translation> </message> <message> - <location filename="Project/Project.py" line="2404"/> + <location filename="Project/Project.py" line="2414"/> <source>The current project has unsaved changes.</source> <translation>当前项目的更改未保存。</translation> </message> <message> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>Syntax errors detected</source> <translation>检测到语法错误</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2533"/> + <location filename="Project/Project.py" line="2543"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>项目包含 %n 文件有语法错误。</numerusform> </translation> </message> <message> - <location filename="Project/Project.py" line="2804"/> + <location filename="Project/Project.py" line="2814"/> <source>&New...</source> <translation>新建(&N)……</translation> </message> <message> - <location filename="Project/Project.py" line="2808"/> + <location filename="Project/Project.py" line="2818"/> <source>Generate a new project</source> <translation>生成新项目</translation> </message> <message> - <location filename="Project/Project.py" line="2809"/> + <location filename="Project/Project.py" line="2819"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>新建……</b><p>打开一个对话框为新项目输入信息。</p></translation> </message> <message> - <location filename="Project/Project.py" line="2817"/> + <location filename="Project/Project.py" line="2827"/> <source>&Open...</source> <translation>打开(&O)……</translation> </message> <message> - <location filename="Project/Project.py" line="2821"/> + <location filename="Project/Project.py" line="2831"/> <source>Open an existing project</source> <translation>打开一个已有项目</translation> </message> <message> - <location filename="Project/Project.py" line="2822"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation><b>打开……</b><p>打开一个已有项目。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>Close project</source> - <translation>关闭项目</translation> - </message> - <message> - <location filename="Project/Project.py" line="2829"/> - <source>&Close</source> - <translation>关闭(&C)</translation> - </message> - <message> <location filename="Project/Project.py" line="2832"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation><b>打开……</b><p>打开一个已有项目。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>Close project</source> + <translation>关闭项目</translation> + </message> + <message> + <location filename="Project/Project.py" line="2839"/> + <source>&Close</source> + <translation>关闭(&C)</translation> + </message> + <message> + <location filename="Project/Project.py" line="2842"/> <source>Close the current project</source> <translation>关闭当前项目</translation> </message> <message> - <location filename="Project/Project.py" line="2833"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>关闭</b><p>关闭当前项目。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2840"/> - <source>Save project</source> - <translation>保存项目</translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>&Save</source> - <translation>保存(&S)</translation> - </message> - <message> <location filename="Project/Project.py" line="2843"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>关闭</b><p>关闭当前项目。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2850"/> + <source>Save project</source> + <translation>保存项目</translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>&Save</source> + <translation>保存(&S)</translation> + </message> + <message> + <location filename="Project/Project.py" line="2853"/> <source>Save the current project</source> <translation>保存当前项目</translation> </message> <message> - <location filename="Project/Project.py" line="2844"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>保存</b><p>保存当前项目</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2851"/> - <source>Save &as...</source> - <translation>另存为(&a)……</translation> - </message> - <message> <location filename="Project/Project.py" line="2854"/> - <source>Save the current project to a new file</source> - <translation>将当前项目另存为一个新文件</translation> - </message> - <message> - <location filename="Project/Project.py" line="2855"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>另存为</b><p>将当前项目另存为一个新文件。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2864"/> - <source>Add files to project</source> - <translation>将文件添加到项目中</translation> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>保存</b><p>保存当前项目</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2861"/> + <source>Save &as...</source> + <translation>另存为(&a)……</translation> </message> <message> <location filename="Project/Project.py" line="2864"/> + <source>Save the current project to a new file</source> + <translation>将当前项目另存为一个新文件</translation> + </message> + <message> + <location filename="Project/Project.py" line="2865"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>另存为</b><p>将当前项目另存为一个新文件。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> + <source>Add files to project</source> + <translation>将文件添加到项目中</translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> <source>Add &files...</source> <translation>添加文件(&f)……</translation> </message> <message> - <location filename="Project/Project.py" line="2868"/> - <source>Add files to the current project</source> - <translation>将文件添加到当前项目中</translation> - </message> - <message> - <location filename="Project/Project.py" line="2869"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>添加文件……</b><p>打开一个对话框为当前项目添加文件。添加的位置由文件扩展名决定。</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2878"/> + <source>Add files to the current project</source> + <translation>将文件添加到当前项目中</translation> + </message> + <message> + <location filename="Project/Project.py" line="2879"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>添加文件……</b><p>打开一个对话框为当前项目添加文件。添加的位置由文件扩展名决定。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2888"/> <source>Add directory to project</source> <translation>将文件夹添加到项目中</translation> </message> <message> - <location filename="Project/Project.py" line="2878"/> + <location filename="Project/Project.py" line="2888"/> <source>Add directory...</source> <translation>添加文件夹……</translation> </message> <message> - <location filename="Project/Project.py" line="2882"/> - <source>Add a directory to the current project</source> - <translation>为当前工程添加文件夹</translation> - </message> - <message> - <location filename="Project/Project.py" line="2884"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>添加文件夹……</b><p>打开一个对话框将文件夹添加到当前项目中。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2892"/> - <source>Add translation to project</source> - <translation>将翻译添加到项目中</translation> - </message> - <message> <location filename="Project/Project.py" line="2892"/> + <source>Add a directory to the current project</source> + <translation>为当前工程添加文件夹</translation> + </message> + <message> + <location filename="Project/Project.py" line="2894"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>添加文件夹……</b><p>打开一个对话框将文件夹添加到当前项目中。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2902"/> + <source>Add translation to project</source> + <translation>将翻译添加到项目中</translation> + </message> + <message> + <location filename="Project/Project.py" line="2902"/> <source>Add &translation...</source> <translation>添加翻译(&t)……</translation> </message> <message> - <location filename="Project/Project.py" line="2896"/> - <source>Add a translation to the current project</source> - <translation>将翻译添加到当前项目中</translation> - </message> - <message> - <location filename="Project/Project.py" line="2898"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>添加翻译……</b><p>打开一个对话框将翻译添加到当前项目中。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2906"/> - <source>Search new files</source> - <translation>搜索新文件</translation> - </message> - <message> <location filename="Project/Project.py" line="2906"/> + <source>Add a translation to the current project</source> + <translation>将翻译添加到当前项目中</translation> + </message> + <message> + <location filename="Project/Project.py" line="2908"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>添加翻译……</b><p>打开一个对话框将翻译添加到当前项目中。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> + <source>Search new files</source> + <translation>搜索新文件</translation> + </message> + <message> + <location filename="Project/Project.py" line="2916"/> <source>Searc&h new files...</source> <translation>搜索(&h)新文件……</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2919"/> <source>Search new files in the project directory.</source> <translation>在项目文件夹中搜索新文件。</translation> </message> <message> - <location filename="Project/Project.py" line="2910"/> + <location filename="Project/Project.py" line="2920"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>搜索新文件……</b><p>在项目文件夹和注册的子文件夹中搜索新文件(源文件, *.ui, *.idl) 。</p></translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>Project properties</source> <translation>项目属性</translation> </message> <message> - <location filename="Project/Project.py" line="2918"/> + <location filename="Project/Project.py" line="2928"/> <source>&Properties...</source> <translation>属性(&P)……</translation> </message> <message> - <location filename="Project/Project.py" line="2921"/> + <location filename="Project/Project.py" line="2931"/> <source>Show the project properties</source> <translation>显示项目属性</translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>属性……</b><p>显示一个对话框可编辑项目属性。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>User project properties</source> - <translation>用户项目属性</translation> - </message> - <message> - <location filename="Project/Project.py" line="2929"/> - <source>&User Properties...</source> - <translation>用户(&U)属性……</translation> - </message> - <message> <location filename="Project/Project.py" line="2932"/> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>属性……</b><p>显示一个对话框可编辑项目属性。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>User project properties</source> + <translation>用户项目属性</translation> + </message> + <message> + <location filename="Project/Project.py" line="2939"/> + <source>&User Properties...</source> + <translation>用户(&U)属性……</translation> + </message> + <message> + <location filename="Project/Project.py" line="2942"/> <source>Show the user specific project properties</source> <translation>显示用户指定的项目属性</translation> </message> <message> - <location filename="Project/Project.py" line="2934"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation><b>用户属性……</b><p>显示一个对话框可编辑用户指定的项目属性。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations</source> - <translation>文件类型关联</translation> - </message> - <message> - <location filename="Project/Project.py" line="2941"/> - <source>Filetype Associations...</source> - <translation>文件类型关联……</translation> - </message> - <message> <location filename="Project/Project.py" line="2944"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation><b>用户属性……</b><p>显示一个对话框可编辑用户指定的项目属性。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations</source> + <translation>文件类型关联</translation> + </message> + <message> + <location filename="Project/Project.py" line="2951"/> + <source>Filetype Associations...</source> + <translation>文件类型关联……</translation> + </message> + <message> + <location filename="Project/Project.py" line="2954"/> <source>Show the project filetype associations</source> <translation>显示项目文件类型关联</translation> </message> <message> - <location filename="Project/Project.py" line="2946"/> + <location filename="Project/Project.py" line="2956"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>文件类型关联……</b><p>显示一个对话框可编辑项目的文件类型关联。这些关联以文件名样式决定类型(源代码、窗体、界面或其它)。在把一个文件添加到项目中和搜索新文件时使用。</p></translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger Properties</source> <translation>调试器属性</translation> </message> <message> - <location filename="Project/Project.py" line="2972"/> + <location filename="Project/Project.py" line="2982"/> <source>Debugger &Properties...</source> <translation>调试器属性(&P)……</translation> </message> <message> - <location filename="Project/Project.py" line="2975"/> + <location filename="Project/Project.py" line="2985"/> <source>Show the debugger properties</source> <translation>显示调试器属性</translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>调试器属性……</b><p>显示一个对话框以编辑项目指定的调试器设定。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>Load</source> - <translation>载入</translation> - </message> - <message> - <location filename="Project/Project.py" line="2983"/> - <source>&Load</source> - <translation>载入(&L)</translation> - </message> - <message> <location filename="Project/Project.py" line="2986"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>调试器属性……</b><p>显示一个对话框以编辑项目指定的调试器设定。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>Load</source> + <translation>载入</translation> + </message> + <message> + <location filename="Project/Project.py" line="2993"/> + <source>&Load</source> + <translation>载入(&L)</translation> + </message> + <message> + <location filename="Project/Project.py" line="2996"/> <source>Load the debugger properties</source> <translation>载入调试器属性</translation> </message> <message> - <location filename="Project/Project.py" line="2987"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>载入调试器属性</b><p>载入项目指定的调试器设定。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2994"/> - <source>Save</source> - <translation>保存</translation> - </message> - <message> <location filename="Project/Project.py" line="2997"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>载入调试器属性</b><p>载入项目指定的调试器设定。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3004"/> + <source>Save</source> + <translation>保存</translation> + </message> + <message> + <location filename="Project/Project.py" line="3007"/> <source>Save the debugger properties</source> <translation>保存调试器属性</translation> </message> <message> - <location filename="Project/Project.py" line="2998"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>保存调试器属性</b><p>保存项目指定的调试器设置。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>Delete</source> - <translation>删除</translation> - </message> - <message> - <location filename="Project/Project.py" line="3005"/> - <source>&Delete</source> - <translation>删除(&D)</translation> - </message> - <message> <location filename="Project/Project.py" line="3008"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>保存调试器属性</b><p>保存项目指定的调试器设置。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>Delete</source> + <translation>删除</translation> + </message> + <message> + <location filename="Project/Project.py" line="3015"/> + <source>&Delete</source> + <translation>删除(&D)</translation> + </message> + <message> + <location filename="Project/Project.py" line="3018"/> <source>Delete the debugger properties</source> <translation>删除调试器属性</translation> </message> <message> - <location filename="Project/Project.py" line="3009"/> + <location filename="Project/Project.py" line="3019"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>删除调试器属性</b><p>删除包含项目指定调试器设置的文件。</p></translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>Reset</source> <translation>重置</translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3027"/> <source>&Reset</source> <translation>重置(&R)</translation> </message> <message> - <location filename="Project/Project.py" line="3020"/> - <source>Reset the debugger properties</source> - <translation>重围调试器属性</translation> - </message> - <message> - <location filename="Project/Project.py" line="3021"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>重置调试器属性</b><p>重置项目指定的调试器设置。</p></translation> - </message> - <message> <location filename="Project/Project.py" line="3030"/> + <source>Reset the debugger properties</source> + <translation>重围调试器属性</translation> + </message> + <message> + <location filename="Project/Project.py" line="3031"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>重置调试器属性</b><p>重置项目指定的调试器设置。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3040"/> <source>Load session</source> <translation>载入会话</translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> + <location filename="Project/Project.py" line="3043"/> <source>Load the projects session file.</source> <translation>载入项目会话文件。</translation> </message> <message> - <location filename="Project/Project.py" line="3034"/> + <location filename="Project/Project.py" line="3044"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>载入会话</b><p>载入项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> </message> <message> - <location filename="Project/Project.py" line="3047"/> + <location filename="Project/Project.py" line="3057"/> <source>Save session</source> <translation>保存会话</translation> </message> <message> - <location filename="Project/Project.py" line="3050"/> + <location filename="Project/Project.py" line="3060"/> <source>Save the projects session file.</source> <translation>保存项目会话文件。</translation> </message> <message> - <location filename="Project/Project.py" line="3051"/> + <location filename="Project/Project.py" line="3061"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>保存会话</b><p>保存项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> </message> <message> - <location filename="Project/Project.py" line="3064"/> + <location filename="Project/Project.py" line="3074"/> <source>Delete session</source> <translation>删除会话</translation> </message> <message> - <location filename="Project/Project.py" line="3067"/> - <source>Delete the projects session file.</source> - <translation>删除项目会话文件。</translation> - </message> - <message> - <location filename="Project/Project.py" line="3068"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>删除会话</b><p>删除项目会话文件</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3077"/> - <source>Code Metrics</source> - <translation>代码度量</translation> - </message> - <message> <location filename="Project/Project.py" line="3077"/> + <source>Delete the projects session file.</source> + <translation>删除项目会话文件。</translation> + </message> + <message> + <location filename="Project/Project.py" line="3078"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>删除会话</b><p>删除项目会话文件</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3087"/> + <source>Code Metrics</source> + <translation>代码度量</translation> + </message> + <message> + <location filename="Project/Project.py" line="3087"/> <source>&Code Metrics...</source> <translation>代码度量(&C)……</translation> </message> <message> - <location filename="Project/Project.py" line="3080"/> + <location filename="Project/Project.py" line="3090"/> <source>Show some code metrics for the project.</source> <translation>显示项目的部分代码度量。</translation> </message> <message> - <location filename="Project/Project.py" line="3082"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>代码度量……</b><p>显示项目中所有 Python 文件的部分代码度量。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Python Code Coverage</source> - <translation>Python 代码覆盖率</translation> - </message> - <message> - <location filename="Project/Project.py" line="3089"/> - <source>Code Co&verage...</source> - <translation>代码覆盖率(&v)……</translation> - </message> - <message> <location filename="Project/Project.py" line="3092"/> - <source>Show code coverage information for the project.</source> - <translation>显示项目的代码覆盖率信息。</translation> - </message> - <message> - <location filename="Project/Project.py" line="3094"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>代码覆盖率……</b><p>显示项目中所有 Python 文件的代码覆盖率。</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3774"/> - <source>Profile Data</source> - <translation>剖析数据</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>代码度量……</b><p>显示项目中所有 Python 文件的部分代码度量。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Python Code Coverage</source> + <translation>Python 代码覆盖率</translation> + </message> + <message> + <location filename="Project/Project.py" line="3099"/> + <source>Code Co&verage...</source> + <translation>代码覆盖率(&v)……</translation> </message> <message> <location filename="Project/Project.py" line="3102"/> + <source>Show code coverage information for the project.</source> + <translation>显示项目的代码覆盖率信息。</translation> + </message> + <message> + <location filename="Project/Project.py" line="3104"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>代码覆盖率……</b><p>显示项目中所有 Python 文件的代码覆盖率。</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3784"/> + <source>Profile Data</source> + <translation>剖析数据</translation> + </message> + <message> + <location filename="Project/Project.py" line="3112"/> <source>&Profile Data...</source> <translation>剖析数据(&P)……</translation> </message> <message> - <location filename="Project/Project.py" line="3105"/> + <location filename="Project/Project.py" line="3115"/> <source>Show profiling data for the project.</source> <translation>显示项目的剖析数据。</translation> </message> <message> - <location filename="Project/Project.py" line="3107"/> + <location filename="Project/Project.py" line="3117"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>剖析数据……</b><p>显示项目的剖析数据。</p></translation> </message> @@ -26420,32 +26420,32 @@ <translation type="obsolete"><b>移除循环报告</b><p>移除项目的循环报告。</p></translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="Project/Project.py" line="3114"/> + <location filename="Project/Project.py" line="3124"/> <source>&Application Diagram...</source> <translation>应用程序(&A)图……</translation> </message> <message> - <location filename="Project/Project.py" line="3117"/> + <location filename="Project/Project.py" line="3127"/> <source>Show a diagram of the project.</source> <translation>显示项目图表。</translation> </message> <message> - <location filename="Project/Project.py" line="3119"/> + <location filename="Project/Project.py" line="3129"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>应用程序图……</b><p>显示项目的图表。</p></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source>Create Package List</source> <translation>创建程序包列表</translation> </message> <message> - <location filename="Project/Project.py" line="3128"/> + <location filename="Project/Project.py" line="3138"/> <source>Create &Package List</source> <translation>创建程序包(&P)列表</translation> </message> @@ -26460,12 +26460,12 @@ <translation type="obsolete"><b>创建程序包列表</b><p>创建一个初始化文件列表并包含到 Eric4 插件存档中。该列表从项目文件创建。</p></translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source>Create Plugin Archive</source> <translation>创建插件存档</translation> </message> <message> - <location filename="Project/Project.py" line="3142"/> + <location filename="Project/Project.py" line="3152"/> <source>Create Plugin &Archive</source> <translation>创建插件存档(&A)</translation> </message> @@ -26480,12 +26480,12 @@ <translation type="obsolete"><b>创建插件存档</b><p>通过 PKGLIST 文件给出的文件列表创建 Eric4 插件存档文件。存档名从主脚本名构建。</p></translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (Snapshot)</source> <translation>创建插件存档(临时)</translation> </message> <message> - <location filename="Project/Project.py" line="3157"/> + <location filename="Project/Project.py" line="3167"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>创建插件存档(临时(&S))</translation> </message> @@ -26500,77 +26500,77 @@ <translation type="obsolete">b>创建插件存档(临时)</b><p>通过 PKGLIST 文件给出的文件列表创建一个 Eric4 插件存档文件。存档名从主脚本名构建。修改主脚本的版本项以反映临时的版本。</p></translation> </message> <message> - <location filename="Project/Project.py" line="3191"/> + <location filename="Project/Project.py" line="3201"/> <source>&Project</source> <translation>项目(&P)</translation> </message> <message> - <location filename="Project/Project.py" line="3192"/> + <location filename="Project/Project.py" line="3202"/> <source>Open &Recent Projects</source> <translation>打开最近的项目</translation> </message> <message> - <location filename="Project/Project.py" line="3193"/> - <source>&Version Control</source> - <translation>版本(&V)控制</translation> - </message> - <message> - <location filename="Project/Project.py" line="3196"/> - <source>Chec&k</source> - <translation>检查(&k)</translation> - </message> - <message> - <location filename="Project/Project.py" line="3198"/> - <source>Sho&w</source> - <translation>显示(&w)</translation> - </message> - <message> - <location filename="Project/Project.py" line="3199"/> - <source>&Diagrams</source> - <translation>图表(&D)</translation> - </message> - <message> - <location filename="Project/Project.py" line="3200"/> - <source>Session</source> - <translation>会话</translation> - </message> - <message> - <location filename="Project/Project.py" line="3201"/> - <source>Source &Documentation</source> - <translation>源文档(&D)</translation> - </message> - <message> <location filename="Project/Project.py" line="3203"/> + <source>&Version Control</source> + <translation>版本(&V)控制</translation> + </message> + <message> + <location filename="Project/Project.py" line="3206"/> + <source>Chec&k</source> + <translation>检查(&k)</translation> + </message> + <message> + <location filename="Project/Project.py" line="3208"/> + <source>Sho&w</source> + <translation>显示(&w)</translation> + </message> + <message> + <location filename="Project/Project.py" line="3209"/> + <source>&Diagrams</source> + <translation>图表(&D)</translation> + </message> + <message> + <location filename="Project/Project.py" line="3210"/> + <source>Session</source> + <translation>会话</translation> + </message> + <message> + <location filename="Project/Project.py" line="3211"/> + <source>Source &Documentation</source> + <translation>源文档(&D)</translation> + </message> + <message> + <location filename="Project/Project.py" line="3213"/> <source>Debugger</source> <translation>调试器</translation> </message> <message> - <location filename="Project/Project.py" line="3204"/> + <location filename="Project/Project.py" line="3214"/> <source>Pac&kagers</source> <translation>打包程序(&k)</translation> </message> <message> - <location filename="Project/Project.py" line="3306"/> + <location filename="Project/Project.py" line="3316"/> <source>Project</source> <translation>项目</translation> </message> <message> - <location filename="Project/Project.py" line="3367"/> + <location filename="Project/Project.py" line="3377"/> <source>&Clear</source> <translation>清除(&C)</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>Search New Files</source> <translation>搜索新文件</translation> </message> <message> - <location filename="Project/Project.py" line="3477"/> + <location filename="Project/Project.py" line="3487"/> <source>There were no new files found to be added.</source> <translation>没有要添加的新文件。</translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source>Version Control System</source> <translation>版本控制系统</translation> </message> @@ -26585,27 +26585,27 @@ <translation type="obsolete"><p>所选版本控制系统 <b>%1</b> 未找到。<br/>禁用版本控制。</p><p>%2</p></translation> </message> <message> - <location filename="Project/Project.py" line="3707"/> + <location filename="Project/Project.py" line="3717"/> <source>Coverage Data</source> <translation>覆盖率数据</translation> </message> <message> - <location filename="Project/Project.py" line="3753"/> + <location filename="Project/Project.py" line="3763"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="Project/Project.py" line="3728"/> + <location filename="Project/Project.py" line="3738"/> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="Project/Project.py" line="3774"/> + <location filename="Project/Project.py" line="3784"/> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> @@ -26620,12 +26620,12 @@ <translation type="obsolete">请选择要移除的循环报告</translation> </message> <message> - <location filename="Project/Project.py" line="3827"/> + <location filename="Project/Project.py" line="3837"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="Project/Project.py" line="3931"/> + <location filename="Project/Project.py" line="3941"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>文件 <b>PKGLIST</b> 已存在。</p><p>是否覆盖?</p></translation> </message> @@ -26635,12 +26635,12 @@ <translation type="obsolete"><p>文件 <b>PKGLIST</b> 无法创建。</p><p>原因: %1</p></translation> </message> <message> - <location filename="Project/Project.py" line="3975"/> + <location filename="Project/Project.py" line="3985"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation><p>文件 <b>PKGLIST</b> 不存在。终止……</p></translation> </message> <message> - <location filename="Project/Project.py" line="3983"/> + <location filename="Project/Project.py" line="3993"/> <source>The project does not have a main script defined. Aborting...</source> <translation>项目未定义主脚本。终止……</translation> </message> @@ -26670,147 +26670,147 @@ <translation type="obsolete"><p>无法读取插件文件 <b>%1</b> 。</p><p>原因: %2</p></translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2966"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2959"/> + <location filename="Project/Project.py" line="2969"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2961"/> + <location filename="Project/Project.py" line="2971"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Project/Project.py" line="234"/> + <source>PySide GUI</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Project/Project.py" line="235"/> - <source>PySide GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/Project.py" line="236"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="190"/> + <location filename="Project/Project.py" line="189"/> <source>Python Files (*.py2);;Python GUI Files (*.pyw2);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="193"/> + <location filename="Project/Project.py" line="192"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="230"/> + <location filename="Project/Project.py" line="229"/> <source>Eric Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="274"/> + <location filename="Project/Project.py" line="273"/> <source><p>The Project type <b>{0}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="580"/> + <location filename="Project/Project.py" line="579"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="668"/> + <location filename="Project/Project.py" line="667"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="705"/> + <location filename="Project/Project.py" line="704"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="725"/> + <location filename="Project/Project.py" line="724"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="756"/> + <location filename="Project/Project.py" line="755"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="786"/> + <location filename="Project/Project.py" line="785"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="809"/> + <location filename="Project/Project.py" line="808"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="834"/> + <location filename="Project/Project.py" line="833"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="852"/> + <location filename="Project/Project.py" line="851"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="885"/> + <location filename="Project/Project.py" line="884"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="914"/> + <location filename="Project/Project.py" line="913"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="938"/> + <location filename="Project/Project.py" line="937"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1131"/> + <location filename="Project/Project.py" line="1130"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1325"/> + <location filename="Project/Project.py" line="1324"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="2367"/> + <location filename="Project/Project.py" line="2377"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1527"/> + <location filename="Project/Project.py" line="1526"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1697"/> + <location filename="Project/Project.py" line="1696"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1720"/> + <location filename="Project/Project.py" line="1719"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1799"/> + <location filename="Project/Project.py" line="1798"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> @@ -26820,82 +26820,82 @@ <translation type="obsolete">项目文件 (*.e4p *.e4pz)</translation> </message> <message> - <location filename="Project/Project.py" line="3132"/> + <location filename="Project/Project.py" line="3142"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation type="unfinished">为 Eric4 插件创建初始化 PKGLIST 文件。 {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3134"/> + <location filename="Project/Project.py" line="3144"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>创建程序包列表</b><p>创建一个初始化文件列表并包含到 Eric4 插件存档中。该列表从项目文件创建。</p> {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3146"/> + <location filename="Project/Project.py" line="3156"/> <source>Create an eric5 plugin archive file.</source> <translation type="unfinished">创建一个 Eric4 插件存档文件。 {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3148"/> + <location filename="Project/Project.py" line="3158"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation type="unfinished"><b>创建插件存档</b><p>通过 PKGLIST 文件给出的文件列表创建 Eric4 插件存档文件。存档名从主脚本名构建。</p> {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3171"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation type="unfinished">创建一个 Eric4 插件存档文件(临时版) {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3173"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished">b>创建插件存档(临时)</b><p>通过 PKGLIST 文件给出的文件列表创建一个 Eric4 插件存档文件。存档名从主脚本名构建。修改主脚本的版本项以反映临时的版本。</p> {5 ?}</translation> </message> <message> - <location filename="Project/Project.py" line="3606"/> + <location filename="Project/Project.py" line="3616"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3615"/> + <location filename="Project/Project.py" line="3625"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3958"/> + <location filename="Project/Project.py" line="3968"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="3995"/> + <location filename="Project/Project.py" line="4005"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4009"/> + <location filename="Project/Project.py" line="4019"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4029"/> + <location filename="Project/Project.py" line="4039"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4051"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="4121"/> + <location filename="Project/Project.py" line="4131"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1261"/> + <location filename="Project/Project.py" line="1260"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="1309"/> + <location filename="Project/Project.py" line="1308"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -30517,6 +30517,14 @@ </message> </context> <context> + <name>QtHelpAccessHandler</name> + <message> + <location filename="Helpviewer/Network/QtHelpAccessHandler.py" line="115"/> + <source><title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'{0}'</h3></div></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QtHelpDocumentationDialog</name> <message> <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> @@ -32377,6 +32385,79 @@ </message> </context> <context> + <name>SslInfoDialog</name> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="28"/> + <source><b>Issued for</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="122"/> + <source>Common Name (CN)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="142"/> + <source>Organization (O)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="162"/> + <source>Organizational Unit (OU)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="95"/> + <source>Serialnumber</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="115"/> + <source><b>Issued by</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="182"/> + <source><b>Validity</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="189"/> + <source>Issued on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="209"/> + <source>Expires on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="229"/> + <source><b>Fingerprints</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="236"/> + <source>SHA1-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.ui" line="256"/> + <source>MD5-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/SslInfoDialog.py" line="58"/> + <source><not part of the certificate></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>StartCoverageDialog</name> <message> <location filename="Debugger/StartCoverageDialog.ui" line="14"/> @@ -41320,6 +41401,19 @@ </message> </context> <context> + <name>UrlBar</name> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="36"/> + <source>Enter the location here.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="119"/> + <source>Unknown</source> + <translation type="unfinished">未知</translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="42"/>