Sun, 05 Feb 2012 16:22:37 +0100
Extended the User Agent handling to be able to set the string on a host basis (next to the global user agent string).
--- a/APIs/Python3/eric5.api Sat Feb 04 19:03:49 2012 +0100 +++ b/APIs/Python3/eric5.api Sun Feb 05 16:22:37 2012 +0100 @@ -2147,6 +2147,7 @@ eric5.Helpviewer.HelpWindow.HelpWindow._historyManager?8 eric5.Helpviewer.HelpWindow.HelpWindow._networkAccessManager?8 eric5.Helpviewer.HelpWindow.HelpWindow._passwordManager?8 +eric5.Helpviewer.HelpWindow.HelpWindow._userAgentsManager?8 eric5.Helpviewer.HelpWindow.HelpWindow.adblockManager?4() eric5.Helpviewer.HelpWindow.HelpWindow.bookmarkAll?4() eric5.Helpviewer.HelpWindow.HelpWindow.bookmarksManager?4() @@ -2189,6 +2190,7 @@ eric5.Helpviewer.HelpWindow.HelpWindow.setForwardAvailable?4(b) eric5.Helpviewer.HelpWindow.HelpWindow.setLoadingActions?4(b) eric5.Helpviewer.HelpWindow.HelpWindow.setPrivateMode?4(on) +eric5.Helpviewer.HelpWindow.HelpWindow.userAgentsManager?4() eric5.Helpviewer.HelpWindow.HelpWindow.zoomTextOnlyChanged?7 eric5.Helpviewer.HelpWindow.HelpWindow?1(home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None) eric5.Helpviewer.History.HistoryCompleter.HistoryCompleter.pathFromIndex?4(idx) @@ -2530,7 +2532,25 @@ eric5.Helpviewer.UrlBar.UrlBar.UrlBar.setPrivateMode?4(on) eric5.Helpviewer.UrlBar.UrlBar.UrlBar?1(mainWindow, parent=None) eric5.Helpviewer.UserAgent.UserAgentDefaults.UserAgentDefaults?7 -eric5.Helpviewer.UserAgent.UserAgentMenu.UserAgentMenu?1(title, parent=None) +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.allHostNames?4() +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.changed?7 +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.close?4() +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.hostsCount?4() +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.removeUserAgent?4(host) +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.save?4() +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.setUserAgent?4(host, agent) +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.setUserAgentForUrl?4(url, agent) +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.userAgent?4(host) +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager.userAgentForUrl?4(url) +eric5.Helpviewer.UserAgent.UserAgentManager.UserAgentManager?1(parent=None) +eric5.Helpviewer.UserAgent.UserAgentMenu.UserAgentMenu?1(title, url=None, parent=None) +eric5.Helpviewer.UserAgent.UserAgentModel.UserAgentModel.columnCount?4(parent=QModelIndex()) +eric5.Helpviewer.UserAgent.UserAgentModel.UserAgentModel.data?4(index, role) +eric5.Helpviewer.UserAgent.UserAgentModel.UserAgentModel.headerData?4(section, orientation, role=Qt.DisplayRole) +eric5.Helpviewer.UserAgent.UserAgentModel.UserAgentModel.removeRows?4(row, count, parent=QModelIndex()) +eric5.Helpviewer.UserAgent.UserAgentModel.UserAgentModel.rowCount?4(parent=QModelIndex()) +eric5.Helpviewer.UserAgent.UserAgentModel.UserAgentModel?1(manager, parent=None) +eric5.Helpviewer.UserAgent.UserAgentsDialog.UserAgentsDialog?1(parent=None) eric5.Helpviewer.VirusTotalApi.VirusTotalAPI.GetFileReportPattern?7 eric5.Helpviewer.VirusTotalApi.VirusTotalAPI.GetUrlReportPattern?7 eric5.Helpviewer.VirusTotalApi.VirusTotalAPI.ReportFileScanPagePattern?7
--- a/APIs/Python3/eric5.bas Sat Feb 04 19:03:49 2012 +0100 +++ b/APIs/Python3/eric5.bas Sun Feb 05 16:22:37 2012 +0100 @@ -597,7 +597,10 @@ UnusedImport Message UnusedVariable Message UrlBar E5LineEdit +UserAgentManager QObject UserAgentMenu QMenu +UserAgentModel QAbstractTableModel +UserAgentsDialog QDialog Ui_UserAgentsDialog UserInterface QMainWindow UserProjectReader XMLStreamReaderBase UserProjectWriter XMLStreamWriterBase
--- a/DebugClients/Python/DebugClientBase.py Sat Feb 04 19:03:49 2012 +0100 +++ b/DebugClients/Python/DebugClientBase.py Sun Feb 05 16:22:37 2012 +0100 @@ -1422,7 +1422,7 @@ dictkeys = dict.keys() else: dictkeys = range(len(dict)) - vlist = self.__formatVariablesList(dictkeys, dict, scope, filter, + vlist = self.__formatVariablesList(dictkeys, dict, scope, filter, formatSequences) varlist.extend(vlist)
--- a/Documentation/Help/source.qhp Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Help/source.qhp Sun Feb 05 16:22:37 2012 +0100 @@ -287,7 +287,10 @@ </section> <section title="eric5.Helpviewer.UserAgent" ref="index-eric5.Helpviewer.UserAgent.html"> <section title="eric5.Helpviewer.UserAgent.UserAgentDefaults" ref="eric5.Helpviewer.UserAgent.UserAgentDefaults.html" /> + <section title="eric5.Helpviewer.UserAgent.UserAgentManager" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html" /> <section title="eric5.Helpviewer.UserAgent.UserAgentMenu" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html" /> + <section title="eric5.Helpviewer.UserAgent.UserAgentModel" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html" /> + <section title="eric5.Helpviewer.UserAgent.UserAgentsDialog" ref="eric5.Helpviewer.UserAgent.UserAgentsDialog.html" /> </section> <section title="eric5.Helpviewer.HTMLResources" ref="eric5.Helpviewer.HTMLResources.html" /> <section title="eric5.Helpviewer.HelpBrowserWV" ref="eric5.Helpviewer.HelpBrowserWV.html" /> @@ -4550,6 +4553,7 @@ <keyword name="HelpWindow.__showSearchWindow" id="HelpWindow.__showSearchWindow" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showSearchWindow" /> <keyword name="HelpWindow.__showSiteinfoDialog" id="HelpWindow.__showSiteinfoDialog" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showSiteinfoDialog" /> <keyword name="HelpWindow.__showTocWindow" id="HelpWindow.__showTocWindow" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showTocWindow" /> + <keyword name="HelpWindow.__showUserAgentsDialog" id="HelpWindow.__showUserAgentsDialog" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showUserAgentsDialog" /> <keyword name="HelpWindow.__stopLoading" id="HelpWindow.__stopLoading" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__stopLoading" /> <keyword name="HelpWindow.__switchTab" id="HelpWindow.__switchTab" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__switchTab" /> <keyword name="HelpWindow.__syncTOC" id="HelpWindow.__syncTOC" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__syncTOC" /> @@ -4605,6 +4609,7 @@ <keyword name="HelpWindow.setForwardAvailable" id="HelpWindow.setForwardAvailable" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.setForwardAvailable" /> <keyword name="HelpWindow.setLoadingActions" id="HelpWindow.setLoadingActions" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.setLoadingActions" /> <keyword name="HelpWindow.setPrivateMode" id="HelpWindow.setPrivateMode" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.setPrivateMode" /> + <keyword name="HelpWindow.userAgentsManager" id="HelpWindow.userAgentsManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.userAgentsManager" /> <keyword name="Helpviewer (Package)" id="Helpviewer (Package)" ref="index-eric5.Helpviewer.html" /> <keyword name="Hg" id="Hg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg" /> <keyword name="Hg (Constructor)" id="Hg (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__init__" /> @@ -9771,6 +9776,19 @@ <keyword name="UrlBar.setPrivateMode" id="UrlBar.setPrivateMode" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.setPrivateMode" /> <keyword name="UserAgent (Package)" id="UserAgent (Package)" ref="index-eric5.Helpviewer.UserAgent.html" /> <keyword name="UserAgentDefaults (Module)" id="UserAgentDefaults (Module)" ref="eric5.Helpviewer.UserAgent.UserAgentDefaults.html" /> + <keyword name="UserAgentManager" id="UserAgentManager" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager" /> + <keyword name="UserAgentManager (Constructor)" id="UserAgentManager (Constructor)" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.__init__" /> + <keyword name="UserAgentManager (Module)" id="UserAgentManager (Module)" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html" /> + <keyword name="UserAgentManager.__load" id="UserAgentManager.__load" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.__load" /> + <keyword name="UserAgentManager.allHostNames" id="UserAgentManager.allHostNames" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.allHostNames" /> + <keyword name="UserAgentManager.close" id="UserAgentManager.close" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.close" /> + <keyword name="UserAgentManager.hostsCount" id="UserAgentManager.hostsCount" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.hostsCount" /> + <keyword name="UserAgentManager.removeUserAgent" id="UserAgentManager.removeUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.removeUserAgent" /> + <keyword name="UserAgentManager.save" id="UserAgentManager.save" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.save" /> + <keyword name="UserAgentManager.setUserAgent" id="UserAgentManager.setUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.setUserAgent" /> + <keyword name="UserAgentManager.setUserAgentForUrl" id="UserAgentManager.setUserAgentForUrl" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.setUserAgentForUrl" /> + <keyword name="UserAgentManager.userAgent" id="UserAgentManager.userAgent" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.userAgent" /> + <keyword name="UserAgentManager.userAgentForUrl" id="UserAgentManager.userAgentForUrl" ref="eric5.Helpviewer.UserAgent.UserAgentManager.html#UserAgentManager.userAgentForUrl" /> <keyword name="UserAgentMenu" id="UserAgentMenu" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu" /> <keyword name="UserAgentMenu (Constructor)" id="UserAgentMenu (Constructor)" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__init__" /> <keyword name="UserAgentMenu (Module)" id="UserAgentMenu (Module)" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html" /> @@ -9779,6 +9797,18 @@ <keyword name="UserAgentMenu.__populateMenu" id="UserAgentMenu.__populateMenu" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__populateMenu" /> <keyword name="UserAgentMenu.__switchToDefaultUserAgent" id="UserAgentMenu.__switchToDefaultUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__switchToDefaultUserAgent" /> <keyword name="UserAgentMenu.__switchToOtherUserAgent" id="UserAgentMenu.__switchToOtherUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__switchToOtherUserAgent" /> + <keyword name="UserAgentModel" id="UserAgentModel" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html#UserAgentModel" /> + <keyword name="UserAgentModel (Constructor)" id="UserAgentModel (Constructor)" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html#UserAgentModel.__init__" /> + <keyword name="UserAgentModel (Module)" id="UserAgentModel (Module)" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html" /> + <keyword name="UserAgentModel.__userAgentsChanged" id="UserAgentModel.__userAgentsChanged" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html#UserAgentModel.__userAgentsChanged" /> + <keyword name="UserAgentModel.columnCount" id="UserAgentModel.columnCount" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html#UserAgentModel.columnCount" /> + <keyword name="UserAgentModel.data" id="UserAgentModel.data" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html#UserAgentModel.data" /> + <keyword name="UserAgentModel.headerData" id="UserAgentModel.headerData" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html#UserAgentModel.headerData" /> + <keyword name="UserAgentModel.removeRows" id="UserAgentModel.removeRows" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html#UserAgentModel.removeRows" /> + <keyword name="UserAgentModel.rowCount" id="UserAgentModel.rowCount" ref="eric5.Helpviewer.UserAgent.UserAgentModel.html#UserAgentModel.rowCount" /> + <keyword name="UserAgentsDialog" id="UserAgentsDialog" ref="eric5.Helpviewer.UserAgent.UserAgentsDialog.html#UserAgentsDialog" /> + <keyword name="UserAgentsDialog (Constructor)" id="UserAgentsDialog (Constructor)" ref="eric5.Helpviewer.UserAgent.UserAgentsDialog.html#UserAgentsDialog.__init__" /> + <keyword name="UserAgentsDialog (Module)" id="UserAgentsDialog (Module)" ref="eric5.Helpviewer.UserAgent.UserAgentsDialog.html" /> <keyword name="UserInterface" id="UserInterface" ref="eric5.UI.UserInterface.html#UserInterface" /> <keyword name="UserInterface (Constructor)" id="UserInterface (Constructor)" ref="eric5.UI.UserInterface.html#UserInterface.__init__" /> <keyword name="UserInterface (Module)" id="UserInterface (Module)" ref="eric5.UI.UserInterface.html" /> @@ -11496,7 +11526,10 @@ <file>eric5.Helpviewer.UrlBar.StackedUrlBar.html</file> <file>eric5.Helpviewer.UrlBar.UrlBar.html</file> <file>eric5.Helpviewer.UserAgent.UserAgentDefaults.html</file> + <file>eric5.Helpviewer.UserAgent.UserAgentManager.html</file> <file>eric5.Helpviewer.UserAgent.UserAgentMenu.html</file> + <file>eric5.Helpviewer.UserAgent.UserAgentModel.html</file> + <file>eric5.Helpviewer.UserAgent.UserAgentsDialog.html</file> <file>eric5.Helpviewer.VirusTotalApi.html</file> <file>eric5.IconEditor.IconEditorGrid.html</file> <file>eric5.IconEditor.IconEditorPalette.html</file>
--- a/Documentation/Source/eric5.Helpviewer.HelpBrowserWV.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/eric5.Helpviewer.HelpBrowserWV.html Sun Feb 05 16:22:37 2012 +0100 @@ -1075,7 +1075,7 @@ <td>Public method to add data to a network request.</td> </tr><tr> <td><a href="#HelpWebPage.setUserAgent">setUserAgent</a></td> -<td>Public method to set the current user agent string.</td> +<td>Public method to set the global 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> @@ -1084,7 +1084,7 @@ <td>Public method to check the support for an extension.</td> </tr><tr> <td><a href="#HelpWebPage.userAgent">userAgent</a></td> -<td>Public method to get the current user agent setting.</td> +<td>Public method to get the global user agent setting.</td> </tr><tr> <td><a href="#HelpWebPage.userAgentForUrl">userAgentForUrl</a></td> <td>Protected method to determine the user agent for the given URL.</td> @@ -1202,7 +1202,7 @@ <h4>HelpWebPage.setUserAgent</h4> <b>setUserAgent</b>(<i>agent</i>) <p> - Public method to set the current user agent string. + Public method to set the global user agent string. </p><dl> <dt><i>agent</i></dt> <dd> @@ -1232,7 +1232,7 @@ <h4>HelpWebPage.userAgent</h4> <b>userAgent</b>(<i>resolveEmpty=False</i>) <p> - Public method to get the current user agent setting. + Public method to get the global user agent setting. </p><dl> <dt><i>resolveEmpty</i></dt> <dd>
--- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html Sun Feb 05 16:22:37 2012 +0100 @@ -59,7 +59,7 @@ QMainWindow <h3>Class Attributes</h3> <table> -<tr><td>_adblockManager</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_downloadManager</td></tr><tr><td>_feedsManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_networkAccessManager</td></tr><tr><td>_passwordManager</td></tr><tr><td>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr> +<tr><td>_adblockManager</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_downloadManager</td></tr><tr><td>_feedsManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_networkAccessManager</td></tr><tr><td>_passwordManager</td></tr><tr><td>_userAgentsManager</td></tr><tr><td>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr> </table> <h3>Class Methods</h3> <table> @@ -96,6 +96,9 @@ </tr><tr> <td><a href="#HelpWindow.passwordManager">passwordManager</a></td> <td>Class method to get a reference to the password manager.</td> +</tr><tr> +<td><a href="#HelpWindow.userAgentsManager">userAgentsManager</a></td> +<td>Class method to get a reference to the user agents manager.</td> </tr> </table> <h3>Methods</h3> @@ -311,6 +314,9 @@ <td><a href="#HelpWindow.__showTocWindow">__showTocWindow</a></td> <td>Private method to show the table of contents window.</td> </tr><tr> +<td><a href="#HelpWindow.__showUserAgentsDialog">__showUserAgentsDialog</a></td> +<td>Private slot to show the user agents management dialog.</td> +</tr><tr> <td><a href="#HelpWindow.__stopLoading">__stopLoading</a></td> <td>Private slot called to handle loading of the current page.</td> </tr><tr> @@ -566,6 +572,16 @@ <dd> reference to the password manager (PasswordManager) </dd> +</dl><a NAME="HelpWindow.userAgentsManager" ID="HelpWindow.userAgentsManager"></a> +<h4>HelpWindow.userAgentsManager (class method)</h4> +<b>userAgentsManager</b>(<i></i>) +<p> + Class method to get a reference to the user agents manager. +</p><dl> +<dt>Returns:</dt> +<dd> +reference to the user agents manager (UserAgentManager) +</dd> </dl><a NAME="HelpWindow.__init__" ID="HelpWindow.__init__"></a> <h4>HelpWindow (Constructor)</h4> <b>HelpWindow</b>(<i>home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None</i>) @@ -1009,6 +1025,11 @@ <b>__showTocWindow</b>(<i></i>) <p> Private method to show the table of contents window. +</p><a NAME="HelpWindow.__showUserAgentsDialog" ID="HelpWindow.__showUserAgentsDialog"></a> +<h4>HelpWindow.__showUserAgentsDialog</h4> +<b>__showUserAgentsDialog</b>(<i></i>) +<p> + Private slot to show the user agents management dialog. </p><a NAME="HelpWindow.__stopLoading" ID="HelpWindow.__stopLoading"></a> <h4>HelpWindow.__stopLoading</h4> <b>__stopLoading</b>(<i></i>)
--- a/Documentation/Source/eric5.Helpviewer.Passwords.PasswordManager.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/eric5.Helpviewer.Passwords.PasswordManager.html Sun Feb 05 16:22:37 2012 +0100 @@ -175,7 +175,7 @@ <td>Public slot to clear the saved passwords.</td> </tr><tr> <td><a href="#PasswordManager.close">close</a></td> -<td>Public method to close the open search engines manager.</td> +<td>Public method to close the passwords manager.</td> </tr><tr> <td><a href="#PasswordManager.fill">fill</a></td> <td>Public slot to fill login forms with saved data.</td> @@ -316,7 +316,7 @@ <h4>PasswordManager.close</h4> <b>close</b>(<i></i>) <p> - Public method to close the open search engines manager. + Public method to close the passwords manager. </p><a NAME="PasswordManager.fill" ID="PasswordManager.fill"></a> <h4>PasswordManager.fill</h4> <b>fill</b>(<i>page</i>)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.UserAgent.UserAgentManager.html Sun Feb 05 16:22:37 2012 +0100 @@ -0,0 +1,219 @@ +<?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.UserAgent.UserAgentManager</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.UserAgent.UserAgentManager</h1> +<p> +Module implementing a user agent manager. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#UserAgentManager">UserAgentManager</a></td> +<td>Class implementing a user agent manager.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="UserAgentManager" ID="UserAgentManager"></a> +<h2>UserAgentManager</h2> +<p> + Class implementing a user agent manager. +</p><h3>Signals</h3> +<dl> +<dt>changed()</dt> +<dd> +emitted to indicate a change +</dd> +</dl> +<h3>Derived from</h3> +QObject +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#UserAgentManager.__init__">UserAgentManager</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#UserAgentManager.__load">__load</a></td> +<td>Private method to load the saved user agent settings.</td> +</tr><tr> +<td><a href="#UserAgentManager.allHostNames">allHostNames</a></td> +<td>Public method to get a list of all host names we a user agent setting for.</td> +</tr><tr> +<td><a href="#UserAgentManager.close">close</a></td> +<td>Public method to close the user agents manager.</td> +</tr><tr> +<td><a href="#UserAgentManager.hostsCount">hostsCount</a></td> +<td>Public method to get the number of available user agent settings.</td> +</tr><tr> +<td><a href="#UserAgentManager.removeUserAgent">removeUserAgent</a></td> +<td>Public method to remove a user agent entry.</td> +</tr><tr> +<td><a href="#UserAgentManager.save">save</a></td> +<td>Public slot to save the user agent entries to disk.</td> +</tr><tr> +<td><a href="#UserAgentManager.setUserAgent">setUserAgent</a></td> +<td>Public method to set the user agent string for a host.</td> +</tr><tr> +<td><a href="#UserAgentManager.setUserAgentForUrl">setUserAgentForUrl</a></td> +<td>Public method to set the user agent string for an URL.</td> +</tr><tr> +<td><a href="#UserAgentManager.userAgent">userAgent</a></td> +<td>Public method to get the user agent setting for a host.</td> +</tr><tr> +<td><a href="#UserAgentManager.userAgentForUrl">userAgentForUrl</a></td> +<td>Publci method to determine the user agent for the given URL.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="UserAgentManager.__init__" ID="UserAgentManager.__init__"></a> +<h4>UserAgentManager (Constructor)</h4> +<b>UserAgentManager</b>(<i>parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i></dt> +<dd> +reference to the parent object (QObject) +</dd> +</dl><a NAME="UserAgentManager.__load" ID="UserAgentManager.__load"></a> +<h4>UserAgentManager.__load</h4> +<b>__load</b>(<i></i>) +<p> + Private method to load the saved user agent settings. +</p><a NAME="UserAgentManager.allHostNames" ID="UserAgentManager.allHostNames"></a> +<h4>UserAgentManager.allHostNames</h4> +<b>allHostNames</b>(<i></i>) +<p> + Public method to get a list of all host names we a user agent setting for. +</p><dl> +<dt>Returns:</dt> +<dd> +sorted list of all host names (list of strings) +</dd> +</dl><a NAME="UserAgentManager.close" ID="UserAgentManager.close"></a> +<h4>UserAgentManager.close</h4> +<b>close</b>(<i></i>) +<p> + Public method to close the user agents manager. +</p><a NAME="UserAgentManager.hostsCount" ID="UserAgentManager.hostsCount"></a> +<h4>UserAgentManager.hostsCount</h4> +<b>hostsCount</b>(<i></i>) +<p> + Public method to get the number of available user agent settings. +</p><dl> +<dt>Returns:</dt> +<dd> +number of user agent settings (integer) +</dd> +</dl><a NAME="UserAgentManager.removeUserAgent" ID="UserAgentManager.removeUserAgent"></a> +<h4>UserAgentManager.removeUserAgent</h4> +<b>removeUserAgent</b>(<i>host</i>) +<p> + Public method to remove a user agent entry. +</p><dl> +<dt><i>host</i></dt> +<dd> +host name (string) +</dd> +</dl><a NAME="UserAgentManager.save" ID="UserAgentManager.save"></a> +<h4>UserAgentManager.save</h4> +<b>save</b>(<i></i>) +<p> + Public slot to save the user agent entries to disk. +</p><a NAME="UserAgentManager.setUserAgent" ID="UserAgentManager.setUserAgent"></a> +<h4>UserAgentManager.setUserAgent</h4> +<b>setUserAgent</b>(<i>host, agent</i>) +<p> + Public method to set the user agent string for a host. +</p><dl> +<dt><i>host</i></dt> +<dd> +host name (string) +</dd><dt><i>agent</i></dt> +<dd> +user agent string (string) +</dd> +</dl><a NAME="UserAgentManager.setUserAgentForUrl" ID="UserAgentManager.setUserAgentForUrl"></a> +<h4>UserAgentManager.setUserAgentForUrl</h4> +<b>setUserAgentForUrl</b>(<i>url, agent</i>) +<p> + Public method to set the user agent string for an URL. +</p><dl> +<dt><i>url</i></dt> +<dd> +URL to register user agent setting for (QUrl) +</dd><dt><i>agent</i></dt> +<dd> +new current user agent string (string) +</dd> +</dl><a NAME="UserAgentManager.userAgent" ID="UserAgentManager.userAgent"></a> +<h4>UserAgentManager.userAgent</h4> +<b>userAgent</b>(<i>host</i>) +<p> + Public method to get the user agent setting for a host. +</p><dl> +<dt><i>host</i></dt> +<dd> +host name (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +user agent string (string) +</dd> +</dl><a NAME="UserAgentManager.userAgentForUrl" ID="UserAgentManager.userAgentForUrl"></a> +<h4>UserAgentManager.userAgentForUrl</h4> +<b>userAgentForUrl</b>(<i>url</i>) +<p> + Publci method to determine the user agent for the given URL. +</p><dl> +<dt><i>url</i></dt> +<dd> +URL to determine user agent for (QUrl) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +user agent string (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/eric5.Helpviewer.UserAgent.UserAgentMenu.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/eric5.Helpviewer.UserAgent.UserAgentMenu.html Sun Feb 05 16:22:37 2012 +0100 @@ -83,13 +83,16 @@ </table> <a NAME="UserAgentMenu.__init__" ID="UserAgentMenu.__init__"></a> <h4>UserAgentMenu (Constructor)</h4> -<b>UserAgentMenu</b>(<i>title, parent=None</i>) +<b>UserAgentMenu</b>(<i>title, url=None, parent=None</i>) <p> Constructor </p><dl> <dt><i>title</i></dt> <dd> title of the menu (string) +</dd><dt><i>url</i></dt> +<dd> +URL to set user agent for (QUrl) </dd><dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.UserAgent.UserAgentModel.html Sun Feb 05 16:22:37 2012 +0100 @@ -0,0 +1,198 @@ +<?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.UserAgent.UserAgentModel</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.UserAgent.UserAgentModel</h1> +<p> +Module implementing a model for user agent management. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#UserAgentModel">UserAgentModel</a></td> +<td>Class implementing a model for user agent management.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="UserAgentModel" ID="UserAgentModel"></a> +<h2>UserAgentModel</h2> +<p> + Class implementing a model for user agent management. +</p> +<h3>Derived from</h3> +QAbstractTableModel +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#UserAgentModel.__init__">UserAgentModel</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#UserAgentModel.__userAgentsChanged">__userAgentsChanged</a></td> +<td>Private slot handling a change of the registered user agent strings.</td> +</tr><tr> +<td><a href="#UserAgentModel.columnCount">columnCount</a></td> +<td>Public method to get the number of columns of the model.</td> +</tr><tr> +<td><a href="#UserAgentModel.data">data</a></td> +<td>Public method to get data from the model.</td> +</tr><tr> +<td><a href="#UserAgentModel.headerData">headerData</a></td> +<td>Public method to get the header data.</td> +</tr><tr> +<td><a href="#UserAgentModel.removeRows">removeRows</a></td> +<td>Public method to remove entries from the model.</td> +</tr><tr> +<td><a href="#UserAgentModel.rowCount">rowCount</a></td> +<td>Public method to get the number of rows of the model.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="UserAgentModel.__init__" ID="UserAgentModel.__init__"></a> +<h4>UserAgentModel (Constructor)</h4> +<b>UserAgentModel</b>(<i>manager, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>manager</i></dt> +<dd> +reference to the user agent manager (UserAgentManager) +</dd><dt><i>parent</i></dt> +<dd> +reference to the parent object (QObject) +</dd> +</dl><a NAME="UserAgentModel.__userAgentsChanged" ID="UserAgentModel.__userAgentsChanged"></a> +<h4>UserAgentModel.__userAgentsChanged</h4> +<b>__userAgentsChanged</b>(<i></i>) +<p> + Private slot handling a change of the registered user agent strings. +</p><a NAME="UserAgentModel.columnCount" ID="UserAgentModel.columnCount"></a> +<h4>UserAgentModel.columnCount</h4> +<b>columnCount</b>(<i>parent=QModelIndex()</i>) +<p> + Public method to get the number of columns of the model. +</p><dl> +<dt><i>parent</i></dt> +<dd> +parent index (QModelIndex) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +number of columns (integer) +</dd> +</dl><a NAME="UserAgentModel.data" ID="UserAgentModel.data"></a> +<h4>UserAgentModel.data</h4> +<b>data</b>(<i>index, role</i>) +<p> + Public method to get data from the model. +</p><dl> +<dt><i>index</i></dt> +<dd> +index to get data for (QModelIndex) +</dd><dt><i>role</i></dt> +<dd> +role of the data to retrieve (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +requested data +</dd> +</dl><a NAME="UserAgentModel.headerData" ID="UserAgentModel.headerData"></a> +<h4>UserAgentModel.headerData</h4> +<b>headerData</b>(<i>section, orientation, role=Qt.DisplayRole</i>) +<p> + Public method to get the header data. +</p><dl> +<dt><i>section</i></dt> +<dd> +section number (integer) +</dd><dt><i>orientation</i></dt> +<dd> +header orientation (Qt.Orientation) +</dd><dt><i>role</i></dt> +<dd> +data role (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +header data +</dd> +</dl><a NAME="UserAgentModel.removeRows" ID="UserAgentModel.removeRows"></a> +<h4>UserAgentModel.removeRows</h4> +<b>removeRows</b>(<i>row, count, parent=QModelIndex()</i>) +<p> + Public method to remove entries from the model. +</p><dl> +<dt><i>row</i></dt> +<dd> +start row (integer) +</dd><dt><i>count</i></dt> +<dd> +number of rows to remove (integer) +</dd><dt><i>parent</i></dt> +<dd> +parent index (QModelIndex) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating success (boolean) +</dd> +</dl><a NAME="UserAgentModel.rowCount" ID="UserAgentModel.rowCount"></a> +<h4>UserAgentModel.rowCount</h4> +<b>rowCount</b>(<i>parent=QModelIndex()</i>) +<p> + Public method to get the number of rows of the model. +</p><dl> +<dt><i>parent</i></dt> +<dd> +parent index (QModelIndex) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +number of rows (integer) +</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.UserAgent.UserAgentsDialog.html Sun Feb 05 16:22:37 2012 +0100 @@ -0,0 +1,82 @@ +<?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.UserAgent.UserAgentsDialog</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.UserAgent.UserAgentsDialog</h1> +<p> +Module implementing a dialog to show all saved user agent settings. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#UserAgentsDialog">UserAgentsDialog</a></td> +<td>Class implementing a dialog to show all saved user agent settings.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="UserAgentsDialog" ID="UserAgentsDialog"></a> +<h2>UserAgentsDialog</h2> +<p> + Class implementing a dialog to show all saved user agent settings. +</p> +<h3>Derived from</h3> +QDialog, Ui_UserAgentsDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#UserAgentsDialog.__init__">UserAgentsDialog</a></td> +<td>Constructor</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="UserAgentsDialog.__init__" ID="UserAgentsDialog.__init__"></a> +<h4>UserAgentsDialog (Constructor)</h4> +<b>UserAgentsDialog</b>(<i>parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Sun Feb 05 16:22:37 2012 +0100 @@ -285,7 +285,7 @@ </dd> </dl><a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> <h4>Subversion.__vcsAllRegisteredStates_wc</h4> -<b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut = True</i>) +<b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut=True</i>) <p> Private method used to get the registered states of a number of files in the vcs. </p><p> @@ -314,7 +314,7 @@ </dd> </dl><a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> -<b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut = True</i>) +<b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut=True</i>) <p> Private method used to get the registered states of a number of files in the vcs. </p><p>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Sun Feb 05 16:22:37 2012 +0100 @@ -279,7 +279,7 @@ </dd> </dl><a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> <h4>Subversion.__vcsAllRegisteredStates_wc</h4> -<b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut = True</i>) +<b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut=True</i>) <p> Private method used to get the registered states of a number of files in the vcs. </p><p> @@ -308,7 +308,7 @@ </dd> </dl><a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> -<b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut = True</i>) +<b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut=True</i>) <p> Private method used to get the registered states of a number of files in the vcs. </p><p>
--- a/Documentation/Source/index-eric5.Helpviewer.UserAgent.html Sat Feb 04 19:03:49 2012 +0100 +++ b/Documentation/Source/index-eric5.Helpviewer.UserAgent.html Sun Feb 05 16:22:37 2012 +0100 @@ -32,8 +32,17 @@ <td><a href="eric5.Helpviewer.UserAgent.UserAgentDefaults.html">UserAgentDefaults</a></td> <td>Module defining the default user agent strings.</td> </tr><tr> +<td><a href="eric5.Helpviewer.UserAgent.UserAgentManager.html">UserAgentManager</a></td> +<td>Module implementing a user agent manager.</td> +</tr><tr> <td><a href="eric5.Helpviewer.UserAgent.UserAgentMenu.html">UserAgentMenu</a></td> <td>Module implementing a menu to select the user agent string.</td> +</tr><tr> +<td><a href="eric5.Helpviewer.UserAgent.UserAgentModel.html">UserAgentModel</a></td> +<td>Module implementing a model for user agent management.</td> +</tr><tr> +<td><a href="eric5.Helpviewer.UserAgent.UserAgentsDialog.html">UserAgentsDialog</a></td> +<td>Module implementing a dialog to show all saved user agent settings.</td> </tr> </table> </body></html> \ No newline at end of file
--- a/Helpviewer/HelpBrowserWV.py Sat Feb 04 19:03:49 2012 +0100 +++ b/Helpviewer/HelpBrowserWV.py Sun Feb 05 16:22:37 2012 +0100 @@ -294,7 +294,7 @@ def userAgent(self, resolveEmpty=False): """ - Public method to get the current user agent setting. + Public method to get the global user agent setting. @param resolveEmpty flag indicating to resolve an empty user agent (boolean) @@ -307,7 +307,7 @@ def setUserAgent(self, agent): """ - Public method to set the current user agent string. + Public method to set the global user agent string. @param agent new current user agent string (string) """ @@ -320,9 +320,13 @@ @param url URL to determine user agent for (QUrl) @return user agent string (string) """ - agent = Preferences.getHelp("UserAgent") + agent = Helpviewer.HelpWindow.HelpWindow.userAgentsManager().userAgentForUrl(url) if agent == "": - agent = QWebPage.userAgentForUrl(self, url) + # no agent string specified for the given host -> use global one + agent = Preferences.getHelp("UserAgent") + if agent == "": + # no global agent string specified -> use default one + agent = QWebPage.userAgentForUrl(self, url) return agent def __managerFinished(self, reply): @@ -824,6 +828,7 @@ @param evt reference to the context menu event object (QContextMenuEvent) """ + from .UserAgent.UserAgentMenu import UserAgentMenu menu = QMenu(self) frameAtPos = self.page().frameAt(evt.pos()) @@ -925,6 +930,9 @@ menu.addAction(UI.PixmapCache.getIcon("mailSend.png"), self.trUtf8("Send Page Link"), self.__sendLink).setData(self.url()) menu.addSeparator() + self.__userAgentMenu = UserAgentMenu(self.trUtf8("User Agent"), url=self.url()) + menu.addMenu(self.__userAgentMenu) + menu.addSeparator() menu.addAction(self.mw.backAct) menu.addAction(self.mw.forwardAct) menu.addAction(self.mw.homeAct)
--- a/Helpviewer/HelpWindow.py Sat Feb 04 19:03:49 2012 +0100 +++ b/Helpviewer/HelpWindow.py Sun Feb 05 16:22:37 2012 +0100 @@ -44,6 +44,7 @@ from .AdBlock.AdBlockManager import AdBlockManager from .OfflineStorage.OfflineStorageConfigDialog import OfflineStorageConfigDialog from .UserAgent.UserAgentMenu import UserAgentMenu +from .UserAgent.UserAgentManager import UserAgentManager from .HelpTabWidget import HelpTabWidget from .Download.DownloadManager import DownloadManager from .VirusTotalApi import VirusTotalAPI @@ -91,6 +92,7 @@ _adblockManager = None _downloadManager = None _feedsManager = None + _userAgentsManager = None def __init__(self, home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None): @@ -1184,6 +1186,20 @@ self.siteInfoAct.triggered[()].connect(self.__showSiteinfoDialog) self.__actions.append(self.siteInfoAct) + self.userAgentManagerAct = E5Action(self.trUtf8('Manage User Agent Settings'), + self.trUtf8('Manage &User Agent Settings'), + 0, 0, self, 'help_user_agent_settings') + self.userAgentManagerAct.setStatusTip(self.trUtf8( + 'Shows a dialog to manage the User Agent settings')) + self.userAgentManagerAct.setWhatsThis(self.trUtf8( + """<b>Manage User Agent Settings</b>""" + """<p>Shows a dialog to manage the User Agent settings.</p>""" + )) + if not self.initShortcutsOnly: + self.userAgentManagerAct.triggered[()].connect( + self.__showUserAgentsDialog) + self.__actions.append(self.userAgentManagerAct) + self.backAct.setEnabled(False) self.forwardAct.setEnabled(False) @@ -1298,8 +1314,9 @@ menu.addSeparator() menu.addAction(self.adblockAct) menu.addSeparator() - self.__userAgentMenu = UserAgentMenu(self.trUtf8("User Agent")) + self.__userAgentMenu = UserAgentMenu(self.trUtf8("Global User Agent")) menu.addMenu(self.__userAgentMenu) + menu.addAction(self.userAgentManagerAct) menu.addSeparator() menu.addAction(self.manageQtHelpDocsAct) menu.addAction(self.manageQtHelpFiltersAct) @@ -2829,6 +2846,27 @@ self.__siteinfoDialog = SiteInfoDialog(self.currentBrowser(), self) self.__siteinfoDialog.setAttribute(Qt.WA_DeleteOnClose) self.__siteinfoDialog.show() + + @classmethod + def userAgentsManager(cls): + """ + Class method to get a reference to the user agents manager. + + @return reference to the user agents manager (UserAgentManager) + """ + if cls._userAgentsManager is None: + cls._userAgentsManager = UserAgentManager() + + return cls._userAgentsManager + + def __showUserAgentsDialog(self): + """ + Private slot to show the user agents management dialog. + """ + from .UserAgent.UserAgentsDialog import UserAgentsDialog + + dlg = UserAgentsDialog(self) + dlg.exec_() ########################################################################### ## Interface to VirusTotal below ##
--- a/Helpviewer/Passwords/PasswordManager.py Sat Feb 04 19:03:49 2012 +0100 +++ b/Helpviewer/Passwords/PasswordManager.py Sun Feb 05 16:22:37 2012 +0100 @@ -260,7 +260,7 @@ def close(self): """ - Public method to close the open search engines manager. + Public method to close the passwords manager. """ self.__saveTimer.saveIfNeccessary()
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/UserAgent/UserAgentManager.py Sun Feb 05 16:22:37 2012 +0100 @@ -0,0 +1,178 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2012 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a user agent manager. +""" + +import os + +from PyQt4.QtCore import pyqtSignal, QObject + +from E5Gui import E5MessageBox + +from Utilities.AutoSaver import AutoSaver +import Utilities + + +class UserAgentManager(QObject): + """ + Class implementing a user agent manager. + + @signal changed() emitted to indicate a change + """ + changed = pyqtSignal() + + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent object (QObject) + """ + super().__init__(parent) + + self.__agents = {} # dictionary with agent strings indexed by host name + self.__loaded = False + self.__saveTimer = AutoSaver(self, self.save) + + self.changed.connect(self.__saveTimer.changeOccurred) + + def save(self): + """ + Public slot to save the user agent entries to disk. + """ + if not self.__loaded: + return + + agentFile = os.path.join(Utilities.getConfigDir(), "browser", "userAgentSettings") + try: + f = open(agentFile, "w", encoding="utf-8") + for host, agent in self.__agents.items(): + f.write("{0}@@{1}\n".format(host, agent)) + f.close() + except IOError as err: + E5MessageBox.critical(None, + self.trUtf8("Saving user agent data"), + self.trUtf8("""<p>User agent data could not be saved to <b>{0}</b></p>""" + """<p>Reason: {1}</p>""").format(agentFile, str(err))) + return + + def __load(self): + """ + Private method to load the saved user agent settings. + """ + agentFile = os.path.join(Utilities.getConfigDir(), "browser", "userAgentSettings") + if os.path.exists(agentFile): + try: + f = open(agentFile, "r", encoding="utf-8") + lines = f.read() + f.close() + except IOError as err: + E5MessageBox.critical(None, + self.trUtf8("Loading user agent data"), + self.trUtf8("""<p>User agent data could not be loaded """ + """from <b>{0}</b></p>""" + """<p>Reason: {1}</p>""")\ + .format(agentFile, str(err))) + return + + for line in lines.splitlines(): + if not line or \ + line.startswith("#") or \ + "@@" not in line: + continue + + host, agent = line.split("@@", 1) + self.__agents[host] = agent + + self.__loaded = True + + def close(self): + """ + Public method to close the user agents manager. + """ + self.__saveTimer.saveIfNeccessary() + + def removeUserAgent(self, host): + """ + Public method to remove a user agent entry. + + @param host host name (string) + """ + if host in self.__agents: + del self.__agents[host] + self.changed.emit() + + def allHostNames(self): + """ + Public method to get a list of all host names we a user agent setting for. + + @return sorted list of all host names (list of strings) + """ + if not self.__loaded: + self.__load() + + return sorted(self.__agents.keys()) + + def hostsCount(self): + """ + Public method to get the number of available user agent settings. + + @return number of user agent settings (integer) + """ + if not self.__loaded: + self.__load() + + return len(self.__agents) + + def userAgent(self, host): + """ + Public method to get the user agent setting for a host. + + @param host host name (string) + @return user agent string (string) + """ + if not self.__loaded: + self.__load() + + if host not in self.__agents: + return "" + + return self.__agents[host] + + def setUserAgent(self, host, agent): + """ + Public method to set the user agent string for a host. + + @param host host name (string) + @param agent user agent string (string) + """ + if host != "" and agent != "": + self.__agents[host] = agent + self.changed.emit() + + def userAgentForUrl(self, url): + """ + Publci method to determine the user agent for the given URL. + + @param url URL to determine user agent for (QUrl) + @return user agent string (string) + """ + if url.isValid(): + host = url.host() + return self.userAgent(host) + + return "" + + def setUserAgentForUrl(self, url, agent): + """ + Public method to set the user agent string for an URL. + + @param url URL to register user agent setting for (QUrl) + @param agent new current user agent string (string) + """ + if url.isValid(): + host = url.host() + self.setUserAgent(host, agent)
--- a/Helpviewer/UserAgent/UserAgentMenu.py Sat Feb 04 19:03:49 2012 +0100 +++ b/Helpviewer/UserAgent/UserAgentMenu.py Sun Feb 05 16:22:37 2012 +0100 @@ -15,21 +15,31 @@ from .UserAgentDefaults import UserAgentDefaults from Helpviewer.HelpBrowserWV import HelpWebPage +import Helpviewer.HelpWindow class UserAgentMenu(QMenu): """ Class implementing a menu to select the user agent string. """ - def __init__(self, title, parent=None): + def __init__(self, title, url=None, parent=None): """ Constructor @param title title of the menu (string) + @param url URL to set user agent for (QUrl) @param parent reference to the parent widget (QWidget) """ super().__init__(title, parent) + self.__manager = None + self.__url = url + if self.__url: + if self.__url.isValid(): + self.__manager = Helpviewer.HelpWindow.HelpWindow.userAgentsManager() + else: + self.__url = None + self.aboutToShow.connect(self.__populateMenu) def __populateMenu(self): @@ -45,7 +55,11 @@ self.__defaultUserAgent.setText(self.trUtf8("Default")) self.__defaultUserAgent.setCheckable(True) self.__defaultUserAgent.triggered[()].connect(self.__switchToDefaultUserAgent) - self.__defaultUserAgent.setChecked(HelpWebPage().userAgent() == "") + if self.__url: + self.__defaultUserAgent.setChecked( + self.__manager.userAgentForUrl(self.__url) == "") + else: + self.__defaultUserAgent.setChecked(HelpWebPage().userAgent() == "") self.addAction(self.__defaultUserAgent) self.__actionGroup.addAction(self.__defaultUserAgent) isChecked = self.__defaultUserAgent.isChecked() @@ -67,7 +81,10 @@ """ Private slot to set the default user agent. """ - HelpWebPage().setUserAgent("") + if self.__url: + self.__manager.removeUserAgent(self.__url.host()) + else: + HelpWebPage().setUserAgent("") def __switchToOtherUserAgent(self): """ @@ -80,14 +97,20 @@ QLineEdit.Normal, HelpWebPage().userAgent(resolveEmpty=True)) if ok: - HelpWebPage().setUserAgent(userAgent) + if self.__url: + self.__manager.setUserAgentForUrl(self.__url, userAgent) + else: + HelpWebPage().setUserAgent(userAgent) def __changeUserAgent(self): """ Private slot to change the user agent. """ act = self.sender() - HelpWebPage().setUserAgent(act.data()) + if self.__url: + self.__manager.setUserAgentForUrl(self.__url, act.data()) + else: + HelpWebPage().setUserAgent(act.data()) def __addDefaultActions(self): """ @@ -99,7 +122,10 @@ isChecked = False defaultUserAgents = QByteArray(UserAgentDefaults) - currentUserAgentString = HelpWebPage().userAgent() + if self.__url: + currentUserAgentString = self.__manager.userAgentForUrl(self.__url) + else: + currentUserAgentString = HelpWebPage().userAgent() xml = QXmlStreamReader(defaultUserAgents) while not xml.atEnd(): xml.readNext()
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/UserAgent/UserAgentModel.py Sun Feb 05 16:22:37 2012 +0100 @@ -0,0 +1,129 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2012 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a model for user agent management. +""" + +from PyQt4.QtCore import Qt, QModelIndex, QAbstractTableModel + + +class UserAgentModel(QAbstractTableModel): + """ + Class implementing a model for user agent management. + """ + def __init__(self, manager, parent=None): + """ + Constructor + + @param manager reference to the user agent manager (UserAgentManager) + @param parent reference to the parent object (QObject) + """ + super().__init__(parent) + + self.__manager = manager + self.__manager.changed.connect(self.__userAgentsChanged) + + self.__headers = [ + self.trUtf8("Host"), + self.trUtf8("User Agent String"), + ] + + def __userAgentsChanged(self): + """ + Private slot handling a change of the registered user agent strings. + """ + self.reset() + + def removeRows(self, row, count, parent=QModelIndex()): + """ + Public method to remove entries from the model. + + @param row start row (integer) + @param count number of rows to remove (integer) + @param parent parent index (QModelIndex) + @return flag indicating success (boolean) + """ + if parent.isValid(): + return False + + if count <= 0: + return False + + lastRow = row + count - 1 + + self.beginRemoveRows(parent, row, lastRow) + + hostsList = self.__manager.allHostNames() + for index in range(row, lastRow + 1): + self.__manager.removeUserAgent(hostsList[index]) + + # removeEngine emits changed() + #self.endRemoveRows() + + return True + + def rowCount(self, parent=QModelIndex()): + """ + Public method to get the number of rows of the model. + + @param parent parent index (QModelIndex) + @return number of rows (integer) + """ + if parent.isValid(): + return 0 + else: + return self.__manager.hostsCount() + + def columnCount(self, parent=QModelIndex()): + """ + Public method to get the number of columns of the model. + + @param parent parent index (QModelIndex) + @return number of columns (integer) + """ + return len(self.__headers) + + def data(self, index, role): + """ + Public method to get data from the model. + + @param index index to get data for (QModelIndex) + @param role role of the data to retrieve (integer) + @return requested data + """ + if index.row() >= self.__manager.hostsCount() or index.row() < 0: + return None + + host = self.__manager.allHostNames()[index.row()] + userAgent = self.__manager.userAgent(host) + + if userAgent is None: + return None + + if role == Qt.DisplayRole: + if index.column() == 0: + return host + elif index.column() == 1: + return userAgent + + return None + + def headerData(self, section, orientation, role=Qt.DisplayRole): + """ + Public method to get the header data. + + @param section section number (integer) + @param orientation header orientation (Qt.Orientation) + @param role data role (integer) + @return header data + """ + if orientation == Qt.Horizontal and role == Qt.DisplayRole: + try: + return self.__headers[section] + except IndexError: + pass + + return None
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/UserAgent/UserAgentsDialog.py Sun Feb 05 16:22:37 2012 +0100 @@ -0,0 +1,53 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2012 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to show all saved user agent settings. +""" + +from PyQt4.QtGui import QDialog, QFont, QFontMetrics, QSortFilterProxyModel + +import Helpviewer.HelpWindow + +from .UserAgentModel import UserAgentModel + +from .Ui_UserAgentsDialog import Ui_UserAgentsDialog + +import UI.PixmapCache + + +class UserAgentsDialog(QDialog, Ui_UserAgentsDialog): + """ + Class implementing a dialog to show all saved user agent settings. + """ + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent widget (QWidget) + """ + super().__init__(parent) + self.setupUi(self) + + self.clearButton.setIcon(UI.PixmapCache.getIcon("clearLeft.png")) + + self.removeButton.clicked[()].connect(self.userAgentsTable.removeSelected) + self.removeAllButton.clicked[()].connect(self.userAgentsTable.removeAll) + + self.userAgentsTable.verticalHeader().hide() + self.__userAgentModel = \ + UserAgentModel(Helpviewer.HelpWindow.HelpWindow.userAgentsManager(), self) + self.__proxyModel = QSortFilterProxyModel(self) + self.__proxyModel.setSourceModel(self.__userAgentModel) + self.searchEdit.textChanged.connect(self.__proxyModel.setFilterFixedString) + self.userAgentsTable.setModel(self.__proxyModel) + + fm = QFontMetrics(QFont()) + height = fm.height() + fm.height() // 3 + self.userAgentsTable.verticalHeader().setDefaultSectionSize(height) + self.userAgentsTable.verticalHeader().setMinimumSectionSize(-1) + + self.userAgentsTable.resizeColumnsToContents() + self.userAgentsTable.horizontalHeader().setStretchLastSection(True)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/UserAgent/UserAgentsDialog.ui Sun Feb 05 16:22:37 2012 +0100 @@ -0,0 +1,195 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>UserAgentsDialog</class> + <widget class="QDialog" name="UserAgentsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>700</width> + <height>400</height> + </rect> + </property> + <property name="windowTitle"> + <string>User Agent Settings</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="spacing"> + <number>0</number> + </property> + <item> + <widget class="QLineEdit" name="searchEdit"> + <property name="toolTip"> + <string>Enter search term</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="clearButton"> + <property name="toolTip"> + <string>Press to clear the search edit</string> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </item> + <item> + <widget class="E5TableView" name="userAgentsTable"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <property name="textElideMode"> + <enum>Qt::ElideMiddle</enum> + </property> + <property name="showGrid"> + <bool>false</bool> + </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QPushButton" name="removeButton"> + <property name="toolTip"> + <string>Press to remove the selected entries</string> + </property> + <property name="text"> + <string>&Remove</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="removeAllButton"> + <property name="toolTip"> + <string>Press to remove all entries</string> + </property> + <property name="text"> + <string>Remove &All</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>208</width> + <height>20</height> + </size> + </property> + </spacer> + </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> + <customwidgets> + <customwidget> + <class>E5TableView</class> + <extends>QTableView</extends> + <header>E5Gui/E5TableView.h</header> + </customwidget> + </customwidgets> + <tabstops> + <tabstop>searchEdit</tabstop> + <tabstop>clearButton</tabstop> + <tabstop>userAgentsTable</tabstop> + <tabstop>removeButton</tabstop> + <tabstop>removeAllButton</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>UserAgentsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>228</x> + <y>274</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>UserAgentsDialog</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> + <connection> + <sender>clearButton</sender> + <signal>clicked()</signal> + <receiver>searchEdit</receiver> + <slot>clear()</slot> + <hints> + <hint type="sourcelabel"> + <x>376</x> + <y>21</y> + </hint> + <hint type="destinationlabel"> + <x>329</x> + <y>23</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- a/changelog Sat Feb 04 19:03:49 2012 +0100 +++ b/changelog Sun Feb 05 16:22:37 2012 +0100 @@ -15,6 +15,8 @@ -- extended the web page context menu by several entries to send links or the selected text, handling the clicked frame, translate the selected text with Google Translate and search it in Wictionary + -- extended the User Agent handling to be able to set the string on a host basis + (next to the global user agent string) Version 5.2.0: - bug fixes
--- a/eric5.e4p Sat Feb 04 19:03:49 2012 +0100 +++ b/eric5.e4p Sun Feb 05 16:22:37 2012 +0100 @@ -938,6 +938,9 @@ <Source>Helpviewer/SiteInfo/__init__.py</Source> <Source>Helpviewer/SiteInfo/SiteInfoDialog.py</Source> <Source>Helpviewer/SslInfoWidget.py</Source> + <Source>Helpviewer/UserAgent/UserAgentsDialog.py</Source> + <Source>Helpviewer/UserAgent/UserAgentModel.py</Source> + <Source>Helpviewer/UserAgent/UserAgentManager.py</Source> </Sources> <Forms> <Form>PyUnit/UnittestDialog.ui</Form> @@ -1209,6 +1212,7 @@ <Form>Helpviewer/Feeds/FeedEditDialog.ui</Form> <Form>Helpviewer/SiteInfo/SiteInfoDialog.ui</Form> <Form>Helpviewer/SslInfoWidget.ui</Form> + <Form>Helpviewer/UserAgent/UserAgentsDialog.ui</Form> </Forms> <Translations> <Translation>i18n/eric5_cs.qm</Translation> @@ -1660,7 +1664,7 @@ <string>FixIssues</string> </key> <value> - <bool>False</bool> + <bool>True</bool> </value> <key> <string>IncludeMessages</string>
--- a/i18n/eric5_cs.ts Sat Feb 04 19:03:49 2012 +0100 +++ b/i18n/eric5_cs.ts Sun Feb 05 16:22:37 2012 +0100 @@ -13085,72 +13085,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="837"/> <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="437"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="444"/> <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="985"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="997"/> <source>Web Inspector...</source> <translation>Web inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="919"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="928"/> <source>Bookmark this Page</source> <translation>Záložka na tuto stranu</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Save Lin&k</source> <translation>Uložit lin&k</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="835"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="843"/> <source>Bookmark this Link</source> <translation>Záložka na tento link</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Link to Clipboard</source> <translation>Kopírovat link do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="852"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="860"/> <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="856"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> <source>Save Image</source> <translation>Uložit obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="858"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Copy Image to Clipboard</source> <translation>Kopíroavt obrázek do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="867"/> <source>Copy Image Location to Clipboard</source> <translation>Kopírovat cestu obrázku do schránky</translation> </message> @@ -13160,220 +13160,225 @@ <translation type="obsolete">Web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="865"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="873"/> <source>Block Image</source> <translation>Blokovat obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="939"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="951"/> <source>Search with...</source> <translation>Hledat s...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="630"/> <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="660"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="667"/> <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="643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="650"/> <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="1534"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1547"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <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="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <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="1611"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1624"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1614"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1627"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1617"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1630"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="981"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="993"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> + <source>eric5 Web Browser</source> + <translation type="unfinished">eric5 web prohlížeč</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="849"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> - <source>eric5 Web Browser</source> - <translation type="unfinished">eric5 web prohlížeč</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="862"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="891"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="894"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="895"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> - <source>&Print</source> - <translation type="unfinished">&Tisk</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="901"/> - <source>Print Preview</source> - <translation type="unfinished">Náhled tisku</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="903"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="906"/> - <source>Zoom &in</source> - <translation type="unfinished">Př&iblížit</translation> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="904"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> - <source>Zoom &reset</source> - <translation type="unfinished">&Resetovat lupu</translation> + <source>&Print</source> + <translation type="unfinished">&Tisk</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> + <source>Print Preview</source> + <translation type="unfinished">Náhled tisku</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="912"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="915"/> + <source>Zoom &in</source> + <translation type="unfinished">Př&iblížit</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="917"/> + <source>Zoom &reset</source> + <translation type="unfinished">&Resetovat lupu</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> <source>Zoom &out</source> <translation type="unfinished">&Oddálit</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="913"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="922"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="921"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="930"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="934"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="946"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="959"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="971"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="965"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="972"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> <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/HelpBrowserWV.py" line="933"/> + <source>User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpClearPrivateDataDialog</name> @@ -14457,42 +14462,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="262"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="265"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -14538,360 +14543,360 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="498"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <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="354"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>&New Tab</source> <translation>&Nový tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="355"/> + <location filename="Helpviewer/HelpWindow.py" line="357"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="368"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <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="369"/> + <location filename="Helpviewer/HelpWindow.py" line="371"/> <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="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>&Open File</source> <translation>&Otevřít soubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="382"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <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="383"/> + <location filename="Helpviewer/HelpWindow.py" line="385"/> <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="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New &Tab</source> <translation>Otevřít soubor do nového &tabu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="397"/> - <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="399"/> + <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="401"/> <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="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>&Print</source> <translation>&Tisk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="459"/> <source>Print the displayed help</source> <translation>Tisknout zobrazenou nápovědu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="458"/> + <location filename="Helpviewer/HelpWindow.py" line="460"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="499"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <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="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close &All</source> <translation>Z&avřít vše</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="511"/> + <location filename="Helpviewer/HelpWindow.py" line="513"/> <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="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>&Backward</source> <translation>&Nazpět</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="557"/> + <location filename="Helpviewer/HelpWindow.py" line="559"/> <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="558"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <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="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Forward</source> <translation>&Dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="573"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Move one help screen forward</source> <translation>Posun o jednu obrazovku dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <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="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>&Home</source> <translation>&Hlavní strana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="588"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <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="589"/> + <location filename="Helpviewer/HelpWindow.py" line="591"/> <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="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>&Reload</source> <translation>&Obnovit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="605"/> <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="604"/> + <location filename="Helpviewer/HelpWindow.py" line="606"/> <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="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>&Find...</source> <translation>&Hledat...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="648"/> <source>Find text in page</source> <translation>Hledat text na stránce</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="649"/> <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="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find &next</source> <translation>Hledat &následující</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find &previous</source> <translation>Hledat &předchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="747"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="746"/> + <location filename="Helpviewer/HelpWindow.py" line="748"/> <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="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>&About</source> <translation>O &aplikaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="761"/> + <location filename="Helpviewer/HelpWindow.py" line="763"/> <source>Display information about this software</source> <translation>Zobrazit informace a tomto software</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="764"/> <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="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About &Qt</source> <translation>O &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Display information about the Qt toolkit</source> - <translation>Zobrazit informace o Qt toolkitu</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="775"/> + <source>Display information about the Qt toolkit</source> + <translation>Zobrazit informace o Qt toolkitu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="777"/> <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="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="791"/> <source>Zoom in on the text</source> <translation>Zvětšovací lupa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="792"/> <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="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="804"/> + <location filename="Helpviewer/HelpWindow.py" line="806"/> <source>Zoom out on the text</source> <translation>Zmenšovací lupa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="807"/> <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="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>&Copy</source> <translation>&Kopírovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="634"/> <source>Copy the selected text</source> <translation>Kopírovat vybraný text</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="635"/> <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="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>&File</source> <translation>S&oubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1238"/> - <source>&View</source> - <translation>Poh&led</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <source>&View</source> + <translation>Poh&led</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1270"/> <source>&Go</source> <translation>&Jít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1267"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source>H&istory</source> <translation>H&istorie</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1274"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Bookmarks</source> <translation>&Záložky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1345"/> <source>&Help</source> <translation>&Nápověda</translation> </message> @@ -14906,42 +14911,42 @@ <translation type="obsolete">Posun doprava</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1339"/> - <source>File</source> - <translation>Soubor</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <source>File</source> + <translation>Soubor</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1373"/> <source>Edit</source> <translation>Editovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1378"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1370"/> + <location filename="Helpviewer/HelpWindow.py" line="1387"/> <source>Find</source> <translation>Hledat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1402"/> + <location filename="Helpviewer/HelpWindow.py" line="1419"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1409"/> + <location filename="Helpviewer/HelpWindow.py" line="1426"/> <source>Go</source> <translation>Jít</translation> </message> @@ -14951,12 +14956,12 @@ <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="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <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> @@ -14966,204 +14971,204 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>New Tab</source> <translation>Nový Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New Window</source> <translation>Nové okno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New Tab</source> <translation>Otevřít soubor v novém tabu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close All</source> <translation>Zavřít vše</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backward</source> <translation>Nazpět</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Forward</source> <translation>Dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Home</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Reload</source> <translation>Obnovit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Find...</source> <translation>Hledat...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find next</source> <translation>Najít další</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>F3</source> <comment>Edit|Find next</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find previous</source> <translation>Najít předchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add Bookmark</source> <translation>Přidat záložku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>About</source> <translation>O aplikaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About Qt</source> <translation>O Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <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="661"/> + <location filename="Helpviewer/HelpWindow.py" line="663"/> <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="674"/> - <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="676"/> + <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="678"/> <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="479"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="483"/> - <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="485"/> + <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="487"/> <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> @@ -15173,222 +15178,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="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Show next tab</source> <translation>Zobrazit následující tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Show previous tab</source> <translation>Zobrazit předchozí tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear icons database</source> <translation>Vyčistit ikony databáze</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1061"/> + <location filename="Helpviewer/HelpWindow.py" line="1063"/> <source>Clear the database of favicons</source> <translation>Vyčistit databázi favicons</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1064"/> <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="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>Preferences</source> <translation>Předvolby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>&Preferences...</source> <translation>&Předvolby...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="899"/> + <location filename="Helpviewer/HelpWindow.py" line="901"/> <source>Set the prefered configuration</source> <translation>Nastavit preferovanou konfiguraci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <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="153"/> + <location filename="Helpviewer/HelpWindow.py" line="155"/> <source>Contents</source> <translation>Obsah</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="512"/> <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="949"/> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source>Sync with Table of Contents</source> <translation>Sync obsahu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> - <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="955"/> + <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="957"/> <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="963"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Table of Contents</source> <translation>Obsah</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> - <source>Shows the table of contents window</source> - <translation>Zobrazit okno s obsahem</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="968"/> + <source>Shows the table of contents window</source> + <translation>Zobrazit okno s obsahem</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <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="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp Documents</source> <translation>Uspořádat dokumenty QtNápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> - <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="1007"/> + <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="1009"/> <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="1318"/> + <location filename="Helpviewer/HelpWindow.py" line="1335"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1377"/> + <location filename="Helpviewer/HelpWindow.py" line="1394"/> <source>Filter</source> <translation>Filtr</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1382"/> + <location filename="Helpviewer/HelpWindow.py" line="1399"/> <source>Filtered by: </source> <translation>Filtrováno: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2173"/> + <location filename="Helpviewer/HelpWindow.py" line="2190"/> <source>Could not find an associated content.</source> <translation>Asociovaný obsah nelze nalézt.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp Filters</source> <translation>Uspořádat filtry QtNápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <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="1021"/> + <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="1023"/> <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="976"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Index</source> <translation>Index</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> - <source>Shows the index window</source> - <translation>Zobrazit index okna</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="981"/> + <source>Shows the index window</source> + <translation>Zobrazit index okna</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <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="989"/> + <location filename="Helpviewer/HelpWindow.py" line="991"/> <source>Search</source> <translation>Hledat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> - <source>Shows the search window</source> - <translation>Zobrazit okno hledání</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="994"/> + <source>Shows the search window</source> + <translation>Zobrazit okno hledání</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> <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="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>Reindex Documentation</source> <translation>Znovu indexovat dokumentaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> - <source>Reindexes the documentation set</source> - <translation>Přeindexuje dokumentaci</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <source>Reindexes the documentation set</source> + <translation>Přeindexuje dokumentaci</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1036"/> <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="2282"/> + <location filename="Helpviewer/HelpWindow.py" line="2299"/> <source>Updating search index</source> <translation>Aktualizovat index pro hledání</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2334"/> + <location filename="Helpviewer/HelpWindow.py" line="2351"/> <source>Looking for Documentation...</source> <translation>Vyhledat dokumentaci...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2364"/> + <location filename="Helpviewer/HelpWindow.py" line="2381"/> <source>Unfiltered</source> <translation>Nefiltrováno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2383"/> + <location filename="Helpviewer/HelpWindow.py" line="2400"/> <source>Help Engine</source> <translation>Engine nápovědy</translation> </message> @@ -15398,17 +15403,17 @@ <translation type="obsolete">Zobrazit menu navigace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="525"/> <source>Private Browsing</source> <translation>Mód soukromí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private &Browsing</source> <translation>Mód &soukromí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="524"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <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> @@ -15423,52 +15428,52 @@ <translation type="obsolete">Načteno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1915"/> + <location filename="Helpviewer/HelpWindow.py" line="1932"/> <source>Full Screen</source> <translation>Celá obrazovka</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>&Full Screen</source> <translation>&Celá obrazovka</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>F11</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp &Documents</source> <translation>Uspořádat QtHelp &dokumenty</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp &Filters</source> <translation>Uspořádat QtHelp &filtry</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>&Reindex Documentation</source> <translation>Přeinde&xovat dokumentaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1047"/> + <location filename="Helpviewer/HelpWindow.py" line="1049"/> <source>Clear private data</source> <translation>Smazat soukromá data</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1045"/> <source>&Clear private data</source> <translation>Smazat &soukromá data</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1050"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear &icons database</source> <translation>Smazat databázi &ikon</translation> </message> @@ -15483,7 +15488,7 @@ <translation type="obsolete">Zobrazit mo&nitor sítě</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1133"/> + <location filename="Helpviewer/HelpWindow.py" line="1135"/> <source>Show the network monitor dialog</source> <translation>Zobrazit dialog monitoru sítě</translation> </message> @@ -15493,260 +15498,260 @@ <translation type="obsolete"><b>Zobrazit monitor sítě</b><p>Zobrazit dialog monitoru sítě.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1302"/> <source>&Settings</source> <translation>Na&stavení</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> + <location filename="Helpviewer/HelpWindow.py" line="1328"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Show page source</source> <translation>Zobrazit zdroj strany</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Ctrl+U</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Show the page source in an editor</source> <translation>Zobrazit zdroj strany v editoru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="850"/> + <location filename="Helpviewer/HelpWindow.py" line="852"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>&Languages...</source> <translation>&Jazyky...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> - <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="914"/> + <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="916"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>Cookies</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Configure cookies handling</source> - <translation>Nastavit ovládání cookies</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="927"/> + <source>Configure cookies handling</source> + <translation>Nastavit ovládání cookies</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="929"/> <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="1388"/> + <location filename="Helpviewer/HelpWindow.py" line="1405"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom reset</source> <translation>Resetovat lupu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom &reset</source> <translation>&Resetovat lupu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="818"/> + <location filename="Helpviewer/HelpWindow.py" line="820"/> <source>Reset the zoom of the text</source> <translation>Resetovat lupu textu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom text only</source> <translation>Jen lupa textu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom &text only</source> <translation>Jen lupa &textu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> - <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="835"/> + <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="837"/> <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="819"/> + <location filename="Helpviewer/HelpWindow.py" line="821"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New &Window</source> <translation>&Nové okno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Import Bookmarks</source> <translation>Importovat záložky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>&Import Bookmarks...</source> <translation>&Importovat záložky...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> - <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="429"/> + <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="431"/> <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="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Export Bookmarks</source> <translation>Export záložek</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>&Export Bookmarks...</source> <translation>&Exportovat záložky...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> - <source>Export the bookmarks into a file</source> - <translation>Export záložek do souboru</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="443"/> + <source>Export the bookmarks into a file</source> + <translation>Export záložek do souboru</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="445"/> <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="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Manage Bookmarks</source> <translation>Správa záložek</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>&Manage Bookmarks...</source> <translation>&Správa záložek...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> - <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="690"/> + <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="692"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add &Bookmark...</source> <translation>Přid&at záložku...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="706"/> <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="705"/> + <location filename="Helpviewer/HelpWindow.py" line="707"/> <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="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add Folder</source> <translation>Přidat složku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add &Folder...</source> <translation>Přidat s&ložku...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="716"/> - <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="718"/> + <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="720"/> <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="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs</source> <translation>Vytvořit záložky pro všechny taby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs...</source> <translation>Vytvořit záložky pro všechny taby...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="729"/> - <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="731"/> + <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="733"/> <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="1766"/> + <location filename="Helpviewer/HelpWindow.py" line="1783"/> <source>Saved Tabs</source> <translation>Uložkt taby</translation> </message> @@ -15756,40 +15761,40 @@ <translation type="obsolete">Zavřít ostatní</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>F5</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Stop</source> <translation>Zastavit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>&Stop</source> <translation>Za&stavit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Esc</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="620"/> <source>Stop loading</source> <translation>Zastavit načítání</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="619"/> + <location filename="Helpviewer/HelpWindow.py" line="621"/> <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> @@ -15799,28 +15804,28 @@ <translation type="obsolete">Duplikovat stranu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Save As </source> <translation>Uložit jako </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>&Save As...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> - <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="415"/> + <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="417"/> <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> @@ -15845,62 +15850,62 @@ <translation type="obsolete"><b>Ukončit</b><p>Ukončit web prohlížeč.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search Engines</source> <translation>Konfigurovat vyhledávací enginy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Configure the available search engines</source> - <translation>Konfigurovat dostupné vyhledávací enginy</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1076"/> + <source>Configure the available search engines</source> + <translation>Konfigurovat dostupné vyhledávací enginy</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <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="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords</source> <translation>Spravovat uložená hesla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords...</source> <translation>Spravovat uložená hesla...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1089"/> - <source>Manage the saved passwords</source> - <translation>Spravovat vaše uložená hesla</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1091"/> + <source>Manage the saved passwords</source> + <translation>Spravovat vaše uložená hesla</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1093"/> <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="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>Ad Block</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1104"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Konfigurovat AdBlock odebírání a pravidla</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Konfigurovat AdBlock odebírání a pravidla</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <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="2343"/> + <location filename="Helpviewer/HelpWindow.py" line="2360"/> <source>eric5 Web Browser</source> <translation>eric5 web prohlížeč</translation> </message> @@ -15910,52 +15915,52 @@ <translation type="obsolete">Načtení selhalo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="470"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="473"/> <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="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="940"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1944"/> + <location filename="Helpviewer/HelpWindow.py" line="1961"/> <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="1249"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -15965,215 +15970,235 @@ <translation type="obsolete">Výchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1301"/> - <source>User Agent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2698"/> + <location filename="Helpviewer/HelpWindow.py" line="2715"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2699"/> + <location filename="Helpviewer/HelpWindow.py" line="2716"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2700"/> + <location filename="Helpviewer/HelpWindow.py" line="2717"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2701"/> + <location filename="Helpviewer/HelpWindow.py" line="2718"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2702"/> + <location filename="Helpviewer/HelpWindow.py" line="2719"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2703"/> + <location filename="Helpviewer/HelpWindow.py" line="2720"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2725"/> + <location filename="Helpviewer/HelpWindow.py" line="2742"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1142"/> + <location filename="Helpviewer/HelpWindow.py" line="1144"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1149"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1119"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1459"/> + <location filename="Helpviewer/HelpWindow.py" line="1476"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1465"/> + <location filename="Helpviewer/HelpWindow.py" line="1482"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1509"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1515"/> + <location filename="Helpviewer/HelpWindow.py" line="1532"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="539"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="540"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1160"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1164"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1178"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1396"/> + <location filename="Helpviewer/HelpWindow.py" line="1413"/> <source>Tools</source> <translation type="unfinished">Nástroje</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Network Monitor</source> <translation type="unfinished">Monitor sítě</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1136"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1686"/> + <location filename="Helpviewer/HelpWindow.py" line="1703"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1921"/> + <location filename="Helpviewer/HelpWindow.py" line="1938"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage &User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1192"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1194"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> + <source>Global User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -42618,7 +42643,7 @@ <translation>Konfigurovat...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="916"/> + <location filename="QScintilla/Terminal.py" line="917"/> <source>No shell has been configured.</source> <translation>Nebyl nakonfigurován žádný shell.</translation> </message> @@ -44577,44 +44602,118 @@ </message> </context> <context> + <name>UserAgentManager</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source>Saving user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source><p>User agent data could not be saved to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source>Loading user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source><p>User agent data could not be loaded from <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="45"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="55"/> <source>Default</source> <translation type="unfinished">Výchozí</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="59"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="73"/> <source>Other...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>Custom user agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>User agent:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source>Parsing default user agents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="136"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="162"/> <source>Various</source> <translation type="unfinished">Různé</translation> </message> </context> <context> + <name>UserAgentModel</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="30"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>User Agent String</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UserAgentsDialog</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="43"/> + <source>Enter search term</source> + <translation type="unfinished">Zadejte hledaný výraz</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="50"/> + <source>Press to clear the search edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="85"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="88"/> + <source>&Remove</source> + <translation type="unfinished">Odeb&rat</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="95"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="98"/> + <source>Remove &All</source> + <translation type="unfinished">Odebr&at vše</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="14"/> + <source>User Agent Settings</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserInterface</name> <message> <location filename="UI/UserInterface.py" line="261"/>
--- a/i18n/eric5_de.ts Sat Feb 04 19:03:49 2012 +0100 +++ b/i18n/eric5_de.ts Sun Feb 05 16:22:37 2012 +0100 @@ -12860,290 +12860,295 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="660"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="667"/> <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="829"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="837"/> <source>Open Link in New Tab Ctrl+LMB</source> <translation>Link in neuem Fenster öffnen\tStrg+LMK</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="630"/> <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="437"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="444"/> <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="985"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="997"/> <source>Web Inspector...</source> <translation>Web Inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1534"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1547"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>When connecting to: {0}.</source> <translation>Beim Verbinden zu: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="650"/> <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="928"/> + <source>Bookmark this Page</source> + <translation>Lesezeichen für diese Seite hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> + <source>Save Lin&k</source> + <translation>Lin&k speichern</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="843"/> + <source>Bookmark this Link</source> + <translation>Lesezeichen für diesen Link hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <source>Copy Link to Clipboard</source> + <translation>Link in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="860"/> + <source>Open Image in New Tab</source> + <translation>Bild in neuem Register öffnen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> + <source>Save Image</source> + <translation>Bild speichern</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> + <source>Copy Image to Clipboard</source> + <translation>Bild in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="867"/> + <source>Copy Image Location to Clipboard</source> + <translation>Bildadresse in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="873"/> + <source>Block Image</source> + <translation>Bild blockieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="951"/> + <source>Search with...</source> + <translation>Suchen mit...</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Web Database Quota</source> + <translation>Webdatenbankquota</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> + <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="1604"/> + <source>New Web Database Quota</source> + <translation>Neues Datenbankquota</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1624"/> + <source>bytes</source> + <translation>Bytes</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1627"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1630"/> + <source>MB</source> + <translation>MB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> + <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="993"/> + <source>Add to web search toolbar</source> + <translation>Zur Websuchleiste hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> + <source>Method not supported</source> + <translation>Methode nicht unterstützt</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> + <source>{0} method is not supported.</source> + <translation>{0} Methode wird nicht unterstützt.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> + <source>Search engine</source> + <translation>Suchmaschine</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> + <source>Choose the desired search engine</source> + <translation>Wähle die gewünschte Suchmaschine aus</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>Engine name</source> + <translation>Suchmaschinenname</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <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="1556"/> + <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> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> + <source>Scan Link with VirusTotal</source> + <translation>Link mit VirusTotal überprüfen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> + <source>Scan Image with VirusTotal</source> + <translation>Bild mit VirusTotal überprüfen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> + <source>eric5 Web Browser</source> + <translation>eric5 Web-Browser</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="849"/> + <source>Send Link</source> + <translation>Link verschicken</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> + <source>Send Image Link</source> + <translation>Link auf Bild verschicken</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> + <source>This Frame</source> + <translation>Dieser Rahmen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> + <source>Show &only this frame</source> + <translation>&Nur diesen Rahmen anzeigen </translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="904"/> + <source>Show in new &tab</source> + <translation>In neuem &Register anzeigen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> + <source>&Print</source> + <translation>&Drucken</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> + <source>Print Preview</source> + <translation>Seitenansicht</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="912"/> + <source>Print as PDF</source> + <translation>Als PDF drucken</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="915"/> + <source>Zoom &in</source> + <translation>Ver&größern</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="917"/> + <source>Zoom &reset</source> + <translation>Vergrößerung &zurücksetzen</translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> - <source>Bookmark this Page</source> - <translation>Lesezeichen für diese Seite hinzufügen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> - <source>Save Lin&k</source> - <translation>Lin&k speichern</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="835"/> - <source>Bookmark this Link</source> - <translation>Lesezeichen für diesen Link hinzufügen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> - <source>Copy Link to Clipboard</source> - <translation>Link in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="852"/> - <source>Open Image in New Tab</source> - <translation>Bild in neuem Register öffnen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="856"/> - <source>Save Image</source> - <translation>Bild speichern</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="858"/> - <source>Copy Image to Clipboard</source> - <translation>Bild in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> - <source>Copy Image Location to Clipboard</source> - <translation>Bildadresse in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="865"/> - <source>Block Image</source> - <translation>Bild blockieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="939"/> - <source>Search with...</source> - <translation>Suchen mit...</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> - <source>Web Database Quota</source> - <translation>Webdatenbankquota</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> - <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="1591"/> - <source>New Web Database Quota</source> - <translation>Neues Datenbankquota</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1611"/> - <source>bytes</source> - <translation>Bytes</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1614"/> - <source>kB</source> - <translation>kB</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1617"/> - <source>MB</source> - <translation>MB</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> - <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="981"/> - <source>Add to web search toolbar</source> - <translation>Zur Websuchleiste hinzufügen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> - <source>Method not supported</source> - <translation>Methode nicht unterstützt</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> - <source>{0} method is not supported.</source> - <translation>{0} Methode wird nicht unterstützt.</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> - <source>Search engine</source> - <translation>Suchmaschine</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> - <source>Choose the desired search engine</source> - <translation>Wähle die gewünschte Suchmaschine aus</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> - <source>Engine name</source> - <translation>Suchmaschinenname</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> - <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="1543"/> - <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> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> - <source>Scan Link with VirusTotal</source> - <translation>Link mit VirusTotal überprüfen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> - <source>Scan Image with VirusTotal</source> - <translation>Bild mit VirusTotal überprüfen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> - <source>eric5 Web Browser</source> - <translation>eric5 Web-Browser</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> - <source>Send Link</source> - <translation>Link verschicken</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="862"/> - <source>Send Image Link</source> - <translation>Link auf Bild verschicken</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="891"/> - <source>This Frame</source> - <translation>Dieser Rahmen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="894"/> - <source>Show &only this frame</source> - <translation>&Nur diesen Rahmen anzeigen </translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="895"/> - <source>Show in new &tab</source> - <translation>In neuem &Register anzeigen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> - <source>&Print</source> - <translation>&Drucken</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="901"/> - <source>Print Preview</source> - <translation>Seitenansicht</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="903"/> - <source>Print as PDF</source> - <translation>Als PDF drucken</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="906"/> - <source>Zoom &in</source> - <translation>Ver&größern</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> - <source>Zoom &reset</source> - <translation>Vergrößerung &zurücksetzen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="913"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="922"/> <source>Show frame so&urce</source> <translation>Rahmen&quelltext anzeigen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="921"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="930"/> <source>Send Page Link</source> <translation>Link auf Seite verschicken</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="934"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="946"/> <source>Send Text</source> <translation>Text verschicken</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="959"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="971"/> <source>Google Translate</source> <translation>Google Übersetzer</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="965"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> <source>Dictionary</source> <translation>Wörterbuch</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="972"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> <source>Go to web address</source> <translation>Zur Web Adresse springen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> <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/HelpBrowserWV.py" line="933"/> + <source>User Agent</source> + <translation>User Agent</translation> + </message> </context> <context> <name>HelpClearPrivateDataDialog</name> @@ -14181,42 +14186,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="262"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="265"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>When connecting to: {0}.</source> <translation>Beim Verbinden zu: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>SSL Certificate Info</source> <translation>SSL Zertifikat</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>There is no SSL Certificate Info available.</source> <translation>Es sind keine Informationen für das SSL Zertifikat verfügbar.</translation> </message> @@ -14262,1548 +14267,1573 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>&Open File</source> <translation>Datei &öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="382"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source>Open a help file for display</source> <translation>Öffnet eine Hilfedatei zur Anzeige</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="383"/> + <location filename="Helpviewer/HelpWindow.py" line="385"/> <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="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>&Print</source> <translation>&Drucken</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="459"/> <source>Print the displayed help</source> <translation>Druckt die angezeigte Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="458"/> + <location filename="Helpviewer/HelpWindow.py" line="460"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="498"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <source>Close the current help window</source> <translation>Schließt das aktuelle Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>&Backward</source> <translation>&Zurück</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="558"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <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="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Forward</source> <translation>&Vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="573"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Move one help screen forward</source> <translation>Eine Hilfeseite vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <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="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>&Home</source> <translation>&Anfang</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="588"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source>Move to the initial help screen</source> <translation>Zur ersten Hilfeseite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="591"/> <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="745"/> + <location filename="Helpviewer/HelpWindow.py" line="747"/> <source>Context sensitive help</source> <translation>Kontextsensitive Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="746"/> + <location filename="Helpviewer/HelpWindow.py" line="748"/> <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="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>&About</source> <translation>&Über</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="761"/> + <location filename="Helpviewer/HelpWindow.py" line="763"/> <source>Display information about this software</source> <translation>Zeigt Informationen zu diesem Programm an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About &Qt</source> <translation>Über &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <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="1207"/> - <source>&File</source> - <translation>&Datei</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> - <source>&Go</source> - <translation>&Gehe zu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1274"/> - <source>&Bookmarks</source> - <translation>&Lesezeichen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> - <source>&Help</source> - <translation>&Hilfe</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="557"/> - <source>Move one help screen backward</source> - <translation>Eine Hilfeseite zurück</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> - <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="775"/> + <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="1223"/> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1270"/> + <source>&Go</source> + <translation>&Gehe zu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> + <source>&Bookmarks</source> + <translation>&Lesezeichen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1345"/> + <source>&Help</source> + <translation>&Hilfe</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="559"/> + <source>Move one help screen backward</source> + <translation>Eine Hilfeseite zurück</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="764"/> + <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="777"/> <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="789"/> + <location filename="Helpviewer/HelpWindow.py" line="791"/> <source>Zoom in on the text</source> <translation>Text vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="804"/> + <location filename="Helpviewer/HelpWindow.py" line="806"/> <source>Zoom out on the text</source> <translation>Text verkleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>&Copy</source> <translation>&Kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="634"/> <source>Copy the selected text</source> <translation>Kopiert den ausgewählten Text</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="635"/> <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="1230"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&Edit</source> <translation>&Bearbeiten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1238"/> + <location filename="Helpviewer/HelpWindow.py" line="1254"/> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="792"/> <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="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="807"/> <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="1267"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source>H&istory</source> <translation>&Chronik</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>&Reload</source> <translation>E&rneut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="605"/> <source>Reload the current help screen</source> <translation>Die aktuelle Hilfeseite ernaut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="604"/> + <location filename="Helpviewer/HelpWindow.py" line="606"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>&Find...</source> <translation>&Suchen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="648"/> <source>Find text in page</source> <translation>Text in Seite suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="649"/> <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="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find &next</source> <translation>&Weitersuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find &previous</source> <translation>&Rückwärtssuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1339"/> - <source>File</source> - <translation>Datei</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <source>File</source> + <translation>Datei</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1373"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1378"/> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1370"/> + <location filename="Helpviewer/HelpWindow.py" line="1387"/> <source>Find</source> <translation>Suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1402"/> + <location filename="Helpviewer/HelpWindow.py" line="1419"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1409"/> + <location filename="Helpviewer/HelpWindow.py" line="1426"/> <source>Go</source> <translation>Gehe zu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>&New Tab</source> <translation>&Neues Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="355"/> + <location filename="Helpviewer/HelpWindow.py" line="357"/> <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="369"/> + <location filename="Helpviewer/HelpWindow.py" line="371"/> <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="499"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <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="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close &All</source> <translation>Alle &schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="511"/> + <location filename="Helpviewer/HelpWindow.py" line="513"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source>Open a new help window tab</source> <translation>Öffne ein neues Hilferegister</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="368"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Open a new help browser window</source> <translation>Öffne ein neues Hilfeanzeiger Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New &Tab</source> <translation>Datei in neuem &Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <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="397"/> + <location filename="Helpviewer/HelpWindow.py" line="399"/> <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="399"/> + <location filename="Helpviewer/HelpWindow.py" line="401"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>New Tab</source> <translation>Neues Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New Tab</source> <translation>Datei in neuem Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close All</source> <translation>Alle schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backward</source> <translation>Zurück</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Forward</source> <translation>Vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Reload</source> <translation>Erneut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Find...</source> <translation>Suchen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find next</source> <translation>Weitersuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find previous</source> <translation>Rückwärtssuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add Bookmark</source> <translation>Lesezeichen hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>About</source> <translation>Über</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About Qt</source> <translation>Über Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <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="661"/> + <location filename="Helpviewer/HelpWindow.py" line="663"/> <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="674"/> - <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="676"/> + <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="678"/> <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="479"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Print Preview</source> <translation>Seitenansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="483"/> - <source>Print preview of the displayed help</source> - <translation>Seitenansicht der angezeigten Hilfe</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="485"/> + <source>Print preview of the displayed help</source> + <translation>Seitenansicht der angezeigten Hilfe</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="487"/> <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="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Show next tab</source> <translation>Zeige nächste Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Show previous tab</source> <translation>Zeige vorherige Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Switch between tabs</source> <translation>Zwischen Tabs umschalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear icons database</source> <translation>Iconsdatenbank löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1061"/> + <location filename="Helpviewer/HelpWindow.py" line="1063"/> <source>Clear the database of favicons</source> <translation>Löscht die Datenbank mit den Favicons</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1064"/> <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="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>&Preferences...</source> <translation>&Einstellungen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="899"/> + <location filename="Helpviewer/HelpWindow.py" line="901"/> <source>Set the prefered configuration</source> <translation>Konfiguriert die Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Einstellungen</b><p>Konfiguriert die einstellbaren Parameter der Applikation nach ihren Wünschen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="153"/> + <location filename="Helpviewer/HelpWindow.py" line="155"/> <source>Contents</source> <translation>Inhalt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="512"/> <source>Close all help windows</source> <translation>Schließt alle Hilfefenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="949"/> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source>Sync with Table of Contents</source> <translation>Mit Inhalt synchronisieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> - <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="955"/> + <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="957"/> <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="963"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Table of Contents</source> <translation>Inhaltsverzeichnis</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> - <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="968"/> + <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="970"/> <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="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp Documents</source> <translation>QtHelp Dokumente verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> - <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="1007"/> + <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="1009"/> <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="1318"/> + <location filename="Helpviewer/HelpWindow.py" line="1335"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1377"/> + <location filename="Helpviewer/HelpWindow.py" line="1394"/> <source>Filter</source> <translation>Filter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1382"/> + <location filename="Helpviewer/HelpWindow.py" line="1399"/> <source>Filtered by: </source> <translation>Filter: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2173"/> + <location filename="Helpviewer/HelpWindow.py" line="2190"/> <source>Could not find an associated content.</source> <translation>Konnte keinen zugehörigen Inhalt finden.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp Filters</source> <translation>QtHelp Filter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <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="1021"/> + <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="1023"/> <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="976"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Index</source> <translation>Index</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> - <source>Shows the index window</source> - <translation>Zeigt das Indexfenster an</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="981"/> + <source>Shows the index window</source> + <translation>Zeigt das Indexfenster an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <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="989"/> + <location filename="Helpviewer/HelpWindow.py" line="991"/> <source>Search</source> <translation>Suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> - <source>Shows the search window</source> - <translation>Zeigt das Suchfenster an</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="994"/> + <source>Shows the search window</source> + <translation>Zeigt das Suchfenster an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> <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="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>Reindex Documentation</source> <translation>Dokumentation reindizieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> - <source>Reindexes the documentation set</source> - <translation>Reindiziert die Dokumentation</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <source>Reindexes the documentation set</source> + <translation>Reindiziert die Dokumentation</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1036"/> <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="2282"/> + <location filename="Helpviewer/HelpWindow.py" line="2299"/> <source>Updating search index</source> <translation>Aktualisiere Suchindex</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2334"/> + <location filename="Helpviewer/HelpWindow.py" line="2351"/> <source>Looking for Documentation...</source> <translation>Suche nach Dokumentation...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2364"/> + <location filename="Helpviewer/HelpWindow.py" line="2381"/> <source>Unfiltered</source> <translation>Ungefiltert</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2383"/> + <location filename="Helpviewer/HelpWindow.py" line="2400"/> <source>Help Engine</source> <translation>Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="525"/> <source>Private Browsing</source> <translation>Privates Browsen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private &Browsing</source> <translation>Privates &Browsen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="524"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <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="1915"/> + <location filename="Helpviewer/HelpWindow.py" line="1932"/> <source>Full Screen</source> <translation>Vollbild</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>&Full Screen</source> <translation>&Vollbild</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp &Documents</source> <translation>QtHelp &Dokumente verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp &Filters</source> <translation>QtHelp &Filter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>&Reindex Documentation</source> <translation>Dokumentation &reindizieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1047"/> + <location filename="Helpviewer/HelpWindow.py" line="1049"/> <source>Clear private data</source> <translation>Private Daten löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1045"/> <source>&Clear private data</source> <translation>&Private Daten löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1050"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear &icons database</source> <translation>Iconsdatenbank &löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1133"/> + <location filename="Helpviewer/HelpWindow.py" line="1135"/> <source>Show the network monitor dialog</source> <translation>Zeigt den Netzwerkmonitordialog an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1302"/> <source>&Settings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> + <location filename="Helpviewer/HelpWindow.py" line="1328"/> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Show page source</source> <translation>Seitenquelltext anzeigen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <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="850"/> + <location filename="Helpviewer/HelpWindow.py" line="852"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>&Languages...</source> <translation>&Sprachen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> - <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="914"/> + <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="916"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Configure cookies handling</source> - <translation>Cookieverwaltung konfigurieren</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="927"/> + <source>Configure cookies handling</source> + <translation>Cookieverwaltung konfigurieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="929"/> <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="1388"/> + <location filename="Helpviewer/HelpWindow.py" line="1405"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom reset</source> <translation>Vergrößerung zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom &reset</source> <translation>Vergrößerung &zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="818"/> + <location filename="Helpviewer/HelpWindow.py" line="820"/> <source>Reset the zoom of the text</source> <translation>Die Textgröße zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom text only</source> <translation>Nur Text vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom &text only</source> <translation>Nur &Text vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> - <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="835"/> + <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="837"/> <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="819"/> + <location filename="Helpviewer/HelpWindow.py" line="821"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Import Bookmarks</source> <translation>Lesezeichen importieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>&Import Bookmarks...</source> <translation>Lesezeichen &importieren...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> - <source>Import bookmarks from other browsers</source> - <translation>Importiere Lesezeichen von anderen Browsern</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="429"/> + <source>Import bookmarks from other browsers</source> + <translation>Importiere Lesezeichen von anderen Browsern</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="431"/> <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="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Export Bookmarks</source> <translation>Lesezeichen exportieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>&Export Bookmarks...</source> <translation>Lesezeichen &exportieren...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> - <source>Export the bookmarks into a file</source> - <translation>Exportiert die Lesezeichen in eine Datei</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="443"/> + <source>Export the bookmarks into a file</source> + <translation>Exportiert die Lesezeichen in eine Datei</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="445"/> <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="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Manage Bookmarks</source> <translation>Lesezeichen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>&Manage Bookmarks...</source> <translation>Lesezeichen &verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> + <location filename="Helpviewer/HelpWindow.py" line="690"/> <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="690"/> + <location filename="Helpviewer/HelpWindow.py" line="692"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add &Bookmark...</source> <translation>Lesezeichen &hinzufügen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="706"/> <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="705"/> + <location filename="Helpviewer/HelpWindow.py" line="707"/> <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="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add Folder</source> <translation>Ordner hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add &Folder...</source> <translation>&Ordner hinzufügen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="716"/> - <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="718"/> + <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="720"/> <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="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs</source> <translation>Lesezeichen für alle Tabs</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs...</source> <translation>Lesezeichen für alle Tabs...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="729"/> - <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="731"/> + <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="733"/> <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="1766"/> + <location filename="Helpviewer/HelpWindow.py" line="1783"/> <source>Saved Tabs</source> <translation>Gesicherte Tabs</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Stop</source> <translation>Anhalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>&Stop</source> <translation>An&halten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="620"/> <source>Stop loading</source> <translation>Laden anhalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="619"/> + <location filename="Helpviewer/HelpWindow.py" line="621"/> <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="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Save As </source> <translation>Speichern unter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>&Save As...</source> <translation>&Speichern unter...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> - <source>Save the current page to disk</source> - <translation>Speichert die aktuelle Seite</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="415"/> + <source>Save the current page to disk</source> + <translation>Speichert die aktuelle Seite</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="417"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search Engines</source> <translation>Suchmaschinen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Configure the available search engines</source> - <translation>Verwalte die verfügbaren Suchmaschinen</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1076"/> + <source>Configure the available search engines</source> + <translation>Verwalte die verfügbaren Suchmaschinen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <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="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords</source> <translation>Gespeicherte Passwörter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords...</source> <translation>Gespeicherte Passwörter verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1089"/> - <source>Manage the saved passwords</source> - <translation>Verwalten gespeicherter Passwörter</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1091"/> + <source>Manage the saved passwords</source> + <translation>Verwalten gespeicherter Passwörter</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1093"/> <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="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1104"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Konfiguriert AdBlock Abonnements und Regeln</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Konfiguriert AdBlock Abonnements und Regeln</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <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="2343"/> + <location filename="Helpviewer/HelpWindow.py" line="2360"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print as PDF</source> <translation>Als PDF drucken</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="470"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source>Print the displayed help as PDF</source> <translation>Druckt die angezeigte Hilfe als PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="473"/> <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="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline Storage</source> <translation>Offline Speicher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline &Storage...</source> <translation>Offline &Speicher...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Configure offline storage</source> - <translation>Konfiguren des Offline Speicher</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="940"/> + <source>Configure offline storage</source> + <translation>Konfiguren des Offline Speicher</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search &Engines...</source> <translation>Such&maschinen verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1944"/> + <location filename="Helpviewer/HelpWindow.py" line="1961"/> <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="1249"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>Text Encoding</source> <translation>Zeichenkodierung</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1301"/> <source>User Agent</source> - <translation>User Agent</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2698"/> + <translation type="obsolete">User Agent</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2715"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2699"/> + <location filename="Helpviewer/HelpWindow.py" line="2716"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2700"/> + <location filename="Helpviewer/HelpWindow.py" line="2717"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2701"/> + <location filename="Helpviewer/HelpWindow.py" line="2718"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2702"/> + <location filename="Helpviewer/HelpWindow.py" line="2719"/> <source>Other</source> <translation>Sonstige</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2703"/> + <location filename="Helpviewer/HelpWindow.py" line="2720"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2725"/> + <location filename="Helpviewer/HelpWindow.py" line="2742"/> <source>Default Encoding</source> <translation>Standardkodierung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1142"/> + <location filename="Helpviewer/HelpWindow.py" line="1144"/> <source>Downloads</source> <translation>Downloads</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Shows the downloads window</source> - <translation>Zeig das Downloadsfenster an</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <source>Shows the downloads window</source> + <translation>Zeig das Downloadsfenster an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1149"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Downloads</b><p>Zeig das Downloadsfenster an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates</source> <translation>Zertifikate verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates...</source> <translation>Zertifikate verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1119"/> - <source>Manage the saved certificates</source> - <translation>Verwalten der gespeicherten Zertifikate</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>Manage the saved certificates</source> + <translation>Verwalten der gespeicherten Zertifikate</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Gespeicherte Zertifikate verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter Zertifikate.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1459"/> + <location filename="Helpviewer/HelpWindow.py" line="1476"/> <source>VirusTotal</source> <translation>VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1465"/> + <location filename="Helpviewer/HelpWindow.py" line="1482"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation><h2>Dateisuche</h2><p>Um nach dem aktuellsten VirusTotal Bericht einer Datei zu suchen, geben sie den Hashwert ein. Momentan sind die Hashmethoden MD5, SHA1 und SHA256 zugelassen. Sie können auch nach einem Dateibericht suchen, indem sie die Permalink-ID eingeben.</p><h2>URL Suche</h2><p>URL Suchen sind einfach. Geben sie lediglich die URL ein. Die Anwendung normalisiert sie und vergleicht sie mit den Einträgen in der VirusTotal Datenbank. Alternativ könne sie den MD5 hashwert der URL mit vorangestelltem "url:" eingeben, z.B. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>Nutzersuche:</h2><p>Wollen sie wissen, ob ein Freund ein VT Community Konto hat? Geben sie einfach seinen Spitznamen mit vorangestelltem "@"-Symbol ein, z.B. @EmilianoMartinez.</p><h2>Kommentare durchsuchen</h2><p>Die Kommentar in der VT Community können ihnen oft helfen, ihren PC zu desinfizieren, oder sind hilfreich bei der Untersuchung von Schadsoftware. Kommentartags erlauben es den Nutzern, die VT Community Reviews zu durchsuchen. Die standardisierten Datei Tags sind: {0} Die standardisierten URL Tags sind: {1}Von Nutzern definierte Tags werden mit einem "#"-symbol eingeleitet, z.B. #disinfect.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1509"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Search VirusTotal</source> <translation>Suchen bei VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1515"/> + <location filename="Helpviewer/HelpWindow.py" line="1532"/> <source>Scan current site</source> <translation>Aktuelle Seite prüfen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source>VirusTotal Scan</source> <translation>VirusTotal Prüfung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation><p>Die VirusTotal Prüfung konnte nicht beauftragt werden.<p> <p>Ursache: {0}</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="539"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Quit the eric5 Web Browser</source> <translation>Beendet den eric5 Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="540"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation><b>Beenden</b><p>Beendet den eric5 Web-Browser.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>RSS Feeds Dialog</source> <translation>RSS Feeds Dialog</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>&RSS Feeds Dialog...</source> <translation>&RSS Feeds Dialog...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation>Ctrl+Shift+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1160"/> + <location filename="Helpviewer/HelpWindow.py" line="1162"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation>Öffnet einen Dialog mit den konfigurierten RSS Feeds.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1164"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation><b>RSS Feeds Dialog...</b><p>Dies öffnet einen Dialog zur Anzeige der konfigurierten RSS Feeds. Er kann verwendet werden, um sie zu verwalten und ihren Inhalt anzuzeigen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Siteinfo Dialog</source> <translation>Site Informationen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>&Siteinfo Dialog...</source> <translation>&Site Informationen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1178"/> <source>Open a dialog showing some information about the current site.</source> <translation>Öffnet einen Dialog zur Anzeige von Informationen über die aktuelle Site.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1178"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation><b>Site Informationen...</b><p>Öffnet einen Dialog zur Anzeige von Informationen über die aktuelle Site.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1396"/> + <location filename="Helpviewer/HelpWindow.py" line="1413"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation>Vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation>Verkleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Network Monitor</source> <translation>Netzwerkmonitor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>&Network Monitor...</source> <translation>&Netzwerkmonitor...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1136"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation><b>Netzwerkmonitor...</b><p>Zeigt den Netzwerkmonitordialog an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1686"/> + <location filename="Helpviewer/HelpWindow.py" line="1703"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation><b>eric5 Web Browser - {0}</b><p>Der eric5-Web-Browser ist eine kombinierte Anzeige für Hilfe- und HTML-Dateien. Er ist Bestandteil der eric5 Entwicklungsumgebung.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1921"/> + <location filename="Helpviewer/HelpWindow.py" line="1938"/> <source>Restore Window</source> <translation>Fenster wiederherstellen</translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage User Agent Settings</source> + <translation>User Agent Einstellungen verwalten</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage &User Agent Settings</source> + <translation>User &Agent Einstellungen verwalten</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1192"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation>Zeigt einen Dialog zum Verwalten der User Agent Einstellungen an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1194"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation><b>User Agent Einstellungen verwalten</b><p>Zeigt einen Dialog zum Verwalten der User Agent Einstellungen an.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> + <source>Global User Agent</source> + <translation>Globaler User Agent</translation> + </message> </context> <context> <name>Hg</name> @@ -41788,7 +41818,7 @@ <translation>Einstellungen...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="916"/> + <location filename="QScintilla/Terminal.py" line="917"/> <source>No shell has been configured.</source> <translation>Es ist keine Shell konfiguriert.</translation> </message> @@ -43746,44 +43776,123 @@ </message> </context> <context> + <name>UserAgentManager</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source>Saving user agent data</source> + <translation>User Agent Daten speichern</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source><p>User agent data could not be saved to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation><p>Die User Agent Daten konnten nicht in die Datei <b>{0}</b> gespeichert werden.</p><p>Ursache: {1}</p></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source>Loading user agent data</source> + <translation>User Agent Daten laden</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source><p>User agent data could not be loaded from <b>{0}</b></p><p>Reason: {1}</p></source> + <translation><p>Die User Agent Daten konnten nicht aus der Datei <b>{0}</b> geladen werden.</p><p>Ursache: {1}</p></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="45"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="55"/> <source>Default</source> <translation>Standard</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="59"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="73"/> <source>Other...</source> <translation>Anderer...</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>Custom user agent</source> <translation>Spezieller User Agent</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>User agent:</source> <translation>User Agent:</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source>Parsing default user agents</source> <translation>Parsen der standard User Agenten</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation><p>Fehler beim Parsen der standard User Agenten.</p><p>{0}</p></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="136"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="162"/> <source>Various</source> <translation>Verschiedenes</translation> </message> </context> <context> + <name>UserAgentModel</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="30"/> + <source>Host</source> + <translation>Rechner</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>Useragent String</source> + <translation type="obsolete">Useragent Zeichenkette</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>User Agent String</source> + <translation>User Agent Zeichenkette</translation> + </message> +</context> +<context> + <name>UserAgentsDialog</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="43"/> + <source>Enter search term</source> + <translation>Gib den Suchtext ein</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="50"/> + <source>Press to clear the search edit</source> + <translation>Drücken, um den Suchtext zu löschen</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="85"/> + <source>Press to remove the selected entries</source> + <translation>Drücken, um die ausgwählten Einträge zu löschen</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="88"/> + <source>&Remove</source> + <translation>&Entfernen</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="95"/> + <source>Press to remove all entries</source> + <translation>Drücken, um alle Einträge zu löschen</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="98"/> + <source>Remove &All</source> + <translation>&Alle entfernen</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="14"/> + <source>User Agent Settings</source> + <translation>User Agent Einstellungen</translation> + </message> +</context> +<context> <name>UserInterface</name> <message> <location filename="UI/UserInterface.py" line="1646"/>
--- a/i18n/eric5_en.ts Sat Feb 04 19:03:49 2012 +0100 +++ b/i18n/eric5_en.ts Sun Feb 05 16:22:37 2012 +0100 @@ -12776,290 +12776,295 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="437"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="444"/> <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="623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="630"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="660"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="667"/> <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="643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="650"/> <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="829"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="837"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="835"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="843"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="852"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="860"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="856"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> <source>Save Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="858"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="867"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="865"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="873"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="928"/> + <source>Bookmark this Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="951"/> + <source>Search with...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="993"/> + <source>Add to web search toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="997"/> + <source>Web Inspector...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> + <source>Method not supported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> + <source>{0} method is not supported.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> + <source>Search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> + <source>Choose the desired search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>Engine name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> + <source>Enter a name for the engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1547"/> + <source>Error loading page: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> + <source>When connecting to: {0}.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> + <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="1556"/> + <source>If the address is correct, try checking the network connection.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> + <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="1556"/> + <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="1596"/> + <source>Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> + <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="1604"/> + <source>New Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> + <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="1624"/> + <source>bytes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1627"/> + <source>kB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1630"/> + <source>MB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> + <source>Scan Link with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> + <source>eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="849"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> + <source>Send Image Link</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="904"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> + <source>&Print</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> + <source>Print Preview</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="912"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="915"/> + <source>Zoom &in</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="917"/> + <source>Zoom &reset</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> - <source>Bookmark this Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="939"/> - <source>Search with...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="981"/> - <source>Add to web search toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="985"/> - <source>Web Inspector...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> - <source>Method not supported</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> - <source>{0} method is not supported.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> - <source>Search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> - <source>Choose the desired search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> - <source>Engine name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> - <source>Enter a name for the engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1534"/> - <source>Error loading page: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> - <source>When connecting to: {0}.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> - <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="1543"/> - <source>If the address is correct, try checking the network connection.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> - <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="1543"/> - <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="1583"/> - <source>Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> - <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="1591"/> - <source>New Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> - <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="1611"/> - <source>bytes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1614"/> - <source>kB</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1617"/> - <source>MB</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> - <source>Scan Link with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> - <source>eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="862"/> - <source>Send Image Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="891"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="894"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="895"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> - <source>&Print</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="901"/> - <source>Print Preview</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="903"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="906"/> - <source>Zoom &in</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> - <source>Zoom &reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="913"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="922"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="921"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="930"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="934"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="946"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="959"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="971"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="965"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="972"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> <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/HelpBrowserWV.py" line="933"/> + <source>User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpClearPrivateDataDialog</name> @@ -14094,42 +14099,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="262"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="265"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -14175,1547 +14180,1567 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="2343"/> + <location filename="Helpviewer/HelpWindow.py" line="2360"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="153"/> + <location filename="Helpviewer/HelpWindow.py" line="155"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="976"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="989"/> + <location filename="Helpviewer/HelpWindow.py" line="991"/> <source>Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>&New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source>Open a new help window tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="355"/> + <location filename="Helpviewer/HelpWindow.py" line="357"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="368"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Open a new help browser window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="369"/> + <location filename="Helpviewer/HelpWindow.py" line="371"/> <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="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>&Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="382"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source>Open a help file for display</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="383"/> + <location filename="Helpviewer/HelpWindow.py" line="385"/> <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="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New &Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="397"/> - <source>Open a help file for display in a new tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="399"/> + <source>Open a help file for display in a new tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="401"/> <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="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Save As </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> - <source>Save the current page to disk</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="415"/> + <source>Save the current page to disk</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="417"/> <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="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="429"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="431"/> <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="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="443"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="445"/> <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="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>&Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="459"/> <source>Print the displayed help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="458"/> + <location filename="Helpviewer/HelpWindow.py" line="460"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="470"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="473"/> <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="479"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="483"/> - <source>Print preview of the displayed help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="485"/> + <source>Print preview of the displayed help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="487"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="498"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <source>Close the current help window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="499"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="512"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="511"/> + <location filename="Helpviewer/HelpWindow.py" line="513"/> <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="523"/> + <location filename="Helpviewer/HelpWindow.py" line="525"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private &Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="524"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <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="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>&Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="557"/> + <location filename="Helpviewer/HelpWindow.py" line="559"/> <source>Move one help screen backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="558"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <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="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="573"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Move one help screen forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <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="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Home</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>&Home</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="588"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source>Move to the initial help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="591"/> <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="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>&Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="605"/> <source>Reload the current help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="604"/> + <location filename="Helpviewer/HelpWindow.py" line="606"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="620"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="619"/> + <location filename="Helpviewer/HelpWindow.py" line="621"/> <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="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>&Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="634"/> <source>Copy the selected text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="635"/> <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="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Find...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>&Find...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="648"/> <source>Find text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="649"/> <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="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find &next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>F3</source> <comment>Edit|Find next</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source>Find next occurrence of text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="661"/> + <location filename="Helpviewer/HelpWindow.py" line="663"/> <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="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find &previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="674"/> - <source>Find previous occurrence of text in page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> + <source>Find previous occurrence of text in page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="678"/> <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="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Open a dialog to manage the bookmarks.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> + <source>Open a dialog to manage the bookmarks.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="692"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="706"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> + <location filename="Helpviewer/HelpWindow.py" line="707"/> <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="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="716"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="718"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="720"/> <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="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="729"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="731"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <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="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="747"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="746"/> + <location filename="Helpviewer/HelpWindow.py" line="748"/> <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="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="761"/> + <location filename="Helpviewer/HelpWindow.py" line="763"/> <source>Display information about this software</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="764"/> <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="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About &Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="775"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="777"/> <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="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="791"/> <source>Zoom in on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="792"/> <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="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="804"/> + <location filename="Helpviewer/HelpWindow.py" line="806"/> <source>Zoom out on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="807"/> <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="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="818"/> + <location filename="Helpviewer/HelpWindow.py" line="820"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="821"/> <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="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom text only; pictures remain constant</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="835"/> + <source>Zoom text only; pictures remain constant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="837"/> <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="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Ctrl+U</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="850"/> + <location filename="Helpviewer/HelpWindow.py" line="852"/> <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="1915"/> + <location filename="Helpviewer/HelpWindow.py" line="1932"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>F11</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Show next tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Show previous tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Shift+Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Switch between tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Ctrl+1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>&Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="899"/> + <location filename="Helpviewer/HelpWindow.py" line="901"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="914"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="916"/> <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="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="927"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="929"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="940"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> <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="949"/> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> - <source>Synchronizes the table of contents with current page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="955"/> + <source>Synchronizes the table of contents with current page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <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="963"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="968"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <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="979"/> - <source>Shows the index window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="981"/> + <source>Shows the index window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> - <source>Shows the search window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="994"/> + <source>Shows the search window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1007"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <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="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1021"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <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="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1036"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1047"/> + <location filename="Helpviewer/HelpWindow.py" line="1049"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1045"/> <source>&Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1050"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1061"/> + <location filename="Helpviewer/HelpWindow.py" line="1063"/> <source>Clear the database of favicons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1064"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Configure the available search engines</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1076"/> + <source>Configure the available search engines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <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="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1089"/> - <source>Manage the saved passwords</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1091"/> + <source>Manage the saved passwords</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1093"/> <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="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1104"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <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="1133"/> + <location filename="Helpviewer/HelpWindow.py" line="1135"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>&File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1238"/> - <source>&View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1249"/> - <source>Text Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <source>&View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> + <source>Text Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1270"/> <source>&Go</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1267"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source>H&istory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1274"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1302"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1301"/> - <source>User Agent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> - <source>&Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1318"/> - <source>&Window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <source>&Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <source>&Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1345"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1339"/> - <source>File</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <source>File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1373"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1378"/> <source>View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1370"/> + <location filename="Helpviewer/HelpWindow.py" line="1387"/> <source>Find</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1377"/> + <location filename="Helpviewer/HelpWindow.py" line="1394"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1382"/> + <location filename="Helpviewer/HelpWindow.py" line="1399"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1388"/> + <location filename="Helpviewer/HelpWindow.py" line="1405"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1402"/> + <location filename="Helpviewer/HelpWindow.py" line="1419"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1409"/> + <location filename="Helpviewer/HelpWindow.py" line="1426"/> <source>Go</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <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="1766"/> + <location filename="Helpviewer/HelpWindow.py" line="1783"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1944"/> + <location filename="Helpviewer/HelpWindow.py" line="1961"/> <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="2173"/> + <location filename="Helpviewer/HelpWindow.py" line="2190"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2282"/> + <location filename="Helpviewer/HelpWindow.py" line="2299"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2334"/> + <location filename="Helpviewer/HelpWindow.py" line="2351"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2364"/> + <location filename="Helpviewer/HelpWindow.py" line="2381"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2383"/> + <location filename="Helpviewer/HelpWindow.py" line="2400"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2698"/> + <location filename="Helpviewer/HelpWindow.py" line="2715"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2699"/> + <location filename="Helpviewer/HelpWindow.py" line="2716"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2700"/> + <location filename="Helpviewer/HelpWindow.py" line="2717"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2701"/> + <location filename="Helpviewer/HelpWindow.py" line="2718"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2702"/> + <location filename="Helpviewer/HelpWindow.py" line="2719"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2703"/> + <location filename="Helpviewer/HelpWindow.py" line="2720"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2725"/> + <location filename="Helpviewer/HelpWindow.py" line="2742"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1142"/> + <location filename="Helpviewer/HelpWindow.py" line="1144"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1149"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1119"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1459"/> + <location filename="Helpviewer/HelpWindow.py" line="1476"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1465"/> + <location filename="Helpviewer/HelpWindow.py" line="1482"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1509"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1515"/> + <location filename="Helpviewer/HelpWindow.py" line="1532"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="539"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="540"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1160"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1164"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1178"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1396"/> + <location filename="Helpviewer/HelpWindow.py" line="1413"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1136"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1686"/> + <location filename="Helpviewer/HelpWindow.py" line="1703"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1921"/> + <location filename="Helpviewer/HelpWindow.py" line="1938"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage &User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1192"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1194"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> + <source>Global User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -41383,7 +41408,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="916"/> + <location filename="QScintilla/Terminal.py" line="917"/> <source>No shell has been configured.</source> <translation type="unfinished"></translation> </message> @@ -43305,44 +43330,118 @@ </message> </context> <context> + <name>UserAgentManager</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source>Saving user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source><p>User agent data could not be saved to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source>Loading user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source><p>User agent data could not be loaded from <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="45"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="55"/> <source>Default</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="59"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="73"/> <source>Other...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>Custom user agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>User agent:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source>Parsing default user agents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="136"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="162"/> <source>Various</source> <translation type="unfinished"></translation> </message> </context> <context> + <name>UserAgentModel</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="30"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>User Agent String</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UserAgentsDialog</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="43"/> + <source>Enter search term</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="50"/> + <source>Press to clear the search edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="85"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="88"/> + <source>&Remove</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="95"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="98"/> + <source>Remove &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="14"/> + <source>User Agent Settings</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserInterface</name> <message> <location filename="UI/UserInterface.py" line="256"/>
--- a/i18n/eric5_es.ts Sat Feb 04 19:03:49 2012 +0100 +++ b/i18n/eric5_es.ts Sun Feb 05 16:22:37 2012 +0100 @@ -12981,72 +12981,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="837"/> <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="437"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="444"/> <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="985"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="997"/> <source>Web Inspector...</source> <translation>Inspector Web...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="919"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="928"/> <source>Bookmark this Page</source> <translation>Marcador a esta Página</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Save Lin&k</source> <translation>Guardar &Enlace</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="835"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="843"/> <source>Bookmark this Link</source> <translation>Marcador a este Enlace</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Link to Clipboard</source> <translation>Copiar Enlace al Portapapeles</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="852"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="860"/> <source>Open Image in New Tab</source> <translation>Abrir Imagen en Nueva Pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="856"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> <source>Save Image</source> <translation>Guardar imagen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="858"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Copy Image to Clipboard</source> <translation>Copiar Imagen al Portapapeles</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="867"/> <source>Copy Image Location to Clipboard</source> <translation>Copiar Ubicación de la Imagen al Portapapeles</translation> </message> @@ -13056,220 +13056,225 @@ <translation type="obsolete">Navegador Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="865"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="873"/> <source>Block Image</source> <translation>Bloquear Imagen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="939"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="951"/> <source>Search with...</source> <translation>Buscar con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="630"/> <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="660"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="667"/> <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="643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="650"/> <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="1534"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1547"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Web Database Quota</source> <translation>Cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <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="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <source>New Web Database Quota</source> <translation>Nueva cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1611"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1624"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1614"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1627"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1617"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1630"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <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="981"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="993"/> <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="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>Method not supported</source> <translation>Método no soportado</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>{0} method is not supported.</source> <translation>El método {0} no está soportado.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Search engine</source> <translation>Motor de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Choose the desired search engine</source> <translation>Elegir el motor de búsqueda deseado</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Engine name</source> <translation>Nombre de motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Enter a name for the engine</source> <translation>Introducir el nombre para el motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Si la política de caché está establecida a navegación offline, solamente estarán disponibles las páginas en caché local.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Scan Link with VirusTotal</source> <translation>Analizar enlace con VirusTotal</translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> + <source>Scan Image with VirusTotal</source> + <translation>Analizar Imagen con VirusTotal</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> + <source>eric5 Web Browser</source> + <translation>Navegador Web de eric5</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="849"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> - <source>Scan Image with VirusTotal</source> - <translation>Analizar Imagen con VirusTotal</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> - <source>eric5 Web Browser</source> - <translation>Navegador Web de eric5</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="862"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="891"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="894"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="895"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> - <source>&Print</source> - <translation type="unfinished">Im&primir</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="901"/> - <source>Print Preview</source> + <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="903"/> - <source>Print as PDF</source> - <translation type="unfinished">Imprimir como PDF</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="906"/> - <source>Zoom &in</source> - <translation type="unfinished">A&umentar Zoom</translation> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="904"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> - <source>Zoom &reset</source> - <translation type="unfinished">&Restablecer zoom</translation> + <source>&Print</source> + <translation type="unfinished">Im&primir</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> + <source>Print Preview</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="912"/> + <source>Print as PDF</source> + <translation type="unfinished">Imprimir como PDF</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="915"/> + <source>Zoom &in</source> + <translation type="unfinished">A&umentar Zoom</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="917"/> + <source>Zoom &reset</source> + <translation type="unfinished">&Restablecer zoom</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> <source>Zoom &out</source> <translation type="unfinished">Dismi&nuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="913"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="922"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="921"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="930"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="934"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="946"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="959"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="971"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="965"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="972"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> <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/HelpBrowserWV.py" line="933"/> + <source>User Agent</source> + <translation type="unfinished">Agente de Usuario</translation> + </message> </context> <context> <name>HelpClearPrivateDataDialog</name> @@ -14342,42 +14347,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="262"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="265"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Si la política de caché está establecida a navegación offline, solamente estarán disponibles las páginas en caché local.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>SSL Certificate Info</source> <translation>Información del Certificado SSL</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>There is no SSL Certificate Info available.</source> <translation>No hay información disponible para el Certificado SSL.</translation> </message> @@ -14423,897 +14428,897 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="498"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <source>Close the current help window</source> <translation>Cierra la ventana actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>New Tab</source> <translation>Nueva pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>&New Tab</source> <translation>Nueva pes&taña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="355"/> + <location filename="Helpviewer/HelpWindow.py" line="357"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New Window</source> <translation>Nueva Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="368"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <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="369"/> + <location filename="Helpviewer/HelpWindow.py" line="371"/> <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="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>&Open File</source> <translation>&Abrir archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="382"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <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="383"/> + <location filename="Helpviewer/HelpWindow.py" line="385"/> <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="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New Tab</source> <translation>Abrir Archivo en Nueva Pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New &Tab</source> <translation>Abrir Archivo en Nueva Pes&taña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <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="397"/> + <location filename="Helpviewer/HelpWindow.py" line="399"/> <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="399"/> + <location filename="Helpviewer/HelpWindow.py" line="401"/> <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="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>&Print</source> <translation>Im&primir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="459"/> <source>Print the displayed help</source> <translation>Imprimir la ayuda que se está mostrando</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="458"/> + <location filename="Helpviewer/HelpWindow.py" line="460"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="499"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <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="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close All</source> <translation>Cerrar todo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close &All</source> <translation>Cerrar &Todo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="511"/> + <location filename="Helpviewer/HelpWindow.py" line="513"/> <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="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Quit</source> <translation>Salir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backward</source> <translation>Atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>&Backward</source> <translation>&Atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="557"/> + <location filename="Helpviewer/HelpWindow.py" line="559"/> <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="558"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <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="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Forward</source> <translation>Adelante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Forward</source> <translation>A&delante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="573"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Move one help screen forward</source> <translation>Mover la ayuda una pantalla hacia adelante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <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="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>&Home</source> <translation>&Inicio</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="588"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <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="589"/> + <location filename="Helpviewer/HelpWindow.py" line="591"/> <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="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Reload</source> <translation>Recargar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>&Reload</source> <translation>&Recargar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <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="605"/> <source>Reload the current help screen</source> <translation>Recarga la pantalla de ayuda actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="604"/> + <location filename="Helpviewer/HelpWindow.py" line="606"/> <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="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Copy</source> <translation>Copiar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>&Copy</source> <translation>&Copiar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="634"/> <source>Copy the selected text</source> <translation>Copiar el texto seleccionado</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="635"/> <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="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Find...</source> <translation>Buscar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>&Find...</source> <translation>&Buscar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="648"/> <source>Find text in page</source> <translation>Buscar texto en página</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="649"/> <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="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find next</source> <translation>Buscar siguiente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find &next</source> <translation>Buscar sigui&ente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find previous</source> <translation>Buscar anterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find &previous</source> <translation>Buscar a&nterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add Bookmark</source> <translation>Añadir Marcador</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>What's This?</source> <translation>¿Qué es esto?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>&What's This?</source> <translation>¿&Qué es esto?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <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="747"/> <source>Context sensitive help</source> <translation>Ayuda sensible al contexto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="746"/> + <location filename="Helpviewer/HelpWindow.py" line="748"/> <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="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>About</source> <translation>Acerca de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>&About</source> <translation>&Acerca de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="761"/> + <location filename="Helpviewer/HelpWindow.py" line="763"/> <source>Display information about this software</source> <translation>Muestra información acerca de este software</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="764"/> <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="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About Qt</source> <translation>Acerca de Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About &Qt</source> <translation>Acerca de &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <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="775"/> + <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="777"/> <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="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom in</source> <translation>Aumentar zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom &in</source> <translation>A&umentar Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="791"/> <source>Zoom in on the text</source> <translation>Aumentar zoom en el texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="792"/> <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="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out</source> <translation>Disminuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="804"/> + <location filename="Helpviewer/HelpWindow.py" line="806"/> <source>Zoom out on the text</source> <translation>Disminuir zoom en el texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="807"/> <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="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>&File</source> <translation>&Archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&Edit</source> <translation>&Edición</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1238"/> - <source>&View</source> - <translation>&Ver</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <source>&View</source> + <translation>&Ver</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1270"/> <source>&Go</source> <translation>&Ir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1267"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source>H&istory</source> <translation>&Historial</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1274"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Bookmarks</source> <translation>&Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1345"/> <source>&Help</source> <translation>A&yuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1339"/> - <source>File</source> - <translation>Archivo</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <source>File</source> + <translation>Archivo</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1373"/> <source>Edit</source> <translation>Edición</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1378"/> <source>View</source> <translation>Ver</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1370"/> + <location filename="Helpviewer/HelpWindow.py" line="1387"/> <source>Find</source> <translation>Buscar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1402"/> + <location filename="Helpviewer/HelpWindow.py" line="1419"/> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1409"/> + <location filename="Helpviewer/HelpWindow.py" line="1426"/> <source>Go</source> <translation>Ir a</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <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="661"/> + <location filename="Helpviewer/HelpWindow.py" line="663"/> <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="674"/> - <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="676"/> + <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="678"/> <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="479"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="483"/> - <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="485"/> + <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="487"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Show next tab</source> <translation>Mostrar siguiente pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Show previous tab</source> <translation>Mostrar pestaña anterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Switch between tabs</source> <translation>Alternar entre pestañas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear icons database</source> <translation>Limpiar base de datos de iconos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1061"/> + <location filename="Helpviewer/HelpWindow.py" line="1063"/> <source>Clear the database of favicons</source> <translation>Limpiar base de datos de favicons</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1064"/> <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="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>Preferences</source> <translation>Preferencias</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>&Preferences...</source> <translation>&Preferencias...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="899"/> + <location filename="Helpviewer/HelpWindow.py" line="901"/> <source>Set the prefered configuration</source> <translation>Establecer la configuración preferida</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <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="153"/> + <location filename="Helpviewer/HelpWindow.py" line="155"/> <source>Contents</source> <translation>Contenido</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="512"/> <source>Close all help windows</source> <translation>Cerrar todas las ventanas de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="949"/> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source>Sync with Table of Contents</source> <translation>Sincronizar con la Tabla de Contenidos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> - <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="955"/> + <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="957"/> <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="963"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Table of Contents</source> <translation>Tabla de Contenidos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> - <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="968"/> + <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="970"/> <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="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp Documents</source> <translation>Gestionar Documentos de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> - <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="1007"/> + <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="1009"/> <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="1318"/> + <location filename="Helpviewer/HelpWindow.py" line="1335"/> <source>&Window</source> <translation>&Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1377"/> + <location filename="Helpviewer/HelpWindow.py" line="1394"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1382"/> + <location filename="Helpviewer/HelpWindow.py" line="1399"/> <source>Filtered by: </source> <translation>Filtrado por:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2173"/> + <location filename="Helpviewer/HelpWindow.py" line="2190"/> <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="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp Filters</source> <translation>Gestionar Filtros de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <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="1021"/> + <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="1023"/> <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="976"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Index</source> <translation>Índice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> - <source>Shows the index window</source> - <translation>Muestra la ventana del índice</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="981"/> + <source>Shows the index window</source> + <translation>Muestra la ventana del índice</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <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="989"/> + <location filename="Helpviewer/HelpWindow.py" line="991"/> <source>Search</source> <translation>Buscar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> - <source>Shows the search window</source> - <translation>Muestra la ventana de búsqueda</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="994"/> + <source>Shows the search window</source> + <translation>Muestra la ventana de búsqueda</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> <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="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>Reindex Documentation</source> <translation>Reindexar Documentación</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> - <source>Reindexes the documentation set</source> - <translation>Reindexa el conjunto de documentación</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <source>Reindexes the documentation set</source> + <translation>Reindexa el conjunto de documentación</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1036"/> <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="2282"/> + <location filename="Helpviewer/HelpWindow.py" line="2299"/> <source>Updating search index</source> <translation>Actualizando índice de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2334"/> + <location filename="Helpviewer/HelpWindow.py" line="2351"/> <source>Looking for Documentation...</source> <translation>Buscando Documentación...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2364"/> + <location filename="Helpviewer/HelpWindow.py" line="2381"/> <source>Unfiltered</source> <translation>Sin filtrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2383"/> + <location filename="Helpviewer/HelpWindow.py" line="2400"/> <source>Help Engine</source> <translation>Motor de Ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="525"/> <source>Private Browsing</source> <translation>Navegación Privada</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private &Browsing</source> <translation>&Navegación Privada</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="524"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="1915"/> + <location filename="Helpviewer/HelpWindow.py" line="1932"/> <source>Full Screen</source> <translation>Pantalla Completa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>&Full Screen</source> <translation>&Pantalla Completa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp &Documents</source> <translation>Gestionar &Documentos de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp &Filters</source> <translation>Gestionar &Filtros de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>&Reindex Documentation</source> <translation>&Reindexar Documentación</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1047"/> + <location filename="Helpviewer/HelpWindow.py" line="1049"/> <source>Clear private data</source> <translation>Limpiar Datos Privados</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1045"/> <source>&Clear private data</source> <translation>Li&mpiar Datos Privados</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1050"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear &icons database</source> <translation>Limpiar base de datos de &iconos</translation> </message> @@ -15328,7 +15333,7 @@ <translation type="obsolete">Mostrar mo&nitor de red</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1133"/> + <location filename="Helpviewer/HelpWindow.py" line="1135"/> <source>Show the network monitor dialog</source> <translation>Muestra el diálogo de monitor de red</translation> </message> @@ -15338,324 +15343,324 @@ <translation type="obsolete"><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="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1302"/> <source>&Settings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> + <location filename="Helpviewer/HelpWindow.py" line="1328"/> <source>&Tools</source> <translation>&Herramientas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Show page source</source> <translation>Mostrar código fuente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <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="850"/> + <location filename="Helpviewer/HelpWindow.py" line="852"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>&Languages...</source> <translation>&Lenguajes...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> - <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="914"/> + <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="916"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Configure cookies handling</source> - <translation>Configurar manejo de cookies</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="927"/> + <source>Configure cookies handling</source> + <translation>Configurar manejo de cookies</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="929"/> <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="1388"/> + <location filename="Helpviewer/HelpWindow.py" line="1405"/> <source>Settings</source> <translation>Configuración</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom reset</source> <translation>Restablecer zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom &reset</source> <translation>&Restablecer zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="818"/> + <location filename="Helpviewer/HelpWindow.py" line="820"/> <source>Reset the zoom of the text</source> <translation>Restablecer el zoom aplicado al texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom text only</source> <translation>Aplicar zoom al texto solamente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom &text only</source> <translation>Aplicar zoom al &texto solamente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> - <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="835"/> + <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="837"/> <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="819"/> + <location filename="Helpviewer/HelpWindow.py" line="821"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New &Window</source> <translation>Nueva &Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Import Bookmarks</source> <translation>Importar Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>&Import Bookmarks...</source> <translation>&Importar Marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> - <source>Import bookmarks from other browsers</source> - <translation>Importar marcadores desde otros navegadores</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="429"/> + <source>Import bookmarks from other browsers</source> + <translation>Importar marcadores desde otros navegadores</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="431"/> <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="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Export Bookmarks</source> <translation>Exportar Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>&Export Bookmarks...</source> <translation>&Exportar Marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> - <source>Export the bookmarks into a file</source> - <translation>Exportar marcadores a un archivo</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="443"/> + <source>Export the bookmarks into a file</source> + <translation>Exportar marcadores a un archivo</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="445"/> <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="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Manage Bookmarks</source> <translation>Gestionar marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>&Manage Bookmarks...</source> <translation>&Gestionar marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> + <location filename="Helpviewer/HelpWindow.py" line="690"/> <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="690"/> + <location filename="Helpviewer/HelpWindow.py" line="692"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add &Bookmark...</source> <translation>Añadir &Marcador...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="706"/> <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="705"/> + <location filename="Helpviewer/HelpWindow.py" line="707"/> <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="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add Folder</source> <translation>Añadir Carpeta</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add &Folder...</source> <translation>Añadir &Carpeta...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="716"/> - <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="718"/> + <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="720"/> <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="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs</source> <translation>Todas las Pestañas a Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs...</source> <translation>Todas las Pestañas a Marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="729"/> - <source>Bookmark all open tabs.</source> - <translation>Todas las pestañas abiertas a marcadores.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="731"/> + <source>Bookmark all open tabs.</source> + <translation>Todas las pestañas abiertas a marcadores.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <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="1766"/> + <location filename="Helpviewer/HelpWindow.py" line="1783"/> <source>Saved Tabs</source> <translation>Pestañas Guardadas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Stop</source> <translation>Detener</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>&Stop</source> <translation>&Detener</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="620"/> <source>Stop loading</source> <translation>Detener carga</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="619"/> + <location filename="Helpviewer/HelpWindow.py" line="621"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Save As </source> <translation>Guardar como</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>&Save As...</source> <translation>Guardar co&mo...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source>Save the current page to disk</source> <translation>Guardar página actual en disco</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="415"/> + <location filename="Helpviewer/HelpWindow.py" line="417"/> <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> @@ -15680,229 +15685,229 @@ <translation type="obsolete"><b>Salir</b><p>Salir del navegador web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search Engines</source> <translation>Configurar Motores de Búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Configure the available search engines</source> - <translation>Configurar los motores de búsqueda disponibles</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1076"/> + <source>Configure the available search engines</source> + <translation>Configurar los motores de búsqueda disponibles</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <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="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords</source> <translation>Gestionar Contraseñas Almacenadas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords...</source> <translation>Gestionar Contraseñas Almacenadas...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1089"/> - <source>Manage the saved passwords</source> - <translation>Gestionar las contraseñas almacenadas</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1091"/> + <source>Manage the saved passwords</source> + <translation>Gestionar las contraseñas almacenadas</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1093"/> <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="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1104"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Configurar las suscripciones y reglas de AdBlock</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Configurar las suscripciones y reglas de AdBlock</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <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="2343"/> + <location filename="Helpviewer/HelpWindow.py" line="2360"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="470"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source>Print the displayed help as PDF</source> <translation>Imprimir la ayuda mostrada como PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="473"/> <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="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline Storage</source> <translation>Almacenamiento Offline</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline &Storage...</source> <translation>Almacenamiento &Offline...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Configure offline storage</source> - <translation>Configurar el almacenamiento offline</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="940"/> + <source>Configure offline storage</source> + <translation>Configurar el almacenamiento offline</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search &Engines...</source> <translation>Configurar Motor&es de Búsqueda...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1944"/> + <location filename="Helpviewer/HelpWindow.py" line="1961"/> <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="1249"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>Text Encoding</source> <translation>Codificación de Texto</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1301"/> <source>User Agent</source> - <translation>Agente de Usuario</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2698"/> + <translation type="obsolete">Agente de Usuario</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2715"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2699"/> + <location filename="Helpviewer/HelpWindow.py" line="2716"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2700"/> + <location filename="Helpviewer/HelpWindow.py" line="2717"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2701"/> + <location filename="Helpviewer/HelpWindow.py" line="2718"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2702"/> + <location filename="Helpviewer/HelpWindow.py" line="2719"/> <source>Other</source> <translation>Otro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2703"/> + <location filename="Helpviewer/HelpWindow.py" line="2720"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2725"/> + <location filename="Helpviewer/HelpWindow.py" line="2742"/> <source>Default Encoding</source> <translation>Codificación por Defecto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1142"/> + <location filename="Helpviewer/HelpWindow.py" line="1144"/> <source>Downloads</source> <translation>Descargas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Shows the downloads window</source> - <translation>Muestra la ventana de descargas</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <source>Shows the downloads window</source> + <translation>Muestra la ventana de descargas</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1149"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Descargas</b><p>Muestra la ventana de descargas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates</source> <translation>Gestionar Certificados</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates...</source> <translation>Gestionar Certificados...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1119"/> - <source>Manage the saved certificates</source> - <translation>Gestionar los certificados almacenados</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>Manage the saved certificates</source> + <translation>Gestionar los certificados almacenados</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Gestionar Certificados Almacenados</b><p>Abre un diálogo para gestionar los certificados almacenados.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1459"/> + <location filename="Helpviewer/HelpWindow.py" line="1476"/> <source>VirusTotal</source> <translation>VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1465"/> + <location filename="Helpviewer/HelpWindow.py" line="1482"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation><h2>Búsqueda de archivo</h2><p>Para buscar el último informe de VirusTotal en un archivo dado, solamente introduzca su hash. Los hashes permitidos actualmente son MD5, SHA1 y SHA256. Tambien puede buscar un informe para un archivo concreto introduciendo su permalink id.</p><h2>Búsqueda de URL</h2><p>Las búsquedas de URL son sencillas, simplemente introduzca la URL concreta, la aplicación la normalizará y comparará contra las entradas en la base de datos de VirusTotal. Alternativamente se puede introducir el hash MD5 de una URL precedido por "url:", por ejemplo url:7f911bbcf618f052ac6b9928600d2820.</p><h2>Búsqueda de Usuario</h2><p>¿Desea saber si un amigo tiene cuenta Community de VT? Simplemente teclee su nick precedido por el símbolo "@",por ejemplo. @EmilianoMartinez.</p><h2>Búsqueda a través de comentarios</h2><p>Los comentarios en la Comunidad de VT pueden a menudo ser útiles en la desinfección de su PC, o bien pueden demostrar su utilidad al analizar una muestra en particular de malware, las etiquetas de comentario habilitan a los usuarios a través de las revisiones de la Comunidad de VT. Las etiquetas estándar de archivo son: {0} Las etiquetas estándar de URL son: {1} Las etiquetas generadas por los usuarios se preceden del símbolo "#", por ejemplo. #disinfect.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1509"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Search VirusTotal</source> <translation>Buscar VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1515"/> + <location filename="Helpviewer/HelpWindow.py" line="1532"/> <source>Scan current site</source> <translation>Analizar sitio actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source>VirusTotal Scan</source> <translation>Análisis con VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation><p>El análisis con VirusTotal no se ha podido programar.<p> <p>Razón: {0}</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="539"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Quit the eric5 Web Browser</source> <translation>Salir del Navegador Web de eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="540"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation><b>Salir</b><p>Salir del Navegador Web de eric5.</p></translation> </message> @@ -15912,99 +15917,124 @@ <translation type="obsolete"><h3>Acerca del Navegador Web de eric5</h3><p>El Navegador Web de eric5 es una combinación de navegador Web y navegador de archivos de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>RSS Feeds Dialog</source> <translation>Diálogo de RSS Feeds</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>&RSS Feeds Dialog...</source> <translation>Diálogo de &RSS Feeds...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation>Ctrl+Shift+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1160"/> + <location filename="Helpviewer/HelpWindow.py" line="1162"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation>Abrir un diálogo mostrando los RSS feeds configurados.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1164"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation><b>Diálogo de RSS Feeds ...</b><p>Abrir un diálogo para mostrar todos los RSS feeds configurados. Puede utilizarse para gestionar los feeds y cómo mostrar sus contenidos.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Siteinfo Dialog</source> <translation>Diálogo Siteinfo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>&Siteinfo Dialog...</source> <translation>Diálogo &Siteinfo...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1178"/> <source>Open a dialog showing some information about the current site.</source> <translation>Abrir un diálogo para mostrar información acerca del site actual.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1178"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation><b>Diálogo Siteinfo...</b><p>Abre un diálogo que muestra información acerca del site actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1396"/> + <location filename="Helpviewer/HelpWindow.py" line="1413"/> <source>Tools</source> <translation>Herramientas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Network Monitor</source> <translation type="unfinished">Monitor de Red</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1136"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1686"/> + <location filename="Helpviewer/HelpWindow.py" line="1703"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1921"/> + <location filename="Helpviewer/HelpWindow.py" line="1938"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage &User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1192"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1194"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> + <source>Global User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -42356,7 +42386,7 @@ <translation>Configurar...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="916"/> + <location filename="QScintilla/Terminal.py" line="917"/> <source>No shell has been configured.</source> <translation>No se ha configurado la shell.</translation> </message> @@ -44342,44 +44372,118 @@ </message> </context> <context> + <name>UserAgentManager</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source>Saving user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source><p>User agent data could not be saved to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source>Loading user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source><p>User agent data could not be loaded from <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="45"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="55"/> <source>Default</source> <translation>Por defecto</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="59"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="73"/> <source>Other...</source> <translation>Otro...</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>Custom user agent</source> <translation>Agente de usuario personalizado</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>User agent:</source> <translation>Agente de Usuario:</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source>Parsing default user agents</source> <translation>Interpretando agentes de usuario por defecto</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation><p>Error al interpretar agentes de usuario por defecto.</p><p>{0}</p></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="136"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="162"/> <source>Various</source> <translation>Varios</translation> </message> </context> <context> + <name>UserAgentModel</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="30"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>User Agent String</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UserAgentsDialog</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="43"/> + <source>Enter search term</source> + <translation type="unfinished">Introduzca el término de búsqueda</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="50"/> + <source>Press to clear the search edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="85"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished">Pulse para eliminar las entradas seleccionadas</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="88"/> + <source>&Remove</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="95"/> + <source>Press to remove all entries</source> + <translation type="unfinished">Pulse para eliminar todas las entradas</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="98"/> + <source>Remove &All</source> + <translation type="unfinished">Eliminar &Todas</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="14"/> + <source>User Agent Settings</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserInterface</name> <message> <location filename="UI/UserInterface.py" line="256"/>
--- a/i18n/eric5_fr.ts Sat Feb 04 19:03:49 2012 +0100 +++ b/i18n/eric5_fr.ts Sun Feb 05 16:22:37 2012 +0100 @@ -14010,17 +14010,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="829"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="837"/> <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="437"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="444"/> <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="985"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="997"/> <source>Web Inspector...</source> <translation>Inspecteur Web...</translation> </message> @@ -14030,57 +14030,57 @@ <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="919"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="928"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="835"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="843"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="852"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="860"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="856"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> <source>Save Image</source> <translation type="unfinished">Enregistrer l'image</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="858"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="867"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> @@ -14090,220 +14090,225 @@ <translation type="obsolete">Navigateur Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="865"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="873"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="939"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="951"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="630"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="660"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="667"/> <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="643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="650"/> <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="1534"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1547"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <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="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1611"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1624"/> <source>bytes</source> <translation type="unfinished">octets</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1614"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1627"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1617"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1630"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <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="981"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="993"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> + <source>eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="849"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> - <source>eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="862"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="891"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="894"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="895"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> - <source>&Print</source> - <translation type="unfinished">&Imprimer</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="901"/> - <source>Print Preview</source> - <translation type="unfinished">Aperçu avant impression</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="903"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="906"/> - <source>Zoom &in</source> - <translation type="unfinished">Zoom a&vant</translation> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="904"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> - <source>Zoom &reset</source> - <translation type="unfinished"></translation> + <source>&Print</source> + <translation type="unfinished">&Imprimer</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> + <source>Print Preview</source> + <translation type="unfinished">Aperçu avant impression</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="912"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="915"/> + <source>Zoom &in</source> + <translation type="unfinished">Zoom a&vant</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="917"/> + <source>Zoom &reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> <source>Zoom &out</source> <translation type="unfinished">Zoom a&rrière</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="913"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="922"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="921"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="930"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="934"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="946"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="959"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="971"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="965"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="972"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> <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/HelpBrowserWV.py" line="933"/> + <source>User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpClearPrivateDataDialog</name> @@ -15534,42 +15539,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="262"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="265"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -15615,152 +15620,152 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New Window</source> <translation>Nouvelle fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>&Open File</source> <translation>&Ouvrir Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="382"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source>Open a help file for display</source> <translation>Ouvrir un fichier d'aide à afficher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="383"/> + <location filename="Helpviewer/HelpWindow.py" line="385"/> <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="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>&Print</source> <translation>&Imprimer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="459"/> <source>Print the displayed help</source> <translation>Imprimer le fichier d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="458"/> + <location filename="Helpviewer/HelpWindow.py" line="460"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Close</source> <translation>&Fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="498"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <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="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Quit</source> <translation>&Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backward</source> <translation>Précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>&Backward</source> <translation>&Précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="557"/> + <location filename="Helpviewer/HelpWindow.py" line="559"/> <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="558"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <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="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Forward</source> <translation>Suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Forward</source> <translation>&Suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="573"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Move one help screen forward</source> <translation>Avance à la page d'aide suivante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <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="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Home</source> <translation>URL de démarrage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>&Home</source> <translation>&URL de démarrage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="588"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <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="589"/> + <location filename="Helpviewer/HelpWindow.py" line="591"/> <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="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Reload</source> <translation>Recharger</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>&Reload</source> <translation>&Recharger</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="605"/> <source>Reload the current help screen</source> <translation>Recharge la page d'aide courante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="604"/> + <location filename="Helpviewer/HelpWindow.py" line="606"/> <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> @@ -15780,7 +15785,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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add Bookmark</source> <translation>Ajouter un signet</translation> </message> @@ -15815,157 +15820,157 @@ <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="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>&What's This?</source> <translation>&Qu'est-ce que c'est?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="747"/> <source>Context sensitive help</source> <translation>Aide contextuelle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="746"/> + <location filename="Helpviewer/HelpWindow.py" line="748"/> <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="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>About</source> <translation>À propos de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>&About</source> <translation>&À propos de </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="761"/> + <location filename="Helpviewer/HelpWindow.py" line="763"/> <source>Display information about this software</source> <translation>Affiche les informations concernant le logiciel</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="764"/> <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="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About Qt</source> <translation>À propos de Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About &Qt</source> <translation>À propos de &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Display information about the Qt toolkit</source> - <translation>Affiche les informations concernant Qt</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="775"/> + <source>Display information about the Qt toolkit</source> + <translation>Affiche les informations concernant Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="777"/> <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="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom in</source> <translation>Zoom avant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom &in</source> <translation>Zoom a&vant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="791"/> <source>Zoom in on the text</source> <translation>Zoom sur le texte</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="792"/> <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="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out</source> <translation>Zoom arrière</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom &out</source> <translation>Zoom a&rrière</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="804"/> + <location filename="Helpviewer/HelpWindow.py" line="806"/> <source>Zoom out on the text</source> <translation>Zoom arrière du texte</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="807"/> <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="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Copy</source> <translation>Copier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>&Copy</source> <translation>&Copier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="634"/> <source>Copy the selected text</source> <translation>Copie le texte sélectionné</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="635"/> <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="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>&File</source> <translation>&Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&Edit</source> <translation>&Edition</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1238"/> - <source>&View</source> - <translation>&Affichage</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <source>&View</source> + <translation>&Affichage</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1270"/> <source>&Go</source> <translation>A&ller</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1267"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source>H&istory</source> <translation>&Historique</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1274"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Bookmarks</source> <translation>&Signets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1345"/> <source>&Help</source> <translation>A&ide</translation> </message> @@ -15985,83 +15990,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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>&Find...</source> <translation>&Rechercher...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="648"/> <source>Find text in page</source> <translation>Trouver le texte dans la page</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="649"/> <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="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find &next</source> <translation>Chercher &suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find &previous</source> <translation>Chercher &précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1339"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <location filename="Helpviewer/HelpWindow.py" line="1373"/> <source>Edit</source> <translation>Édition</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1378"/> <source>View</source> <translation>Affichage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1370"/> + <location filename="Helpviewer/HelpWindow.py" line="1387"/> <source>Find</source> <translation>Recherche</translation> </message> @@ -16071,17 +16076,17 @@ <translation type="obsolete">Signets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1402"/> + <location filename="Helpviewer/HelpWindow.py" line="1419"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1409"/> + <location filename="Helpviewer/HelpWindow.py" line="1426"/> <source>Go</source> <translation>Aller à</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <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> @@ -16091,23 +16096,23 @@ <translation type="obsolete">Visionneurs d'aide eric4</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>&New Tab</source> <translation>&Nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source>Open a new help window tab</source> <translation>Ouvrir un nouvel onglet d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="355"/> + <location filename="Helpviewer/HelpWindow.py" line="357"/> <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> @@ -16117,22 +16122,22 @@ <translation type="obsolete">Nouvelle &fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="368"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <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="369"/> + <location filename="Helpviewer/HelpWindow.py" line="371"/> <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="499"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <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="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close &All</source> <translation>&Tout fermer</translation> </message> @@ -16142,7 +16147,7 @@ <translation type="obsolete">Ferme toutes les fenêtres d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="511"/> + <location filename="Helpviewer/HelpWindow.py" line="513"/> <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> @@ -16172,106 +16177,106 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New &Tab</source> <translation>Ouvrir unfichier dans un nouvel &onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <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="397"/> - <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="399"/> + <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="401"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>New Tab</source> <translation>Nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New Tab</source> <translation>Ouvrir le fichier dans un nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Gauche</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>RetArr (BackSpace)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Droite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Orig</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Find...</source> <translation>Rechercher...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find next</source> <translation>Chercher suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find previous</source> <translation>Chercher précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> @@ -16287,55 +16292,55 @@ <translation type="obsolete">Éditer les signets...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <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="661"/> + <location filename="Helpviewer/HelpWindow.py" line="663"/> <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="674"/> - <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="676"/> + <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="678"/> <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="479"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="483"/> - <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="485"/> + <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="487"/> <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> @@ -16370,37 +16375,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="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Show next tab</source> <translation>Afficher la tabulation suivante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Show previous tab</source> <translation>Afficher la tabulation précédente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Switch between tabs</source> <translation>Intervertir les onglets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear icons database</source> <translation>Effacer la base d'icônes</translation> </message> @@ -16410,12 +16415,12 @@ <translation type="obsolete">&Effacer la base d'icônes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1061"/> + <location filename="Helpviewer/HelpWindow.py" line="1063"/> <source>Clear the database of favicons</source> <translation>Effacer la base d'icônes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1064"/> <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> @@ -16425,679 +16430,679 @@ <translation type="obsolete">&Configuration</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>&Preferences...</source> <translation>&Préférences...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="899"/> + <location filename="Helpviewer/HelpWindow.py" line="901"/> <source>Set the prefered configuration</source> <translation>Édition des préférences</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <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="153"/> + <location filename="Helpviewer/HelpWindow.py" line="155"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="512"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="949"/> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> - <source>Synchronizes the table of contents with current page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="955"/> + <source>Synchronizes the table of contents with current page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <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="963"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="968"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <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="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1007"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <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="1318"/> + <location filename="Helpviewer/HelpWindow.py" line="1335"/> <source>&Window</source> <translation type="unfinished">&Fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1377"/> + <location filename="Helpviewer/HelpWindow.py" line="1394"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1382"/> + <location filename="Helpviewer/HelpWindow.py" line="1399"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2173"/> + <location filename="Helpviewer/HelpWindow.py" line="2190"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1021"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <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="976"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> - <source>Shows the index window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="981"/> + <source>Shows the index window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="989"/> + <location filename="Helpviewer/HelpWindow.py" line="991"/> <source>Search</source> <translation type="unfinished">Rechercher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> - <source>Shows the search window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="994"/> + <source>Shows the search window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1036"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2282"/> + <location filename="Helpviewer/HelpWindow.py" line="2299"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2334"/> + <location filename="Helpviewer/HelpWindow.py" line="2351"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2364"/> + <location filename="Helpviewer/HelpWindow.py" line="2381"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2383"/> + <location filename="Helpviewer/HelpWindow.py" line="2400"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="525"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private &Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="524"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <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="1915"/> + <location filename="Helpviewer/HelpWindow.py" line="1932"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1047"/> + <location filename="Helpviewer/HelpWindow.py" line="1049"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1045"/> <source>&Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1050"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1133"/> + <location filename="Helpviewer/HelpWindow.py" line="1135"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1302"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> + <location filename="Helpviewer/HelpWindow.py" line="1328"/> <source>&Tools</source> <translation type="unfinished">&Outils</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Ctrl+U</source> <translation type="unfinished">Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="850"/> + <location filename="Helpviewer/HelpWindow.py" line="852"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="914"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="916"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>Languages</source> <translation type="unfinished">Langages</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="927"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="929"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1388"/> + <location filename="Helpviewer/HelpWindow.py" line="1405"/> <source>Settings</source> <translation type="unfinished">Configuration</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="818"/> + <location filename="Helpviewer/HelpWindow.py" line="820"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom text only; pictures remain constant</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="835"/> + <source>Zoom text only; pictures remain constant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="837"/> <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="819"/> + <location filename="Helpviewer/HelpWindow.py" line="821"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="429"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="431"/> <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="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="443"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="445"/> <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="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Open a dialog to manage the bookmarks.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> + <source>Open a dialog to manage the bookmarks.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="692"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="706"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> + <location filename="Helpviewer/HelpWindow.py" line="707"/> <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="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="716"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="718"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="720"/> <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="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="729"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="731"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <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="1766"/> + <location filename="Helpviewer/HelpWindow.py" line="1783"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>&Stop</source> <translation type="unfinished">&Arrêt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="620"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="619"/> + <location filename="Helpviewer/HelpWindow.py" line="621"/> <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="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Save As </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <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="413"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="415"/> + <location filename="Helpviewer/HelpWindow.py" line="417"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Configure the available search engines</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1076"/> + <source>Configure the available search engines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <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="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1089"/> - <source>Manage the saved passwords</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1091"/> + <source>Manage the saved passwords</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1093"/> <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="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1104"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <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="2343"/> + <location filename="Helpviewer/HelpWindow.py" line="2360"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="470"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="473"/> <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="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="940"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1944"/> + <location filename="Helpviewer/HelpWindow.py" line="1961"/> <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="1249"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -17107,215 +17112,235 @@ <translation type="obsolete">Défaut</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1301"/> - <source>User Agent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2698"/> + <location filename="Helpviewer/HelpWindow.py" line="2715"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2699"/> + <location filename="Helpviewer/HelpWindow.py" line="2716"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2700"/> + <location filename="Helpviewer/HelpWindow.py" line="2717"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2701"/> + <location filename="Helpviewer/HelpWindow.py" line="2718"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2702"/> + <location filename="Helpviewer/HelpWindow.py" line="2719"/> <source>Other</source> <translation type="unfinished">Autre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2703"/> + <location filename="Helpviewer/HelpWindow.py" line="2720"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2725"/> + <location filename="Helpviewer/HelpWindow.py" line="2742"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1142"/> + <location filename="Helpviewer/HelpWindow.py" line="1144"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1149"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1119"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1459"/> + <location filename="Helpviewer/HelpWindow.py" line="1476"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1465"/> + <location filename="Helpviewer/HelpWindow.py" line="1482"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1509"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1515"/> + <location filename="Helpviewer/HelpWindow.py" line="1532"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="539"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="540"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1160"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1164"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished">Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1178"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1396"/> + <location filename="Helpviewer/HelpWindow.py" line="1413"/> <source>Tools</source> <translation type="unfinished">Outils</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1136"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1686"/> + <location filename="Helpviewer/HelpWindow.py" line="1703"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1921"/> + <location filename="Helpviewer/HelpWindow.py" line="1938"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage &User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1192"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1194"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> + <source>Global User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -45807,7 +45832,7 @@ <translation>Configuration...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="916"/> + <location filename="QScintilla/Terminal.py" line="917"/> <source>No shell has been configured.</source> <translation type="unfinished"></translation> </message> @@ -47955,44 +47980,118 @@ </message> </context> <context> + <name>UserAgentManager</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source>Saving user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source><p>User agent data could not be saved to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source>Loading user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source><p>User agent data could not be loaded from <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="45"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="55"/> <source>Default</source> <translation type="unfinished">Défaut</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="59"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="73"/> <source>Other...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>Custom user agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>User agent:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source>Parsing default user agents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="136"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="162"/> <source>Various</source> <translation type="unfinished">Divers</translation> </message> </context> <context> + <name>UserAgentModel</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="30"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>User Agent String</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UserAgentsDialog</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="43"/> + <source>Enter search term</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="50"/> + <source>Press to clear the search edit</source> + <translation type="unfinished">Cliquer pour vider la barre de recherche</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="85"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="88"/> + <source>&Remove</source> + <translation type="unfinished">Supp&rimer</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="95"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="98"/> + <source>Remove &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="14"/> + <source>User Agent Settings</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserInterface</name> <message> <location filename="UI/UserInterface.py" line="261"/>
--- a/i18n/eric5_it.ts Sat Feb 04 19:03:49 2012 +0100 +++ b/i18n/eric5_it.ts Sun Feb 05 16:22:37 2012 +0100 @@ -12920,72 +12920,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="837"/> <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="437"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="444"/> <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="985"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="997"/> <source>Web Inspector...</source> <translation>Web Inspector...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="919"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="928"/> <source>Bookmark this Page</source> <translation>Inserisci nei segnalibri questa pagina</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Save Lin&k</source> <translation>Salva lin&k</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="835"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="843"/> <source>Bookmark this Link</source> <translation>Insersci nei bookmark questo link</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Link to Clipboard</source> <translation>Copia il link nella Clipboard</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="852"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="860"/> <source>Open Image in New Tab</source> <translation>Apri immagine in una nuova linguetta</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="856"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> <source>Save Image</source> <translation>Salva immagine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="858"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Copy Image to Clipboard</source> <translation>Copia immagine nella Clipboard</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="867"/> <source>Copy Image Location to Clipboard</source> <translation>Copia la posizione dell'immagine nella Clipboard</translation> </message> @@ -12995,220 +12995,225 @@ <translation type="obsolete">Browser Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="865"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="873"/> <source>Block Image</source> <translation>Blocca immagine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="939"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="951"/> <source>Search with...</source> <translation>Cerca con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="630"/> <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="660"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="667"/> <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="643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="650"/> <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="1534"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1547"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Web Database Quota</source> <translation>Quota Web Database</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <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 quota per il database <strong>{0}</strong> è stata superata durante l'accesso al database <strong>{1}</strong>.</p><p>Deve essere cambiata?</P></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <source>New Web Database Quota</source> <translation>Nuova quota Web Database</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Inserisci la nuova quota in MB (corrente = {0}, usata = {1}; incremento = 5MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1611"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1624"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1614"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1627"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1617"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1630"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="981"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="993"/> <source>Add to web search toolbar</source> <translation>Aggiungi alla toolbar delle ricerche web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>Method not supported</source> <translation>Metodo non supportato</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>{0} method is not supported.</source> <translation>il metodo {0} non è supportato.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Search engine</source> <translation>Motore di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Choose the desired search engine</source> <translation>Scegli il motore di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Engine name</source> <translation>Nome motore</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Enter a name for the engine</source> <translation>Inserisci un nome per il motore</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Se la tua politica di chaching è impostata su navigazione offline, saranno disponibili solo le pagine nella cache locale.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> + <source>eric5 Web Browser</source> + <translation type="unfinished">Web Browser di eric5</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="849"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> - <source>eric5 Web Browser</source> - <translation type="unfinished">Web Browser di eric5</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="862"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="891"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="894"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="895"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> - <source>&Print</source> - <translation type="unfinished">Stam&pa</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="901"/> - <source>Print Preview</source> - <translation type="unfinished">Anteprima Stampa</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="903"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="906"/> - <source>Zoom &in</source> - <translation type="unfinished">Ingrand&isci</translation> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="904"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> - <source>Zoom &reset</source> - <translation type="unfinished">&Reset zoom</translation> + <source>&Print</source> + <translation type="unfinished">Stam&pa</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> + <source>Print Preview</source> + <translation type="unfinished">Anteprima Stampa</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="912"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="915"/> + <source>Zoom &in</source> + <translation type="unfinished">Ingrand&isci</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="917"/> + <source>Zoom &reset</source> + <translation type="unfinished">&Reset zoom</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="913"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="922"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="921"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="930"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="934"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="946"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="959"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="971"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="965"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="972"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> <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/HelpBrowserWV.py" line="933"/> + <source>User Agent</source> + <translation type="unfinished">User Agent</translation> + </message> </context> <context> <name>HelpClearPrivateDataDialog</name> @@ -14278,42 +14283,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="262"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="265"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Se la tua politica di chaching è impostata su navigazione offline, saranno disponibili solo le pagine nella cache locale.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>SSL Certificate Info</source> <translation>Informazioni certificato SSL</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>There is no SSL Certificate Info available.</source> <translation>Non ci sono informazioni sul Certificato SSL disponibili.</translation> </message> @@ -14359,897 +14364,897 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New Window</source> <translation>Nuova finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>&Open File</source> <translation>&Apri File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="382"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <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="383"/> + <location filename="Helpviewer/HelpWindow.py" line="385"/> <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="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>&Print</source> <translation>Stam&pa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="459"/> <source>Print the displayed help</source> <translation>Stampa l'help mostrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="458"/> + <location filename="Helpviewer/HelpWindow.py" line="460"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Close</source> <translation>&Chiudi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="498"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <source>Close the current help window</source> <translation>Chiudi l'attuale finestra di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backward</source> <translation>Indietro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>&Backward</source> <translation>&Indietro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="557"/> + <location filename="Helpviewer/HelpWindow.py" line="559"/> <source>Move one help screen backward</source> <translation>vai alla schermata di help precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="558"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <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="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Forward</source> <translation>Avanti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Forward</source> <translation>A&vanti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="573"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Move one help screen forward</source> <translation>Vai alla schermata di help successiva</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <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="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>&Home</source> <translation>&Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="588"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source>Move to the initial help screen</source> <translation>Vai alla schermata di help iniziale</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="591"/> <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="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Reload</source> <translation>Ricarica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>&Reload</source> <translation>&Ricarica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="605"/> <source>Reload the current help screen</source> <translation>Ricarica la schermata di help attuale</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="604"/> + <location filename="Helpviewer/HelpWindow.py" line="606"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add Bookmark</source> <translation>Aggiungi segnalibro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>What's This?</source> <translation>Cos'è questo ?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>&What's This?</source> <translation>C&os'è Questo ?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="747"/> <source>Context sensitive help</source> <translation>Help sensibile al contesto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="746"/> + <location filename="Helpviewer/HelpWindow.py" line="748"/> <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="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>About</source> <translation>About</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>&About</source> <translation>&About</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="761"/> + <location filename="Helpviewer/HelpWindow.py" line="763"/> <source>Display information about this software</source> <translation>Mostra informazioni su questo software</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="764"/> <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="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About Qt</source> <translation>About Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About &Qt</source> <translation>About &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Display information about the Qt toolkit</source> - <translation>Mostra informazioni sulle librerie Qt</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="775"/> + <source>Display information about the Qt toolkit</source> + <translation>Mostra informazioni sulle librerie Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="777"/> <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="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom in</source> <translation>Ingrandisci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom &in</source> <translation>Ingrand&isci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="791"/> <source>Zoom in on the text</source> <translation>Ingrandisci nel testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="792"/> <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="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out</source> <translation>Riduci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom &out</source> <translation>&Riduci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="804"/> + <location filename="Helpviewer/HelpWindow.py" line="806"/> <source>Zoom out on the text</source> <translation>Riduci il testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="807"/> <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="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Copy</source> <translation>Copia</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>&Copy</source> <translation>&Copia</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="634"/> <source>Copy the selected text</source> <translation>Copia il testo selezionato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="635"/> <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="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>&File</source> <translation>&File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&Edit</source> <translation>&Edita</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1238"/> - <source>&View</source> - <translation>&Visualizza</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <source>&View</source> + <translation>&Visualizza</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1270"/> <source>&Go</source> <translation>&Vai</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1267"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source>H&istory</source> <translation>Cronolog&ia</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1274"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Bookmarks</source> <translation>Segnali&bri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1345"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>&Find...</source> <translation>&Trova...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="648"/> <source>Find text in page</source> <translation>Trova testo nella pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="649"/> <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="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find &next</source> <translation>Trova &successivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find &previous</source> <translation>Trova &precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1339"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>File</source> <translation>File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <location filename="Helpviewer/HelpWindow.py" line="1373"/> <source>Edit</source> <translation>Modifica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1378"/> <source>View</source> <translation>Visualizza</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1370"/> + <location filename="Helpviewer/HelpWindow.py" line="1387"/> <source>Find</source> <translation>Trova</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1402"/> + <location filename="Helpviewer/HelpWindow.py" line="1419"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1409"/> + <location filename="Helpviewer/HelpWindow.py" line="1426"/> <source>Go</source> <translation>Vai</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>&New Tab</source> <translation>&Nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source>Open a new help window tab</source> <translation>Apri una nuova scheda di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="355"/> + <location filename="Helpviewer/HelpWindow.py" line="357"/> <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="368"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <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="369"/> + <location filename="Helpviewer/HelpWindow.py" line="371"/> <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="499"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <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="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close &All</source> <translation>Chiudi &tutti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="511"/> + <location filename="Helpviewer/HelpWindow.py" line="513"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New &Tab</source> <translation>Apri file in una nuova &scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <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="397"/> + <location filename="Helpviewer/HelpWindow.py" line="399"/> <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="399"/> + <location filename="Helpviewer/HelpWindow.py" line="401"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>New Tab</source> <translation>Nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New Tab</source> <translation>Apri il file in una nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close All</source> <translation>Chiudi tutti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Sinistra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Destra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Find...</source> <translation>Trova...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find next</source> <translation>Trova successivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find previous</source> <translation>Trova precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <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="661"/> + <location filename="Helpviewer/HelpWindow.py" line="663"/> <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="674"/> - <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="676"/> + <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="678"/> <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="479"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="483"/> - <source>Print preview of the displayed help</source> - <translation>Stampa il preview dell'help mostrato</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="485"/> + <source>Print preview of the displayed help</source> + <translation>Stampa il preview dell'help mostrato</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="487"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Show next tab</source> <translation>Mostra linguetta successiva</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Show previous tab</source> <translation>Mostra la linguetta precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Switch between tabs</source> <translation>Cicla tra le linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear icons database</source> <translation>Pulisci il database delle icone</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1061"/> + <location filename="Helpviewer/HelpWindow.py" line="1063"/> <source>Clear the database of favicons</source> <translation>Pulisci il database delle favicone</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1064"/> <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="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>&Preferences...</source> <translation>&Preferenze...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="899"/> + <location filename="Helpviewer/HelpWindow.py" line="901"/> <source>Set the prefered configuration</source> <translation>Imposta la configurazione preferita</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <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="153"/> + <location filename="Helpviewer/HelpWindow.py" line="155"/> <source>Contents</source> <translation>Contenuti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="976"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Index</source> <translation>Indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="989"/> + <location filename="Helpviewer/HelpWindow.py" line="991"/> <source>Search</source> <translation>Ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="512"/> <source>Close all help windows</source> <translation>Chiudi tutte le finestre di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="949"/> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source>Sync with Table of Contents</source> <translation>Sincronizza con l'indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> - <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="955"/> + <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="957"/> <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="963"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Table of Contents</source> <translation>Indice dei contenuti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> - <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="968"/> + <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="970"/> <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="979"/> - <source>Shows the index window</source> - <translation>Mostra la finestra dell'indice</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="981"/> + <source>Shows the index window</source> + <translation>Mostra la finestra dell'indice</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <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="992"/> - <source>Shows the search window</source> - <translation>Mostra la finestra di ricerca</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="994"/> + <source>Shows the search window</source> + <translation>Mostra la finestra di ricerca</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> <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="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp Documents</source> <translation>Gestisci i documenti QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> - <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="1007"/> + <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="1009"/> <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="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp Filters</source> <translation>Gestisci i filtri QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <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="1021"/> + <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="1023"/> <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="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>Reindex Documentation</source> <translation>Reindicizza la documentazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> - <source>Reindexes the documentation set</source> - <translation>Reindicizza l'insieme della documentazione</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <source>Reindexes the documentation set</source> + <translation>Reindicizza l'insieme della documentazione</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1036"/> <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="1318"/> + <location filename="Helpviewer/HelpWindow.py" line="1335"/> <source>&Window</source> <translation>&Finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1377"/> + <location filename="Helpviewer/HelpWindow.py" line="1394"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1382"/> + <location filename="Helpviewer/HelpWindow.py" line="1399"/> <source>Filtered by: </source> <translation>Filtrato per:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2173"/> + <location filename="Helpviewer/HelpWindow.py" line="2190"/> <source>Could not find an associated content.</source> <translation>Non posso trovare un contenuto associato.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2282"/> + <location filename="Helpviewer/HelpWindow.py" line="2299"/> <source>Updating search index</source> <translation>Aggiornamento indice di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2334"/> + <location filename="Helpviewer/HelpWindow.py" line="2351"/> <source>Looking for Documentation...</source> <translation>Ricerca documentazione...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2364"/> + <location filename="Helpviewer/HelpWindow.py" line="2381"/> <source>Unfiltered</source> <translation>Non filtrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2383"/> + <location filename="Helpviewer/HelpWindow.py" line="2400"/> <source>Help Engine</source> <translation>Motore di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="525"/> <source>Private Browsing</source> <translation>Navigazione anonima</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private &Browsing</source> <translation>Navigazione &Anonima</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="524"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="1915"/> + <location filename="Helpviewer/HelpWindow.py" line="1932"/> <source>Full Screen</source> <translation>Tutto schermo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>&Full Screen</source> <translation>&Tutto schermo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp &Documents</source> <translation>Gestisci i &Documenti QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp &Filters</source> <translation>Gestisci &Filtri QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>&Reindex Documentation</source> <translation>&Reindicizza la documentazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1047"/> + <location filename="Helpviewer/HelpWindow.py" line="1049"/> <source>Clear private data</source> <translation>Pulisci dati privati</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1045"/> <source>&Clear private data</source> <translation>Pulis&ci dati privati</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1050"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear &icons database</source> <translation>Pulisci database delle &icone</translation> </message> @@ -15264,7 +15269,7 @@ <translation type="obsolete">Mostra il &Network Monitor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1133"/> + <location filename="Helpviewer/HelpWindow.py" line="1135"/> <source>Show the network monitor dialog</source> <translation>Mostra il dialogo del network monitor</translation> </message> @@ -15274,324 +15279,324 @@ <translation type="obsolete"><b>Mostra il Network Monitor</b><p>Mostra il dialogo del network monitor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1302"/> <source>&Settings</source> <translation>Impo&stazioni</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> + <location filename="Helpviewer/HelpWindow.py" line="1328"/> <source>&Tools</source> <translation>&Tools</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Show page source</source> <translation>Mostra sorgente pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <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="850"/> + <location filename="Helpviewer/HelpWindow.py" line="852"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>&Languages...</source> <translation>&Lingue...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> - <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="914"/> + <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="916"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>Languages</source> <translation>Lingue</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>C&ookies...</source> <translation>C&ookie...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Configure cookies handling</source> - <translation>Configura la gestione dei cookie</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="927"/> + <source>Configure cookies handling</source> + <translation>Configura la gestione dei cookie</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="929"/> <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="1388"/> + <location filename="Helpviewer/HelpWindow.py" line="1405"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom reset</source> <translation>Reset dello zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom &reset</source> <translation>&Reset zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="818"/> + <location filename="Helpviewer/HelpWindow.py" line="820"/> <source>Reset the zoom of the text</source> <translation>Resetta lo zoom del testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom text only</source> <translation>Zoom solo del testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom &text only</source> <translation>Zoom solo del &testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> - <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="835"/> + <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="837"/> <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="819"/> + <location filename="Helpviewer/HelpWindow.py" line="821"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New &Window</source> <translation>Nuova &Finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Import Bookmarks</source> <translation>Importa Segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>&Import Bookmarks...</source> <translation>&Importa Segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> - <source>Import bookmarks from other browsers</source> - <translation>Importa segnalibri da altri browser</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="429"/> + <source>Import bookmarks from other browsers</source> + <translation>Importa segnalibri da altri browser</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="431"/> <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="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Export Bookmarks</source> <translation>Esporta segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>&Export Bookmarks...</source> <translation>&Esporta Segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> - <source>Export the bookmarks into a file</source> - <translation>Esporta i segnalibri in un file</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="443"/> + <source>Export the bookmarks into a file</source> + <translation>Esporta i segnalibri in un file</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="445"/> <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="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Manage Bookmarks</source> <translation>Gestisci segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>&Manage Bookmarks...</source> <translation>&Gestisci segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> + <location filename="Helpviewer/HelpWindow.py" line="690"/> <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="690"/> + <location filename="Helpviewer/HelpWindow.py" line="692"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add &Bookmark...</source> <translation>&Aggiungi segnalibro...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="706"/> <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="705"/> + <location filename="Helpviewer/HelpWindow.py" line="707"/> <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="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add Folder</source> <translation>Aggiungi cartella</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add &Folder...</source> <translation>Aggiungi &Cartella...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="716"/> - <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="718"/> + <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="720"/> <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="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs</source> <translation>Aggiungi ai segnalibri tutte le linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs...</source> <translation>Aggiungi ai segnalibri tutte le linguette...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="729"/> - <source>Bookmark all open tabs.</source> - <translation>Aggiungi ai segnalibri tutte lelinguette aperte.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="731"/> + <source>Bookmark all open tabs.</source> + <translation>Aggiungi ai segnalibri tutte lelinguette aperte.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <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="1766"/> + <location filename="Helpviewer/HelpWindow.py" line="1783"/> <source>Saved Tabs</source> <translation>Salva Linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Stop</source> <translation>Ferma</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="620"/> <source>Stop loading</source> <translation>Ferma caricamento</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="619"/> + <location filename="Helpviewer/HelpWindow.py" line="621"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Save As </source> <translation>Salva come</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>&Save As...</source> <translation>&Salva come...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Ctrl+Shift+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source>Save the current page to disk</source> <translation>Salva la pagina corrente su disco</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="415"/> + <location filename="Helpviewer/HelpWindow.py" line="417"/> <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> @@ -15616,325 +15621,350 @@ <translation type="obsolete"><b>Esci</b><p>Esci dal browser web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search Engines</source> <translation>Configura motori di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Configure the available search engines</source> - <translation>Configura i motori di ricerca disponibili</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1076"/> + <source>Configure the available search engines</source> + <translation>Configura i motori di ricerca disponibili</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <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="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords</source> <translation>Gestisci password salvate</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords...</source> <translation>Gestisci password salvate...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1089"/> - <source>Manage the saved passwords</source> - <translation>Gestisci le password salvate</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1091"/> + <source>Manage the saved passwords</source> + <translation>Gestisci le password salvate</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1093"/> <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="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1104"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Configura le regole di sottoscrizione di AdBlock</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Configura le regole di sottoscrizione di AdBlock</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <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="2343"/> + <location filename="Helpviewer/HelpWindow.py" line="2360"/> <source>eric5 Web Browser</source> <translation>Web Browser di eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print as PDF</source> <translation>Stampa come pdf</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="470"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source>Print the displayed help as PDF</source> <translation>Stampa l'help visualizzato come PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="473"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Stampa come PDF</b><p>Stampa il testo di aiuto visualizzato come file PDF.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline Storage</source> <translation>Offline Storage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline &Storage...</source> <translation>Offline &Storage...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Configure offline storage</source> - <translation>Configura offline storage</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="940"/> + <source>Configure offline storage</source> + <translation>Configura offline storage</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation><b>Offline Storage</b><p>Apre un dialogo per configurare lo storage offline.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search &Engines...</source> <translation>Configura motori di &ricerca...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1944"/> + <location filename="Helpviewer/HelpWindow.py" line="1961"/> <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>Sei sicuro di voler attivare la navigazione riservata?</b><p>Quando la navigazione riservata è attivata, le pagine web non sono aggiunte alla cronologia, le ricerche non sono aggiunte alla lista delle ultime ricerche e le icone dei siti e i cookie non sono salvati, l'offline storage di HTML5 viene disattivato. Fino alla chiusura della finestra, puoi premere sui pulsanti Precedente e Successivo per tornare alle pagine web che hai visitato.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1249"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>Text Encoding</source> <translation>Codifica testo</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1301"/> <source>User Agent</source> - <translation>User Agent</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2698"/> + <translation type="obsolete">User Agent</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2715"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2699"/> + <location filename="Helpviewer/HelpWindow.py" line="2716"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2700"/> + <location filename="Helpviewer/HelpWindow.py" line="2717"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2701"/> + <location filename="Helpviewer/HelpWindow.py" line="2718"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2702"/> + <location filename="Helpviewer/HelpWindow.py" line="2719"/> <source>Other</source> <translation>Altro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2703"/> + <location filename="Helpviewer/HelpWindow.py" line="2720"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2725"/> + <location filename="Helpviewer/HelpWindow.py" line="2742"/> <source>Default Encoding</source> <translation>Encoding di default</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1142"/> + <location filename="Helpviewer/HelpWindow.py" line="1144"/> <source>Downloads</source> <translation>Downloads</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Shows the downloads window</source> - <translation>Mostra la finestra dei download</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <source>Shows the downloads window</source> + <translation>Mostra la finestra dei download</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1149"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Download</b><p>Mostra la finestra dei download.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates</source> <translation>Gestisci certificati</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates...</source> <translation>Gestisci certificati...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1119"/> - <source>Manage the saved certificates</source> - <translation>Gestisci i certificati salvati</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>Manage the saved certificates</source> + <translation>Gestisci i certificati salvati</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Gestisci i certificati salvati...</b><p>Apre un dialogo per gestire i certificati salvati.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1459"/> + <location filename="Helpviewer/HelpWindow.py" line="1476"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1465"/> + <location filename="Helpviewer/HelpWindow.py" line="1482"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1509"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1515"/> + <location filename="Helpviewer/HelpWindow.py" line="1532"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="539"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="540"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1160"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1164"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1178"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1396"/> + <location filename="Helpviewer/HelpWindow.py" line="1413"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Network Monitor</source> <translation type="unfinished">Network Monitor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1136"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1686"/> + <location filename="Helpviewer/HelpWindow.py" line="1703"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1921"/> + <location filename="Helpviewer/HelpWindow.py" line="1938"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage &User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1192"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1194"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> + <source>Global User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -42200,7 +42230,7 @@ <translation>Configura...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="916"/> + <location filename="QScintilla/Terminal.py" line="917"/> <source>No shell has been configured.</source> <translation>Nessuna shell è stata configurata.</translation> </message> @@ -44177,44 +44207,118 @@ </message> </context> <context> + <name>UserAgentManager</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source>Saving user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source><p>User agent data could not be saved to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source>Loading user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source><p>User agent data could not be loaded from <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="45"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="55"/> <source>Default</source> <translation>Default</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="59"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="73"/> <source>Other...</source> <translation>Altro...</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>Custom user agent</source> <translation>User agent personalizzato</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>User agent:</source> <translation>User agent:</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source>Parsing default user agents</source> <translation>Analisi user agent di default</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation><p>Errore nell'analisi delluser agent di default.</p><p>{0}</p></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="136"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="162"/> <source>Various</source> <translation type="unfinished">Vari</translation> </message> </context> <context> + <name>UserAgentModel</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="30"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>User Agent String</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UserAgentsDialog</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="43"/> + <source>Enter search term</source> + <translation type="unfinished">Inserisci termini di ricerca</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="50"/> + <source>Press to clear the search edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="85"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished">Premi per rimuovere gli elementi selezionati</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="88"/> + <source>&Remove</source> + <translation type="unfinished">&Rimuovi</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="95"/> + <source>Press to remove all entries</source> + <translation type="unfinished">Premi per rimuovere tutti gli elementi</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="98"/> + <source>Remove &All</source> + <translation type="unfinished">Rimuovi &Tutto</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="14"/> + <source>User Agent Settings</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserInterface</name> <message> <location filename="UI/UserInterface.py" line="261"/>
--- a/i18n/eric5_ru.ts Sat Feb 04 19:03:49 2012 +0100 +++ b/i18n/eric5_ru.ts Sun Feb 05 16:22:37 2012 +0100 @@ -13018,97 +13018,97 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="660"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="667"/> <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="829"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="837"/> <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="623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="630"/> <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="437"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="444"/> <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="985"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="997"/> <source>Web Inspector...</source> <translation>WEB проводник...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1534"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1547"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>If the address is correct, try checking the network connection.</source> <translation>Если адрес правильный, проверьте сетевое соединение.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="650"/> <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="919"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="928"/> <source>Bookmark this Page</source> <translation>Создать закладку для этой страницы</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Save Lin&k</source> <translation>Сохранить &ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="835"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="843"/> <source>Bookmark this Link</source> <translation>Сохранить ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Link to Clipboard</source> <translation>Скопировать ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="852"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="860"/> <source>Open Image in New Tab</source> <translation>Открыть изображение в новой закладке</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="856"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> <source>Save Image</source> <translation>Сохранить изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="858"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Copy Image to Clipboard</source> <translation>Скопировать изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="867"/> <source>Copy Image Location to Clipboard</source> <translation>Скопировать адрес изображения</translation> </message> @@ -13118,195 +13118,200 @@ <translation type="obsolete">Просмотрщик Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="865"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="873"/> <source>Block Image</source> <translation>Заблокировать изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="939"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="951"/> <source>Search with...</source> <translation>Искать с...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Web Database Quota</source> <translation>Квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <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>Квота Web базы данных <strong>{0}</strong> была превышена при доступе к базе <strong>{1}</strong>.</p><p>Изменить квоту?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <source>New Web Database Quota</source> <translation>Новая квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1611"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1624"/> <source>bytes</source> <translation>байт</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1614"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1627"/> <source>kB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1617"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1630"/> <source>MB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Введите новую квоту в MB (текущая = {0}, использовано = {1}; шаг изменения = 5 MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="981"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="993"/> <source>Add to web search toolbar</source> <translation>Добавить к панели инструментов Web поиска</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>Method not supported</source> <translation>Метод не поддерживается</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>{0} method is not supported.</source> <translation>{0} метод не поддерживается.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Search engine</source> <translation>Поисковик</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Choose the desired search engine</source> <translation>Выберите поисковик</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Engine name</source> <translation>Имя поисковика</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Enter a name for the engine</source> <translation>Введите имя поисковика</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Если режим кэша установлен в offline, то доступны только страницы из локального кзша.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> + <source>eric5 Web Browser</source> + <translation type="unfinished">WEB просмотрщик встроенный в Eric5</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="849"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> - <source>eric5 Web Browser</source> - <translation type="unfinished">WEB просмотрщик встроенный в Eric5</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="862"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="891"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="894"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="895"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> - <source>&Print</source> - <translation type="unfinished">&Печать</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="901"/> - <source>Print Preview</source> - <translation type="unfinished">Предварительный просмотр печати</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="903"/> - <source>Print as PDF</source> - <translation type="unfinished">Печать как PDF</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="906"/> - <source>Zoom &in</source> - <translation type="unfinished">У&величить масштаб</translation> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="904"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> - <source>Zoom &reset</source> - <translation type="unfinished">&Сбросить масштаб</translation> + <source>&Print</source> + <translation type="unfinished">&Печать</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> + <source>Print Preview</source> + <translation type="unfinished">Предварительный просмотр печати</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="912"/> + <source>Print as PDF</source> + <translation type="unfinished">Печать как PDF</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="915"/> + <source>Zoom &in</source> + <translation type="unfinished">У&величить масштаб</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="917"/> + <source>Zoom &reset</source> + <translation type="unfinished">&Сбросить масштаб</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> <source>Zoom &out</source> <translation type="unfinished">У&меньшить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="913"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="922"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="921"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="930"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="934"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="946"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="959"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="971"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="965"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="972"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> <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/HelpBrowserWV.py" line="933"/> + <source>User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpClearPrivateDataDialog</name> @@ -14378,42 +14383,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="262"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="265"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>If the address is correct, try checking the network connection.</source> <translation>Если адрес правильный, проверьте сетевое соединение.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Если режим кэша установлен в offline, то доступны только страницы из локального кзша.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>SSL Certificate Info</source> <translation>SLL сертификат</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>There is no SSL Certificate Info available.</source> <translation>SLL сертификат отсутствует.</translation> </message> @@ -14459,904 +14464,904 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New Window</source> <translation>Новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Open File</source> <translation>Открыть файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>&Open File</source> <translation>&Открыть файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="382"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source>Open a help file for display</source> <translation>Открыть файл помощи для дисплея</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="383"/> + <location filename="Helpviewer/HelpWindow.py" line="385"/> <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="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>&Print</source> <translation>&Печать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="459"/> <source>Print the displayed help</source> <translation>Печатать текущий раздел помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="458"/> + <location filename="Helpviewer/HelpWindow.py" line="460"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="498"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <source>Close the current help window</source> <translation>Закрыть это окно помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backward</source> <translation>Назад</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>&Backward</source> <translation>&Назад</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="557"/> + <location filename="Helpviewer/HelpWindow.py" line="559"/> <source>Move one help screen backward</source> <translation>Назад на один экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="558"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <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="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Forward</source> <translation>Вперёд</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Forward</source> <translation>&Вперёд</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="573"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Move one help screen forward</source> <translation>Вперёд на один экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <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="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Home</source> <translation>Домой</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>&Home</source> <translation>&Домой</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="588"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source>Move to the initial help screen</source> <translation>Вернуться на первоначальную страницу</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="591"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add Bookmark</source> <translation>Добавить закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>What's This?</source> <translation>Что это?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>&What's This?</source> <translation>&Что это?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="745"/> + <location filename="Helpviewer/HelpWindow.py" line="747"/> <source>Context sensitive help</source> <translation>Контекстная помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="746"/> + <location filename="Helpviewer/HelpWindow.py" line="748"/> <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="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>About</source> <translation>О</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>&About</source> <translation>&О</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="761"/> + <location filename="Helpviewer/HelpWindow.py" line="763"/> <source>Display information about this software</source> <translation>Информация о ПО</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="764"/> <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="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About Qt</source> <translation>О Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About &Qt</source> <translation>О &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Display information about the Qt toolkit</source> - <translation>Информация о библиотеке Qt</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="775"/> + <source>Display information about the Qt toolkit</source> + <translation>Информация о библиотеке Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="777"/> <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="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom in</source> <translation>Увеличить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom &in</source> <translation>У&величить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="791"/> <source>Zoom in on the text</source> <translation>Увеличить масштаб текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="792"/> <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="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out</source> <translation>Уменьшить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom &out</source> <translation>У&меньшить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="804"/> + <location filename="Helpviewer/HelpWindow.py" line="806"/> <source>Zoom out on the text</source> <translation>Уменьшить масштаб текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="807"/> <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="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Copy</source> <translation>Копировать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>&Copy</source> <translation>&Копировать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="634"/> <source>Copy the selected text</source> <translation>Копировать выбранный текст</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="635"/> <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="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>&File</source> <translation>&Файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&Edit</source> <translation>&Правка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1238"/> - <source>&View</source> - <translation>&Вид</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <source>&View</source> + <translation>&Вид</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1270"/> <source>&Go</source> <translation>&Перейти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1267"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source>H&istory</source> <translation>И&стория</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1274"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Bookmarks</source> <translation>&Закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1345"/> <source>&Help</source> <translation>&Помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Reload</source> <translation>Переоткрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>&Reload</source> <translation>П&ереоткрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="605"/> <source>Reload the current help screen</source> <translation>Переоткрыть это окно помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="604"/> + <location filename="Helpviewer/HelpWindow.py" line="606"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>&Find...</source> <translation>&Найти...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="648"/> <source>Find text in page</source> <translation>Найти далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="649"/> <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="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find &next</source> <translation>Найти &далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find &previous</source> <translation>Найти п&редыдущее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1339"/> - <source>File</source> - <translation>Файл</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <source>File</source> + <translation>Файл</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1373"/> <source>Edit</source> <translation>Редактировать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1378"/> <source>View</source> <translation>Вид</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1370"/> + <location filename="Helpviewer/HelpWindow.py" line="1387"/> <source>Find</source> <translation>Найти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1402"/> + <location filename="Helpviewer/HelpWindow.py" line="1419"/> <source>Help</source> <translation>Помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1409"/> + <location filename="Helpviewer/HelpWindow.py" line="1426"/> <source>Go</source> <translation>Перейти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>&New Tab</source> <translation>&Новая закладка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="355"/> + <location filename="Helpviewer/HelpWindow.py" line="357"/> <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="369"/> + <location filename="Helpviewer/HelpWindow.py" line="371"/> <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="499"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <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="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close &All</source> <translation>Закрыть &всё</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="511"/> + <location filename="Helpviewer/HelpWindow.py" line="513"/> <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="354"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source>Open a new help window tab</source> <translation>Открыть новую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="368"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Open a new help browser window</source> <translation>Открыть новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New &Tab</source> <translation>Открыть файл в новой &закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <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="397"/> + <location filename="Helpviewer/HelpWindow.py" line="399"/> <source>Open a help file for display in a new tab</source> <translation>Открыть файл для отображения в новой закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> + <location filename="Helpviewer/HelpWindow.py" line="401"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>New Tab</source> <translation>Новая закладка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New Tab</source> <translation>Открыть файл в новой закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close All</source> <translation>Закрыть всё</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Find...</source> <translation>Найти...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find next</source> <translation>Найти далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find previous</source> <translation>Найти предыдущее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source>Find next occurrence of text in page</source> <translation>Искать далее на странице</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="661"/> + <location filename="Helpviewer/HelpWindow.py" line="663"/> <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="674"/> - <source>Find previous occurrence of text in page</source> - <translation>Искать на странице назад</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> + <source>Find previous occurrence of text in page</source> + <translation>Искать на странице назад</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="678"/> <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="479"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="483"/> - <source>Print preview of the displayed help</source> - <translation>Предварительный просмотр печати помощи</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="485"/> + <source>Print preview of the displayed help</source> + <translation>Предварительный просмотр печати помощи</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="487"/> <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="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Show next tab</source> <translation>Показать следующую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Show previous tab</source> <translation>Показать предыдущую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Switch between tabs</source> <translation>Переключиться между закладками</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear icons database</source> <translation>Очистить базу данных иконок</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1061"/> + <location filename="Helpviewer/HelpWindow.py" line="1063"/> <source>Clear the database of favicons</source> <translation>Очистить базу данных иконок</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1064"/> <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="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>Preferences</source> <translation>Предпочтения</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>&Preferences...</source> <translation>&Предпочтения...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="899"/> + <location filename="Helpviewer/HelpWindow.py" line="901"/> <source>Set the prefered configuration</source> <translation>Установите предпочтительную конфигурацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <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="153"/> + <location filename="Helpviewer/HelpWindow.py" line="155"/> <source>Contents</source> <translation>Содержимое</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="512"/> <source>Close all help windows</source> <translation>Закрыть все окна просмотрщиков помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="949"/> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source>Sync with Table of Contents</source> <translation>Синхронизировать с содержанием</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> - <source>Synchronizes the table of contents with current page</source> - <translation>Синхронизировать содержание с текущей страницей</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="955"/> + <source>Synchronizes the table of contents with current page</source> + <translation>Синхронизировать содержание с текущей страницей</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <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="963"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Table of Contents</source> <translation>Содержание</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> - <source>Shows the table of contents window</source> - <translation>Показывает окно с содержанием</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="968"/> + <source>Shows the table of contents window</source> + <translation>Показывает окно с содержанием</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <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="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp Documents</source> <translation>Управлять документацией Qt4</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Показывает диалог управления документацией Qt4</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1007"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Показывает диалог управления документацией Qt4</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <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="1318"/> + <location filename="Helpviewer/HelpWindow.py" line="1335"/> <source>&Window</source> <translation>&Окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1377"/> + <location filename="Helpviewer/HelpWindow.py" line="1394"/> <source>Filter</source> <translation>Фильтр</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1382"/> + <location filename="Helpviewer/HelpWindow.py" line="1399"/> <source>Filtered by: </source> <translation>Фильтровать по:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2173"/> + <location filename="Helpviewer/HelpWindow.py" line="2190"/> <source>Could not find an associated content.</source> <translation>Невозможно найти соответствующее содержание.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp Filters</source> <translation>Управлять фильтрами документации QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Показывает диалог управления фильтрами документации QtHelp</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1021"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Показывает диалог управления фильтрами документации QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <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="976"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Index</source> <translation>Индекс</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> - <source>Shows the index window</source> - <translation>Показать окно индексов</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="981"/> + <source>Shows the index window</source> + <translation>Показать окно индексов</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <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="989"/> + <location filename="Helpviewer/HelpWindow.py" line="991"/> <source>Search</source> <translation>Поиск</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> - <source>Shows the search window</source> - <translation>Показать окно поиска</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="994"/> + <source>Shows the search window</source> + <translation>Показать окно поиска</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> <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="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>Reindex Documentation</source> <translation>Переиндексировать документацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> - <source>Reindexes the documentation set</source> - <translation>Переиндексировать документацию</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <source>Reindexes the documentation set</source> + <translation>Переиндексировать документацию</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1036"/> <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="2282"/> + <location filename="Helpviewer/HelpWindow.py" line="2299"/> <source>Updating search index</source> <translation>Обновление поискового индекса</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2334"/> + <location filename="Helpviewer/HelpWindow.py" line="2351"/> <source>Looking for Documentation...</source> <translation>Идёт поиск помощи...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2364"/> + <location filename="Helpviewer/HelpWindow.py" line="2381"/> <source>Unfiltered</source> <translation>Нефильтрованное</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2383"/> + <location filename="Helpviewer/HelpWindow.py" line="2400"/> <source>Help Engine</source> <translation>Просмотрщик помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="525"/> <source>Private Browsing</source> <translation>Личный просмотр</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private &Browsing</source> <translation>Личный &просмотр</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="524"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="1915"/> + <location filename="Helpviewer/HelpWindow.py" line="1932"/> <source>Full Screen</source> <translation>Полный экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>&Full Screen</source> <translation>Полный &экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp &Documents</source> <translation>Управлять &документацией QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp &Filters</source> <translation>Управлять &фильтрами документации QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>&Reindex Documentation</source> <translation>&Переиндексировать документацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1047"/> + <location filename="Helpviewer/HelpWindow.py" line="1049"/> <source>Clear private data</source> <translation>Очистить личные данные</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1045"/> <source>&Clear private data</source> <translation>&Очистить личные данные</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1050"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear &icons database</source> <translation>Очистить базу данных &иконок</translation> </message> @@ -15371,7 +15376,7 @@ <translation type="obsolete">Показать монитор &сети</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1133"/> + <location filename="Helpviewer/HelpWindow.py" line="1135"/> <source>Show the network monitor dialog</source> <translation>Показать диалог монитора сети</translation> </message> @@ -15381,324 +15386,324 @@ <translation type="obsolete"><b>Показать монитор сети</b><p>Показать диалог монитора сети.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1302"/> <source>&Settings</source> <translation>&Настройка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> + <location filename="Helpviewer/HelpWindow.py" line="1328"/> <source>&Tools</source> <translation>&Инструменты</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Show page source</source> <translation>Показать исходный текст страницы</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Show the page source in an editor</source> <translation>Показать исходный текст страницы в редакторе</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="850"/> + <location filename="Helpviewer/HelpWindow.py" line="852"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>&Languages...</source> <translation>&Языки...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> - <source>Configure the accepted languages for web pages</source> - <translation>Настроить допустимые языки для WEB страниц</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="914"/> + <source>Configure the accepted languages for web pages</source> + <translation>Настроить допустимые языки для WEB страниц</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="916"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Configure cookies handling</source> - <translation>Настройка cookies</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="927"/> + <source>Configure cookies handling</source> + <translation>Настройка cookies</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="929"/> <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="1388"/> + <location filename="Helpviewer/HelpWindow.py" line="1405"/> <source>Settings</source> <translation>Настройка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom reset</source> <translation>Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom &reset</source> <translation>&Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="818"/> + <location filename="Helpviewer/HelpWindow.py" line="820"/> <source>Reset the zoom of the text</source> <translation>Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom text only</source> <translation>Масштаб текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom &text only</source> <translation>Масштаб &текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Масштаб текста; Изображения остаются неизменными</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="835"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Масштаб текста; Изображения остаются неизменными</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="837"/> <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="819"/> + <location filename="Helpviewer/HelpWindow.py" line="821"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New &Window</source> <translation>&Новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Import Bookmarks</source> <translation>Импортировать закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>&Import Bookmarks...</source> <translation>&Импортировать закладки...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> - <source>Import bookmarks from other browsers</source> - <translation>Импортировать закладки из других браузеров</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="429"/> + <source>Import bookmarks from other browsers</source> + <translation>Импортировать закладки из других браузеров</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="431"/> <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="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Export Bookmarks</source> <translation>Экспорт закладок</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>&Export Bookmarks...</source> <translation>&Экспорт закладок...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> - <source>Export the bookmarks into a file</source> - <translation>Экспортировать закладки в файл</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="443"/> + <source>Export the bookmarks into a file</source> + <translation>Экспортировать закладки в файл</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="445"/> <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="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Manage Bookmarks</source> <translation>Управлять закладками</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>&Manage Bookmarks...</source> <translation>&Управлять закладками...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> + <location filename="Helpviewer/HelpWindow.py" line="690"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Показать диалог управления закладками.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="690"/> + <location filename="Helpviewer/HelpWindow.py" line="692"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add &Bookmark...</source> <translation>Добавить &закладку...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="706"/> <source>Open a dialog to add a bookmark.</source> <translation>Показать диалог добавления закладки.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> + <location filename="Helpviewer/HelpWindow.py" line="707"/> <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="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add Folder</source> <translation>Добавить папку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add &Folder...</source> <translation>Добавить &папку...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="716"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Показать диалог добавления новой папки закладок.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="718"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Показать диалог добавления новой папки закладок.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="720"/> <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="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs</source> <translation>Создать закладки для всех открытых страниц</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs...</source> <translation>Создать закладки для всех открытых страниц...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="729"/> - <source>Bookmark all open tabs.</source> - <translation>Создать закладки для всех открытых страниц.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="731"/> + <source>Bookmark all open tabs.</source> + <translation>Создать закладки для всех открытых страниц.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <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="1766"/> + <location filename="Helpviewer/HelpWindow.py" line="1783"/> <source>Saved Tabs</source> <translation>Сохраненные закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Stop</source> <translation>Стоп</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>&Stop</source> <translation>Ст&оп</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="620"/> <source>Stop loading</source> <translation>Остановить загрузку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="619"/> + <location filename="Helpviewer/HelpWindow.py" line="621"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Стоп</b><p>Остановить загрузку.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Save As </source> <translation>Сохранить как</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>&Save As...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source>Save the current page to disk</source> <translation>Сохранить текущую страницу в файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="415"/> + <location filename="Helpviewer/HelpWindow.py" line="417"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Сохранить как...</b><p>Сохранить текущую страницу в файл.</p></translation> </message> @@ -15723,325 +15728,345 @@ <translation type="obsolete"><b>Выход</b><p>Закрыть просмотрщик Web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search Engines</source> <translation>Настройка поисковиков</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Configure the available search engines</source> - <translation>Настроить все поисковики</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1076"/> + <source>Configure the available search engines</source> + <translation>Настроить все поисковики</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <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="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords</source> <translation>Менеджировать сохранённые пароли</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords...</source> <translation>Менеджировать сохранённые пароли...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1089"/> - <source>Manage the saved passwords</source> - <translation>Менеджировать сохранённые пароли</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1091"/> + <source>Manage the saved passwords</source> + <translation>Менеджировать сохранённые пароли</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1093"/> <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="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1104"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Настроить AdBlock подписки и правила</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Настроить AdBlock подписки и правила</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <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="2343"/> + <location filename="Helpviewer/HelpWindow.py" line="2360"/> <source>eric5 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print as PDF</source> <translation>Печать как PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="470"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source>Print the displayed help as PDF</source> <translation>Печатать текущий раздел помощи как PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="473"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Печать как PDF</b><p>Печатать текущий раздел помощи как PDF</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline Storage</source> <translation>Автономное хранилище</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline &Storage...</source> <translation>Автономное &хранилище...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Configure offline storage</source> - <translation>Настройка автономного хранилища</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="940"/> + <source>Configure offline storage</source> + <translation>Настройка автономного хранилища</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation>Offline Storage<b></b><p>Настройка автономного хранилища.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search &Engines...</source> <translation>Настройка &поисковиков...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1944"/> + <location filename="Helpviewer/HelpWindow.py" line="1961"/> <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>Подтвердите включение закрытого режима.</b><p>В закрытом режиме посещённые WEB страницы не сохраняются в истории, поиски не сохраняються в списке последних поисков, иконки сайтов и cookies так же не сохраняются. HTML5 автономное хранилище будет выключено. Пока текущее окно не закрыто, переход вперёд и назад на просмотренные уже страницы всё же будет работать.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1249"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>Text Encoding</source> <translation>Кодировка текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1301"/> - <source>User Agent</source> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2698"/> + <location filename="Helpviewer/HelpWindow.py" line="2715"/> <source>ISO</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2699"/> + <location filename="Helpviewer/HelpWindow.py" line="2716"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2700"/> + <location filename="Helpviewer/HelpWindow.py" line="2717"/> <source>ISCII</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2701"/> + <location filename="Helpviewer/HelpWindow.py" line="2718"/> <source>Unicode</source> <translation>Юникод</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2702"/> + <location filename="Helpviewer/HelpWindow.py" line="2719"/> <source>Other</source> <translation>Другое</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2703"/> + <location filename="Helpviewer/HelpWindow.py" line="2720"/> <source>IBM</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2725"/> + <location filename="Helpviewer/HelpWindow.py" line="2742"/> <source>Default Encoding</source> <translation>Кодировка по умолчанию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1142"/> + <location filename="Helpviewer/HelpWindow.py" line="1144"/> <source>Downloads</source> <translation>Загрузки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Shows the downloads window</source> - <translation>Показать окно загрузки</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <source>Shows the downloads window</source> + <translation>Показать окно загрузки</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1149"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Загрузки</b><p>Показать окно загрузки.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates</source> <translation>Управлять сертификатами</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates...</source> <translation>Управлять сертификатами...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1119"/> - <source>Manage the saved certificates</source> - <translation>Управлять сохранёнными сертификатами</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>Manage the saved certificates</source> + <translation>Управлять сохранёнными сертификатами</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Управлять сохранёнными сертификатами</b><p>Показывает диалог управления сохранёнными сертификатами.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1459"/> + <location filename="Helpviewer/HelpWindow.py" line="1476"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1465"/> + <location filename="Helpviewer/HelpWindow.py" line="1482"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1509"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1515"/> + <location filename="Helpviewer/HelpWindow.py" line="1532"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="539"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="540"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1160"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1164"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished">Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1178"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1396"/> + <location filename="Helpviewer/HelpWindow.py" line="1413"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Network Monitor</source> <translation type="unfinished">Монитор сети</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1136"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1686"/> + <location filename="Helpviewer/HelpWindow.py" line="1703"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1921"/> + <location filename="Helpviewer/HelpWindow.py" line="1938"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage &User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1192"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1194"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> + <source>Global User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -42371,7 +42396,7 @@ <translation>Настроить...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="916"/> + <location filename="QScintilla/Terminal.py" line="917"/> <source>No shell has been configured.</source> <translation>shell не настроен.</translation> </message> @@ -44352,44 +44377,118 @@ </message> </context> <context> + <name>UserAgentManager</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source>Saving user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source><p>User agent data could not be saved to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source>Loading user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source><p>User agent data could not be loaded from <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="45"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="55"/> <source>Default</source> <translation>По умолчанию</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="59"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="73"/> <source>Other...</source> <translation>Другой...</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>Custom user agent</source> <translation>Специальный агент пользователя</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>User agent:</source> <translation>Агент пользователя:</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source>Parsing default user agents</source> <translation>Анализирую агентов пользователя</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation><p>Ошибка при анализе агентов пользователя.</p><p>{0}</p></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="136"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="162"/> <source>Various</source> <translation type="unfinished">Разное</translation> </message> </context> <context> + <name>UserAgentModel</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="30"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>User Agent String</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UserAgentsDialog</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="43"/> + <source>Enter search term</source> + <translation type="unfinished">Искать текст</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="50"/> + <source>Press to clear the search edit</source> + <translation type="unfinished">Очистить редактор поиска</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="85"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished">Удалить выбранные элементы</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="88"/> + <source>&Remove</source> + <translation type="unfinished">&Удалить</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="95"/> + <source>Press to remove all entries</source> + <translation type="unfinished">Удалить все элементы</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="98"/> + <source>Remove &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="14"/> + <source>User Agent Settings</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserInterface</name> <message> <location filename="UI/UserInterface.py" line="1473"/>
--- a/i18n/eric5_tr.ts Sat Feb 04 19:03:49 2012 +0100 +++ b/i18n/eric5_tr.ts Sun Feb 05 16:22:37 2012 +0100 @@ -13097,7 +13097,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="437"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="444"/> <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> @@ -13107,285 +13107,290 @@ <translation type="obsolete">Web Gözatıcısı</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="630"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p><b>{0}</b> dosyası yok.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="660"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="667"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p><b>{0}</b>dosyası için görüntüleyici çalışmıyor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="650"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p> URL <b>{0}</b>adresindeki uygulama başlatılamıyor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="837"/> <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="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Save Lin&k</source> <translation>Bağlantıyı &Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="835"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="843"/> <source>Bookmark this Link</source> <translation>Bu linki yerimine ekle</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Link to Clipboard</source> <translation>Bağlantıyı Panoya Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="852"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="860"/> <source>Open Image in New Tab</source> <translation>Görüntüyü yeni sekmede aç</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="856"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> <source>Save Image</source> <translation>Görüntüyü Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="858"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Copy Image to Clipboard</source> <translation>Görüntüyü Panoya kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="867"/> <source>Copy Image Location to Clipboard</source> <translation>Görüntünün Yerini Panoya kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="865"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="873"/> <source>Block Image</source> <translation>Görüntüleri Engelle</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="928"/> <source>Bookmark this Page</source> <translation>Bu sayfayı yerimine ekle</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="939"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="951"/> <source>Search with...</source> <translation>Bununla Ara...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="985"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="997"/> <source>Web Inspector...</source> <translation>Web Denetleyicisi...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1534"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1547"/> <source>Error loading page: {0}</source> <translation>Sayfa yüklenirken hata: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>When connecting to: {0}.</source> <translation>Bağlantı:{0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Adresi kontrol ediniz Örneğin <b>www</b>.example.org yerine <b>ww</b>.example.org yazmış olabilirsiniz</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>If the address is correct, try checking the network connection.</source> <translation>Eğer adres doğru ise, ağ bağlantınızı kontrol ediniz.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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>Eğer bilgisayarınız veya ağınız bir güvenlik duvarı yada proxy ile korunuyorsa, gözatıcınıza ağa giriş izni veriniz.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="981"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="993"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <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="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <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="1611"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1624"/> <source>bytes</source> <translation>bitler</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1614"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1627"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1617"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1630"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> + <source>eric5 Web Browser</source> + <translation type="unfinished">Eric5 Web Gözatıcısı</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="849"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> - <source>eric5 Web Browser</source> - <translation type="unfinished">Eric5 Web Gözatıcısı</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="862"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="891"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="894"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="895"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> - <source>&Print</source> - <translation type="unfinished">&Yazdır</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="901"/> - <source>Print Preview</source> - <translation type="unfinished">Baskı Öngörünümü</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="903"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="906"/> - <source>Zoom &in</source> - <translation type="unfinished">Bü&yült</translation> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="904"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> - <source>Zoom &reset</source> - <translation type="unfinished">Büyütmeyi sıfı&rla</translation> + <source>&Print</source> + <translation type="unfinished">&Yazdır</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> + <source>Print Preview</source> + <translation type="unfinished">Baskı Öngörünümü</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="912"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="915"/> + <source>Zoom &in</source> + <translation type="unfinished">Bü&yült</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="917"/> + <source>Zoom &reset</source> + <translation type="unfinished">Büyütmeyi sıfı&rla</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> <source>Zoom &out</source> <translation type="unfinished">Küçü&lt</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="913"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="922"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="921"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="930"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="934"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="946"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="959"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="971"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="965"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="972"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> <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/HelpBrowserWV.py" line="933"/> + <source>User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpClearPrivateDataDialog</name> @@ -14463,27 +14468,27 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="262"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="265"/> <source>Error loading page: {0}</source> <translation>Sayfa yüklenirken hata: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>When connecting to: {0}.</source> <translation>Bağlantı:{0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Adresi kontrol ediniz Örneğin <b>www</b>.example.org yerine <b>ww</b>.example.org yazmış olabilirsiniz</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>If the address is correct, try checking the network connection.</source> <translation>Eğer adres doğru ise, ağ bağlantınızı kontrol ediniz.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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>Eğer bilgisayarınız veya ağınız bir güvenlik duvarı yada proxy ile korunuyorsa, gözatıcınıza ağa giriş izni veriniz.</translation> </message> @@ -14498,17 +14503,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -14544,22 +14549,22 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="2343"/> + <location filename="Helpviewer/HelpWindow.py" line="2360"/> <source>eric5 Web Browser</source> <translation>Eric5 Web Gözatıcısı</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="153"/> + <location filename="Helpviewer/HelpWindow.py" line="155"/> <source>Contents</source> <translation>İçerik</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="976"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Index</source> <translation>Dizin</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="989"/> + <location filename="Helpviewer/HelpWindow.py" line="991"/> <source>Search</source> <translation>Ara</translation> </message> @@ -14569,289 +14574,289 @@ <translation type="obsolete">Yönlendirme Menüsünü Göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="498"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <source>Close the current help window</source> <translation>Geçerli yardım penceresini kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <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="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>New Tab</source> <translation>Yeni Sekme</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>&New Tab</source> <translation>Ye&ni Sekme</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="355"/> + <location filename="Helpviewer/HelpWindow.py" line="357"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New Window</source> <translation>Yeni Pencere</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New &Window</source> <translation>Yeni &Pencere</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="368"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <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="369"/> + <location filename="Helpviewer/HelpWindow.py" line="371"/> <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="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>&Open File</source> <translation>D&osya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="382"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <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="383"/> + <location filename="Helpviewer/HelpWindow.py" line="385"/> <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="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New Tab</source> <translation>Yeni Sekmede Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New &Tab</source> <translation>Yeni Sek&mede Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <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="397"/> + <location filename="Helpviewer/HelpWindow.py" line="399"/> <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="399"/> + <location filename="Helpviewer/HelpWindow.py" line="401"/> <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="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Save As </source> <translation>Farklı Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>&Save As...</source> <translation>Farklı K&aydet...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> - <source>Save the current page to disk</source> - <translation>Geçerli sayfayı harddiske kaydet</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="415"/> + <source>Save the current page to disk</source> + <translation>Geçerli sayfayı harddiske kaydet</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="417"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Farklı Kaydet...</b><p>Geçerli sayfayı harddiske kaydet.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Import Bookmarks</source> <translation>Yerimlerini İçeaktar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>&Import Bookmarks...</source> <translation>Yerimlerini &İçeaktar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="429"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="431"/> <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="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Export Bookmarks</source> <translation>Yerimlerini Dışaaktar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>&Export Bookmarks...</source> <translation>Y&erimlerini Dışaaktar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="443"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="445"/> <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="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>&Print</source> <translation>&Yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="459"/> <source>Print the displayed help</source> <translation>Görüntülenen yardımı yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="458"/> + <location filename="Helpviewer/HelpWindow.py" line="460"/> <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="479"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Print Preview</source> <translation>Baskı Öngörünümü</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="483"/> - <source>Print preview of the displayed help</source> - <translation>Görüntülenen yardımının baskıöngörünümünü göster</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="485"/> + <source>Print preview of the displayed help</source> + <translation>Görüntülenen yardımının baskıöngörünümünü göster</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="487"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="499"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <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="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close All</source> <translation>Hepsini Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close &All</source> <translation>Hepsini K&apat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="512"/> <source>Close all help windows</source> <translation>Tüm yardım pencerelerini kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="511"/> + <location filename="Helpviewer/HelpWindow.py" line="513"/> <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="523"/> + <location filename="Helpviewer/HelpWindow.py" line="525"/> <source>Private Browsing</source> <translation>Özel Gözatım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private &Browsing</source> <translation>Özel &Gözatım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="524"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <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="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> @@ -14867,791 +14872,791 @@ <translation type="obsolete"><b>Çık</b><p>Web gözatıcısından çık.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backward</source> <translation>Geriye Doğru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>&Backward</source> <translation>Geriye &Doğru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="557"/> + <location filename="Helpviewer/HelpWindow.py" line="559"/> <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="558"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <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="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Forward</source> <translation>İleriye</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Forward</source> <translation>İleri&ye</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="573"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <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="574"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <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="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>&Home</source> <translation>&Ev</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="588"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source>Move to the initial help screen</source> <translation>İlk yardım sayfasına taşı</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="591"/> <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="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Reload</source> <translation>Yeniden Yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>&Reload</source> <translation>&Yeniden Yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="603"/> + <location filename="Helpviewer/HelpWindow.py" line="605"/> <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="604"/> + <location filename="Helpviewer/HelpWindow.py" line="606"/> <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="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Stop</source> <translation>Dur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>&Stop</source> <translation>D&ur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="620"/> <source>Stop loading</source> <translation>Yüklemeyi durdur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="619"/> + <location filename="Helpviewer/HelpWindow.py" line="621"/> <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="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Copy</source> <translation>Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>&Copy</source> <translation>&Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="634"/> <source>Copy the selected text</source> <translation>Seçilen metni kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="635"/> <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="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Find...</source> <translation>Bul...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>&Find...</source> <translation>&Bul...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="648"/> <source>Find text in page</source> <translation>Metni sayfa içinde bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="649"/> <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="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find next</source> <translation>Sonrakini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find &next</source> <translation>So&nrakini Bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <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="661"/> + <location filename="Helpviewer/HelpWindow.py" line="663"/> <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="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find previous</source> <translation>Öncekini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find &previous</source> <translation>Öncekini b&ul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="674"/> - <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="676"/> + <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="678"/> <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> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Manage Bookmarks</source> <translation>Yerimleri Yönetimi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>&Manage Bookmarks...</source> <translation>Yerimleri Yöneti&mi...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> + <location filename="Helpviewer/HelpWindow.py" line="690"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Yerimlerini yönetmek için diyalog aç.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="690"/> + <location filename="Helpviewer/HelpWindow.py" line="692"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Yerimlerini Yönet...</b><p>Yerimlerini düzenlemek için bir diyalog açılır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add Bookmark</source> <translation>Yerimi Ekle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add &Bookmark...</source> <translation>&Yerimi Ekle...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="706"/> <source>Open a dialog to add a bookmark.</source> <translation>Yerimlerine eklemek için bir diyalog aç.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> + <location filename="Helpviewer/HelpWindow.py" line="707"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Yerimi Ekle</b><p>Geçerli URL yi yerimi olarak eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add Folder</source> <translation>,Dizin Ekle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add &Folder...</source> <translation>Dizin &Ekle...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="716"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Yeni yerimi dizini eklemek için bir diyalog açar.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="718"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Yeni yerimi dizini eklemek için bir diyalog açar.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="720"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Kalsör Ekle...</b><p>Yeni yerimi klasörü eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs</source> <translation>Tüm Sekmeleri Yerimi yap</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs...</source> <translation>Tüm Sekmeleri Yerimi yap...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="729"/> - <source>Bookmark all open tabs.</source> - <translation>Tüm Açık Sekmeleri Yerimi yap.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="731"/> + <source>Bookmark all open tabs.</source> + <translation>Tüm Açık Sekmeleri Yerimi yap.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <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="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>What's This?</source> <translation>Bu nedir?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>&What's This?</source> <translation>Bu &Nedir?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <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="747"/> <source>Context sensitive help</source> <translation>Duyarlı yardım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="746"/> + <location filename="Helpviewer/HelpWindow.py" line="748"/> <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="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>About</source> <translation>Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>&About</source> <translation>H&akkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="761"/> + <location filename="Helpviewer/HelpWindow.py" line="763"/> <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="762"/> + <location filename="Helpviewer/HelpWindow.py" line="764"/> <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="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About Qt</source> <translation>Qt Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About &Qt</source> <translation>&Qt Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <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="775"/> + <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="777"/> <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="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom in</source> <translation>Büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom &in</source> <translation>Bü&yült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="791"/> <source>Zoom in on the text</source> <translation>MEtni Büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="792"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Büyüt</b><p>Metin içinde büyüt. Bu metni daha büyük yapar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out</source> <translation>Küçült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom &out</source> <translation>Küçü&lt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="804"/> + <location filename="Helpviewer/HelpWindow.py" line="806"/> <source>Zoom out on the text</source> <translation>Metin üzerinde küçült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="807"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Küçült</b><p>Metin üzerinde küçült. Bu metni daha küçük yapar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom reset</source> <translation>Büyütmeyi sıfırla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom &reset</source> <translation>Büyütmeyi sıfı&rla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="818"/> + <location filename="Helpviewer/HelpWindow.py" line="820"/> <source>Reset the zoom of the text</source> <translation>Metin büyütme durumunu sıfırla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="821"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Büyütmeyi başa döndür</b><p>Metin büyütmesini sıfırla. Bu büyütme katsayısını 100% e ayarlar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom text only</source> <translation>Yalnızca metni büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom &text only</source> <translation>Yalnızca me&tni büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Yalnıza metni yaklaştır; resimler sabit kalsın</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="835"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Yalnıza metni yaklaştır; resimler sabit kalsın</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="837"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Yanız metni yaklaştır</b><p>Yalnızca metni yaklaştır; resimler sabit kalsın.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Show page source</source> <translation>Sayfa kaynağını göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Show the page source in an editor</source> <translation>Sayfa kaynağını bir düzenleyici sayfasinda göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="850"/> + <location filename="Helpviewer/HelpWindow.py" line="852"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Sayfa kaynağını göster</b><p>Sayfa kaynağını bir düzenleyicide göster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1915"/> + <location filename="Helpviewer/HelpWindow.py" line="1932"/> <source>Full Screen</source> <translation>Tam Ekran</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>&Full Screen</source> <translation>&Tam Ekran</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Show next tab</source> <translation>Sonraki sekmeyi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Show previous tab</source> <translation>Önceki sekmeyi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Switch between tabs</source> <translation>Sekmeler arasında değiştir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>Preferences</source> <translation>Seçenekler</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>&Preferences...</source> <translation>&Seçenekler...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="899"/> + <location filename="Helpviewer/HelpWindow.py" line="901"/> <source>Set the prefered configuration</source> <translation>tercih edilen ayarları yapınız</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>Languages</source> <translation>Diller</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>&Languages...</source> <translation>Di&ller...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="914"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="916"/> <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="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>Cookies</source> <translation>Çerezler</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>C&ookies...</source> <translation>&Çerezler...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="927"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="929"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="949"/> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source>Sync with Table of Contents</source> <translation>İçindekiler Tablosu ile senkronize et</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> - <source>Synchronizes the table of contents with current page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="955"/> + <source>Synchronizes the table of contents with current page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <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="963"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Table of Contents</source> <translation>İçindekiler Tablosu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="968"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <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="979"/> - <source>Shows the index window</source> - <translation>Dizin penceresini göster</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="981"/> + <source>Shows the index window</source> + <translation>Dizin penceresini göster</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Dizin</b><p>Dizin penceresini gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> - <source>Shows the search window</source> - <translation>Arama pencerelerini göster</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="994"/> + <source>Shows the search window</source> + <translation>Arama pencerelerini göster</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Arama</b><p>Arama penceresini gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp Documents</source> <translation>OtHelp Dökümanlları Yönetimi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp &Documents</source> <translation>OtHelp &Dökümanlları Yönetimi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1007"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <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="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp Filters</source> <translation>QtHelp Süzgeçlerini Yönet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp &Filters</source> <translation>QtHelp &Filtre Yöneticisi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>QtHelp filtrelerini yönetmek için bir diyalog gösterir</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1021"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>QtHelp filtrelerini yönetmek için bir diyalog gösterir</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <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="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>Reindex Documentation</source> <translation>Belgeyi Yeniden İindexle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>&Reindex Documentation</source> <translation>&Belgeyi Yeniden İindexle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1036"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1047"/> + <location filename="Helpviewer/HelpWindow.py" line="1049"/> <source>Clear private data</source> <translation>Özel verileri temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1045"/> <source>&Clear private data</source> <translation>&Özel verileri temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1050"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear icons database</source> <translation>İkon veritabanını temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear &icons database</source> <translation>İkon ver&itabanını temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1061"/> + <location filename="Helpviewer/HelpWindow.py" line="1063"/> <source>Clear the database of favicons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1064"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search Engines</source> <translation>Arama Motoru Ayarları</translation> </message> @@ -15661,52 +15666,52 @@ <translation type="obsolete">Arama Motoru Ayarlanı&yor...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> + <location filename="Helpviewer/HelpWindow.py" line="1076"/> <source>Configure the available search engines</source> <translation>Ulaşılabilen Arama motorunu ayarla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1076"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Arama Motoru Ayarlanıyor...</b><p>Ulaşılabilen arama motorunu ayarlamak için bir diyalog açılır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords</source> <translation>Kaydedilmiş Parolaları Yönet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords...</source> <translation>Kaydedilmiş Parolaları Yönet...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1089"/> - <source>Manage the saved passwords</source> - <translation>Kaydedilmiş parolaları yönet</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1091"/> + <source>Manage the saved passwords</source> + <translation>Kaydedilmiş parolaları yönet</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1093"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Kaydadilmiş Parolaların Yönetimi...</b><p>Kaydedilmiş parolalları yönetmek için bir diyalog açılır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>Ad Block</source> <translation>Engel ekle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>&Ad Block...</source> <translation>&Engel Ekle...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1104"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> @@ -15721,7 +15726,7 @@ <translation type="obsolete">Ağ Gözleyicisi&ni Göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1133"/> + <location filename="Helpviewer/HelpWindow.py" line="1135"/> <source>Show the network monitor dialog</source> <translation>Ağ Gözleyicisi diyaloğunu göster</translation> </message> @@ -15731,52 +15736,52 @@ <translation type="obsolete"><b>Ağ Gözleyicisini Göster</b><p>Ağ gözleyicisi diyaloğunu göster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>&File</source> <translation>&Dosya</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&Edit</source> <translation>Düz&en</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1238"/> - <source>&View</source> - <translation>&Görünüm</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <source>&View</source> + <translation>&Görünüm</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1270"/> <source>&Go</source> <translation>&Git</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1267"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source>H&istory</source> <translation>Geçmi&ş</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1274"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Bookmarks</source> <translation>&Yerimleri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1302"/> <source>&Settings</source> <translation>Ayar&lar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> - <source>&Tools</source> - <translation>&Araçlar</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1318"/> - <source>&Window</source> - <translation>&Pencere</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <source>&Tools</source> + <translation>&Araçlar</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <source>&Window</source> + <translation>&Pencere</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1345"/> <source>&Help</source> <translation>&Yardım</translation> </message> @@ -15801,47 +15806,47 @@ <translation type="obsolete">Diğerlerini Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1339"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>File</source> <translation>Dosya</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <location filename="Helpviewer/HelpWindow.py" line="1373"/> <source>Edit</source> <translation>Düzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1378"/> <source>View</source> <translation>Görünüm</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1370"/> + <location filename="Helpviewer/HelpWindow.py" line="1387"/> <source>Find</source> <translation>Bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1377"/> + <location filename="Helpviewer/HelpWindow.py" line="1394"/> <source>Filter</source> <translation>Süzgeç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1382"/> + <location filename="Helpviewer/HelpWindow.py" line="1399"/> <source>Filtered by: </source> <translation>Süzülen: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1388"/> + <location filename="Helpviewer/HelpWindow.py" line="1405"/> <source>Settings</source> <translation>Ayarlar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1402"/> + <location filename="Helpviewer/HelpWindow.py" line="1419"/> <source>Help</source> <translation>Yardım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1409"/> + <location filename="Helpviewer/HelpWindow.py" line="1426"/> <source>Go</source> <translation>Git</translation> </message> @@ -15851,7 +15856,7 @@ <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="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <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> @@ -15871,7 +15876,7 @@ <translation type="obsolete"><h3>Eric Web Gözatıcısı Hakkındar</h3><p>Eric Web Gözatıcısı Yardım dosyası ve HTML gözatıcısının birleştirilmiş halidir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1766"/> + <location filename="Helpviewer/HelpWindow.py" line="1783"/> <source>Saved Tabs</source> <translation>Sekmeleri Kaydet</translation> </message> @@ -15891,290 +15896,310 @@ <translation type="obsolete">Yükleme bitirildi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2173"/> + <location filename="Helpviewer/HelpWindow.py" line="2190"/> <source>Could not find an associated content.</source> <translation>Birleştirilmiş bir içerek bulunamadı.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2282"/> + <location filename="Helpviewer/HelpWindow.py" line="2299"/> <source>Updating search index</source> <translation>Arama index yenileniyor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2334"/> + <location filename="Helpviewer/HelpWindow.py" line="2351"/> <source>Looking for Documentation...</source> <translation>Dökümanlara bakılıyor...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2364"/> + <location filename="Helpviewer/HelpWindow.py" line="2381"/> <source>Unfiltered</source> <translation>Süzülmemiş</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2383"/> + <location filename="Helpviewer/HelpWindow.py" line="2400"/> <source>Help Engine</source> <translation>Yardım Motoru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="470"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="473"/> <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="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="940"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1119"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1142"/> + <location filename="Helpviewer/HelpWindow.py" line="1144"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1149"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1249"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1301"/> - <source>User Agent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1944"/> + <location filename="Helpviewer/HelpWindow.py" line="1961"/> <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="2698"/> + <location filename="Helpviewer/HelpWindow.py" line="2715"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2699"/> + <location filename="Helpviewer/HelpWindow.py" line="2716"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2700"/> + <location filename="Helpviewer/HelpWindow.py" line="2717"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2701"/> + <location filename="Helpviewer/HelpWindow.py" line="2718"/> <source>Unicode</source> <translation>Evrensel kod</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2702"/> + <location filename="Helpviewer/HelpWindow.py" line="2719"/> <source>Other</source> <translation>Diğer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2703"/> + <location filename="Helpviewer/HelpWindow.py" line="2720"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2725"/> + <location filename="Helpviewer/HelpWindow.py" line="2742"/> <source>Default Encoding</source> <translation>Varsayılan Kodlama</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1459"/> + <location filename="Helpviewer/HelpWindow.py" line="1476"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1465"/> + <location filename="Helpviewer/HelpWindow.py" line="1482"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1509"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1515"/> + <location filename="Helpviewer/HelpWindow.py" line="1532"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="539"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="540"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1160"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1164"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished">Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1178"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1396"/> + <location filename="Helpviewer/HelpWindow.py" line="1413"/> <source>Tools</source> <translation type="unfinished">Araçlar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Network Monitor</source> <translation type="unfinished">Ağ Gözleyicisi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1136"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1686"/> + <location filename="Helpviewer/HelpWindow.py" line="1703"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1921"/> + <location filename="Helpviewer/HelpWindow.py" line="1938"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage &User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1192"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1194"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> + <source>Global User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -42389,7 +42414,7 @@ <translation>geçmişte yapılanları göster (ençok gösterilenleri seç).</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="916"/> + <location filename="QScintilla/Terminal.py" line="917"/> <source>No shell has been configured.</source> <translation>Kabuk ayarlanmadı.</translation> </message> @@ -44350,44 +44375,118 @@ </message> </context> <context> + <name>UserAgentManager</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source>Saving user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source><p>User agent data could not be saved to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source>Loading user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source><p>User agent data could not be loaded from <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="45"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="55"/> <source>Default</source> <translation>Varsayılan</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="59"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="73"/> <source>Other...</source> <translation>Diğer...</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>Custom user agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>User agent:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source>Parsing default user agents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="136"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="162"/> <source>Various</source> <translation type="unfinished">Çeşitli</translation> </message> </context> <context> + <name>UserAgentModel</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="30"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>User Agent String</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UserAgentsDialog</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="43"/> + <source>Enter search term</source> + <translation type="unfinished">Arama kriterlerini giriniz</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="50"/> + <source>Press to clear the search edit</source> + <translation type="unfinished">Arama içeriğini temizlemek için basınız</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="85"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished">Seçilen girişi kaldırmak için basınız</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="88"/> + <source>&Remove</source> + <translation type="unfinished">Kaldı&r</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="95"/> + <source>Press to remove all entries</source> + <translation type="unfinished">Tüm Girişleri kaldırkak için basınız</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="98"/> + <source>Remove &All</source> + <translation type="unfinished">Hepsini K&aldır</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="14"/> + <source>User Agent Settings</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserInterface</name> <message> <location filename="UI/UserInterface.py" line="256"/>
--- a/i18n/eric5_zh_CN.GB2312.ts Sat Feb 04 19:03:49 2012 +0100 +++ b/i18n/eric5_zh_CN.GB2312.ts Sun Feb 05 16:22:37 2012 +0100 @@ -13967,17 +13967,17 @@ <translation type="obsolete"><p>无法为文件 <b>%1</b> 开启浏览器。</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="829"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="837"/> <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="437"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="444"/> <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="985"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="997"/> <source>Web Inspector...</source> <translation>网络检查器……</translation> </message> @@ -13987,57 +13987,57 @@ <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="919"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="928"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="835"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="843"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="852"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="860"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="856"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> <source>Save Image</source> <translation type="unfinished">保存图像</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="858"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="867"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> @@ -14047,220 +14047,225 @@ <translation type="obsolete">网络浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="865"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="873"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="939"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="951"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="630"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="660"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="667"/> <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="643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="650"/> <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="1534"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1547"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1583"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1596"/> <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="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1611"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1624"/> <source>bytes</source> <translation type="unfinished">字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1614"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1627"/> <source>kB</source> <translation type="unfinished">千字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1617"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1630"/> <source>MB</source> <translation type="unfinished">兆字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1591"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1604"/> <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="981"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="993"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1125"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1138"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1167"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1180"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1184"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1197"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1543"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1556"/> <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="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> + <source>eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="849"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> - <source>eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="862"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="891"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="894"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="895"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="899"/> - <source>&Print</source> - <translation type="unfinished">打印(&P)</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="901"/> - <source>Print Preview</source> - <translation type="unfinished">打印预览</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="903"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="906"/> - <source>Zoom &in</source> - <translation type="unfinished">放大(&i)</translation> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="904"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="908"/> - <source>Zoom &reset</source> - <translation type="unfinished"></translation> + <source>&Print</source> + <translation type="unfinished">打印(&P)</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="910"/> + <source>Print Preview</source> + <translation type="unfinished">打印预览</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="912"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="915"/> + <source>Zoom &in</source> + <translation type="unfinished">放大(&i)</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="917"/> + <source>Zoom &reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="919"/> <source>Zoom &out</source> <translation type="unfinished">缩小(&o)</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="913"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="922"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="921"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="930"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="934"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="946"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="959"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="971"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="965"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="972"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1954"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1967"/> <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/HelpBrowserWV.py" line="933"/> + <source>User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpClearPrivateDataDialog</name> @@ -15495,42 +15500,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="262"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="265"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="271"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="274"/> <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="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="374"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="381"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -15581,38 +15586,38 @@ <translation type="obsolete">Eric4 帮助浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="498"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <source>Close the current help window</source> <translation>关闭当前帮助浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="354"/> + <location filename="Helpviewer/HelpWindow.py" line="356"/> <source>Open a new help window tab</source> <translation>打开新帮助窗口选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>New Tab</source> <translation>新建选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>&New Tab</source> <translation>新建选项卡(&N)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="349"/> + <location filename="Helpviewer/HelpWindow.py" line="351"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="355"/> + <location filename="Helpviewer/HelpWindow.py" line="357"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New Window</source> <translation>新建窗口</translation> </message> @@ -15622,142 +15627,142 @@ <translation type="obsolete">新建窗口(&e)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="368"/> + <location filename="Helpviewer/HelpWindow.py" line="370"/> <source>Open a new help browser window</source> <translation>打开一个新的帮助浏览器窗口</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="369"/> + <location filename="Helpviewer/HelpWindow.py" line="371"/> <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="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Open File</source> <translation>打开文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>&Open File</source> <translation>打开文件(&O)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="377"/> + <location filename="Helpviewer/HelpWindow.py" line="379"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="382"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source>Open a help file for display</source> <translation>打开显示一个帮助文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="383"/> + <location filename="Helpviewer/HelpWindow.py" line="385"/> <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="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New Tab</source> <translation>在新选项卡中打开文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <source>Open File in New &Tab</source> <translation>在新选项卡中打开文件(&T)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="392"/> + <location filename="Helpviewer/HelpWindow.py" line="394"/> <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="397"/> - <source>Open a help file for display in a new tab</source> - <translation>在新选项卡中打开显示帮助文件</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="399"/> + <source>Open a help file for display in a new tab</source> + <translation>在新选项卡中打开显示帮助文件</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="401"/> <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="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>&Print</source> <translation>打印(&P)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="452"/> + <location filename="Helpviewer/HelpWindow.py" line="454"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="459"/> <source>Print the displayed help</source> <translation>打印显示的帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="458"/> + <location filename="Helpviewer/HelpWindow.py" line="460"/> <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="479"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Print Preview</source> <translation>打印预览</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="483"/> - <source>Print preview of the displayed help</source> - <translation>显示的帮助的打印预览</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="485"/> + <source>Print preview of the displayed help</source> + <translation>显示的帮助的打印预览</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="487"/> <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="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Close</source> <translation>关闭(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="493"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="499"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <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="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close All</source> <translation>全部关闭</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Close &All</source> <translation>全部关闭(&A)</translation> </message> @@ -15767,22 +15772,22 @@ <translation type="obsolete">关闭所有帮助窗口</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="511"/> + <location filename="Helpviewer/HelpWindow.py" line="513"/> <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="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Quit</source> <translation>退出(&Q)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="534"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> @@ -15798,222 +15803,222 @@ <translation type="obsolete"><b>退出</b><p>退出帮助浏览器。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backward</source> <translation>后退</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>&Backward</source> <translation>后退(&B)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="557"/> + <location filename="Helpviewer/HelpWindow.py" line="559"/> <source>Move one help screen backward</source> <translation>向后移动一个帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="558"/> + <location filename="Helpviewer/HelpWindow.py" line="560"/> <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="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Forward</source> <translation>前移</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>&Forward</source> <translation>前移(&F)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="569"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="573"/> + <location filename="Helpviewer/HelpWindow.py" line="575"/> <source>Move one help screen forward</source> <translation>向前移动一个帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="574"/> + <location filename="Helpviewer/HelpWindow.py" line="576"/> <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="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>&Home</source> <translation>首页(&H)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="585"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="588"/> + <location filename="Helpviewer/HelpWindow.py" line="590"/> <source>Move to the initial help screen</source> <translation>移动到初始帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="589"/> + <location filename="Helpviewer/HelpWindow.py" line="591"/> <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="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>Reload</source> <translation>重新载入</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>&Reload</source> <translation>重新载入(&R)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <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="605"/> <source>Reload the current help screen</source> <translation>重新载入当前帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="604"/> + <location filename="Helpviewer/HelpWindow.py" line="606"/> <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="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Copy</source> <translation>复制</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>&Copy</source> <translation>复制(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="629"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="634"/> <source>Copy the selected text</source> <translation>复制已选文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="635"/> <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="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Find...</source> <translation>查找……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>&Find...</source> <translation>查找(&F)……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="643"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="646"/> + <location filename="Helpviewer/HelpWindow.py" line="648"/> <source>Find text in page</source> <translation>在页面中查找文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="649"/> <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="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find next</source> <translation>查找下一个</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>Find &next</source> <translation>查找下一个(&n)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="655"/> + <location filename="Helpviewer/HelpWindow.py" line="657"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="660"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source>Find next occurrence of text in page</source> <translation>在页面中查找文本的下一个出现位置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="661"/> + <location filename="Helpviewer/HelpWindow.py" line="663"/> <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="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find previous</source> <translation>查找上一个</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Find &previous</source> <translation>查找上一个(&p)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="669"/> + <location filename="Helpviewer/HelpWindow.py" line="671"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="674"/> + <location filename="Helpviewer/HelpWindow.py" line="676"/> <source>Find previous occurrence of text in page</source> <translation>在页面中查找文本的上一个出现位置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="676"/> + <location filename="Helpviewer/HelpWindow.py" line="678"/> <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> @@ -16038,7 +16043,7 @@ <translation type="obsolete"><b>清除历史</b><p>清除历史信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add Bookmark</source> <translation>添加书签</translation> </message> @@ -16078,175 +16083,175 @@ <translation type="obsolete"><b>编辑书签</b><p>该行为显示一个对话框,可以改变书签的名称和文件以及在菜单中书签的顺序。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>What's This?</source> <translation>这是什么?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <source>&What's This?</source> <translation>这是什么(&W)?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="740"/> + <location filename="Helpviewer/HelpWindow.py" line="742"/> <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="747"/> <source>Context sensitive help</source> <translation>背景帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="746"/> + <location filename="Helpviewer/HelpWindow.py" line="748"/> <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="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>About</source> <translation>关于</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source>&About</source> <translation>关于(&A)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="761"/> + <location filename="Helpviewer/HelpWindow.py" line="763"/> <source>Display information about this software</source> <translation>显示软件信息</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="764"/> <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="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About Qt</source> <translation>关于 Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>About &Qt</source> <translation>关于 &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> - <source>Display information about the Qt toolkit</source> - <translation>显示Qt工具包信息</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="775"/> + <source>Display information about the Qt toolkit</source> + <translation>显示Qt工具包信息</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="777"/> <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="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom in</source> <translation>放大</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom &in</source> <translation>放大(&i)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="791"/> <source>Zoom in on the text</source> <translation>放大显示文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="792"/> <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="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out</source> <translation>缩小</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom &out</source> <translation>缩小(&o)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="804"/> + <location filename="Helpviewer/HelpWindow.py" line="806"/> <source>Zoom out on the text</source> <translation>缩小显示文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> + <location filename="Helpviewer/HelpWindow.py" line="807"/> <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="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Show next tab</source> <translation>显示下一个选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="869"/> + <location filename="Helpviewer/HelpWindow.py" line="871"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Show previous tab</source> <translation>显示上一个选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="878"/> + <location filename="Helpviewer/HelpWindow.py" line="880"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Switch between tabs</source> <translation>在选项卡间切换</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="887"/> + <location filename="Helpviewer/HelpWindow.py" line="889"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>Preferences</source> <translation>参数选择</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="896"/> + <location filename="Helpviewer/HelpWindow.py" line="898"/> <source>&Preferences...</source> <translation>参数选择(&P)……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="899"/> + <location filename="Helpviewer/HelpWindow.py" line="901"/> <source>Set the prefered configuration</source> <translation>设定偏好配置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="900"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear icons database</source> <translation>清除图标数据库</translation> </message> @@ -16256,42 +16261,42 @@ <translation type="obsolete">清除图标数据库(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1061"/> + <location filename="Helpviewer/HelpWindow.py" line="1063"/> <source>Clear the database of favicons</source> <translation>清除喜好图标数据库</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1062"/> + <location filename="Helpviewer/HelpWindow.py" line="1064"/> <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="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1223"/> <source>&File</source> <translation>文件(&F)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&Edit</source> <translation>编辑(&E)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1238"/> - <source>&View</source> - <translation>视图(&V)</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <source>&View</source> + <translation>视图(&V)</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1270"/> <source>&Go</source> <translation>跳转(&G)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1267"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source>H&istory</source> <translation>历史(&i)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1274"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Bookmarks</source> <translation>书签(&B)</translation> </message> @@ -16301,7 +16306,7 @@ <translation type="obsolete">设置(&t)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1345"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> @@ -16316,22 +16321,22 @@ <translation type="obsolete">右移</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1339"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>File</source> <translation>文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <location filename="Helpviewer/HelpWindow.py" line="1373"/> <source>Edit</source> <translation>编辑</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1378"/> <source>View</source> <translation>视图</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1370"/> + <location filename="Helpviewer/HelpWindow.py" line="1387"/> <source>Find</source> <translation>查找</translation> </message> @@ -16341,12 +16346,12 @@ <translation type="obsolete">书签</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1402"/> + <location filename="Helpviewer/HelpWindow.py" line="1419"/> <source>Help</source> <translation>帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1409"/> + <location filename="Helpviewer/HelpWindow.py" line="1426"/> <source>Go</source> <translation>跳转</translation> </message> @@ -16356,7 +16361,7 @@ <translation type="obsolete"><p>输入要直接显示到该编辑区域的帮助文件。从下拉列表中选择一个以前显示过的帮助文件。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1658"/> + <location filename="Helpviewer/HelpWindow.py" line="1675"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>帮助文件 (*.html *.htm);;PDF 文件 (*.pdf);;CHM 文件 (*.chm);;所有文件 (*)</translation> </message> @@ -16406,659 +16411,659 @@ <translation type="obsolete"><p>SSL 错误为 <br /><b>%1</b></p><p>%2</p><p>要忽略这些错误吗?</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="153"/> + <location filename="Helpviewer/HelpWindow.py" line="155"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="512"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="949"/> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> - <source>Synchronizes the table of contents with current page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="955"/> + <source>Synchronizes the table of contents with current page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <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="963"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="968"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <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="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1005"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1007"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <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="1318"/> + <location filename="Helpviewer/HelpWindow.py" line="1335"/> <source>&Window</source> <translation type="unfinished">窗口(&W)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1377"/> + <location filename="Helpviewer/HelpWindow.py" line="1394"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1382"/> + <location filename="Helpviewer/HelpWindow.py" line="1399"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2173"/> + <location filename="Helpviewer/HelpWindow.py" line="2190"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1019"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1021"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1023"/> <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="976"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> - <source>Shows the index window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="981"/> + <source>Shows the index window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="989"/> + <location filename="Helpviewer/HelpWindow.py" line="991"/> <source>Search</source> <translation type="unfinished">搜索</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="992"/> - <source>Shows the search window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="994"/> + <source>Shows the search window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="996"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1034"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1036"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2282"/> + <location filename="Helpviewer/HelpWindow.py" line="2299"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2334"/> + <location filename="Helpviewer/HelpWindow.py" line="2351"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2364"/> + <location filename="Helpviewer/HelpWindow.py" line="2381"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2383"/> + <location filename="Helpviewer/HelpWindow.py" line="2400"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="525"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private &Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="524"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <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="1915"/> + <location filename="Helpviewer/HelpWindow.py" line="1932"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="859"/> + <location filename="Helpviewer/HelpWindow.py" line="861"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1002"/> + <location filename="Helpviewer/HelpWindow.py" line="1004"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1016"/> + <location filename="Helpviewer/HelpWindow.py" line="1018"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1029"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1047"/> + <location filename="Helpviewer/HelpWindow.py" line="1049"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1045"/> <source>&Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1048"/> + <location filename="Helpviewer/HelpWindow.py" line="1050"/> <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="1057"/> + <location filename="Helpviewer/HelpWindow.py" line="1059"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1133"/> + <location filename="Helpviewer/HelpWindow.py" line="1135"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1302"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1311"/> + <location filename="Helpviewer/HelpWindow.py" line="1328"/> <source>&Tools</source> <translation type="unfinished">工具(&T)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="845"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Ctrl+U</source> <translation type="unfinished">Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="851"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="850"/> + <location filename="Helpviewer/HelpWindow.py" line="852"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="912"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="914"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="916"/> <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="909"/> + <location filename="Helpviewer/HelpWindow.py" line="911"/> <source>Languages</source> <translation type="unfinished">语言</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="924"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="925"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="927"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="929"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1388"/> + <location filename="Helpviewer/HelpWindow.py" line="1405"/> <source>Settings</source> <translation type="unfinished">设置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom reset</source> <translation type="unfinished">重置缩放</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="818"/> + <location filename="Helpviewer/HelpWindow.py" line="820"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="829"/> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom text only; pictures remain constant</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="835"/> + <source>Zoom text only; pictures remain constant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="837"/> <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="819"/> + <location filename="Helpviewer/HelpWindow.py" line="821"/> <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="363"/> + <location filename="Helpviewer/HelpWindow.py" line="365"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="424"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="429"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="431"/> <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="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="440"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="441"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="443"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="445"/> <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="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="688"/> - <source>Open a dialog to manage the bookmarks.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> + <source>Open a dialog to manage the bookmarks.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="692"/> <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="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="698"/> + <location filename="Helpviewer/HelpWindow.py" line="700"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="706"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> + <location filename="Helpviewer/HelpWindow.py" line="707"/> <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="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="715"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="716"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="718"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="720"/> <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="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="726"/> + <location filename="Helpviewer/HelpWindow.py" line="728"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="729"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="731"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <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="1766"/> + <location filename="Helpviewer/HelpWindow.py" line="1783"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="597"/> + <location filename="Helpviewer/HelpWindow.py" line="599"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Stop</source> <translation type="unfinished">中止</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>&Stop</source> <translation type="unfinished">中止(&S)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="612"/> + <location filename="Helpviewer/HelpWindow.py" line="614"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="620"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="619"/> + <location filename="Helpviewer/HelpWindow.py" line="621"/> <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="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>Save As </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="408"/> + <location filename="Helpviewer/HelpWindow.py" line="410"/> <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="413"/> + <location filename="Helpviewer/HelpWindow.py" line="415"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="415"/> + <location filename="Helpviewer/HelpWindow.py" line="417"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1074"/> - <source>Configure the available search engines</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1076"/> + <source>Configure the available search engines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <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="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1089"/> - <source>Manage the saved passwords</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1091"/> + <source>Manage the saved passwords</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1093"/> <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="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1104"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <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="2343"/> + <location filename="Helpviewer/HelpWindow.py" line="2360"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="470"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="473"/> <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="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="935"/> + <location filename="Helpviewer/HelpWindow.py" line="937"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="938"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="940"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> <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="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1944"/> + <location filename="Helpviewer/HelpWindow.py" line="1961"/> <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="1249"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -17068,215 +17073,235 @@ <translation type="obsolete">默认</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1301"/> - <source>User Agent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2698"/> + <location filename="Helpviewer/HelpWindow.py" line="2715"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2699"/> + <location filename="Helpviewer/HelpWindow.py" line="2716"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2700"/> + <location filename="Helpviewer/HelpWindow.py" line="2717"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2701"/> + <location filename="Helpviewer/HelpWindow.py" line="2718"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2702"/> + <location filename="Helpviewer/HelpWindow.py" line="2719"/> <source>Other</source> <translation type="unfinished">其它</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2703"/> + <location filename="Helpviewer/HelpWindow.py" line="2720"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2725"/> + <location filename="Helpviewer/HelpWindow.py" line="2742"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1142"/> + <location filename="Helpviewer/HelpWindow.py" line="1144"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1145"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1149"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1115"/> + <location filename="Helpviewer/HelpWindow.py" line="1117"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1119"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1121"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1459"/> + <location filename="Helpviewer/HelpWindow.py" line="1476"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1465"/> + <location filename="Helpviewer/HelpWindow.py" line="1482"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1509"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1515"/> + <location filename="Helpviewer/HelpWindow.py" line="1532"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2880"/> + <location filename="Helpviewer/HelpWindow.py" line="2918"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="539"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="540"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1160"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1164"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1171"/> + <location filename="Helpviewer/HelpWindow.py" line="1173"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished">Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1178"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1396"/> + <location filename="Helpviewer/HelpWindow.py" line="1413"/> <source>Tools</source> <translation type="unfinished">工具</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="783"/> + <location filename="Helpviewer/HelpWindow.py" line="785"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1129"/> + <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1136"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1686"/> + <location filename="Helpviewer/HelpWindow.py" line="1703"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1921"/> + <location filename="Helpviewer/HelpWindow.py" line="1938"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1189"/> + <source>Manage &User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1192"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1194"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> + <source>Global User Agent</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -45773,7 +45798,7 @@ <translation>选择历史条目以执行(最常用的显示在最后)。</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="916"/> + <location filename="QScintilla/Terminal.py" line="917"/> <source>No shell has been configured.</source> <translation type="unfinished"></translation> </message> @@ -47920,44 +47945,118 @@ </message> </context> <context> + <name>UserAgentManager</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source>Saving user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="56"/> + <source><p>User agent data could not be saved to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source>Loading user agent data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentManager.py" line="73"/> + <source><p>User agent data could not be loaded from <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserAgentMenu</name> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="45"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="55"/> <source>Default</source> <translation type="unfinished">默认</translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="59"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="73"/> <source>Other...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>Custom user agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="93"/> <source>User agent:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source>Parsing default user agents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="147"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="173"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="136"/> + <location filename="Helpviewer/UserAgent/UserAgentMenu.py" line="162"/> <source>Various</source> <translation type="unfinished">其它</translation> </message> </context> <context> + <name>UserAgentModel</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="30"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentModel.py" line="31"/> + <source>User Agent String</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UserAgentsDialog</name> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="43"/> + <source>Enter search term</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="50"/> + <source>Press to clear the search edit</source> + <translation type="unfinished">点击清除搜索编辑</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="85"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="88"/> + <source>&Remove</source> + <translation type="unfinished">移除(&R)</translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="95"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="98"/> + <source>Remove &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/UserAgent/UserAgentsDialog.ui" line="14"/> + <source>User Agent Settings</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UserInterface</name> <message> <location filename="UI/UserInterface.py" line="256"/>