Sun, 06 Dec 2015 19:09:32 +0100
Added capability to remember the zoom values for each site (incl. a dialog to manage these).
--- a/APIs/Python3/eric6.api Sun Dec 06 14:54:10 2015 +0100 +++ b/APIs/Python3/eric6.api Sun Dec 06 19:09:32 2015 +0100 @@ -2701,7 +2701,7 @@ eric6.Helpviewer.HelpBrowserWV.HelpBrowser.saveAs?4() eric6.Helpviewer.HelpBrowserWV.HelpBrowser.search?7 eric6.Helpviewer.HelpBrowserWV.HelpBrowser.setSource?4(name, requestData=None) -eric6.Helpviewer.HelpBrowserWV.HelpBrowser.setZoomValue?4(value) +eric6.Helpviewer.HelpBrowserWV.HelpBrowser.setZoomValue?4(value, saveValue=True) eric6.Helpviewer.HelpBrowserWV.HelpBrowser.source?4() eric6.Helpviewer.HelpBrowserWV.HelpBrowser.sourceChanged?7 eric6.Helpviewer.HelpBrowserWV.HelpBrowser.wheelEvent?4(evt) @@ -2846,6 +2846,7 @@ eric6.Helpviewer.HelpWindow.HelpWindow._speedDial?8 eric6.Helpviewer.HelpWindow.HelpWindow._syncManager?8 eric6.Helpviewer.HelpWindow.HelpWindow._userAgentsManager?8 +eric6.Helpviewer.HelpWindow.HelpWindow._zoomManager?8 eric6.Helpviewer.HelpWindow.HelpWindow.adBlockIcon?4() eric6.Helpviewer.HelpWindow.HelpWindow.adBlockManager?4() eric6.Helpviewer.HelpWindow.HelpWindow.bookmarkAll?4() @@ -2905,6 +2906,7 @@ eric6.Helpviewer.HelpWindow.HelpWindow.syncManager?4() eric6.Helpviewer.HelpWindow.HelpWindow.useQtHelp?7 eric6.Helpviewer.HelpWindow.HelpWindow.userAgentsManager?4() +eric6.Helpviewer.HelpWindow.HelpWindow.zoomManager?4() eric6.Helpviewer.HelpWindow.HelpWindow.zoomTextOnlyChanged?7 eric6.Helpviewer.HelpWindow.HelpWindow?1(home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None) eric6.Helpviewer.History.HistoryCompleter.HistoryCompleter.pathFromIndex?4(idx) @@ -3522,6 +3524,25 @@ eric6.Helpviewer.WebPlugins.WebPluginInterface.WebPluginInterface.create?4(mimeType, url, argumentNames, argumentValues) eric6.Helpviewer.WebPlugins.WebPluginInterface.WebPluginInterface.isAnonymous?4() eric6.Helpviewer.WebPlugins.WebPluginInterface.WebPluginInterface.metaPlugin?4() +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.allSiteNames?4() +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.changed?7 +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.clear?4() +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.close?4() +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.load?4() +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.removeZoomValue?4(site) +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.save?4() +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.setZoomValue?4(url, zoomValue) +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.siteInfo?4(site) +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.sitesCount?4() +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager.zoomValue?4(url) +eric6.Helpviewer.ZoomManager.ZoomManager.ZoomManager?1(parent=None) +eric6.Helpviewer.ZoomManager.ZoomValuesDialog.ZoomValuesDialog?1(parent=None) +eric6.Helpviewer.ZoomManager.ZoomValuesModel.ZoomValuesModel.columnCount?4(parent=QModelIndex()) +eric6.Helpviewer.ZoomManager.ZoomValuesModel.ZoomValuesModel.data?4(index, role) +eric6.Helpviewer.ZoomManager.ZoomValuesModel.ZoomValuesModel.headerData?4(section, orientation, role=Qt.DisplayRole) +eric6.Helpviewer.ZoomManager.ZoomValuesModel.ZoomValuesModel.removeRows?4(row, count, parent=QModelIndex()) +eric6.Helpviewer.ZoomManager.ZoomValuesModel.ZoomValuesModel.rowCount?4(parent=QModelIndex()) +eric6.Helpviewer.ZoomManager.ZoomValuesModel.ZoomValuesModel?1(manager, parent=None) eric6.IconEditor.IconEditorGrid.IconEditCommand.redo?4() eric6.IconEditor.IconEditorGrid.IconEditCommand.setAfterImage?4(image) eric6.IconEditor.IconEditorGrid.IconEditCommand.undo?4()
--- a/APIs/Python3/eric6.bas Sun Dec 06 14:54:10 2015 +0100 +++ b/APIs/Python3/eric6.bas Sun Dec 06 19:09:32 2015 +0100 @@ -814,4 +814,7 @@ XbelWriter QXmlStreamWriter XmlEntityResolver QXmlStreamEntityResolver ZoomDialog QDialog Ui_ZoomDialog +ZoomManager QObject +ZoomValuesDialog QDialog Ui_ZoomValuesDialog +ZoomValuesModel QAbstractTableModel _StrikeThroughExtension markdown.Extension
--- a/Documentation/Help/source.qhp Sun Dec 06 14:54:10 2015 +0100 +++ b/Documentation/Help/source.qhp Sun Dec 06 19:09:32 2015 +0100 @@ -403,6 +403,11 @@ <section title="eric6.Helpviewer.WebPlugins.WebPluginFactory" ref="eric6.Helpviewer.WebPlugins.WebPluginFactory.html" /> <section title="eric6.Helpviewer.WebPlugins.WebPluginInterface" ref="eric6.Helpviewer.WebPlugins.WebPluginInterface.html" /> </section> + <section title="eric6.Helpviewer.ZoomManager" ref="index-eric6.Helpviewer.ZoomManager.html"> + <section title="eric6.Helpviewer.ZoomManager.ZoomManager" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html" /> + <section title="eric6.Helpviewer.ZoomManager.ZoomValuesDialog" ref="eric6.Helpviewer.ZoomManager.ZoomValuesDialog.html" /> + <section title="eric6.Helpviewer.ZoomManager.ZoomValuesModel" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html" /> + </section> <section title="eric6.Helpviewer.data" ref="index-eric6.Helpviewer.data.html"> </section> <section title="eric6.Helpviewer.ClosedTabsManager" ref="eric6.Helpviewer.ClosedTabsManager.html" /> @@ -5662,6 +5667,7 @@ <keyword name="HelpWindow.__showSyncDialog" id="HelpWindow.__showSyncDialog" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showSyncDialog" /> <keyword name="HelpWindow.__showTocWindow" id="HelpWindow.__showTocWindow" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showTocWindow" /> <keyword name="HelpWindow.__showUserAgentsDialog" id="HelpWindow.__showUserAgentsDialog" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showUserAgentsDialog" /> + <keyword name="HelpWindow.__showZoomValuesDialog" id="HelpWindow.__showZoomValuesDialog" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__showZoomValuesDialog" /> <keyword name="HelpWindow.__stopLoading" id="HelpWindow.__stopLoading" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__stopLoading" /> <keyword name="HelpWindow.__switchTab" id="HelpWindow.__switchTab" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__switchTab" /> <keyword name="HelpWindow.__syncTOC" id="HelpWindow.__syncTOC" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.__syncTOC" /> @@ -5735,6 +5741,7 @@ <keyword name="HelpWindow.speedDial" id="HelpWindow.speedDial" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.speedDial" /> <keyword name="HelpWindow.syncManager" id="HelpWindow.syncManager" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.syncManager" /> <keyword name="HelpWindow.userAgentsManager" id="HelpWindow.userAgentsManager" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.userAgentsManager" /> + <keyword name="HelpWindow.zoomManager" id="HelpWindow.zoomManager" ref="eric6.Helpviewer.HelpWindow.html#HelpWindow.zoomManager" /> <keyword name="Helpviewer (Package)" id="Helpviewer (Package)" ref="index-eric6.Helpviewer.html" /> <keyword name="Hg" id="Hg" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg" /> <keyword name="Hg (Constructor)" id="Hg (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__init__" /> @@ -13211,6 +13218,34 @@ <keyword name="ZoomDialog (Constructor)" id="ZoomDialog (Constructor)" ref="eric6.QScintilla.ZoomDialog.html#ZoomDialog.__init__" /> <keyword name="ZoomDialog (Module)" id="ZoomDialog (Module)" ref="eric6.QScintilla.ZoomDialog.html" /> <keyword name="ZoomDialog.getZoomSize" id="ZoomDialog.getZoomSize" ref="eric6.QScintilla.ZoomDialog.html#ZoomDialog.getZoomSize" /> + <keyword name="ZoomManager" id="ZoomManager" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager" /> + <keyword name="ZoomManager (Constructor)" id="ZoomManager (Constructor)" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.__init__" /> + <keyword name="ZoomManager (Module)" id="ZoomManager (Module)" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html" /> + <keyword name="ZoomManager (Package)" id="ZoomManager (Package)" ref="index-eric6.Helpviewer.ZoomManager.html" /> + <keyword name="ZoomManager.__keyFromUrl" id="ZoomManager.__keyFromUrl" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.__keyFromUrl" /> + <keyword name="ZoomManager.allSiteNames" id="ZoomManager.allSiteNames" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.allSiteNames" /> + <keyword name="ZoomManager.clear" id="ZoomManager.clear" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.clear" /> + <keyword name="ZoomManager.close" id="ZoomManager.close" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.close" /> + <keyword name="ZoomManager.load" id="ZoomManager.load" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.load" /> + <keyword name="ZoomManager.removeZoomValue" id="ZoomManager.removeZoomValue" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.removeZoomValue" /> + <keyword name="ZoomManager.save" id="ZoomManager.save" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.save" /> + <keyword name="ZoomManager.setZoomValue" id="ZoomManager.setZoomValue" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.setZoomValue" /> + <keyword name="ZoomManager.siteInfo" id="ZoomManager.siteInfo" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.siteInfo" /> + <keyword name="ZoomManager.sitesCount" id="ZoomManager.sitesCount" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.sitesCount" /> + <keyword name="ZoomManager.zoomValue" id="ZoomManager.zoomValue" ref="eric6.Helpviewer.ZoomManager.ZoomManager.html#ZoomManager.zoomValue" /> + <keyword name="ZoomValuesDialog" id="ZoomValuesDialog" ref="eric6.Helpviewer.ZoomManager.ZoomValuesDialog.html#ZoomValuesDialog" /> + <keyword name="ZoomValuesDialog (Constructor)" id="ZoomValuesDialog (Constructor)" ref="eric6.Helpviewer.ZoomManager.ZoomValuesDialog.html#ZoomValuesDialog.__init__" /> + <keyword name="ZoomValuesDialog (Module)" id="ZoomValuesDialog (Module)" ref="eric6.Helpviewer.ZoomManager.ZoomValuesDialog.html" /> + <keyword name="ZoomValuesDialog.__calculateHeaderSizes" id="ZoomValuesDialog.__calculateHeaderSizes" ref="eric6.Helpviewer.ZoomManager.ZoomValuesDialog.html#ZoomValuesDialog.__calculateHeaderSizes" /> + <keyword name="ZoomValuesModel" id="ZoomValuesModel" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html#ZoomValuesModel" /> + <keyword name="ZoomValuesModel (Constructor)" id="ZoomValuesModel (Constructor)" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html#ZoomValuesModel.__init__" /> + <keyword name="ZoomValuesModel (Module)" id="ZoomValuesModel (Module)" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html" /> + <keyword name="ZoomValuesModel.__zoomValuesChanged" id="ZoomValuesModel.__zoomValuesChanged" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html#ZoomValuesModel.__zoomValuesChanged" /> + <keyword name="ZoomValuesModel.columnCount" id="ZoomValuesModel.columnCount" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html#ZoomValuesModel.columnCount" /> + <keyword name="ZoomValuesModel.data" id="ZoomValuesModel.data" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html#ZoomValuesModel.data" /> + <keyword name="ZoomValuesModel.headerData" id="ZoomValuesModel.headerData" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html#ZoomValuesModel.headerData" /> + <keyword name="ZoomValuesModel.removeRows" id="ZoomValuesModel.removeRows" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html#ZoomValuesModel.removeRows" /> + <keyword name="ZoomValuesModel.rowCount" id="ZoomValuesModel.rowCount" ref="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html#ZoomValuesModel.rowCount" /> <keyword name="_ClbrBase" id="_ClbrBase" ref="eric6.Utilities.ClassBrowsers.ClbrBaseClasses.html#_ClbrBase" /> <keyword name="_ClbrBase (Constructor)" id="_ClbrBase (Constructor)" ref="eric6.Utilities.ClassBrowsers.ClbrBaseClasses.html#_ClbrBase.__init__" /> <keyword name="_ClbrBase.setEndLine" id="_ClbrBase.setEndLine" ref="eric6.Utilities.ClassBrowsers.ClbrBaseClasses.html#_ClbrBase.setEndLine" /> @@ -14237,6 +14272,9 @@ <file>eric6.Helpviewer.WebPlugins.ClickToFlash.ClickToFlashWhitelistDialog.html</file> <file>eric6.Helpviewer.WebPlugins.WebPluginFactory.html</file> <file>eric6.Helpviewer.WebPlugins.WebPluginInterface.html</file> + <file>eric6.Helpviewer.ZoomManager.ZoomManager.html</file> + <file>eric6.Helpviewer.ZoomManager.ZoomValuesDialog.html</file> + <file>eric6.Helpviewer.ZoomManager.ZoomValuesModel.html</file> <file>eric6.IconEditor.IconEditorGrid.html</file> <file>eric6.IconEditor.IconEditorPalette.html</file> <file>eric6.IconEditor.IconEditorWindow.html</file> @@ -14789,6 +14827,7 @@ <file>index-eric6.Helpviewer.VirusTotal.html</file> <file>index-eric6.Helpviewer.WebPlugins.ClickToFlash.html</file> <file>index-eric6.Helpviewer.WebPlugins.html</file> + <file>index-eric6.Helpviewer.ZoomManager.html</file> <file>index-eric6.Helpviewer.data.html</file> <file>index-eric6.Helpviewer.html</file> <file>index-eric6.IconEditor.cursors.html</file>
--- a/Documentation/Source/eric6.Helpviewer.HelpBrowserWV.html Sun Dec 06 14:54:10 2015 +0100 +++ b/Documentation/Source/eric6.Helpviewer.HelpBrowserWV.html Sun Dec 06 19:09:32 2015 +0100 @@ -1092,13 +1092,17 @@ </dd> </dl><a NAME="HelpBrowser.setZoomValue" ID="HelpBrowser.setZoomValue"></a> <h4>HelpBrowser.setZoomValue</h4> -<b>setZoomValue</b>(<i>value</i>) +<b>setZoomValue</b>(<i>value, saveValue=True</i>) <p> Public method to set the zoom value. </p><dl> <dt><i>value</i></dt> <dd> zoom value (integer) +</dd><dt><i>saveValue=</i> (bool)</dt> +<dd> +flag indicating to save the zoom value with the + zoom manager </dd> </dl><a NAME="HelpBrowser.source" ID="HelpBrowser.source"></a> <h4>HelpBrowser.source</h4>
--- a/Documentation/Source/eric6.Helpviewer.HelpClearPrivateDataDialog.html Sun Dec 06 14:54:10 2015 +0100 +++ b/Documentation/Source/eric6.Helpviewer.HelpClearPrivateDataDialog.html Sun Dec 06 19:09:32 2015 +0100 @@ -88,8 +88,9 @@ <dd> tuple with flags indicating which data to clear (browsing history, search history, favicons, disk cache, cookies, - passwords, web databases, downloads, flash) and the selected - history period in milliseconds (tuple of booleans and integer) + passwords, web databases, downloads, flash, zoom values) and the + selected history period in milliseconds (tuple of booleans and + integer) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/Documentation/Source/eric6.Helpviewer.HelpWindow.html Sun Dec 06 14:54:10 2015 +0100 +++ b/Documentation/Source/eric6.Helpviewer.HelpWindow.html Sun Dec 06 19:09:32 2015 +0100 @@ -58,7 +58,7 @@ E5MainWindow <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>_featurePermissionManager</td></tr><tr><td>_feedsManager</td></tr><tr><td>_flashCookieManager</td></tr><tr><td>_fromEric</td></tr><tr><td>_greaseMonkeyManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_networkAccessManager</td></tr><tr><td>_notification</td></tr><tr><td>_passwordManager</td></tr><tr><td>_personalInformationManager</td></tr><tr><td>_speedDial</td></tr><tr><td>_syncManager</td></tr><tr><td>_userAgentsManager</td></tr><tr><td>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>useQtHelp</td></tr> +<tr><td>_adblockManager</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_downloadManager</td></tr><tr><td>_featurePermissionManager</td></tr><tr><td>_feedsManager</td></tr><tr><td>_flashCookieManager</td></tr><tr><td>_fromEric</td></tr><tr><td>_greaseMonkeyManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_networkAccessManager</td></tr><tr><td>_notification</td></tr><tr><td>_passwordManager</td></tr><tr><td>_personalInformationManager</td></tr><tr><td>_speedDial</td></tr><tr><td>_syncManager</td></tr><tr><td>_userAgentsManager</td></tr><tr><td>_zoomManager</td></tr><tr><td>helpwindows</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>useQtHelp</td></tr> </table> <h3>Class Methods</h3> <table> @@ -128,6 +128,9 @@ </tr><tr> <td><a href="#HelpWindow.userAgentsManager">userAgentsManager</a></td> <td>Class method to get a reference to the user agents manager.</td> +</tr><tr> +<td><a href="#HelpWindow.zoomManager">zoomManager</a></td> +<td>Class method to get a reference to the zoom values manager.</td> </tr> </table> <h3>Methods</h3> @@ -382,6 +385,9 @@ <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.__showZoomValuesDialog">__showZoomValuesDialog</a></td> +<td>Private slot to show the zoom values 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> @@ -616,7 +622,7 @@ </p><dl> <dt>Returns:</dt> <dd> -reference to the feature permission manager +reference to the flash cookies manager </dd> </dl><dl> <dt>Return Type:</dt> @@ -785,6 +791,21 @@ <dd> reference to the user agents manager (UserAgentManager) </dd> +</dl><a NAME="HelpWindow.zoomManager" ID="HelpWindow.zoomManager"></a> +<h4>HelpWindow.zoomManager (class method)</h4> +<b>zoomManager</b>(<i></i>) +<p> + Class method to get a reference to the zoom values manager. +</p><dl> +<dt>Returns:</dt> +<dd> +reference to the zoom values manager +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +ZoomManager +</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>) @@ -1315,6 +1336,11 @@ <b>__showUserAgentsDialog</b>(<i></i>) <p> Private slot to show the user agents management dialog. +</p><a NAME="HelpWindow.__showZoomValuesDialog" ID="HelpWindow.__showZoomValuesDialog"></a> +<h4>HelpWindow.__showZoomValuesDialog</h4> +<b>__showZoomValuesDialog</b>(<i></i>) +<p> + Private slot to show the zoom values management dialog. </p><a NAME="HelpWindow.__stopLoading" ID="HelpWindow.__stopLoading"></a> <h4>HelpWindow.__stopLoading</h4> <b>__stopLoading</b>(<i></i>)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric6.Helpviewer.ZoomManager.ZoomManager.html Sun Dec 06 19:09:32 2015 +0100 @@ -0,0 +1,249 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Helpviewer.ZoomManager.ZoomManager</title> +<meta charset="UTF-8"> +<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>eric6.Helpviewer.ZoomManager.ZoomManager</h1> +<p> +Module implementing a manager for site specific zoom level settings. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#ZoomManager">ZoomManager</a></td> +<td>Class implementing a manager for site specific zoom level settings.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="ZoomManager" ID="ZoomManager"></a> +<h2>ZoomManager</h2> +<p> + Class implementing a manager for site specific zoom level settings. +</p> +<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="#ZoomManager.__init__">ZoomManager</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#ZoomManager.__keyFromUrl">__keyFromUrl</a></td> +<td>Private method to generate a DB key for an URL.</td> +</tr><tr> +<td><a href="#ZoomManager.allSiteNames">allSiteNames</a></td> +<td>Public method to get a list of all site names.</td> +</tr><tr> +<td><a href="#ZoomManager.clear">clear</a></td> +<td>Public method to clear the saved zoom values.</td> +</tr><tr> +<td><a href="#ZoomManager.close">close</a></td> +<td>Public method to close the bookmark manager.</td> +</tr><tr> +<td><a href="#ZoomManager.load">load</a></td> +<td>Public method to load the bookmarks.</td> +</tr><tr> +<td><a href="#ZoomManager.removeZoomValue">removeZoomValue</a></td> +<td>Public method to remove a zoom value entry.</td> +</tr><tr> +<td><a href="#ZoomManager.save">save</a></td> +<td>Public method to save the bookmarks.</td> +</tr><tr> +<td><a href="#ZoomManager.setZoomValue">setZoomValue</a></td> +<td>Public method to record the zoom value for the given URL.</td> +</tr><tr> +<td><a href="#ZoomManager.siteInfo">siteInfo</a></td> +<td>Public method to get the zoom value for the site.</td> +</tr><tr> +<td><a href="#ZoomManager.sitesCount">sitesCount</a></td> +<td>Public method to get the number of available sites.</td> +</tr><tr> +<td><a href="#ZoomManager.zoomValue">zoomValue</a></td> +<td>Public method to get the zoom value for an URL.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="ZoomManager.__init__" ID="ZoomManager.__init__"></a> +<h4>ZoomManager (Constructor)</h4> +<b>ZoomManager</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="ZoomManager.__keyFromUrl" ID="ZoomManager.__keyFromUrl"></a> +<h4>ZoomManager.__keyFromUrl</h4> +<b>__keyFromUrl</b>(<i>url</i>) +<p> + Private method to generate a DB key for an URL. +</p><dl> +<dt><i>url</i> (QUrl)</dt> +<dd> +URL to generate a key for +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +key for the given URL +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="ZoomManager.allSiteNames" ID="ZoomManager.allSiteNames"></a> +<h4>ZoomManager.allSiteNames</h4> +<b>allSiteNames</b>(<i></i>) +<p> + Public method to get a list of all site names. +</p><dl> +<dt>Returns:</dt> +<dd> +sorted list of all site names +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl><a NAME="ZoomManager.clear" ID="ZoomManager.clear"></a> +<h4>ZoomManager.clear</h4> +<b>clear</b>(<i></i>) +<p> + Public method to clear the saved zoom values. +</p><a NAME="ZoomManager.close" ID="ZoomManager.close"></a> +<h4>ZoomManager.close</h4> +<b>close</b>(<i></i>) +<p> + Public method to close the bookmark manager. +</p><a NAME="ZoomManager.load" ID="ZoomManager.load"></a> +<h4>ZoomManager.load</h4> +<b>load</b>(<i></i>) +<p> + Public method to load the bookmarks. +</p><a NAME="ZoomManager.removeZoomValue" ID="ZoomManager.removeZoomValue"></a> +<h4>ZoomManager.removeZoomValue</h4> +<b>removeZoomValue</b>(<i>site</i>) +<p> + Public method to remove a zoom value entry. +</p><dl> +<dt><i>site</i> (str)</dt> +<dd> +web site name +</dd> +</dl><a NAME="ZoomManager.save" ID="ZoomManager.save"></a> +<h4>ZoomManager.save</h4> +<b>save</b>(<i></i>) +<p> + Public method to save the bookmarks. +</p><a NAME="ZoomManager.setZoomValue" ID="ZoomManager.setZoomValue"></a> +<h4>ZoomManager.setZoomValue</h4> +<b>setZoomValue</b>(<i>url, zoomValue</i>) +<p> + Public method to record the zoom value for the given URL. +</p><p> + Note: Only zoom values not equal 100% are recorded. +</p><dl> +<dt><i>url</i> (QUrl)</dt> +<dd> +URL of the page to remember the zoom value for +</dd><dt><i>zoomValue</i> (int)</dt> +<dd> +zoom value for the URL +</dd> +</dl><a NAME="ZoomManager.siteInfo" ID="ZoomManager.siteInfo"></a> +<h4>ZoomManager.siteInfo</h4> +<b>siteInfo</b>(<i>site</i>) +<p> + Public method to get the zoom value for the site. +</p><dl> +<dt><i>site</i> (str)</dt> +<dd> +web site name +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +zoom value for the site +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +int +</dd> +</dl><a NAME="ZoomManager.sitesCount" ID="ZoomManager.sitesCount"></a> +<h4>ZoomManager.sitesCount</h4> +<b>sitesCount</b>(<i></i>) +<p> + Public method to get the number of available sites. +</p><dl> +<dt>Returns:</dt> +<dd> +number of sites +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +int +</dd> +</dl><a NAME="ZoomManager.zoomValue" ID="ZoomManager.zoomValue"></a> +<h4>ZoomManager.zoomValue</h4> +<b>zoomValue</b>(<i>url</i>) +<p> + Public method to get the zoom value for an URL. +</p><dl> +<dt><i>url</i> (QUrl)</dt> +<dd> +URL of the page to get the zoom value for +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +zoomValue zoom value for the URL +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +int +</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/eric6.Helpviewer.ZoomManager.ZoomValuesDialog.html Sun Dec 06 19:09:32 2015 +0100 @@ -0,0 +1,89 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Helpviewer.ZoomManager.ZoomValuesDialog</title> +<meta charset="UTF-8"> +<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>eric6.Helpviewer.ZoomManager.ZoomValuesDialog</h1> +<p> +Module implementing a dialog to show all saved zoom values. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#ZoomValuesDialog">ZoomValuesDialog</a></td> +<td>Class implementing a dialog to show all saved zoom values.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="ZoomValuesDialog" ID="ZoomValuesDialog"></a> +<h2>ZoomValuesDialog</h2> +<p> + Class implementing a dialog to show all saved zoom values. +</p> +<h3>Derived from</h3> +QDialog, Ui_ZoomValuesDialog +<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="#ZoomValuesDialog.__init__">ZoomValuesDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#ZoomValuesDialog.__calculateHeaderSizes">__calculateHeaderSizes</a></td> +<td>Private method to calculate the section sizes of the horizontal header.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="ZoomValuesDialog.__init__" ID="ZoomValuesDialog.__init__"></a> +<h4>ZoomValuesDialog (Constructor)</h4> +<b>ZoomValuesDialog</b>(<i>parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="ZoomValuesDialog.__calculateHeaderSizes" ID="ZoomValuesDialog.__calculateHeaderSizes"></a> +<h4>ZoomValuesDialog.__calculateHeaderSizes</h4> +<b>__calculateHeaderSizes</b>(<i></i>) +<p> + Private method to calculate the section sizes of the horizontal header. +</p> +<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/eric6.Helpviewer.ZoomManager.ZoomValuesModel.html Sun Dec 06 19:09:32 2015 +0100 @@ -0,0 +1,197 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Helpviewer.ZoomManager.ZoomValuesModel</title> +<meta charset="UTF-8"> +<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>eric6.Helpviewer.ZoomManager.ZoomValuesModel</h1> +<p> +Module implementing a model for zoom values management. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#ZoomValuesModel">ZoomValuesModel</a></td> +<td>Class implementing a model for zoom values management.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="ZoomValuesModel" ID="ZoomValuesModel"></a> +<h2>ZoomValuesModel</h2> +<p> + Class implementing a model for zoom values 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="#ZoomValuesModel.__init__">ZoomValuesModel</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#ZoomValuesModel.__zoomValuesChanged">__zoomValuesChanged</a></td> +<td>Private slot handling a change of the registered zoom values.</td> +</tr><tr> +<td><a href="#ZoomValuesModel.columnCount">columnCount</a></td> +<td>Public method to get the number of columns of the model.</td> +</tr><tr> +<td><a href="#ZoomValuesModel.data">data</a></td> +<td>Public method to get data from the model.</td> +</tr><tr> +<td><a href="#ZoomValuesModel.headerData">headerData</a></td> +<td>Public method to get the header data.</td> +</tr><tr> +<td><a href="#ZoomValuesModel.removeRows">removeRows</a></td> +<td>Public method to remove entries from the model.</td> +</tr><tr> +<td><a href="#ZoomValuesModel.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="ZoomValuesModel.__init__" ID="ZoomValuesModel.__init__"></a> +<h4>ZoomValuesModel (Constructor)</h4> +<b>ZoomValuesModel</b>(<i>manager, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>manager</i></dt> +<dd> +reference to the zoom values manager (ZoomManager) +</dd><dt><i>parent</i></dt> +<dd> +reference to the parent object (QObject) +</dd> +</dl><a NAME="ZoomValuesModel.__zoomValuesChanged" ID="ZoomValuesModel.__zoomValuesChanged"></a> +<h4>ZoomValuesModel.__zoomValuesChanged</h4> +<b>__zoomValuesChanged</b>(<i></i>) +<p> + Private slot handling a change of the registered zoom values. +</p><a NAME="ZoomValuesModel.columnCount" ID="ZoomValuesModel.columnCount"></a> +<h4>ZoomValuesModel.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="ZoomValuesModel.data" ID="ZoomValuesModel.data"></a> +<h4>ZoomValuesModel.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="ZoomValuesModel.headerData" ID="ZoomValuesModel.headerData"></a> +<h4>ZoomValuesModel.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="ZoomValuesModel.removeRows" ID="ZoomValuesModel.removeRows"></a> +<h4>ZoomValuesModel.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="ZoomValuesModel.rowCount" ID="ZoomValuesModel.rowCount"></a> +<h4>ZoomValuesModel.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/index-eric6.Helpviewer.ZoomManager.html Sun Dec 06 19:09:32 2015 +0100 @@ -0,0 +1,41 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Helpviewer.ZoomManager</title> +<meta charset="UTF-8"> +<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> +<h1>eric6.Helpviewer.ZoomManager</h1> +<p> +Package implementing a manager for site specific zoom level settings. +</p> + + +<h3>Modules</h3> +<table> +<tr> +<td><a href="eric6.Helpviewer.ZoomManager.ZoomManager.html">ZoomManager</a></td> +<td>Module implementing a manager for site specific zoom level settings.</td> +</tr><tr> +<td><a href="eric6.Helpviewer.ZoomManager.ZoomValuesDialog.html">ZoomValuesDialog</a></td> +<td>Module implementing a dialog to show all saved zoom values.</td> +</tr><tr> +<td><a href="eric6.Helpviewer.ZoomManager.ZoomValuesModel.html">ZoomValuesModel</a></td> +<td>Module implementing a model for zoom values management.</td> +</tr> +</table> +</body></html> \ No newline at end of file
--- a/Documentation/Source/index-eric6.Helpviewer.html Sun Dec 06 14:54:10 2015 +0100 +++ b/Documentation/Source/index-eric6.Helpviewer.html Sun Dec 06 19:09:32 2015 +0100 @@ -95,6 +95,9 @@ <td><a href="index-eric6.Helpviewer.WebPlugins.html">WebPlugins</a></td> <td>Package implementing web plug-ins for the eric6 web browser.</td> </tr><tr> +<td><a href="index-eric6.Helpviewer.ZoomManager.html">ZoomManager</a></td> +<td>Package implementing a manager for site specific zoom level settings.</td> +</tr><tr> <td><a href="index-eric6.Helpviewer.data.html">data</a></td> <td>Package defining some data used by the web browser.</td> </tr>
--- a/Helpviewer/HelpBrowserWV.py Sun Dec 06 14:54:10 2015 +0100 +++ b/Helpviewer/HelpBrowserWV.py Sun Dec 06 19:09:32 2015 +0100 @@ -686,7 +686,8 @@ return if 'zoom' in data: - frame.page().view().setZoomValue(int(data['zoom'] * 100)) + frame.page().view().setZoomValue(int(data['zoom'] * 100), + saveValue=False) if 'scrollPos' in data and frame.scrollPosition() == QPoint(0, 0): frame.setScrollPosition(data['scrollPos']) @@ -1056,17 +1057,24 @@ """ self.setZoomValue(self.__currentZoom) - def setZoomValue(self, value): + def setZoomValue(self, value, saveValue=True): """ Public method to set the zoom value. @param value zoom value (integer) + @keyparam saveValue flag indicating to save the zoom value with the + zoom manager + @type bool """ if value != self.zoomValue(): try: self.setZoomFactor(value / 100.0) except AttributeError: self.setTextSizeMultiplier(value / 100.0) + self.__currentZoom = value + if saveValue: + Helpviewer.HelpWindow.HelpWindow.zoomManager().setZoomValue( + self.url(), value) self.zoomValueChanged.emit(value) def zoomValue(self): @@ -1998,6 +2006,10 @@ self.zoomIn() self.zoomOut() + zoomValue = Helpviewer.HelpWindow.HelpWindow.zoomManager()\ + .zoomValue(self.url()) + self.setZoomValue(zoomValue) + if ok: self.mw.adBlockManager().page().hideBlockedPageEntries(self.page()) self.mw.passwordManager().fill(self.page())
--- a/Helpviewer/HelpClearPrivateDataDialog.py Sun Dec 06 14:54:10 2015 +0100 +++ b/Helpviewer/HelpClearPrivateDataDialog.py Sun Dec 06 19:09:32 2015 +0100 @@ -36,8 +36,9 @@ @return tuple with flags indicating which data to clear (browsing history, search history, favicons, disk cache, cookies, - passwords, web databases, downloads, flash) and the selected - history period in milliseconds (tuple of booleans and integer) + passwords, web databases, downloads, flash, zoom values) and the + selected history period in milliseconds (tuple of booleans and + integer) """ index = self.historyCombo.currentIndex() if index == 0: @@ -65,4 +66,5 @@ self.databasesCheckBox.isChecked(), self.downloadsCheckBox.isChecked(), self.flashCookiesCheckBox.isChecked(), + self.zoomCheckBox.isChecked(), historyPeriod)
--- a/Helpviewer/HelpClearPrivateDataDialog.ui Sun Dec 06 14:54:10 2015 +0100 +++ b/Helpviewer/HelpClearPrivateDataDialog.ui Sun Dec 06 19:09:32 2015 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>305</width> - <height>289</height> + <height>353</height> </rect> </property> <property name="windowTitle"> @@ -174,6 +174,19 @@ </widget> </item> <item> + <widget class="QCheckBox" name="zoomCheckBox"> + <property name="toolTip"> + <string>Select to delete all remembered zoom settings</string> + </property> + <property name="text"> + <string>&Zoom Settings</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -212,8 +225,8 @@ <tabstop>iconsCheckBox</tabstop> <tabstop>passwordsCheckBox</tabstop> <tabstop>databasesCheckBox</tabstop> + <tabstop>zoomCheckBox</tabstop> <tabstop>flashCookiesCheckBox</tabstop> - <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> @@ -224,8 +237,8 @@ <slot>accept()</slot> <hints> <hint type="sourcelabel"> - <x>257</x> - <y>243</y> + <x>267</x> + <y>342</y> </hint> <hint type="destinationlabel"> <x>157</x> @@ -240,8 +253,8 @@ <slot>reject()</slot> <hints> <hint type="sourcelabel"> - <x>295</x> - <y>243</y> + <x>294</x> + <y>342</y> </hint> <hint type="destinationlabel"> <x>286</x>
--- a/Helpviewer/HelpWindow.py Sun Dec 06 14:54:10 2015 +0100 +++ b/Helpviewer/HelpWindow.py Sun Dec 06 19:09:32 2015 +0100 @@ -90,6 +90,7 @@ _notification = None _featurePermissionManager = None _flashCookieManager = None + _zoomManager = None def __init__(self, home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None): @@ -1559,6 +1560,22 @@ self.__showSyncDialog) self.__actions.append(self.synchronizationAct) + self.zoomValuesAct = E5Action( + self.tr('Manage Saved Zoom Values'), + UI.PixmapCache.getIcon("zoomReset.png"), + self.tr('Manage Saved Zoom Values...'), + 0, 0, + self, 'help_manage_zoom_values') + self.zoomValuesAct.setStatusTip(self.tr( + 'Manage the saved zoom values')) + self.zoomValuesAct.setWhatsThis(self.tr( + """<b>Manage Saved Zoom Values...</b>""" + """<p>Opens a dialog to manage the saved zoom values.</p>""" + )) + if not self.initShortcutsOnly: + self.zoomValuesAct.triggered.connect(self.__showZoomValuesDialog) + self.__actions.append(self.zoomValuesAct) + self.backAct.setEnabled(False) self.forwardAct.setEnabled(False) @@ -1683,6 +1700,8 @@ if SSL_AVAILABLE: menu.addAction(self.certificatesAct) menu.addSeparator() + menu.addAction(self.zoomValuesAct) + menu.addSeparator() menu.addAction(self.adblockAct) menu.addAction(self.flashblockAct) menu.addSeparator() @@ -3000,8 +3019,8 @@ # browsing history, search history, favicons, disk cache, cookies, # passwords, web databases, downloads, Flash cookies (history, searches, favicons, cache, cookies, - passwords, databases, downloads, flashCookies, historyPeriod) = \ - dlg.getData() + passwords, databases, downloads, flashCookies, zoomValues, + historyPeriod) = dlg.getData() if history: self.historyManager().clear(historyPeriod) self.tabWidget.clearClosedTabsList() @@ -3041,6 +3060,8 @@ "http://www.macromedia.com/support/documentation/" "{0}/flashplayer/help/settings_manager07.html".format( langCode)) + if zoomValues: + self.zoomManager().clear() def __showEnginesConfigurationDialog(self): """ @@ -3109,6 +3130,15 @@ """ self.featurePermissionManager().showFeaturePermissionsDialog() + def __showZoomValuesDialog(self): + """ + Private slot to show the zoom values management dialog. + """ + from .ZoomManager.ZoomValuesDialog import ZoomValuesDialog + + dlg = ZoomValuesDialog(self) + dlg.exec_() + def __showNetworkMonitor(self): """ Private slot to show the network monitor dialog. @@ -3337,7 +3367,7 @@ """ Class method to get a reference to the flash cookies manager. - @return reference to the feature permission manager + @return reference to the flash cookies manager @rtype FlashCookieManager """ if cls._flashCookieManager is None: @@ -3348,6 +3378,20 @@ return cls._flashCookieManager @classmethod + def zoomManager(cls): + """ + Class method to get a reference to the zoom values manager. + + @return reference to the zoom values manager + @rtype ZoomManager + """ + if cls._zoomManager is None: + from .ZoomManager.ZoomManager import ZoomManager + cls._zoomManager = ZoomManager() + + return cls._zoomManager + + @classmethod def mainWindow(cls): """ Class method to get a reference to the main window.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/ZoomManager/ZoomManager.py Sun Dec 06 19:09:32 2015 +0100 @@ -0,0 +1,209 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2015 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a manager for site specific zoom level settings. +""" + +from __future__ import unicode_literals + +import json + +from PyQt5.QtCore import pyqtSignal, QObject + +from Utilities.AutoSaver import AutoSaver +import Preferences + + +class ZoomManager(QObject): + """ + Class implementing a manager for site specific zoom level settings. + """ + changed = pyqtSignal() + + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent object (QObject) + """ + super(ZoomManager, self).__init__(parent) + + self.__zoomDB = {} + + self.__saveTimer = AutoSaver(self, self.save) + + self.changed.connect(self.__saveTimer.changeOccurred) + + self.__loaded = False + + def close(self): + """ + Public method to close the bookmark manager. + """ + self.__saveTimer.saveIfNeccessary() + + def load(self): + """ + Public method to load the bookmarks. + """ + if self.__loaded: + return + + dbString = Preferences.getHelp("ZoomValuesDB") + if dbString: + try: + db = json.loads(dbString) + self.__zoomDB = db + except ValueError: + # ignore silently + pass + + self.__loaded = True + + def save(self): + """ + Public method to save the bookmarks. + """ + if not self.__loaded: + return + + dbString = json.dumps(self.__zoomDB) + Preferences.setHelp("ZoomValuesDB", dbString) + + def __keyFromUrl(self, url): + """ + Private method to generate a DB key for an URL. + + @param url URL to generate a key for + @type QUrl + @return key for the given URL + @rtype str + """ + if url.isEmpty(): + key = "" + else: + scheme = url.scheme() + host = url.host() + if host: + key = host + elif scheme == "file": + path = url.path() + key = path.rsplit("/", 1)[0] + else: + key = "" + + return key + + def setZoomValue(self, url, zoomValue): + """ + Public method to record the zoom value for the given URL. + + Note: Only zoom values not equal 100% are recorded. + + @param url URL of the page to remember the zoom value for + @type QUrl + @param zoomValue zoom value for the URL + @type int + """ + self.load() + + key = self.__keyFromUrl(url) + if not key: + return + + if ((zoomValue == 100 and key not in self.__zoomDB) or + (key in self.__zoomDB and self.__zoomDB[key] == zoomValue)): + return + + if zoomValue == 100: + del self.__zoomDB[key] + else: + self.__zoomDB[key] = zoomValue + + self.changed.emit() + + def zoomValue(self, url): + """ + Public method to get the zoom value for an URL. + + @param url URL of the page to get the zoom value for + @type QUrl + @return zoomValue zoom value for the URL + @rtype int + """ + self.load() + + key = self.__keyFromUrl(url) + if not key: + zoom = 100 + + if key in self.__zoomDB: + zoom = self.__zoomDB[key] + else: + # default zoom value (i.e. no zoom) + zoom = 100 + + return zoom + + def clear(self): + """ + Public method to clear the saved zoom values. + """ + self.__zoomDB = {} + self.__loaded = True + + self.changed.emit() + + def removeZoomValue(self, site): + """ + Public method to remove a zoom value entry. + + @param site web site name + @type str + """ + self.load() + + if site in self.__zoomDB: + del self.__zoomDB[site] + self.changed.emit() + + def allSiteNames(self): + """ + Public method to get a list of all site names. + + @return sorted list of all site names + @rtype list of str + """ + self.load() + + return sorted(self.__zoomDB.keys()) + + def sitesCount(self): + """ + Public method to get the number of available sites. + + @return number of sites + @rtype int + """ + self.load() + + return len(self.__zoomDB) + + def siteInfo(self, site): + """ + Public method to get the zoom value for the site. + + @param site web site name + @type str + @return zoom value for the site + @rtype int + """ + self.load() + + if site not in self.__zoomDB: + return None + + return self.__zoomDB[site]
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/ZoomManager/ZoomValuesDialog.py Sun Dec 06 19:09:32 2015 +0100 @@ -0,0 +1,71 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2015 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to show all saved zoom values. +""" + +from __future__ import unicode_literals + +from PyQt5.QtCore import QSortFilterProxyModel +from PyQt5.QtGui import QFont, QFontMetrics +from PyQt5.QtWidgets import QDialog + +from .Ui_ZoomValuesDialog import Ui_ZoomValuesDialog + + +class ZoomValuesDialog(QDialog, Ui_ZoomValuesDialog): + """ + Class implementing a dialog to show all saved zoom values. + """ + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent widget (QWidget) + """ + super(ZoomValuesDialog, self).__init__(parent) + self.setupUi(self) + + self.removeButton.clicked.connect( + self.zoomValuesTable.removeSelected) + self.removeAllButton.clicked.connect(self.zoomValuesTable.removeAll) + + import Helpviewer.HelpWindow + from .ZoomValuesModel import ZoomValuesModel + + self.zoomValuesTable.verticalHeader().hide() + self.__zoomValuesModel = ZoomValuesModel( + Helpviewer.HelpWindow.HelpWindow.zoomManager(), self) + self.__proxyModel = QSortFilterProxyModel(self) + self.__proxyModel.setSourceModel(self.__zoomValuesModel) + self.searchEdit.textChanged.connect( + self.__proxyModel.setFilterFixedString) + self.zoomValuesTable.setModel(self.__proxyModel) + + fm = QFontMetrics(QFont()) + height = fm.height() + fm.height() // 3 + self.zoomValuesTable.verticalHeader().setDefaultSectionSize(height) + self.zoomValuesTable.verticalHeader().setMinimumSectionSize(-1) + + self.__calculateHeaderSizes() + + def __calculateHeaderSizes(self): + """ + Private method to calculate the section sizes of the horizontal header. + """ + fm = QFontMetrics(QFont()) + for section in range(self.__zoomValuesModel.columnCount()): + header = self.zoomValuesTable.horizontalHeader()\ + .sectionSizeHint(section) + if section == 0: + header = fm.width("extraveryveryverylongsitename") + elif section == 1: + header = fm.width("averagelongzoomvalue") + buffer = fm.width("mm") + header += buffer + self.zoomValuesTable.horizontalHeader()\ + .resizeSection(section, header) + self.zoomValuesTable.horizontalHeader().setStretchLastSection(True)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/ZoomManager/ZoomValuesDialog.ui Sun Dec 06 19:09:32 2015 +0100 @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>ZoomValuesDialog</class> + <widget class="QDialog" name="ZoomValuesDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>500</width> + <height>350</height> + </rect> + </property> + <property name="windowTitle"> + <string>Saved Zoom Values</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="E5ClearableLineEdit" name="searchEdit"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>300</width> + <height>0</height> + </size> + </property> + <property name="toolTip"> + <string>Enter search term</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </item> + <item> + <widget class="E5TableView" name="zoomValuesTable"> + <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> + <property name="autoDefault"> + <bool>false</bool> + </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> + <property name="autoDefault"> + <bool>false</bool> + </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>E5ClearableLineEdit</class> + <extends>QLineEdit</extends> + <header>E5Gui/E5LineEdit.h</header> + </customwidget> + <customwidget> + <class>E5TableView</class> + <extends>QTableView</extends> + <header>E5Gui/E5TableView.h</header> + </customwidget> + </customwidgets> + <tabstops> + <tabstop>searchEdit</tabstop> + <tabstop>zoomValuesTable</tabstop> + <tabstop>removeButton</tabstop> + <tabstop>removeAllButton</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>ZoomValuesDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>237</x> + <y>340</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>ZoomValuesDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>325</x> + <y>340</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/ZoomManager/ZoomValuesModel.py Sun Dec 06 19:09:32 2015 +0100 @@ -0,0 +1,129 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2015 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a model for zoom values management. +""" + +from __future__ import unicode_literals + +from PyQt5.QtCore import Qt, QModelIndex, QAbstractTableModel + + +class ZoomValuesModel(QAbstractTableModel): + """ + Class implementing a model for zoom values management. + """ + def __init__(self, manager, parent=None): + """ + Constructor + + @param manager reference to the zoom values manager (ZoomManager) + @param parent reference to the parent object (QObject) + """ + super(ZoomValuesModel, self).__init__(parent) + + self.__manager = manager + manager.changed.connect(self.__zoomValuesChanged) + + self.__headers = [ + self.tr("Website"), + self.tr("Zoom Value [%]"), + ] + + def __zoomValuesChanged(self): + """ + Private slot handling a change of the registered zoom values. + """ + self.beginResetModel() + self.endResetModel() + + 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) + + siteList = self.__manager.allSiteNames() + for index in range(row, lastRow + 1): + self.__manager.removeZoomValue(siteList[index]) + + 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.sitesCount() + + 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.sitesCount() or index.row() < 0: + return None + + site = self.__manager.allSiteNames()[index.row()] + siteInfo = self.__manager.siteInfo(site) + + if siteInfo is None: + return None + + if role == Qt.DisplayRole: + if index.column() == 0: + return site + elif index.column() == 1: + return siteInfo + + 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/ZoomManager/__init__.py Sun Dec 06 19:09:32 2015 +0100 @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2015 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing a manager for site specific zoom level settings. +"""
--- a/Preferences/__init__.py Sun Dec 06 14:54:10 2015 +0100 +++ b/Preferences/__init__.py Sun Dec 06 19:09:32 2015 +0100 @@ -833,10 +833,6 @@ "HomePage": "eric:home", "HistoryLimit": 30, "DefaultScheme": "file://", - "AdBlockEnabled": False, - "AdBlockSubscriptions": [], - "AdBlockUpdatePeriod": 1, - "AdBlockExceptions": [], "OfflineStorageDatabaseQuota": 50, # 50 MB "UserAgent": "", "ShowPreview": True, @@ -845,15 +841,24 @@ "DownloadManagerPosition": QPoint(), "DownloadManagerDownloads": [], "AccessKeysEnabled": True, - "VirusTotalEnabled": False, - "VirusTotalServiceKey": "", - "VirusTotalSecure": True, "SearchLanguage": QLocale().language(), "DoNotTrack": False, "SendReferer": True, "SendRefererWhitelist": ["qt-apps.org", "kde-apps.org"], "NoCacheHosts": ["qt-project.org"], "RssFeeds": [], + "WarnOnMultipleClose": True, + "ZoomValuesDB": "{}", # empty JSON dictionary + # VirusTotal + "VirusTotalEnabled": False, + "VirusTotalServiceKey": "", + "VirusTotalSecure": True, + # AdBlock + "AdBlockEnabled": False, + "AdBlockSubscriptions": [], + "AdBlockUpdatePeriod": 1, + "AdBlockExceptions": [], + # Sync "SyncEnabled": False, "SyncBookmarks": True, "SyncHistory": True, @@ -872,9 +877,10 @@ "SyncFtpPort": 21, "SyncFtpIdleTimeout": 30, "SyncDirectoryPath": "", - "WarnOnMultipleClose": True, + # Click-to-Flash "ClickToFlashEnabled": False, "ClickToFlashWhitelist": [], + # PIM "PimFullName": "", "PimFirstName": "", "PimLastName": "", @@ -891,6 +897,7 @@ "PimSpecial2": "", "PimSpecial3": "", "PimSpecial4": "", + # Grease Monkey "GreaseMonkeyDisabledScripts": [], # Flash Cookie Manager "FlashCookiesDeleteOnStartExit": False,
--- a/changelog Sun Dec 06 14:54:10 2015 +0100 +++ b/changelog Sun Dec 06 19:09:32 2015 +0100 @@ -8,6 +8,9 @@ -- Ruby Debugger: --- removed the Ruby debugger (the interface doesn't work with recent Ruby versions anymore) +- Web Browser + -- added capability to remember the zoom values for each site (incl. a + dialog to manage these) Version 6.1.0: - bug fixes
--- a/eric6.e4p Sun Dec 06 14:54:10 2015 +0100 +++ b/eric6.e4p Sun Dec 06 19:09:32 2015 +0100 @@ -26,6 +26,54 @@ <Source>DataViews/PyCoverageDialog.py</Source> <Source>DataViews/PyProfileDialog.py</Source> <Source>DataViews/__init__.py</Source> + <Source>DebugClients/Python/AsyncFile.py</Source> + <Source>DebugClients/Python/AsyncIO.py</Source> + <Source>DebugClients/Python/DCTestResult.py</Source> + <Source>DebugClients/Python/DebugBase.py</Source> + <Source>DebugClients/Python/DebugClient.py</Source> + <Source>DebugClients/Python/DebugClientBase.py</Source> + <Source>DebugClients/Python/DebugClientCapabilities.py</Source> + <Source>DebugClients/Python/DebugClientThreads.py</Source> + <Source>DebugClients/Python/DebugConfig.py</Source> + <Source>DebugClients/Python/DebugProtocol.py</Source> + <Source>DebugClients/Python/DebugThread.py</Source> + <Source>DebugClients/Python/FlexCompleter.py</Source> + <Source>DebugClients/Python/PyProfile.py</Source> + <Source>DebugClients/Python/__init__.py</Source> + <Source>DebugClients/Python/coverage/__init__.py</Source> + <Source>DebugClients/Python/coverage/__main__.py</Source> + <Source>DebugClients/Python/coverage/annotate.py</Source> + <Source>DebugClients/Python/coverage/backunittest.py</Source> + <Source>DebugClients/Python/coverage/backward.py</Source> + <Source>DebugClients/Python/coverage/bytecode.py</Source> + <Source>DebugClients/Python/coverage/cmdline.py</Source> + <Source>DebugClients/Python/coverage/collector.py</Source> + <Source>DebugClients/Python/coverage/config.py</Source> + <Source>DebugClients/Python/coverage/control.py</Source> + <Source>DebugClients/Python/coverage/data.py</Source> + <Source>DebugClients/Python/coverage/debug.py</Source> + <Source>DebugClients/Python/coverage/env.py</Source> + <Source>DebugClients/Python/coverage/execfile.py</Source> + <Source>DebugClients/Python/coverage/files.py</Source> + <Source>DebugClients/Python/coverage/html.py</Source> + <Source>DebugClients/Python/coverage/misc.py</Source> + <Source>DebugClients/Python/coverage/monkey.py</Source> + <Source>DebugClients/Python/coverage/parser.py</Source> + <Source>DebugClients/Python/coverage/phystokens.py</Source> + <Source>DebugClients/Python/coverage/pickle2json.py</Source> + <Source>DebugClients/Python/coverage/plugin.py</Source> + <Source>DebugClients/Python/coverage/plugin_support.py</Source> + <Source>DebugClients/Python/coverage/python.py</Source> + <Source>DebugClients/Python/coverage/pytracer.py</Source> + <Source>DebugClients/Python/coverage/report.py</Source> + <Source>DebugClients/Python/coverage/results.py</Source> + <Source>DebugClients/Python/coverage/summary.py</Source> + <Source>DebugClients/Python/coverage/templite.py</Source> + <Source>DebugClients/Python/coverage/test_helpers.py</Source> + <Source>DebugClients/Python/coverage/version.py</Source> + <Source>DebugClients/Python/coverage/xmlreport.py</Source> + <Source>DebugClients/Python/eric6dbgstub.py</Source> + <Source>DebugClients/Python/getpass.py</Source> <Source>DebugClients/Python3/AsyncFile.py</Source> <Source>DebugClients/Python3/AsyncIO.py</Source> <Source>DebugClients/Python3/DCTestResult.py</Source> @@ -75,54 +123,6 @@ <Source>DebugClients/Python3/coverage/xmlreport.py</Source> <Source>DebugClients/Python3/eric6dbgstub.py</Source> <Source>DebugClients/Python3/getpass.py</Source> - <Source>DebugClients/Python/AsyncFile.py</Source> - <Source>DebugClients/Python/AsyncIO.py</Source> - <Source>DebugClients/Python/DCTestResult.py</Source> - <Source>DebugClients/Python/DebugBase.py</Source> - <Source>DebugClients/Python/DebugClient.py</Source> - <Source>DebugClients/Python/DebugClientBase.py</Source> - <Source>DebugClients/Python/DebugClientCapabilities.py</Source> - <Source>DebugClients/Python/DebugClientThreads.py</Source> - <Source>DebugClients/Python/DebugConfig.py</Source> - <Source>DebugClients/Python/DebugProtocol.py</Source> - <Source>DebugClients/Python/DebugThread.py</Source> - <Source>DebugClients/Python/FlexCompleter.py</Source> - <Source>DebugClients/Python/PyProfile.py</Source> - <Source>DebugClients/Python/__init__.py</Source> - <Source>DebugClients/Python/coverage/__init__.py</Source> - <Source>DebugClients/Python/coverage/__main__.py</Source> - <Source>DebugClients/Python/coverage/annotate.py</Source> - <Source>DebugClients/Python/coverage/backunittest.py</Source> - <Source>DebugClients/Python/coverage/backward.py</Source> - <Source>DebugClients/Python/coverage/bytecode.py</Source> - <Source>DebugClients/Python/coverage/cmdline.py</Source> - <Source>DebugClients/Python/coverage/collector.py</Source> - <Source>DebugClients/Python/coverage/config.py</Source> - <Source>DebugClients/Python/coverage/control.py</Source> - <Source>DebugClients/Python/coverage/data.py</Source> - <Source>DebugClients/Python/coverage/debug.py</Source> - <Source>DebugClients/Python/coverage/env.py</Source> - <Source>DebugClients/Python/coverage/execfile.py</Source> - <Source>DebugClients/Python/coverage/files.py</Source> - <Source>DebugClients/Python/coverage/html.py</Source> - <Source>DebugClients/Python/coverage/misc.py</Source> - <Source>DebugClients/Python/coverage/monkey.py</Source> - <Source>DebugClients/Python/coverage/parser.py</Source> - <Source>DebugClients/Python/coverage/phystokens.py</Source> - <Source>DebugClients/Python/coverage/pickle2json.py</Source> - <Source>DebugClients/Python/coverage/plugin.py</Source> - <Source>DebugClients/Python/coverage/plugin_support.py</Source> - <Source>DebugClients/Python/coverage/python.py</Source> - <Source>DebugClients/Python/coverage/pytracer.py</Source> - <Source>DebugClients/Python/coverage/report.py</Source> - <Source>DebugClients/Python/coverage/results.py</Source> - <Source>DebugClients/Python/coverage/summary.py</Source> - <Source>DebugClients/Python/coverage/templite.py</Source> - <Source>DebugClients/Python/coverage/test_helpers.py</Source> - <Source>DebugClients/Python/coverage/version.py</Source> - <Source>DebugClients/Python/coverage/xmlreport.py</Source> - <Source>DebugClients/Python/eric6dbgstub.py</Source> - <Source>DebugClients/Python/getpass.py</Source> <Source>DebugClients/__init__.py</Source> <Source>Debugger/BreakPointModel.py</Source> <Source>Debugger/BreakPointViewer.py</Source> @@ -456,6 +456,10 @@ <Source>Helpviewer/WebPlugins/WebPluginFactory.py</Source> <Source>Helpviewer/WebPlugins/WebPluginInterface.py</Source> <Source>Helpviewer/WebPlugins/__init__.py</Source> + <Source>Helpviewer/ZoomManager/ZoomManager.py</Source> + <Source>Helpviewer/ZoomManager/ZoomValuesDialog.py</Source> + <Source>Helpviewer/ZoomManager/ZoomValuesModel.py</Source> + <Source>Helpviewer/ZoomManager/__init__.py</Source> <Source>Helpviewer/__init__.py</Source> <Source>Helpviewer/data/__init__.py</Source> <Source>Helpviewer/data/html_rc.py</Source> @@ -1356,6 +1360,7 @@ <Form>Helpviewer/VirusTotal/VirusTotalWhoisDialog.ui</Form> <Form>Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.ui</Form> <Form>Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.ui</Form> + <Form>Helpviewer/ZoomManager/ZoomValuesDialog.ui</Form> <Form>IconEditor/IconSizeDialog.ui</Form> <Form>MultiProject/AddProjectDialog.ui</Form> <Form>MultiProject/PropertiesDialog.ui</Form> @@ -1652,14 +1657,14 @@ <Interfaces/> <Others> <Other>.hgignore</Other> + <Other>APIs/Python/zope-2.10.7.api</Other> + <Other>APIs/Python/zope-2.11.2.api</Other> + <Other>APIs/Python/zope-3.3.1.api</Other> <Other>APIs/Python3/PyQt4.bas</Other> <Other>APIs/Python3/PyQt5.bas</Other> <Other>APIs/Python3/QScintilla2.bas</Other> <Other>APIs/Python3/eric6.api</Other> <Other>APIs/Python3/eric6.bas</Other> - <Other>APIs/Python/zope-2.10.7.api</Other> - <Other>APIs/Python/zope-2.11.2.api</Other> - <Other>APIs/Python/zope-3.3.1.api</Other> <Other>APIs/QSS/qss.api</Other> <Other>APIs/Ruby/Ruby-1.8.7.api</Other> <Other>APIs/Ruby/Ruby-1.8.7.bas</Other> @@ -1668,8 +1673,8 @@ <Other>CSSs</Other> <Other>CodeTemplates</Other> <Other>DTDs</Other> + <Other>DebugClients/Python/coverage/doc</Other> <Other>DebugClients/Python3/coverage/doc</Other> - <Other>DebugClients/Python/coverage/doc</Other> <Other>DesignerTemplates</Other> <Other>Dictionaries</Other> <Other>Documentation/Help</Other>
--- a/i18n/eric6_cs.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_cs.ts Sun Dec 06 19:09:32 2015 +0100 @@ -16319,337 +16319,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <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="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <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="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation>Web inspektor...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> <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="2104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2116"/> <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="2108"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2120"/> <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="1353"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Bookmark this Page</source> <translation>Záložka na tuto stranu</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1180"/> - <source>Save Lin&k</source> - <translation>Uložit lin&k</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> - <translation>Záložka na tento link</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Save Lin&k</source> + <translation>Uložit lin&k</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation>Záložka na tento link</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> <source>Copy Link to Clipboard</source> <translation>Kopírovat link do schránky</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> - <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="1210"/> - <source>Save Image</source> - <translation>Uložit obrázek</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <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="1218"/> + <source>Save Image</source> + <translation>Uložit obrázek</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> <source>Copy Image to Clipboard</source> <translation>Kopíroavt obrázek do schránky</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> <source>Copy Image Location to Clipboard</source> <translation>Kopírovat cestu obrázku do schránky</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1224"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> <source>Block Image</source> <translation>Blokovat obrázek</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> <source>Search with...</source> <translation>Hledat s...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="918"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> <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="963"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> <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="943"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="944"/> <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="2078"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2090"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2108"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <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="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <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="2194"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> <source>bytes</source> <translation type="unfinished">bajty</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1430"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1438"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2114"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> <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="1197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> - <translation type="unfinished">&Tisk</translation> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation type="unfinished">&Tisk</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation type="unfinished">Náhled tisku</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation type="unfinished">Př&iblížit</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation type="unfinished">&Resetovat lupu</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation type="unfinished">&Oddálit</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation type="unfinished">Zkusit znova</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> + <source>Play</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> + <source>Pause</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> + <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> + <source>Mute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p> {5.?}</translation> </message> @@ -16767,7 +16767,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation type="unfinished"></translation> </message> @@ -16777,10 +16777,20 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -18065,1762 +18075,1782 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <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="460"/> - <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="454"/> - <source>&New Tab</source> - <translation>&Nový tab</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> - <source>Ctrl+T</source> - <comment>File|New Tab</comment> - <translation></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="461"/> + <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="455"/> + <source>&New Tab</source> + <translation>&Nový tab</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> + <source>Ctrl+T</source> + <comment>File|New Tab</comment> + <translation></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="475"/> - <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="476"/> + <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="477"/> <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="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation>&Otevřít soubor</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> - <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="491"/> + <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="492"/> <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="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation>Otevřít soubor do nového &tabu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <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="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation>&Tisk</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> - <source>Print the displayed help</source> - <translation>Tisknout zobrazenou nápovědu</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <source>Print the displayed help</source> + <translation>Tisknout zobrazenou nápovědu</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="652"/> + <location filename="../Helpviewer/HelpWindow.py" line="653"/> <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="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close &All</source> <translation>Z&avřít vše</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="665"/> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> <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="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation>&Nazpět</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> - <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="717"/> + <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="718"/> <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="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>&Forward</source> <translation>&Dopředu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> <source>Move one help screen forward</source> <translation>Posun o jednu obrazovku dopředu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="735"/> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> <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="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>&Home</source> <translation>&Hlavní strana</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> <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="752"/> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> <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="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation>&Obnovit</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <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="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <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="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation>&Hledat...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> - <source>Find text in page</source> - <translation>Hledat text na stránce</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <source>Find text in page</source> + <translation>Hledat text na stránce</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation>Hledat &následující</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation>Hledat &předchozí</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="925"/> - <source>Context sensitive help</source> - <translation>Kontextově senzitivní nápověda</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="926"/> + <source>Context sensitive help</source> + <translation>Kontextově senzitivní nápověda</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> <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="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>&About</source> <translation>O &aplikaci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> <source>Display information about this software</source> <translation>Zobrazit informace a tomto software</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="944"/> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> <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="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About &Qt</source> <translation>O &Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> <source>Display information about the Qt toolkit</source> <translation>Zobrazit informace o Qt toolkitu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="958"/> + <location filename="../Helpviewer/HelpWindow.py" line="959"/> <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="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="973"/> - <source>Zoom in on the text</source> - <translation>Zvětšovací lupa</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <source>Zoom in on the text</source> + <translation>Zvětšovací lupa</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <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="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> - <source>Zoom out on the text</source> - <translation>Zmenšovací lupa</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <source>Zoom out on the text</source> + <translation>Zmenšovací lupa</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <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="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>&Copy</source> <translation>&Kopírovat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> - <source>Copy the selected text</source> - <translation>Kopírovat vybraný text</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <source>Copy the selected text</source> + <translation>Kopírovat vybraný text</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> <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="1583"/> + <location filename="../Helpviewer/HelpWindow.py" line="1600"/> <source>&File</source> <translation>S&oubor</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1605"/> + <location filename="../Helpviewer/HelpWindow.py" line="1622"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> - <source>&View</source> - <translation>Poh&led</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> + <source>&View</source> + <translation>Poh&led</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> <source>&Go</source> <translation>&Jít</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation>H&istorie</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> <source>&Bookmarks</source> <translation>&Záložky</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation>Soubor</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation>Editovat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation>Hledat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> <source>Go</source> <translation>Jít</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation>Nový Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation>Nové okno</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation>Otevřít soubor v novém tabu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation>Zavřít vše</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation>Nazpět</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation>Dopředu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation>Obnovit</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation>Hledat...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation>Najít další</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation>Najít předchozí</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation>Přidat záložku</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation>O aplikaci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation>O Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <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="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <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="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <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="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation>Zobrazit následující tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation>Zobrazit předchozí tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation>Vyčistit ikony databáze</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation>Vyčistit databázi favicons</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <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="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation>Předvolby</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation>&Předvolby...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation>Nastavit preferovanou konfiguraci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <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="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation>Obsah</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> + <location filename="../Helpviewer/HelpWindow.py" line="665"/> <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="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation>Sync obsahu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <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="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation>Obsah</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <source>Shows the table of contents window</source> <translation>Zobrazit okno s obsahem</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation>Uspořádat dokumenty QtNápovědy</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <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="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation>Filtr</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> + <location filename="../Helpviewer/HelpWindow.py" line="1810"/> <source>Filtered by: </source> <translation>Filtrováno: </translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2687"/> + <location filename="../Helpviewer/HelpWindow.py" line="2706"/> <source>Could not find an associated content.</source> <translation>Asociovaný obsah nelze nalézt.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation>Uspořádat filtry QtNápovědy</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <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="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation>Index</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation>Zobrazit index okna</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <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="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation>Hledat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation>Zobrazit okno hledání</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <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="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation>Znovu indexovat dokumentaci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation>Přeindexuje dokumentaci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <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="2810"/> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> <source>Updating search index</source> <translation>Aktualizovat index pro hledání</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> <source>Looking for Documentation...</source> <translation>Vyhledat dokumentaci...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation>Nefiltrováno</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation>Nefiltrováno</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> <source>Help Engine</source> <translation>Engine nápovědy</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="679"/> - <source>Private Browsing</source> - <translation>Mód soukromí</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation>Mód &soukromí</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation>Mód soukromí</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation>Mód &soukromí</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation>Celá obrazovka</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation>&Celá obrazovka</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation>Uspořádat QtHelp &dokumenty</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation>Uspořádat QtHelp &filtry</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation>Přeinde&xovat dokumentaci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation>Smazat soukromá data</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation>Smazat &soukromá data</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation>Smazat databázi &ikon</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation>Zobrazit dialog monitoru sítě</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation>Na&stavení</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation>Zobrazit zdroj strany</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <source>Show the page source in an editor</source> <translation>Zobrazit zdroj strany v editoru</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation>&Jazyky...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <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="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation>Nastavit ovládání cookies</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <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="1798"/> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation>Resetovat lupu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation>&Resetovat lupu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <source>Reset the zoom of the text</source> <translation>Resetovat lupu textu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation>Jen lupa textu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation>Jen lupa &textu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <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="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation>&Nové okno</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation>Importovat záložky</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation>&Importovat záložky...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <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="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation>Export záložek</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation>&Exportovat záložky...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation>Export záložek do souboru</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation>Správa záložek</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation>&Správa záložek...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <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="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation>Přid&at záložku...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <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="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation>Přidat složku</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation>Přidat s&ložku...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <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="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation>Vytvořit záložky pro všechny taby</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation>Vytvořit záložky pro všechny taby...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <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="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="2170"/> + <location filename="../Helpviewer/HelpWindow.py" line="2189"/> <source>Saved Tabs</source> <translation>Uložkt taby</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation>Zastavit</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation>Za&stavit</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> - <source>Stop loading</source> - <translation>Zastavit načítání</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <source>Stop loading</source> + <translation>Zastavit načítání</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <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="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Uložit jako...</b><p>Uložit aktuální stranu na disk.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation>Konfigurovat vyhledávací enginy</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation>Konfigurovat dostupné vyhledávací enginy</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation>Spravovat uložená hesla</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation>Spravovat uložená hesla...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation>Spravovat vaše uložená hesla</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Konfigurovat AdBlock odebírání a pravidla</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> <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="1624"/> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3424"/> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> <source>Shows the downloads window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1878"/> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <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="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1504"/> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> <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="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1520"/> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1522"/> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> <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="1810"/> + <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>Tools</source> <translation type="unfinished">Nástroje</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation type="unfinished">Monitor sítě</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <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="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <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="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation type="unfinished">Uložit jako</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -36561,27 +36591,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -64953,6 +64983,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation type="unfinished">Zadejte hledaný výraz</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation type="unfinished">Odeb&rat</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation type="unfinished">Odebr&at vše</translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation type="unfinished">Webstrana</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>
--- a/i18n/eric6_de.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_de.ts Sun Dec 06 19:09:32 2015 +0100 @@ -16009,337 +16009,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="963"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> <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="918"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> <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="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <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="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation>Web Inspektor...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2078"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2090"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> - <source>When connecting to: {0}.</source> - <translation>Beim Verbinden zu: {0}.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> - <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="2104"/> - <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="2108"/> + <source>When connecting to: {0}.</source> + <translation>Beim Verbinden zu: {0}.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> + <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="2116"/> + <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="2120"/> <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="943"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="944"/> <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="1353"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Bookmark this Page</source> <translation>Lesezeichen für diese Seite hinzufügen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1180"/> - <source>Save Lin&k</source> - <translation>Lin&k speichern</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> - <translation>Lesezeichen für diesen Link hinzufügen</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Save Lin&k</source> + <translation>Lin&k speichern</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation>Lesezeichen für diesen Link hinzufügen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> <source>Copy Link to Clipboard</source> <translation>Link in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> - <source>Open Image in New Tab</source> - <translation>Bild in neuem Register öffnen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1210"/> - <source>Save Image</source> - <translation>Bild speichern</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <source>Open Image in New Tab</source> + <translation>Bild in neuem Register öffnen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1218"/> + <source>Save Image</source> + <translation>Bild speichern</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> <source>Copy Image to Clipboard</source> <translation>Bild in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> <source>Copy Image Location to Clipboard</source> <translation>Bildadresse in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1224"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> <source>Block Image</source> <translation>Bild blockieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> <source>Search with...</source> <translation>Suchen mit...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <source>Web Database Quota</source> <translation>Webdatenbankquota</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <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="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <source>New Web Database Quota</source> <translation>Neues Datenbankquota</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2194"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> <source>bytes</source> <translation>Bytes</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <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="1430"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1438"/> <source>Add to web search toolbar</source> <translation>Zur Websuchleiste hinzufügen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>Method not supported</source> <translation>Methode nicht unterstützt</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>{0} method is not supported.</source> <translation>{0} Methode wird nicht unterstützt.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Search engine</source> <translation>Suchmaschine</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Choose the desired search engine</source> <translation>Wähle die gewünschte Suchmaschine aus</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Engine name</source> <translation>Suchmaschinenname</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <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="2114"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> <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="1197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> <source>Scan Link with VirusTotal</source> <translation>Link mit VirusTotal überprüfen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation>Bild mit VirusTotal überprüfen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation>Link verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation>Link auf Bild verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation>Dieser Rahmen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation>&Nur diesen Rahmen anzeigen </translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation>In neuem &Register anzeigen</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> - <translation>&Drucken</translation> + <source>Show &only this frame</source> + <translation>&Nur diesen Rahmen anzeigen </translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation>In neuem &Register anzeigen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation>&Drucken</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation>Druckvorschau</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation>Als PDF drucken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation>Vergrößerung &zurücksetzen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation>Rahmen&quelltext anzeigen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation>Link auf Seite verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation>Text verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation>Google Übersetzer</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation>Wörterbuch</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation>Wörterbuch</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation>Zur Web-Adresse springen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation>User Agent</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation>Wiederholen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation>Abspielen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation>Pause</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> - <translation>Laut</translation> + <source>Play</source> + <translation>Abspielen</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> - <translation>Stumm</translation> + <source>Pause</source> + <translation>Pause</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> - <translation>Medienadresse in die Zwischenablage kopieren</translation> + <source>Unmute</source> + <translation>Laut</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> - <translation>Medienadresse verschicken</translation> + <source>Mute</source> + <translation>Stumm</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation>Medienadresse in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation>Medienadresse verschicken</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation>Medium speichern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Drucken ist wegen eine Fehlers in PyQt5 nicht verfügbar. Bitte aktualisieren.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Drucken ist wegen eine Fehlers in PyQt5 nicht verfügbar. Bitte aktualisieren.</p></translation> </message> @@ -16457,7 +16457,7 @@ <translation>Gesamter Zeitraum</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation>Auswählen, um durch den Adobe Flash Player gesetzte Cookies zu löschen</translation> </message> @@ -16467,10 +16467,20 @@ <translation>Down&load Chronik</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation>Cookies des Adobe &Flash Player</translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation>Auswählen, um die gespeicherten Zoomeinstellungen zu löschen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation>&Zoomeinstellungen</translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -17681,1763 +17691,1783 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation>Datei &öffnen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> - <source>Open a help file for display</source> - <translation>Öffnet eine Hilfedatei zur Anzeige</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="491"/> + <source>Open a help file for display</source> + <translation>Öffnet eine Hilfedatei zur Anzeige</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="492"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation>&Drucken</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> - <source>Print the displayed help</source> - <translation>Druckt die angezeigte Hilfe</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <source>Print the displayed help</source> + <translation>Druckt die angezeigte Hilfe</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <source>Close the current help window</source> <translation>Schließt das aktuelle Fenster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation>&Zurück</translation> </message> <message> + <location filename="../Helpviewer/HelpWindow.py" line="718"/> + <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="727"/> + <source>&Forward</source> + <translation>&Vorwärts</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> + <source>Move one help screen forward</source> + <translation>Eine Hilfeseite vorwärts</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> + <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="745"/> + <source>&Home</source> + <translation>&Anfang</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> + <source>Move to the initial help screen</source> + <translation>Zur ersten Hilfeseite</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> + <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="926"/> + <source>Context sensitive help</source> + <translation>Kontextsensitive Hilfe</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> + <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> + <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> + <source>&About</source> + <translation>&Über</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> + <source>Display information about this software</source> + <translation>Zeigt Informationen zu diesem Programm an</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> + <source>About &Qt</source> + <translation>Über &Qt</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> + <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="1600"/> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> + <source>&Go</source> + <translation>&Gehe zu</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> + <source>&Bookmarks</source> + <translation>&Lesezeichen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> + <source>&Help</source> + <translation>&Hilfe</translation> + </message> + <message> <location filename="../Helpviewer/HelpWindow.py" line="717"/> - <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="726"/> - <source>&Forward</source> - <translation>&Vorwärts</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> - <source>Move one help screen forward</source> - <translation>Eine Hilfeseite vorwärts</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="735"/> - <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="744"/> - <source>&Home</source> - <translation>&Anfang</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> - <source>Move to the initial help screen</source> - <translation>Zur ersten Hilfeseite</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="752"/> - <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="925"/> - <source>Context sensitive help</source> - <translation>Kontextsensitive Hilfe</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="926"/> - <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> - <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> - <source>&About</source> - <translation>&Über</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> - <source>Display information about this software</source> - <translation>Zeigt Informationen zu diesem Programm an</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> - <source>About &Qt</source> - <translation>Über &Qt</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> - <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="1583"/> - <source>&File</source> - <translation>&Datei</translation> + <source>Move one help screen backward</source> + <translation>Eine Hilfeseite zurück</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> + <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="959"/> + <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="974"/> + <source>Zoom in on the text</source> + <translation>Text vergrößern</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <source>Zoom out on the text</source> + <translation>Text verkleinern</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> + <source>&Copy</source> + <translation>&Kopieren</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <source>Copy the selected text</source> + <translation>Kopiert den ausgewählten Text</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> + <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="1622"/> + <source>&Edit</source> + <translation>&Bearbeiten</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> - <source>&Go</source> - <translation>&Gehe zu</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> - <source>&Bookmarks</source> - <translation>&Lesezeichen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> - <source>&Help</source> - <translation>&Hilfe</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> - <source>Move one help screen backward</source> - <translation>Eine Hilfeseite zurück</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="944"/> - <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="958"/> - <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="973"/> - <source>Zoom in on the text</source> - <translation>Text vergrößern</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> - <source>Zoom out on the text</source> - <translation>Text verkleinern</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> - <source>&Copy</source> - <translation>&Kopieren</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> - <source>Copy the selected text</source> - <translation>Kopiert den ausgewählten Text</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="800"/> - <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="1605"/> - <source>&Edit</source> - <translation>&Bearbeiten</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <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="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <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="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation>&Chronik</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation>E&rneut laden</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <source>Reload the current help screen</source> <translation>Die aktuelle Hilfeseite ernaut laden</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation>&Suchen...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> - <source>Find text in page</source> - <translation>Text in Seite suchen</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <source>Find text in page</source> + <translation>Text in Seite suchen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation>&Weitersuchen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation>&Rückwärtssuchen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation>Datei</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation>Suchen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> <source>Go</source> <translation>Gehe zu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <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="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>&New Tab</source> <translation>&Neues Register</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> + <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="477"/> + <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="653"/> + <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="661"/> + <source>Close &All</source> + <translation>Alle &schließen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> + <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="645"/> + <source>Close</source> + <translation>Schließen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> + <source>Print</source> + <translation>Drucken</translation> + </message> + <message> <location filename="../Helpviewer/HelpWindow.py" line="461"/> - <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> + <source>Open a new help window tab</source> + <translation>Öffne ein neues Hilferegister</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="476"/> - <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="652"/> - <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="660"/> - <source>Close &All</source> - <translation>Alle &schließen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="665"/> - <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="644"/> - <source>Close</source> - <translation>Schließen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> - <source>Print</source> - <translation>Drucken</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="460"/> - <source>Open a new help window tab</source> - <translation>Öffne ein neues Hilferegister</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="475"/> <source>Open a new help browser window</source> <translation>Öffne ein neues Hilfeanzeiger Fenster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation>Datei in neuem &Register öffnen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <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="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <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="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation>Neues Register</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation>Datei in neuem Register öffnen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation>Alle schließen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation>Zurück</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation>Vorwärts</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation>Erneut laden</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation>Suchen...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation>Weitersuchen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation>Rückwärtssuchen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation>Lesezeichen hinzufügen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation>Über</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation>Über Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <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="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <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="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation>Druckvorschau</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <source>Print preview of the displayed help</source> <translation>Druckvorschau der angezeigten Hilfe</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Druckvorschau</b><p>Zeigt eine Druckvorschau des angezeigten Hilfetextes.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation>Zeige nächste Seite</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation>Zeige vorherige Seite</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation>Zwischen Tabs umschalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation>Icondatenbank löschen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation>Löscht die Datenbank mit den Favicons</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Icondatenbank löschen</b><p>Löscht die Datenbank mit den Favicons besuchter URLs.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation>&Einstellungen...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation>Konfiguriert die Einstellungen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <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="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation>Inhalt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> + <location filename="../Helpviewer/HelpWindow.py" line="665"/> <source>Close all help windows</source> <translation>Schließt alle Hilfefenster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation>Mit Inhalt synchronisieren</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <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="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation>Inhaltsverzeichnis</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <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="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation>QtHelp-Dokumente verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <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="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation>Filter</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> + <location filename="../Helpviewer/HelpWindow.py" line="1810"/> <source>Filtered by: </source> <translation>Filter: </translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2687"/> + <location filename="../Helpviewer/HelpWindow.py" line="2706"/> <source>Could not find an associated content.</source> <translation>Konnte keinen zugehörigen Inhalt finden.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation>QtHelp-Filter verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <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="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation>Index</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation>Zeigt das Indexfenster an</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <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="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation>Suchen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation>Zeigt das Suchfenster an</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <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="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation>Dokumentation reindizieren</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation>Reindiziert die Dokumentation</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <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="2810"/> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> <source>Updating search index</source> <translation>Aktualisiere Suchindex</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> <source>Looking for Documentation...</source> <translation>Suche nach Dokumentation...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation>Ungefiltert</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation>Ungefiltert</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> <source>Help Engine</source> <translation>Hilfe</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="679"/> - <source>Private Browsing</source> - <translation>Privates Browsen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation>Privates &Browsen</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation>Privates Browsen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation>Privates &Browsen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation>Vollbild</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation>&Vollbild</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation>QtHelp &Dokumente verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation>QtHelp &Filter verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation>Dokumentation &reindizieren</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation>Private Daten löschen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation>&Private Daten löschen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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 Icondatenbank.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation>Icondatenbank &löschen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation>Zeigt den Netzwerkmonitordialog an</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation>Seitenquelltext anzeigen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <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="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation>&Sprachen...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <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="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation>Cookieverwaltung konfigurieren</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <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="1798"/> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation>Vergrößerung zurücksetzen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation>Vergrößerung &zurücksetzen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <source>Reset the zoom of the text</source> <translation>Die Textgröße zurücksetzen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation>Nur Text vergrößern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation>Nur &Text vergrößern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <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="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation>Lesezeichen importieren</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation>Lesezeichen &importieren...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <source>Import bookmarks from other browsers</source> <translation>Importiere Lesezeichen von anderen Browsern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation>Lesezeichen exportieren</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation>Lesezeichen &exportieren...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation>Exportiert die Lesezeichen in eine Datei</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation>Lesezeichen verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation>Lesezeichen &verwalten...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <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="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation>Lesezeichen &hinzufügen...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <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="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation>Ordner hinzufügen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation>&Ordner hinzufügen...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <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="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation>Lesezeichen für alle Tabs</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation>Lesezeichen für alle Tabs...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <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="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="2170"/> + <location filename="../Helpviewer/HelpWindow.py" line="2189"/> <source>Saved Tabs</source> <translation>Gesicherte Tabs</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation>Anhalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation>An&halten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> + <location filename="../Helpviewer/HelpWindow.py" line="785"/> <source>Stop loading</source> <translation>Laden anhalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation>&Speichern unter...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <source>Save the current page to disk</source> <translation>Speichert die aktuelle Seite</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation>Suchmaschinen verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation>Verwalte die verfügbaren Suchmaschinen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation>Gespeicherte Passwörter verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation>Gespeicherte Passwörter verwalten...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation>Verwalten gespeicherter Passwörter</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Konfiguriert AdBlock Abonnements und Regeln</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation>Als PDF drucken</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation>Druckt die angezeigte Hilfe als PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation>Offline-Speicher</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation>Offline-&Speicher...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation>Konfiguren des Offline-Speichers</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation>Such&maschinen verwalten...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> <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 Webseiten mehr zur Chronik hinzugefügt und Suchanfragen, Webseitenicons und Cookies werden nicht mehr gespeichert. HTML5-Offlinespeicher wird deaktiviert. Bis das Fenster geschlossen wird, können Sie jedoch weiterhin die Zurück- und Vorwärts-Knöpfe nutzen, um zu besuchten Webseiten zurückzukehren.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1624"/> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> <source>Text Encoding</source> <translation>Zeichenkodierung</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3424"/> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> <source>Other</source> <translation>Sonstige</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> <source>Default Encoding</source> <translation>Standardkodierung</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> <source>Downloads</source> <translation>Downloads</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> <source>Shows the downloads window</source> <translation>Zeig das Downloadsfenster an</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> <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="1878"/> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> <source>VirusTotal</source> <translation>VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> <source>Scan current site</source> <translation>Aktuelle Seite prüfen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source>VirusTotal Scan</source> <translation>VirusTotal-Prüfung</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <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="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>RSS Feeds Dialog</source> <translation>RSS-Feeds-Dialog</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>&RSS Feeds Dialog...</source> <translation>&RSS-Feeds-Dialog...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation>Ctrl+Shift+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> <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="1504"/> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> <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="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Siteinfo Dialog</source> <translation>Seiteninformationen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>&Siteinfo Dialog...</source> <translation>&Seiteninformationen...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1520"/> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> <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="1522"/> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> <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="1810"/> + <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation>Vergrößern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation>Verkleinern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation>Netzwerkmonitor</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation>&Netzwerkmonitor...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <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="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation>Fenster wiederherstellen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation>User-Agent-Einstellungen verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation>User-&Agent-Einstellungen verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <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="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <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="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation>Globaler User Agent</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation>Speichern unter</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation>Bildschirmphoto speichern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation>Bildschirmphoto speichern...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation>Speichert die aktuelle Seite als Bildschirmphoto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation><b>Bildschirmphoto speichern...</b><p>Dies speichert die aktuelle Seite als Bildschirmphoto.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation>Synchronisation</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation>&Synchronisation...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation>Zeigt einen Dialog zum Synchronisieren von Daten über das Netzwerk</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation><b>Synchronisation...</b><p>Dies zeigt einen Dialog zum Synchronisieren von Daten über das Netzwerk.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation>ClickToFlash</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation>&ClickToFlash...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation>ClickToFlash Whitelist konfigurieren</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation><b>ClickToFlash...</b><p>Dies öffnet einen Dialog zur Konfiguration der ClickToFlash Whitelist.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation>Persönliche Informationen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation>Persönliche Informationen...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation>Persönliche Informationen zum Ausfüllen von Formularen eingeben</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation><b>Persönliche Informationen...</b><p>Öffnet einen Dialog zur Eingabe persönlicher Informationen, die zum Ausfüllen von Formularen verwendet werden.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation>GreaseMonkey-Skripte</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation>GreaseMonkey-Skripte...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation>GreaseMonkey-Skripte konfigurieren</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation><b>GreaseMonkey-Skripte...</b><p>Öffnet einen Dialog zur Konfiguration der verfügbaren GreaseMonkey-Skripte.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation>SSL Zertifikate verwalten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation>SSL Zertifikate verwalten...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation>Verwalten der gespeicherten SSL Zertifikate</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>SSL Zertifikate verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter SSL Zertifikate.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation>Meldungsfilter bearbeiten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation>Meldungsfilter bearbeiten...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Bearbeite die Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Meldungsfilter bearbeiten</b><p>Dies öffnet einen Dialog zur Bearbeitung der Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation>Bildschirmphoto (sichtbarer Bereich) speichern</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation>Bildschirmphoto (sichtbarer Bereich) speichern...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation>Speichert den sichtbaren Bereich der aktuellen Seite als Bildschirmphoto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation><b>Bildschirmphoto (sichtbarer Bereich) speichern...</b><p>Dies speichert den sichtbaren Bereich der aktuellen Seite als Bildschirmphoto.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation>Beendet den eric6-Webbrowser</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation>Beendet den eric6-Webbrowser</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation><b>Beenden</b><p>Beendet den eric6-Webbrowser.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation><b>eric6-Webbrowser – {0}</b><p>Der eric6-Webbrowser ist eine kombinierte Anzeige für Hilfe- und HTML-Dateien. Er ist Bestandteil der eric6-Entwicklungsumgebung.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation>IP Adressenbericht</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation>Domänenbericht</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation>Gib eine gültige IPv4 Adresse in Vierpunktnotation ein:</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation>Die eingegebene IP Adresse ist nicht in Vierpunktnotation.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation>Gib einen gültigen Domänennamen ein:</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation>HTML5 Feature Berechtigungen bearbeiten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation>HTML5 Feature Berechtigungen bearbeiten...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation>Gemerkte HTML5 Feature Berechtigungen bearbeiten</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation><b>HTML5 Feature Berechtigungen bearbeiten</b><p>Öffnet einen Dialog zum Bearbeiten der gemerkten HTML5 Feature Berechtigungen.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation>Flash Cookies</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation>&Flash Cookies...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation>Verwalte Flash Cookies</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation><b>Flash Cookies</b><p>Zeigt einen Dialog zur Verwaltung der Flash Cookies.</p></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation>Gespeicherte Zoomwerte verwalten</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation>Gespeicherte Zoomwerte verwalten...</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation>Verwalten gespeicherter Zoomwerte</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation><b>Gespeicherte Zoomwerte verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter Zoomwerte.</p></translation> + </message> </context> <context> <name>Hg</name> @@ -36057,27 +36087,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation>Wähle den Python{0}-Interpreter</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Wähle den zu verwendenden Python{0}-Interpreter aus:</translation> </message> @@ -64315,6 +64345,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation>Gespeicherte Zoomwerte</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation>Gib den Suchtext ein</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <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/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation>&Entfernen</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <source>Press to remove all entries</source> + <translation>Drücken, um alle Einträge zu löschen</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation>&Alle entfernen</translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation>Website</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation>Zoomwert [%]</translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>
--- a/i18n/eric6_en.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_en.ts Sun Dec 06 19:09:32 2015 +0100 @@ -15912,337 +15912,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <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="918"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="963"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> <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="943"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="944"/> <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="1175"/> - <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1180"/> - <source>Save Lin&k</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Save Lin&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> - <source>Open Image in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1210"/> - <source>Save Image</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <source>Open Image in New Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1218"/> + <source>Save Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1224"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1353"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1430"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1438"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2078"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2090"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> - <source>When connecting to: {0}.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> - <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="2104"/> - <source>If the address is correct, try checking the network connection.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2108"/> + <source>When connecting to: {0}.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> + <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="2116"/> + <source>If the address is correct, try checking the network connection.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2120"/> <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="2114"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> <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="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <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="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <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="2194"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> <source>kB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> <source>MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> + <source>Show &only this frame</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> + <source>Play</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> + <source>Pause</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> + <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> + <source>Mute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"></translation> </message> @@ -16360,7 +16360,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation type="unfinished"></translation> </message> @@ -16370,10 +16370,20 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -17579,1762 +17589,1782 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>&New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="460"/> - <source>Open a new help window tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="461"/> + <source>Open a new help window tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="475"/> - <source>Open a new help browser window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="476"/> + <source>Open a new help browser window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="477"/> <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="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> - <source>Open a help file for display</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="491"/> + <source>Open a help file for display</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="492"/> <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="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <source>Open a help file for display in a new tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <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="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <source>Import bookmarks from other browsers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> - <source>Print the displayed help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <source>Print the displayed help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <source>Print preview of the displayed help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <source>Close the current help window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="652"/> + <location filename="../Helpviewer/HelpWindow.py" line="653"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> - <source>Close all help windows</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="665"/> + <source>Close all help windows</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> <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="679"/> - <source>Private Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> - <source>Move one help screen backward</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="717"/> + <source>Move one help screen backward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="718"/> <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="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>&Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> <source>Move one help screen forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="735"/> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> <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="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>&Home</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> <source>Move to the initial help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="752"/> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> <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="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <source>Reload the current help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> - <source>Stop loading</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <source>Stop loading</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>&Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> - <source>Copy the selected text</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <source>Copy the selected text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> <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="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> - <source>Find text in page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <source>Find text in page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <source>Find next occurrence of text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <source>Find previous occurrence of text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <source>Bookmark all open tabs.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="925"/> - <source>Context sensitive help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="926"/> + <source>Context sensitive help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> <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="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> <source>Display information about this software</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="944"/> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> <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="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About &Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="958"/> + <location filename="../Helpviewer/HelpWindow.py" line="959"/> <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="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="973"/> - <source>Zoom in on the text</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <source>Zoom in on the text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <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="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> - <source>Zoom out on the text</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <source>Zoom out on the text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <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="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <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="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <source>Zoom text only; pictures remain constant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <source>Shows the table of contents window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1583"/> + <location filename="../Helpviewer/HelpWindow.py" line="1600"/> <source>&File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1605"/> + <location filename="../Helpviewer/HelpWindow.py" line="1622"/> <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> - <source>&View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1624"/> - <source>Text Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> + <source>&View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> + <source>Text Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> <source>&Go</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> <source>&Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> - <source>Filtered by: </source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1798"/> - <source>Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> - <source>Help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> - <source>Go</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> - <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="2170"/> - <source>Saved Tabs</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> - <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="2687"/> - <source>Could not find an associated content.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="2810"/> - <source>Updating search index</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> - <source>Looking for Documentation...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="2934"/> - <source>Help Engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3424"/> - <source>ISO</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> - <source>Windows</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> - <source>ISCII</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> - <source>Unicode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> - <source>Other</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> - <source>IBM</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> - <source>Default Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> - <source>Downloads</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> - <source><b>Downloads</b><p>Shows the downloads window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1878"/> - <source>VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> - <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="1496"/> - <source>RSS Feeds Dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> - <source>&RSS Feeds Dialog...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> - <source>Ctrl+Shift+F</source> - <comment>Help|RSS Feeds Dialog</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1504"/> - <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="1514"/> - <source>Siteinfo Dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> - <source>&Siteinfo Dialog...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> - <source>Ctrl+Shift+I</source> - <comment>Help|Siteinfo Dialog</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1520"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1522"/> - <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="1810"/> + <source>Filtered by: </source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> + <source>Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> + <source>Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> + <source>Go</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> + <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="2189"/> + <source>Saved Tabs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> + <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="2706"/> + <source>Could not find an associated content.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> + <source>Updating search index</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> + <source>Looking for Documentation...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> + <source>Help Engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> + <source>ISO</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> + <source>Windows</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> + <source>ISCII</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> + <source>Unicode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> + <source>Other</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> + <source>IBM</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> + <source>Default Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> + <source>Downloads</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> + <source><b>Downloads</b><p>Shows the downloads window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> + <source>VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> + <source>Scan current site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> + <source>VirusTotal Scan</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> + <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="1497"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> + <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="1515"/> + <source>Siteinfo Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> + <source>&Siteinfo Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> + <source>Ctrl+Shift+I</source> + <comment>Help|Siteinfo Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> + <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="1829"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <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="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <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="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -35894,27 +35924,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -63769,6 +63799,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>
--- a/i18n/eric6_es.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_es.ts Sun Dec 06 19:09:32 2015 +0100 @@ -16356,337 +16356,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <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="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <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="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation>Inspector Web...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> <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="2104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2116"/> <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="2108"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2120"/> <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="1353"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Bookmark this Page</source> <translation>Marcador a esta Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1180"/> - <source>Save Lin&k</source> - <translation>Guardar &Enlace</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> - <translation>Marcador a este Enlace</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Save Lin&k</source> + <translation>Guardar &Enlace</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation>Marcador a este Enlace</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> <source>Copy Link to Clipboard</source> <translation>Copiar Enlace al Portapapeles</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> - <source>Open Image in New Tab</source> - <translation>Abrir Imagen en Nueva Pestaña</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1210"/> - <source>Save Image</source> - <translation>Guardar imagen</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <source>Open Image in New Tab</source> + <translation>Abrir Imagen en Nueva Pestaña</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1218"/> + <source>Save Image</source> + <translation>Guardar imagen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> <source>Copy Image to Clipboard</source> <translation>Copiar Imagen al Portapapeles</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> <source>Copy Image Location to Clipboard</source> <translation>Copiar Ubicación de la Imagen al Portapapeles</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1224"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> <source>Block Image</source> <translation>Bloquear Imagen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> <source>Search with...</source> <translation>Buscar con...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="918"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> <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="963"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> <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="943"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="944"/> <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="2078"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2090"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2108"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <source>Web Database Quota</source> <translation>Cuota de base de datos web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <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="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <source>New Web Database Quota</source> <translation>Nueva cuota de base de datos web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2194"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <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="1430"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1438"/> <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="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>Method not supported</source> <translation>Método no soportado</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>{0} method is not supported.</source> <translation>El método {0} no está soportado.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Search engine</source> <translation>Motor de búsqueda</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Choose the desired search engine</source> <translation>Elegir el motor de búsqueda deseado</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Engine name</source> <translation>Nombre de motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Enter a name for the engine</source> <translation>Introducir el nombre para el motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2114"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> <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="1197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> <source>Scan Link with VirusTotal</source> <translation>Analizar enlace con VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation>Analizar Imagen con VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation>Enviar Enlace</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation>Enviar Enlace de Imagen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation>Este Marco</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation>Mostrar s&olo este marco</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation>Mostrar en nueva pes&taña</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> - <translation>Im&primir</translation> + <source>Show &only this frame</source> + <translation>Mostrar s&olo este marco</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation>Mostrar en nueva pes&taña</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation>Im&primir</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation>A&umentar Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation>&Restablecer zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation>Mostrar f&uentes del marco</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation>Enviar Enlace de Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation>Enviar Texto</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation>Google Translate</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation>Diccionario</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation>Diccionario</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation>Ir a la dirección web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation>Agente de Usuario</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation>Intentar de nuevo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation>Reproducir</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation>Pausa</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> - <translation>Con sonido</translation> + <source>Play</source> + <translation>Reproducir</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> - <translation>Sin sonido</translation> + <source>Pause</source> + <translation>Pausa</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> - <translation>Copiar Dirección del Medio al Portapapeles</translation> + <source>Unmute</source> + <translation>Con sonido</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> - <translation>Enviar Dirección del Medio</translation> + <source>Mute</source> + <translation>Sin sonido</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation>Copiar Dirección del Medio al Portapapeles</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation>Enviar Dirección del Medio</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation>Guardar Medio</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Imprimir no esta disponible debido a un bug en PyQt5. Por favor, actualice su versión.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Imprimir no esta disponible debido a un bug en PyQt5. Por favor, actualice su versión.</p></translation> </message> @@ -16804,7 +16804,7 @@ <translation>Periodo Completo</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation>Seleccionar para borrar las cookies ubicadas por Adobe Flash Player</translation> </message> @@ -16814,10 +16814,20 @@ <translation>Descargar &Historial</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation>Cookies de Adobe &Flash Player</translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -18128,1763 +18138,1783 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <source>Close the current help window</source> <translation>Cierra la ventana actual</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="460"/> + <location filename="../Helpviewer/HelpWindow.py" line="461"/> <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="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation>Nueva pestaña</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>&New Tab</source> <translation>Nueva pes&taña</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="461"/> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation>Nueva Ventana</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="475"/> + <location filename="../Helpviewer/HelpWindow.py" line="476"/> <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="476"/> + <location filename="../Helpviewer/HelpWindow.py" line="477"/> <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="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation>&Abrir archivo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> + <location filename="../Helpviewer/HelpWindow.py" line="491"/> <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="491"/> + <location filename="../Helpviewer/HelpWindow.py" line="492"/> <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="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation>Abrir Archivo en Nueva Pestaña</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation>Abrir Archivo en Nueva Pes&taña</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <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="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <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="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation>Im&primir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> + <location filename="../Helpviewer/HelpWindow.py" line="604"/> <source>Print the displayed help</source> <translation>Imprimir la ayuda que se está mostrando</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="652"/> + <location filename="../Helpviewer/HelpWindow.py" line="653"/> <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="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation>Cerrar todo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close &All</source> <translation>Cerrar &Todo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="665"/> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> <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="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation>Salir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation>Atrás</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation>&Atrás</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> + <location filename="../Helpviewer/HelpWindow.py" line="717"/> <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="717"/> + <location filename="../Helpviewer/HelpWindow.py" line="718"/> <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="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation>Adelante</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>&Forward</source> <translation>A&delante</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> <source>Move one help screen forward</source> <translation>Mover la ayuda una pantalla hacia adelante</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="735"/> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> <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="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>&Home</source> <translation>&Inicio</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> <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="752"/> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> <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="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation>Recargar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation>&Recargar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <source>Reload the current help screen</source> <translation>Recarga la pantalla de ayuda actual</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <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="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation>Copiar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>&Copy</source> <translation>&Copiar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> - <source>Copy the selected text</source> - <translation>Copiar el texto seleccionado</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <source>Copy the selected text</source> + <translation>Copiar el texto seleccionado</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> <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="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation>Buscar...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation>&Buscar...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> + <location filename="../Helpviewer/HelpWindow.py" line="815"/> <source>Find text in page</source> <translation>Buscar texto en página</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation>Buscar siguiente</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation>Buscar sigui&ente</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation>Buscar anterior</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation>Buscar a&nterior</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation>Añadir Marcador</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation>¿Qué es esto?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation>¿&Qué es esto?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="925"/> - <source>Context sensitive help</source> - <translation>Ayuda sensible al contexto</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="926"/> + <source>Context sensitive help</source> + <translation>Ayuda sensible al contexto</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> <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="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation>Acerca de</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>&About</source> <translation>&Acerca de</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> <source>Display information about this software</source> <translation>Muestra información acerca de este software</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="944"/> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> <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="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation>Acerca de Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About &Qt</source> <translation>Acerca de &Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> <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="958"/> + <location filename="../Helpviewer/HelpWindow.py" line="959"/> <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="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation>Aumentar zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation>A&umentar Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="973"/> + <location filename="../Helpviewer/HelpWindow.py" line="974"/> <source>Zoom in on the text</source> <translation>Aumentar zoom en el texto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <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="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation>Disminuir Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> + <location filename="../Helpviewer/HelpWindow.py" line="990"/> <source>Zoom out on the text</source> <translation>Disminuir zoom en el texto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <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="1583"/> + <location filename="../Helpviewer/HelpWindow.py" line="1600"/> <source>&File</source> <translation>&Archivo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1605"/> + <location filename="../Helpviewer/HelpWindow.py" line="1622"/> <source>&Edit</source> <translation>&Edición</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> - <source>&View</source> - <translation>&Ver</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> + <source>&View</source> + <translation>&Ver</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> <source>&Go</source> <translation>&Ir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation>&Historial</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> <source>&Bookmarks</source> <translation>&Marcadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> <source>&Help</source> <translation>A&yuda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation>Archivo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation>Edición</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation>Ver</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation>Buscar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> <source>Go</source> <translation>Ir a</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <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="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <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="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <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="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <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="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <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="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation>Mostrar siguiente pestaña</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation>Mostrar pestaña anterior</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation>Alternar entre pestañas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation>Limpiar base de datos de iconos</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation>Limpiar base de datos de favicons</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <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="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation>Preferencias</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation>&Preferencias...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation>Establecer la configuración preferida</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <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="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation>Contenido</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> + <location filename="../Helpviewer/HelpWindow.py" line="665"/> <source>Close all help windows</source> <translation>Cerrar todas las ventanas de ayuda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation>Sincronizar con la Tabla de Contenidos</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <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="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation>Tabla de Contenidos</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <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="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation>Gestionar Documentos de QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <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="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation>&Ventana</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> + <location filename="../Helpviewer/HelpWindow.py" line="1810"/> <source>Filtered by: </source> <translation>Filtrado por:</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2687"/> + <location filename="../Helpviewer/HelpWindow.py" line="2706"/> <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="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation>Gestionar Filtros de QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <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="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation>Índice</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation>Muestra la ventana del índice</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <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="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation>Buscar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation>Muestra la ventana de búsqueda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <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="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation>Reindexar Documentación</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation>Reindexa el conjunto de documentación</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <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="2810"/> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> <source>Updating search index</source> <translation>Actualizando índice de búsqueda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> <source>Looking for Documentation...</source> <translation>Buscando Documentación...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation>Sin filtrar</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation>Sin filtrar</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> <source>Help Engine</source> <translation>Motor de Ayuda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="679"/> - <source>Private Browsing</source> - <translation>Navegación Privada</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation>&Navegación Privada</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation>Navegación Privada</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation>&Navegación Privada</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation>Pantalla Completa</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation>&Pantalla Completa</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation>Gestionar &Documentos de QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation>Gestionar &Filtros de QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation>&Reindexar Documentación</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation>Limpiar Datos Privados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation>Li&mpiar Datos Privados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation>Limpiar base de datos de &iconos</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation>Muestra el diálogo de monitor de red</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation>&Herramientas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation>Mostrar código fuente</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <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="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation>&Lenguajes...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <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="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation>Configurar manejo de cookies</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <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="1798"/> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> <source>Settings</source> <translation>Configuración</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation>Restablecer zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation>&Restablecer zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <source>Reset the zoom of the text</source> <translation>Restablecer el zoom aplicado al texto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation>Aplicar zoom al texto solamente</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation>Aplicar zoom al &texto solamente</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <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="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation>Nueva &Ventana</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation>Importar Marcadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation>&Importar Marcadores...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <source>Import bookmarks from other browsers</source> <translation>Importar marcadores desde otros navegadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation>Exportar Marcadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation>&Exportar Marcadores...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation>Exportar marcadores a un archivo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation>Gestionar marcadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation>&Gestionar marcadores...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <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="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation>Añadir &Marcador...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <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="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation>Añadir Carpeta</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation>Añadir &Carpeta...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <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="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation>Todas las Pestañas a Marcadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation>Todas las Pestañas a Marcadores...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <source>Bookmark all open tabs.</source> <translation>Todas las pestañas abiertas a marcadores.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="2170"/> + <location filename="../Helpviewer/HelpWindow.py" line="2189"/> <source>Saved Tabs</source> <translation>Pestañas Guardadas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation>Detener</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation>&Detener</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> + <location filename="../Helpviewer/HelpWindow.py" line="785"/> <source>Stop loading</source> <translation>Detener carga</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation>Guardar co&mo...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <source>Save the current page to disk</source> <translation>Guardar página actual en disco</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Guardar Como...</b><p>Guarda la página actual en disco.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation>Configurar Motores de Búsqueda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation>Configurar los motores de búsqueda disponibles</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation>Gestionar Contraseñas Almacenadas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation>Gestionar Contraseñas Almacenadas...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation>Gestionar las contraseñas almacenadas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Configurar las suscripciones y reglas de AdBlock</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation>Imprimir la ayuda mostrada como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation>Almacenamiento Offline</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation>Almacenamiento &Offline...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation>Configurar el almacenamiento offline</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation>Configurar Motor&es de Búsqueda...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> <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="1624"/> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> <source>Text Encoding</source> <translation>Codificación de Texto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3424"/> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> <source>Other</source> <translation>Otro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> <source>Default Encoding</source> <translation>Codificación por Defecto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> <source>Downloads</source> <translation>Descargas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> <source>Shows the downloads window</source> <translation>Muestra la ventana de descargas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> <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="1878"/> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> <source>VirusTotal</source> <translation>VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> <source>Scan current site</source> <translation>Analizar sitio actual</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source>VirusTotal Scan</source> <translation>Análisis con VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <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="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>RSS Feeds Dialog</source> <translation>Diálogo de RSS Feeds</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>&RSS Feeds Dialog...</source> <translation>Diálogo de &RSS Feeds...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation>Ctrl+Shift+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> <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="1504"/> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> <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="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Siteinfo Dialog</source> <translation>Diálogo Siteinfo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>&Siteinfo Dialog...</source> <translation>Diálogo &Siteinfo...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1520"/> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> <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="1522"/> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> <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="1810"/> + <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>Tools</source> <translation>Herramientas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation>Aumentar Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation>Disminuir Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation>Monitor de Red</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation>Mo&nitor de Red...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation><b>Monitor de Red...</b><p>Muestra el diálogo de monitor de red.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation>Restaurar Ventana</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation>Gestionar Ajustes de Agente de Usuario</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation>Gestionar Ajustes de Agente de &Usuario</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <source>Shows a dialog to manage the User Agent settings</source> <translation>Muestra un diálogo para gestionar los ajustes de Agente de Usuario</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation><b>Gestionar Ajustes de Agente de Usuario</b><p>Muestra un diálogo para gestionar los ajustes de Agente de Usuario.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation>Agente de Usuario Global</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation>Guardar como</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation>Guardar Pantalla de Página</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation>Guardar Pantalla de Página...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation>Guardar la página actual como captura de pantalla</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation><b>Guardar Pantalla de Página...</b><p>Guarda la página actual como una captura de pantalla.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation>Sincronizar datos</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation>&Sincronizar Datos...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation>Muestra un diálogo para sincronizar datos a través de la red</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation><b>Sincronizar Datos...</b><p>Muestra un diálogo para sincronizar datos a través de la red.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation>ClickToFlash</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation>&ClickToFlash...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation>Configurar lista blanca de ClickToFlash</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation><b>ClickToFlash...</b><p>Abre un diálogo para configurar la lista blanca de ClickToFlash.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation>Información Personal</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation>Información Personal...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation>Configurar información personal para completar campos de formulario</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation><b>Información Personal...</b><p>Abre un diálogo para configurar la información personal usada para completar campos de formulario.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation>Scripts de GreaseMonkey</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation>Scripts de GreaseMonkey...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation>Configurar los Scripts de GreaseMonkey</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation><b>Scripts de GreaseMonkey...</b><p>Abre un diálogo para configurar los Scripts de GreaseMonkey disponibles.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation>Gestionar Certificados SSL</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation>Gestionar Certificados SSL...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation>Gestionar los certificados SSL almacenados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>Gestionar Certificados SSL</b><p>Abre un diálogo para gestionar los certificados SSL almacenados.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation>Editar Filtros de Mensajes</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation>Editar Filtros de Mensajes...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Editar los filtros de mensajes utilizados para suprimir mensajes no deseados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Editar Filtros de Mensajes</b><p>Abre un diálogo para editar los filtros de mensajes utilizados para suprimir mensajes no deseados y que no se muestren en la ventana de error.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation>Guardar Captura de Pantalla de la parte Visible de la Página</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation>Guardar Captura de Pantalla de la parte Visible de la Página...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation>Guardar la parte visible de la página actual como una captura de pantalla</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation><b>Guardar Captura de Pantalla de la parte Visible de la Página...</b><p>Guarda la parte visible de la página actual como una captura de pantalla.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation>Salir del Navegador Web de eric6</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation>Salir del Navegador Web de eric6</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation><b>Salir</b><p>Salir del Navegador Web de eric6.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation><b>Navegador Web de eric6- {0}</b><p>El Navegador Web de eric6 is una combinación de navegador de archivos de ayuda y de HTML. Es parte del conjunto de herramientas de desarrollo de eric6.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation>Reportar Dirección IP</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation>Reportar Dominio</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation>Introducir una dirección IPv4 válida en notación decimal punteada:</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation>La dirección IP no se ha proporcionado en notación decimal punteada.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation>Introducir un nombre de dominio válido:</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation>Editar Permisos de Características HTML5</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation>Editar Permisos de Características HTML5...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation>Cookies de Flash</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation>Cookies de &Flash...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation>Gestionar cookies de flash</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation><b>Cookies de Flash</b><p>Mostrar un diálogo para gestionar las cookies de flash.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation>Editar los permisos de características HTML5 recordados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation><b>Editar Permisos de Características HTML5</b><p>Abre un diálogo para editar los permisos de características HTML5 recordados.</p></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -36653,27 +36683,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation>Seleccionar intérprete de Python{0}</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Seleccionar el intérprete de Python{0} a utilizar:</translation> </message> @@ -65138,6 +65168,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation type="unfinished">Introduzca el término de búsqueda</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation type="unfinished">Eliminar &Todas</translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>
--- a/i18n/eric6_fr.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_fr.ts Sun Dec 06 19:09:32 2015 +0100 @@ -16354,337 +16354,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <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="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <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="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation>Inspecteur Web...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> <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="2104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2116"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2120"/> + <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="1361"/> + <source>Bookmark this Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Save Lin&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> + <source>Copy Link to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <source>Open Image in New Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1218"/> + <source>Save Image</source> + <translation type="unfinished">Enregistrer l'image</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> + <source>Copy Image Location to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> + <source>Block Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> + <source>Search with...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> + <source><p>The file <b>{0}</b> does not exist.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> + <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="944"/> + <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="2090"/> + <source>Error loading page: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2108"/> - <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="1353"/> - <source>Bookmark this Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1180"/> - <source>Save Lin&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> - <source>Copy Link to Clipboard</source> + <source>When connecting to: {0}.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> + <source>Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> + <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="2182"/> + <source>New Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> + <source>bytes</source> + <translation type="unfinished">octets</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> + <source>kB</source> + <translation type="unfinished">kB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> + <source>MB</source> + <translation type="unfinished">MB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> + <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="1438"/> + <source>Add to web search toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> + <source>Method not supported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> + <source>{0} method is not supported.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> + <source>Search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> + <source>Choose the desired search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> + <source>Engine name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> + <source>Enter a name for the engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> + <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="1205"/> - <source>Open Image in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1210"/> - <source>Save Image</source> - <translation type="unfinished">Enregistrer l'image</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> - <source>Copy Image Location to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1224"/> - <source>Block Image</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> - <source>Search with...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="918"/> - <source><p>The file <b>{0}</b> does not exist.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="963"/> - <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="943"/> - <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="2078"/> - <source>Error loading page: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> - <source>When connecting to: {0}.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> - <source>Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> - <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="2170"/> - <source>New Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2194"/> - <source>bytes</source> - <translation type="unfinished">octets</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> - <source>kB</source> - <translation type="unfinished">kB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> - <source>MB</source> - <translation type="unfinished">MB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> - <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="1430"/> - <source>Add to web search toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> - <source>Method not supported</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> - <source>{0} method is not supported.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> - <source>Search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> - <source>Choose the desired search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> - <source>Engine name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> - <source>Enter a name for the engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2114"/> - <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="1197"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> - <translation type="unfinished">&Imprimer</translation> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation type="unfinished">&Imprimer</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation type="unfinished">Aperçu avant impression</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation type="unfinished">Zoom a&vant</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation type="unfinished">Annulation du &zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation type="unfinished">Zoom a&rrière</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation type="unfinished">Essayer à nouveau</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> + <source>Play</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> + <source>Pause</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> + <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> + <source>Mute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.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> {5.?}</translation> </message> @@ -16802,7 +16802,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation type="unfinished"></translation> </message> @@ -16812,10 +16812,20 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -18069,1763 +18079,1783 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation>Nouvelle fenêtre</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation>&Ouvrir Fichier</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> - <source>Open a help file for display</source> - <translation>Ouvrir un fichier d'aide à afficher</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="491"/> + <source>Open a help file for display</source> + <translation>Ouvrir un fichier d'aide à afficher</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="492"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation>&Imprimer</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> - <source>Print the displayed help</source> - <translation>Imprimer le fichier d'aide</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <source>Print the displayed help</source> + <translation>Imprimer le fichier d'aide</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation>&Fermer</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <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="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation>&Quitter</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation>Précédent</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation>&Précédent</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> - <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="717"/> + <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="718"/> <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="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation>Suivant</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>&Forward</source> <translation>&Suivant</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> <source>Move one help screen forward</source> <translation>Avance à la page d'aide suivante</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="735"/> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> <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="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation>URL de démarrage</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>&Home</source> <translation>&URL de démarrage</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> <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="752"/> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> <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="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation>Recharger</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation>&Recharger</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <source>Reload the current help screen</source> <translation>Recharge la page d'aide courante</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation>Ajouter un signet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation>&Qu'est-ce que c'est?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="925"/> - <source>Context sensitive help</source> - <translation>Aide contextuelle</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="926"/> + <source>Context sensitive help</source> + <translation>Aide contextuelle</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> <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="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation>À propos de</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>&About</source> <translation>&À propos de </translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> <source>Display information about this software</source> <translation>Affiche les informations concernant le logiciel</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="944"/> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> <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="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation>À propos de Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About &Qt</source> <translation>À propos de &Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> <source>Display information about the Qt toolkit</source> <translation>Affiche les informations concernant Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="958"/> + <location filename="../Helpviewer/HelpWindow.py" line="959"/> <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="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation>Zoom avant</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation>Zoom a&vant</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="973"/> - <source>Zoom in on the text</source> - <translation>Zoom sur le texte</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <source>Zoom in on the text</source> + <translation>Zoom sur le texte</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <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="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation>Zoom arrière</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation>Zoom a&rrière</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> - <source>Zoom out on the text</source> - <translation>Zoom arrière du texte</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <source>Zoom out on the text</source> + <translation>Zoom arrière du texte</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <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="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation>Copier</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>&Copy</source> <translation>&Copier</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> - <source>Copy the selected text</source> - <translation>Copie le texte sélectionné</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <source>Copy the selected text</source> + <translation>Copie le texte sélectionné</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> <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="1583"/> + <location filename="../Helpviewer/HelpWindow.py" line="1600"/> <source>&File</source> <translation>&Fichier</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1605"/> + <location filename="../Helpviewer/HelpWindow.py" line="1622"/> <source>&Edit</source> <translation>&Edition</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> - <source>&View</source> - <translation>&Affichage</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> + <source>&View</source> + <translation>&Affichage</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> <source>&Go</source> <translation>A&ller</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation>&Historique</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> <source>&Bookmarks</source> <translation>&Signets</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> <source>&Help</source> <translation>A&ide</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation>&Rechercher...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> - <source>Find text in page</source> - <translation>Trouver le texte dans la page</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <source>Find text in page</source> + <translation>Trouver le texte dans la page</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation>Chercher &suivant</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation>Chercher &précédent</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation>Édition</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation>Affichage</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation>Recherche</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> <source>Go</source> <translation>Aller à</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>&New Tab</source> <translation>&Nouvel onglet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="460"/> + <location filename="../Helpviewer/HelpWindow.py" line="461"/> <source>Open a new help window tab</source> <translation>Ouvrir un nouvel onglet d'aide</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="461"/> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="475"/> - <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="476"/> + <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="477"/> <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="652"/> + <location filename="../Helpviewer/HelpWindow.py" line="653"/> <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="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close &All</source> <translation>&Tout fermer</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="665"/> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation>Ouvrir unfichier dans un nouvel &onglet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <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="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <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="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation>Nouvel onglet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation>Ouvrir le fichier dans un nouvel onglet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Gauche</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>RetArr (BackSpace)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Droite</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Orig</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation>Rechercher...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation>Chercher suivant</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation>Chercher précédent</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <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="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <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="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <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="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation>Afficher la tabulation suivante</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation>Afficher la tabulation précédente</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation>Intervertir les onglets</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation>Effacer la base d'icônes</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation>Effacer la base d'icônes</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation>&Préférences...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation>Édition des préférences</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <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="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> + <location filename="../Helpviewer/HelpWindow.py" line="665"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <source>Shows the table of contents window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation type="unfinished">&Fenêtre</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> + <location filename="../Helpviewer/HelpWindow.py" line="1810"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2687"/> + <location filename="../Helpviewer/HelpWindow.py" line="2706"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation type="unfinished">Rechercher</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2810"/> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="679"/> - <source>Private Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation type="unfinished">&Outils</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation type="unfinished">Ctrl+U</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation type="unfinished">Langages</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1798"/> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> <source>Settings</source> <translation type="unfinished">Configuration</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation type="unfinished">Annulation du zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation type="unfinished">Annulation du &zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <source>Reset the zoom of the text</source> <translation type="unfinished">Annulation du zoom du texte</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <source>Zoom text only; pictures remain constant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"><b>Annulation du zoom</b><p>Annulation du zoom du texte. Ceci met le facteur de zoom à 100%. </p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation type="unfinished">Importer signets</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <source>Import bookmarks from other browsers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation type="unfinished">Exporter les signets</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation type="unfinished">Gérer signets</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation type="unfinished">&Ajouter un signet ...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation type="unfinished">Ajouter repertoire</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation type="unfinished">Ajouter &Répertoire ...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <source>Bookmark all open tabs.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="2170"/> + <location filename="../Helpviewer/HelpWindow.py" line="2189"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation type="unfinished">Arrêt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation type="unfinished">&Arrêt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> + <location filename="../Helpviewer/HelpWindow.py" line="785"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <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="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> <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="1624"/> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3424"/> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> <source>Other</source> <translation type="unfinished">Autre</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> <source>Shows the downloads window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1878"/> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <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="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1504"/> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> <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="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <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="1520"/> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1522"/> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> <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="1810"/> + <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>Tools</source> <translation type="unfinished">Outils</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"> Zoom avant</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished">Zoom arrière</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <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="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <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="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation type="unfinished">Enregistrer sous</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -36543,27 +36573,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation>Export des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation>Import des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -65002,6 +65032,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished">Cliquer pour supprimer les entrées sélectionnées</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation type="unfinished">Supp&rimer</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <source>Press to remove all entries</source> + <translation type="unfinished">Cliquer pour remplacer toutes les entrées</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation type="unfinished">Supprimer tou&t</translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>
--- a/i18n/eric6_it.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_it.ts Sun Dec 06 19:09:32 2015 +0100 @@ -16437,337 +16437,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <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="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <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="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation>Web Inspector...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> <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="2104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2116"/> <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="2108"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2120"/> <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="1353"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Bookmark this Page</source> <translation>Inserisci nei segnalibri questa pagina</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1180"/> - <source>Save Lin&k</source> - <translation>Salva lin&k</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> - <translation>Insersci nei bookmark questo link</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Save Lin&k</source> + <translation>Salva lin&k</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation>Insersci nei bookmark questo link</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> <source>Copy Link to Clipboard</source> <translation>Copia il link nella Clipboard</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> - <source>Open Image in New Tab</source> - <translation>Apri immagine in una nuova linguetta</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1210"/> - <source>Save Image</source> - <translation>Salva immagine</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <source>Open Image in New Tab</source> + <translation>Apri immagine in una nuova linguetta</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1218"/> + <source>Save Image</source> + <translation>Salva immagine</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> <source>Copy Image to Clipboard</source> <translation>Copia immagine nella Clipboard</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> <source>Copy Image Location to Clipboard</source> <translation>Copia la posizione dell'immagine nella Clipboard</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1224"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> <source>Block Image</source> <translation>Blocca immagine</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> <source>Search with...</source> <translation>Cerca con...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="918"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> <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="963"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> <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="943"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="944"/> <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="2078"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2090"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2108"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <source>Web Database Quota</source> <translation>Quota Web Database</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <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="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <source>New Web Database Quota</source> <translation>Nuova quota Web Database</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <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="2194"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1430"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1438"/> <source>Add to web search toolbar</source> <translation>Aggiungi alla toolbar delle ricerche web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>Method not supported</source> <translation>Metodo non supportato</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>{0} method is not supported.</source> <translation>il metodo {0} non è supportato.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Search engine</source> <translation>Motore di ricerca</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Choose the desired search engine</source> <translation>Scegli il motore di ricerca</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Engine name</source> <translation>Nome motore</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Enter a name for the engine</source> <translation>Inserisci un nome per il motore</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2114"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> <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="1197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> <source>Scan Link with VirusTotal</source> <translation>Scansiona il collegamento con VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation>Scansiona l'immagine con VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation>Invia il collegamento</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation>Invia il collegamento dell'immagine</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation>Questa cornice</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation>Visualizza s&olo questa cornice</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation>Visualizza in una nuova &Scheda</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> - <translation>Stam&pa</translation> + <source>Show &only this frame</source> + <translation>Visualizza s&olo questa cornice</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation>Visualizza in una nuova &Scheda</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation>Stam&pa</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation>Stampa come PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation>&Ingrandisci</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation>&Resetta zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation>Rimpicci&olisci</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation>Visualizza cornice sorge&nte</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation>Invia collegamento pagina</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation>Invia testo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation>Traduttore Google</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation>Dizionario</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation>Dizionario</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation>Vai all'indirizzo di rete</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation>User Agent</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation>Ritenta</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation>Riproduci</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation>Pausa</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> - <translation>Parlante</translation> + <source>Play</source> + <translation>Riproduci</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> - <translation>Muto</translation> + <source>Pause</source> + <translation>Pausa</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> - <translation>Copia l'indirizzo del Media nella Clipboard</translation> + <source>Unmute</source> + <translation>Parlante</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> - <translation>Invia indirizzo del Media</translation> + <source>Mute</source> + <translation>Muto</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation>Copia l'indirizzo del Media nella Clipboard</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation>Invia indirizzo del Media</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation>Salva Media</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric5 {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. 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> {5.?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.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> {5.?}</translation> </message> @@ -16885,7 +16885,7 @@ <translation>Intero periodo</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation>Seleziona per cancellare i cookies inseriti da Adobe Flash Player</translation> </message> @@ -16895,10 +16895,20 @@ <translation>Scarica cronolo&gia</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation>Cookies da Adobe &Flash Player</translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -18205,1762 +18215,1782 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation>Nuova finestra</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation>&Apri File</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> - <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="491"/> + <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="492"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation>Stam&pa</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> - <source>Print the displayed help</source> - <translation>Stampa l'help mostrato</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <source>Print the displayed help</source> + <translation>Stampa l'help mostrato</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation>&Chiudi</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <source>Close the current help window</source> <translation>Chiudi l'attuale finestra di help</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation>Indietro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation>&Indietro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> - <source>Move one help screen backward</source> - <translation>vai alla schermata di help precedente</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="717"/> + <source>Move one help screen backward</source> + <translation>vai alla schermata di help precedente</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="718"/> <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="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation>Avanti</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>&Forward</source> <translation>A&vanti</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> <source>Move one help screen forward</source> <translation>Vai alla schermata di help successiva</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="735"/> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> <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="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>&Home</source> <translation>&Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> <source>Move to the initial help screen</source> <translation>Vai alla schermata di help iniziale</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="752"/> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> <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="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation>Ricarica</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation>&Ricarica</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <source>Reload the current help screen</source> <translation>Ricarica la schermata di help attuale</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation>Aggiungi segnalibro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation>Cos'è questo ?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation>C&os'è Questo ?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="925"/> - <source>Context sensitive help</source> - <translation>Help sensibile al contesto</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="926"/> + <source>Context sensitive help</source> + <translation>Help sensibile al contesto</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> <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="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation>About</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>&About</source> <translation>&About</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> <source>Display information about this software</source> <translation>Mostra informazioni su questo software</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="944"/> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> <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="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation>About Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About &Qt</source> <translation>About &Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> <source>Display information about the Qt toolkit</source> <translation>Mostra informazioni sulle librerie Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="958"/> + <location filename="../Helpviewer/HelpWindow.py" line="959"/> <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="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation>Ingrandisci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation>Ingrand&isci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="973"/> - <source>Zoom in on the text</source> - <translation>Ingrandisci nel testo</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <source>Zoom in on the text</source> + <translation>Ingrandisci nel testo</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <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="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation>Riduci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation>&Riduci</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> - <source>Zoom out on the text</source> - <translation>Riduci il testo</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <source>Zoom out on the text</source> + <translation>Riduci il testo</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <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="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation>Copia</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>&Copy</source> <translation>&Copia</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> - <source>Copy the selected text</source> - <translation>Copia il testo selezionato</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <source>Copy the selected text</source> + <translation>Copia il testo selezionato</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> <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="1583"/> + <location filename="../Helpviewer/HelpWindow.py" line="1600"/> <source>&File</source> <translation>&File</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1605"/> + <location filename="../Helpviewer/HelpWindow.py" line="1622"/> <source>&Edit</source> <translation>&Edita</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> - <source>&View</source> - <translation>&Visualizza</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> + <source>&View</source> + <translation>&Visualizza</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> <source>&Go</source> <translation>&Vai</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation>Cronolog&ia</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> <source>&Bookmarks</source> <translation>Segnali&bri</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation>&Trova...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> - <source>Find text in page</source> - <translation>Trova testo nella pagina</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <source>Find text in page</source> + <translation>Trova testo nella pagina</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation>Trova &successivo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation>Trova &precedente</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation>File</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation>Modifica</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation>Visualizza</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation>Trova</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> <source>Go</source> <translation>Vai</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <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="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>&New Tab</source> <translation>&Nuova scheda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="460"/> + <location filename="../Helpviewer/HelpWindow.py" line="461"/> <source>Open a new help window tab</source> <translation>Apri una nuova scheda di help</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="461"/> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> <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="475"/> - <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="476"/> + <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="477"/> <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="652"/> + <location filename="../Helpviewer/HelpWindow.py" line="653"/> <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="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close &All</source> <translation>Chiudi &tutti</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="665"/> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> <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="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation>Apri file in una nuova &scheda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <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="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <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="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation>Nuova scheda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation>Apri il file in una nuova scheda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation>Chiudi tutti</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Sinistra</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Destra</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation>Trova...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation>Trova successivo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation>Trova precedente</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <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="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <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="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <source>Print preview of the displayed help</source> <translation>Stampa il preview dell'help mostrato</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <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="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation>Mostra linguetta successiva</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation>Mostra la linguetta precedente</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation>Cicla tra le linguette</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation>Pulisci il database delle icone</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation>Pulisci il database delle favicone</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <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="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation>&Preferenze...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation>Imposta la configurazione preferita</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <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="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation>Contenuti</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation>Indice</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation>Ricerca</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> + <location filename="../Helpviewer/HelpWindow.py" line="665"/> <source>Close all help windows</source> <translation>Chiudi tutte le finestre di help</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation>Sincronizza con l'indice</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <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="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation>Indice dei contenuti</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <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="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation>Mostra la finestra dell'indice</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <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="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation>Mostra la finestra di ricerca</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <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="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation>Gestisci i documenti QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <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="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation>Gestisci i filtri QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <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="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation>Reindicizza la documentazione</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation>Reindicizza l'insieme della documentazione</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <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="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation>&Finestra</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> + <location filename="../Helpviewer/HelpWindow.py" line="1810"/> <source>Filtered by: </source> <translation>Filtrato per:</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2687"/> + <location filename="../Helpviewer/HelpWindow.py" line="2706"/> <source>Could not find an associated content.</source> <translation>Non posso trovare un contenuto associato.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2810"/> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> <source>Updating search index</source> <translation>Aggiornamento indice di ricerca</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> <source>Looking for Documentation...</source> <translation>Ricerca documentazione...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation>Non filtrato</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation>Non filtrato</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> <source>Help Engine</source> <translation>Motore di help</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="679"/> - <source>Private Browsing</source> - <translation>Navigazione anonima</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation>Navigazione &Anonima</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation>Navigazione anonima</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation>Navigazione &Anonima</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation>Tutto schermo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation>&Tutto schermo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation>Gestisci i &Documenti QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation>Gestisci &Filtri QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation>&Reindicizza la documentazione</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation>Pulisci dati privati</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation>Pulis&ci dati privati</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation>Pulisci database delle &icone</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation>Mostra il dialogo del network monitor</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation>Impo&stazioni</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation>&Tools</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation>Mostra sorgente pagina</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <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="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation>&Lingue...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <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="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation>Lingue</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation>C&ookie...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation>Configura la gestione dei cookie</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <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="1798"/> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation>Reset dello zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation>&Reset zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <source>Reset the zoom of the text</source> <translation>Resetta lo zoom del testo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation>Zoom solo del testo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation>Zoom solo del &testo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <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="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation>Nuova &Finestra</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation>Importa Segnalibri</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation>&Importa Segnalibri...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <source>Import bookmarks from other browsers</source> <translation>Importa segnalibri da altri browser</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation>Esporta segnalibri</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation>&Esporta Segnalibri...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation>Esporta i segnalibri in un file</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation>Gestisci segnalibri</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation>&Gestisci segnalibri...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <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="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation>&Aggiungi segnalibro...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <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="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation>Aggiungi cartella</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation>Aggiungi &Cartella...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <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="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation>Aggiungi ai segnalibri tutte le linguette</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation>Aggiungi ai segnalibri tutte le linguette...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <source>Bookmark all open tabs.</source> <translation>Aggiungi ai segnalibri tutte lelinguette aperte.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="2170"/> + <location filename="../Helpviewer/HelpWindow.py" line="2189"/> <source>Saved Tabs</source> <translation>Salva Linguette</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation>Ferma</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> + <location filename="../Helpviewer/HelpWindow.py" line="785"/> <source>Stop loading</source> <translation>Ferma caricamento</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation>&Salva come...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Ctrl+Shift+S</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <source>Save the current page to disk</source> <translation>Salva la pagina corrente su disco</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Salva come...</b><p>Salva la pagina corrente su disco.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation>Configura motori di ricerca</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation>Configura i motori di ricerca disponibili</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation>Gestisci password salvate</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation>Gestisci password salvate...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation>Gestisci le password salvate</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Configura le regole di sottoscrizione di AdBlock</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation>Stampa come pdf</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation>Stampa l'help visualizzato come PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation>Offline Storage</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation>Offline &Storage...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation>Configura offline storage</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation>Configura motori di &ricerca...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> <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="1624"/> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> <source>Text Encoding</source> <translation>Codifica testo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3424"/> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> <source>Other</source> <translation>Altro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> <source>Default Encoding</source> <translation>Encoding di default</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> <source>Downloads</source> <translation>Downloads</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> <source>Shows the downloads window</source> <translation>Mostra la finestra dei download</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> <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="1878"/> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <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="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1504"/> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> <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="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1520"/> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1522"/> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> <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="1810"/> + <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation type="unfinished">Network Monitor</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <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="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <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="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation type="unfinished">Salva come</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric5 {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -36740,27 +36770,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation>Esporta Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation>Importa Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>File proprietà (*.ini);;Tutti i file(*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -65215,6 +65245,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation type="unfinished">Inserisci termini di ricerca</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished">Premi per rimuovere gli elementi selezionati</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation type="unfinished">&Rimuovi</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <source>Press to remove all entries</source> + <translation type="unfinished">Premi per rimuovere tutti gli elementi</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation type="unfinished">Rimuovi &Tutto</translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation type="unfinished">Sito web</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>
--- a/i18n/eric6_pt.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_pt.ts Sun Dec 06 19:09:32 2015 +0100 @@ -16399,337 +16399,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Janela de Ajuda</b><p>Esta janela mostra a informação da ajuda selecionada.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="918"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Não existe o ficheiro <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="963"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Não pode abrir um visor para o ficheiro <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="943"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="944"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Não pode começar uma aplicação para URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> - <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>Abrir Vínculo num Separador Novo<byte value="x9"/>Ctrl+LMB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1180"/> - <source>Save Lin&k</source> - <translation>Gravar &Vínculo</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> - <translation>Marcar este Vínculo</translation> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Abrir Vínculo num Separador Novo<byte value="x9"/>Ctrl+LMB</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Save Lin&k</source> + <translation>Gravar &Vínculo</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation>Marcar este Vínculo</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> <source>Copy Link to Clipboard</source> <translation>Copiar Vínculo para a Área de Transferência</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> - <source>Open Image in New Tab</source> - <translation>Abrir imagem num Separador Novo</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1210"/> - <source>Save Image</source> - <translation>Gravar Imagem</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <source>Open Image in New Tab</source> + <translation>Abrir imagem num Separador Novo</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1218"/> + <source>Save Image</source> + <translation>Gravar Imagem</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> <source>Copy Image to Clipboard</source> <translation>Copiar Imagem para a Área de Transferência</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> <source>Copy Image Location to Clipboard</source> <translation>Copiar Localização da Imagem para a Área de Transferência</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1224"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> <source>Block Image</source> <translation>Bloquear Imagem</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1353"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Bookmark this Page</source> <translation>Marcar esta Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> <source>Search with...</source> <translation>Procurar com...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1430"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1438"/> <source>Add to web search toolbar</source> <translation>Adicionar á barra de pesquisa web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation>Inspetor Web...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>Method not supported</source> <translation>Método não suportado</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>{0} method is not supported.</source> <translation>Método {0} não está suportado.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Search engine</source> <translation>Motor de pesquisa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Choose the desired search engine</source> <translation>Escolha o motor de pesquisa desejado</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Engine name</source> <translation>Nome do Motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Enter a name for the engine</source> <translation>Introduzir um nome para o motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2078"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2090"/> <source>Error loading page: {0}</source> <translation>Erro ao carregar a página: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> - <source>When connecting to: {0}.</source> - <translation>Ao conectar com: {0}.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> - <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> - <translation>Verifique se a direção tem erros como <b>ww</b>.exemplo.org em lugar de <b>www</b>.exemplo.org</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2104"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Se a direção está correcta, verifique a conexão da rede.</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2108"/> + <source>When connecting to: {0}.</source> + <translation>Ao conectar com: {0}.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> + <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> + <translation>Verifique se a direção tem erros como <b>ww</b>.exemplo.org em lugar de <b>www</b>.exemplo.org</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2116"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Se a direção está correcta, verifique a conexão da rede.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2120"/> <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 um firewall ou proxy protegem o seu computador ou rede, certifique-se de que o navegador tem permissão para aceder à rede.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2114"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> <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="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <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="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <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="2194"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> <source>bytes</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> <source>kB</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> <source>MB</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> <source>Scan Link with VirusTotal</source> <translation>Escanear Vínculo com VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation>Escanear Imagem com VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation>Enviar Vínculo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation>Enviar Vínculo da Imagem</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation>Este Marco</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation>M&ostrar apenas este marco</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation>Mostrar num &separador novo</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> - <translation>Im&primir</translation> + <source>Show &only this frame</source> + <translation>M&ostrar apenas este marco</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation>Mostrar num &separador novo</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation>Im&primir</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation>Antevisão da Impressão</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation>Apro&ximar</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation>&Repor Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation>A&fastar</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation>Mostrar código do ma&rco</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation>Enviar o Vínculo da Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation>Enviar Texto</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation>Dicionário</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation>Dicionário</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation>Ir à direção web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation>Agente de Usuario</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation>Tentar de Novo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation>Reproduzir</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation>Pausa</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> - <translation>Com som</translation> + <source>Play</source> + <translation>Reproduzir</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> - <translation>Sem som</translation> + <source>Pause</source> + <translation>Pausa</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> - <translation>Opiar Direção da Media à Area de Transferência</translation> + <source>Unmute</source> + <translation>Com som</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> - <translation>Enviar Direção da Media</translation> + <source>Mute</source> + <translation>Sem som</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation>Opiar Direção da Media à Area de Transferência</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation>Enviar Direção da Media</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation>Gravar Media</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Imprimir não está disponível devido a um falho em PyQt5. Por favor atualize.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Imprimir não está disponível devido a um falho em PyQt5.Por favor atualize.</p></translation> </message> @@ -16847,7 +16847,7 @@ <translation>Período Completo</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation type="unfinished"></translation> </message> @@ -16857,10 +16857,20 @@ <translation>Histórico de &Descárregas</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -18168,1379 +18178,1379 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation>Conteúdo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation>Índice</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation>Procurar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation>Separador Novo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>&New Tab</source> <translation>Separador &Novo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="460"/> + <location filename="../Helpviewer/HelpWindow.py" line="461"/> <source>Open a new help window tab</source> <translation>Abrir um novo separador da janela de ajuda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="461"/> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Novo Separador</b><p>Abre um separador novo na janela de ajuda.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation>Nova Janela</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation>Nova &Janela</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="475"/> - <source>Open a new help browser window</source> - <translation>Abrir uma nova janela do navegador de ajuda</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="476"/> + <source>Open a new help browser window</source> + <translation>Abrir uma nova janela do navegador de ajuda</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="477"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nova Janela</b><p>Abre uma nova janela do navegador de ajuda.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation>Abrir Ficheiro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation>&Abrir Ficheiro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> - <source>Open a help file for display</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="491"/> + <source>Open a help file for display</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="492"/> <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="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation>Abrir Ficheiro num Separador Novo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation>Abrir Ficheiro num &Separador Novo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <source>Open a help file for display in a new tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation>&Gravar Como...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <source>Save the current page to disk</source> <translation>Gravar a página atual no disco</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <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="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation>Importar Marcadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation>&Importar Marcadores...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <source>Import bookmarks from other browsers</source> <translation>Importar marcadores de outros navegadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation>Exportar Marcadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation>&Exportar Marcadores...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation>Exportar os marcadores a um ficheiro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation>Im&primir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> - <source>Print the displayed help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <source>Print the displayed help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation>Imprimir a ajuda mostrada como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation>Antevisão da Impressão</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <source>Print preview of the displayed help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Close</source> <translation>Fechar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation>Fe&char</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <source>Close the current help window</source> <translation>Fechar a janela de ajuda actual</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="652"/> + <location filename="../Helpviewer/HelpWindow.py" line="653"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Fechar</b><p>Fechar a janela de ajuda actual.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation>Fechar Tudo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close &All</source> <translation>Fechar &Tudo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> - <source>Close all help windows</source> - <translation>Fechar todas as janelas de ajuda</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="665"/> + <source>Close all help windows</source> + <translation>Fechar todas as janelas de ajuda</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Fechar Tudo</b><p>Fecha todas as janelas excepto a primeira.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="679"/> - <source>Private Browsing</source> - <translation>Navegação Privada</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation>Navega&ção Privada</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation>Navegação Privada</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation>Navega&ção Privada</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation>Sair</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation>Sai&r</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation>Retroceder</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation>&Retroceder</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> - <source>Move one help screen backward</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="717"/> + <source>Move one help screen backward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="718"/> <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="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation>Avançar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>&Forward</source> <translation>&Avançar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> <source>Move one help screen forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="735"/> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> <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="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation>Página Inicial</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>&Home</source> <translation>Página &Inicial</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> <source>Move to the initial help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="752"/> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> <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="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation>Recarregar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation>&Recarregar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <source>Reload the current help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation>Parar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation>&Parar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> - <source>Stop loading</source> - <translation>Parar a carga</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <source>Stop loading</source> + <translation>Parar a carga</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation>Copiar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>&Copy</source> <translation>&Copiar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> - <source>Copy the selected text</source> - <translation>Copiar texto selecionado</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <source>Copy the selected text</source> + <translation>Copiar texto selecionado</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> <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="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation>Encontrar...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation>&Procurar...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> - <source>Find text in page</source> - <translation>Procurar texto na página</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <source>Find text in page</source> + <translation>Procurar texto na página</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation>Procurar seguinte</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation>Procurar &seguinte</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <source>Find next occurrence of text in page</source> <translation>Procurar a seguinte ocurrencia do texto na página</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation>Procurar anterior</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation>Procurar &anterior</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <source>Find previous occurrence of text in page</source> <translation>Procurar a ocurrencia anterior do texto na página</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation>Gerir Marcadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation>&Gerir Marcadores...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation>Adicionar Marcador</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation>Adicionar &Marcador...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <source>Open a dialog to add a bookmark.</source> <translation>Abrir uma caixa de diálogo para adicionar um marcador.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation>Adicionar Diretório</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation>Adicionar &Diretório...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation>Abrir uma caixa de diálogo para adicionar um novo diretorio de marcadores.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation>Marcar Todos os Separadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation>Marcar Todos os Separadores...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <source>Bookmark all open tabs.</source> <translation>Marcar todos os separadores abertos.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation>Que é isto?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation>&Que é Isto?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="925"/> + <location filename="../Helpviewer/HelpWindow.py" line="926"/> <source>Context sensitive help</source> <translation>Ajuda sensível ao contexto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="926"/> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>Mostrar ajuda sensível a contexto</b><p>No modo 'Que é Isto?' o cursor do rato mostra uma flecha com um ponto de interrogação, e pode clicar nos elementos da interface para ver uma breve descrição do que fazem e como se usam. Nas caixas de diálogo, pode-se aceder a esta característica através do botão de ajuda contextual da barra de título.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation>Acerca</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>&About</source> <translation>A&cerca</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> <source>Display information about this software</source> <translation>Mostra a informação acerca deste software</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="944"/> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Acerca</b><p>Mostra alguma informação acerca deste software.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation>Acerca de Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About &Qt</source> <translation>Acerca de &Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> <source>Display information about the Qt toolkit</source> <translation>Mostra informação acerca das Ferramentas de Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="958"/> + <location filename="../Helpviewer/HelpWindow.py" line="959"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Acerca de Qt</b><p>Mostra alguma informação acerca das Ferramentas de Qt.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation>Aproximar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation>Apro&ximar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="973"/> + <location filename="../Helpviewer/HelpWindow.py" line="974"/> <source>Zoom in on the text</source> <translation>Aproximar no texto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Aproximar</b><p>Aproximar no texto. Isto faz o texto mais grande.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation>Afastar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation>A&fastar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> + <location filename="../Helpviewer/HelpWindow.py" line="990"/> <source>Zoom out on the text</source> <translation>Afastar no texto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Afastar</b><p>Afastar no texto. Isto faz o texto mais pequeno.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation>Repor zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation>&Repor Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <source>Reset the zoom of the text</source> <translation>Repor o zoom do texto</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <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="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <source>Zoom text only; pictures remain constant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation>Mostrar código da página</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation>Ecrã Inteiro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation>Ecrã &Inteiro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation>Mostrar o separador seguinte</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation>Mostrar o separador anterior</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation>Mudar entre separadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation>Preferências</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation>&Preferências...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation type="unfinished">Definir a configuração desejada</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"><b>Preferências</b><p>Define os elementos de configuração da aplicação com os valores desejados.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation>Idiomas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation>&Idiomas...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation>Sincronizar com a Tabela de Conteúdos</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <source>Synchronizes the table of contents with current page</source> <translation>Sincroniza a tabela de conteúdos com a página atual</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation>Tabela de Conteúdos</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <source>Shows the table of contents window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation>Mostra a janela de Índice</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation>Mostra a janela de pesquisa</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation>Gerir Documentação QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation>Gerir &Documentação QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation>Gerir Filtros QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation>Gerir &Filtros QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation>Reindexar a Documentação</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation>&Reindexar a Documentação</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation>Reindexa a Documentação</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation>Limpar dados privados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation>&Limpar dados privados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation>Limpar base de dados dos ícones</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation>L&impar base de dados dos Ícones</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation>Configurar Motores de Pesquisa</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation>Configurar Motor&es de Pesquisa...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation>Configurar os motores de pesquisa disponíveis</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation>Gerir Senhas Gravadas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation>Gerir Senhas Gravadas...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation>Gerir as senhas gravadas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1583"/> + <location filename="../Helpviewer/HelpWindow.py" line="1600"/> <source>&File</source> <translation>&Ficheiro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1605"/> + <location filename="../Helpviewer/HelpWindow.py" line="1622"/> <source>&Edit</source> <translation>&Editar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> - <source>&View</source> - <translation>&Vista</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1624"/> - <source>Text Encoding</source> - <translation>Codificação do Texto</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> + <source>&View</source> + <translation>&Vista</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> + <source>Text Encoding</source> + <translation>Codificação do Texto</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> <source>&Go</source> <translation>&Ir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation>H&istorial</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> <source>&Bookmarks</source> <translation>&Marcadores</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation>Definiçõe&s</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation>&Ferramentas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation>&Janela</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> <source>&Help</source> <translation>&Ajuda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation>Ficheiro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation>Editar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation>Vista</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation>Encontrar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> + <location filename="../Helpviewer/HelpWindow.py" line="1810"/> <source>Filtered by: </source> <translation>Filtrado por: </translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1798"/> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> <source>Settings</source> <translation>Definições</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> <source>Help</source> <translation>Ajuda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> <source>Go</source> <translation>Ir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <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="2170"/> + <location filename="../Helpviewer/HelpWindow.py" line="2189"/> <source>Saved Tabs</source> <translation>Separadores Guardados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> <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="2687"/> + <location filename="../Helpviewer/HelpWindow.py" line="2706"/> <source>Could not find an associated content.</source> <translation>Não se encontrou nenhum conteúdo associado.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2810"/> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> <source>Updating search index</source> <translation>A atualizar índice de pesquisa</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> <source>Looking for Documentation...</source> <translation>A procurar a Documentação...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation>Sem filtrar</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation>Sem filtrar</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> <source>Help Engine</source> <translation>Motor de Ajuda</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3424"/> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> <source>ISO</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> <source>Unicode</source> <translation>Unicódigo</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> <source>Other</source> <translation>Outro</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> <source>Default Encoding</source> <translation>Codificação Padrão</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> <source>Downloads</source> <translation>Descargas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> <source>Shows the downloads window</source> <translation>Mostra a janela de descargas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Descargas</b><p>Mostra a janela das descargas.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1878"/> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> <source>VirusTotal</source> <translation></translation> </message> @@ -19550,385 +19560,405 @@ <translation type="obsolete">Procurar VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> <source>Scan current site</source> <translation>Analizar sítio atual</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source>VirusTotal Scan</source> <translation>Análise de VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <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="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation>Ctrl+Shift+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1504"/> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> <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="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1520"/> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> <source>Open a dialog showing some information about the current site.</source> <translation>Abre uma caixa de diálogo que mostra alguma informação sobre o sítio atual.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1522"/> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> <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="1810"/> + <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>Tools</source> <translation>Ferramentas</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation>Aproximar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation>Afastar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation>Monitor de Rede</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation>Mo&nitor de Rede...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <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="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation>Restaurar Janela</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation>Gerir Definições de Agente de Usuário</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation>Gerir Definições de Agente de &Usuário</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <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="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation>Gravar Como</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation>Sincronizar dados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation>&Sincronizar Dados...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation>ClickToFlash</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation>&ClickToFlash...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation>Configurar lista de confiança ClickToFlash</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation>Informação Pessoal</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation>Informação Pessoal...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation>Configurar informação pessoal para completar campos do formulário</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation>Scripts de GreaseMonkey</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation>Scripts de GreaseMonkey...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation>Configurar Scripts de GreaseMonkey</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation>Gerir Certificados SSL</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation>Gerir Certificados SSL...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation>Gerir os certificados SSL gravados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation>Editar Filtros de Mensagens</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation>Editar Filtros de Mensagens...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation>Sair do Navegador Web de eric6</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation>Sair do Navegador Web de eric6</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation><b>Sair</b><p>Sair do Navegador Web de eric6.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -36654,27 +36684,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation>Exportar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation>Importar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation>Selecionar intérprete de Python{0}</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Selecionar o intérprete de Python{0} a usar:</translation> </message> @@ -64708,6 +64738,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation type="unfinished">Introduzir o termo de pesquisa</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished">Pressionar para retirar as entradas selecionadas</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation type="unfinished">&Retirar</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation type="unfinished">Retirar &Tudo</translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation type="unfinished">Sítio Web</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>
--- a/i18n/eric6_ru.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_ru.ts Sun Dec 06 19:09:32 2015 +0100 @@ -16425,337 +16425,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="963"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> <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="1175"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <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="918"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> <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="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <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="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation>WEB проводник...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2078"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2090"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> - <source>When connecting to: {0}.</source> - <translation>При соединении с {0}.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> - <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="2104"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Если адрес правильный, проверьте сетевое соединение.</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2108"/> + <source>When connecting to: {0}.</source> + <translation>При соединении с {0}.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> + <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="2116"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Если адрес правильный, проверьте сетевое соединение.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2120"/> <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="943"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="944"/> <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="1353"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Bookmark this Page</source> <translation>Создать закладку для этой страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1180"/> - <source>Save Lin&k</source> - <translation>Сохранить &ссылку</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> - <translation>Сохранить ссылку</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Save Lin&k</source> + <translation>Сохранить &ссылку</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation>Сохранить ссылку</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> <source>Copy Link to Clipboard</source> <translation>Скопировать ссылку</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> - <source>Open Image in New Tab</source> - <translation>Открыть изображение в новой закладке</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1210"/> - <source>Save Image</source> - <translation>Сохранить изображение</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <source>Open Image in New Tab</source> + <translation>Открыть изображение в новой закладке</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1218"/> + <source>Save Image</source> + <translation>Сохранить изображение</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> <source>Copy Image to Clipboard</source> <translation>Скопировать изображение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> <source>Copy Image Location to Clipboard</source> <translation>Скопировать адрес изображения</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1224"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> <source>Block Image</source> <translation>Заблокировать изображение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> <source>Search with...</source> <translation>Искать с...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <source>Web Database Quota</source> <translation>Квота Web базы данных</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <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="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <source>New Web Database Quota</source> <translation>Новая квота Web базы данных</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2194"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> <source>bytes</source> <translation>байт</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> <source>kB</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> <source>MB</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <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="1430"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1438"/> <source>Add to web search toolbar</source> <translation>Добавить к панели инструментов Web поиска</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>Method not supported</source> <translation>Метод не поддерживается</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>{0} method is not supported.</source> <translation>{0} метод не поддерживается.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Search engine</source> <translation>Поисковик</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Choose the desired search engine</source> <translation>Выберите поисковик</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Engine name</source> <translation>Имя поисковика</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Enter a name for the engine</source> <translation>Введите имя поисковика</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2114"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> <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="1197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> <source>Scan Link with VirusTotal</source> <translation>Сканировать ссылку с VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation>Сканировать изображение с VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation>Послать ссылку</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation>Послать ссылку на изображение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation>Этот кадр</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation>Показать &только этот кадр</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation>Показать в новой &закладке</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> - <translation>&Печать</translation> + <source>Show &only this frame</source> + <translation>Показать &только этот кадр</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation>Показать в новой &закладке</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation>&Печать</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation>Печать как PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation>У&величить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation>&Сбросить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation>У&меньшить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation>Показать код ка&дра</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation>Отправить ссылку страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation>Отправить текст</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation>Переводчик Гугл</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation>Словарь</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation>Словарь</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation>Перейти на веб адрес</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation>Агент пользователя</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation>Снова</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation>Воспроизведение</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation>Пауза</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> - <translation>Включить звук</translation> + <source>Play</source> + <translation>Воспроизведение</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> - <translation>Отключить звук</translation> + <source>Pause</source> + <translation>Пауза</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> - <translation>Сопировать адрес медиа файла в буфер обмена</translation> + <source>Unmute</source> + <translation>Включить звук</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> - <translation>Сохранить адрес медиа файла</translation> + <source>Mute</source> + <translation>Отключить звук</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation>Сопировать адрес медиа файла в буфер обмена</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation>Сохранить адрес медиа файла</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation>Сохранить медиа файл</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Печать невозможна из-за ошибки в PyQt5. Пожалуйста установите обновление.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Печать невозможна из-за ошибки в PyQt4. Пожалуйста установите обновление.</p></translation> </message> @@ -16873,7 +16873,7 @@ <translation>Целый период</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation>Очистить куки Adobe Flash Player</translation> </message> @@ -16883,10 +16883,20 @@ <translation>История &закачек</translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation>Куки из Adobe &Flash Player</translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -18197,1386 +18207,1386 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation>Новое окно</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation>Открыть файл</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation>&Открыть файл</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> - <source>Open a help file for display</source> - <translation>Открыть файл помощи для дисплея</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="491"/> + <source>Open a help file for display</source> + <translation>Открыть файл помощи для дисплея</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="492"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation>&Печать</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> - <source>Print the displayed help</source> - <translation>Печатать текущий раздел помощи</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <source>Print the displayed help</source> + <translation>Печатать текущий раздел помощи</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <source>Close the current help window</source> <translation>Закрыть это окно помощи</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation>Назад</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation>&Назад</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> - <source>Move one help screen backward</source> - <translation>Назад на один экран</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="717"/> + <source>Move one help screen backward</source> + <translation>Назад на один экран</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="718"/> <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="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation>Вперёд</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>&Forward</source> <translation>&Вперёд</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> <source>Move one help screen forward</source> <translation>Вперёд на один экран</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="735"/> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> <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="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation>Домой</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>&Home</source> <translation>&Домой</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> <source>Move to the initial help screen</source> <translation>Вернуться на первоначальную страницу</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="752"/> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation>Добавить закладку</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation>Что это?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation>&Что это?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="925"/> - <source>Context sensitive help</source> - <translation>Контекстная помощь</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="926"/> + <source>Context sensitive help</source> + <translation>Контекстная помощь</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> <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="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation>О</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>&About</source> <translation>&О</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> <source>Display information about this software</source> <translation>Информация о ПО</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="944"/> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> <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="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation>О Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About &Qt</source> <translation>О &Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> <source>Display information about the Qt toolkit</source> <translation>Информация о библиотеке Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="958"/> + <location filename="../Helpviewer/HelpWindow.py" line="959"/> <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="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation>Увеличить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation>У&величить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="973"/> - <source>Zoom in on the text</source> - <translation>Увеличить масштаб текста</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <source>Zoom in on the text</source> + <translation>Увеличить масштаб текста</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <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="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation>Уменьшить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation>У&меньшить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> - <source>Zoom out on the text</source> - <translation>Уменьшить масштаб текста</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <source>Zoom out on the text</source> + <translation>Уменьшить масштаб текста</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <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="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation>Копировать</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>&Copy</source> <translation>&Копировать</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> - <source>Copy the selected text</source> - <translation>Копировать выбранный текст</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <source>Copy the selected text</source> + <translation>Копировать выбранный текст</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> <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="1583"/> + <location filename="../Helpviewer/HelpWindow.py" line="1600"/> <source>&File</source> <translation>&Файл</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1605"/> + <location filename="../Helpviewer/HelpWindow.py" line="1622"/> <source>&Edit</source> <translation>&Правка</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> - <source>&View</source> - <translation>&Вид</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> + <source>&View</source> + <translation>&Вид</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> <source>&Go</source> <translation>&Перейти</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation>И&стория</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> <source>&Bookmarks</source> <translation>&Закладки</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> <source>&Help</source> <translation>&Помощь</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation>Переоткрыть</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation>П&ереоткрыть</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <source>Reload the current help screen</source> <translation>Переоткрыть это окно помощи</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation>&Найти...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> - <source>Find text in page</source> - <translation>Найти далее</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <source>Find text in page</source> + <translation>Найти далее</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation>Найти &далее</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation>Найти п&редыдущее</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation>Файл</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation>Редактировать</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation>Вид</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation>Найти</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> <source>Help</source> <translation>Помощь</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> <source>Go</source> <translation>Перейти</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <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="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>&New Tab</source> <translation>&Новая закладка</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> + <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="477"/> + <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="653"/> + <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="661"/> + <source>Close &All</source> + <translation>Закрыть &всё</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> + <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="461"/> - <source><b>New Tab</b><p>This opens a new help window tab.</p></source> - <translation><b>Новая закладка</b> -<p>Открывает новую закладку с помощью.</p></translation> + <source>Open a new help window tab</source> + <translation>Открыть новую закладку</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="476"/> - <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="652"/> - <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="660"/> - <source>Close &All</source> - <translation>Закрыть &всё</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="665"/> - <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="460"/> - <source>Open a new help window tab</source> - <translation>Открыть новую закладку</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="475"/> <source>Open a new help browser window</source> <translation>Открыть новое окно</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation>Открыть файл в новой &закладке</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <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="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <source>Open a help file for display in a new tab</source> <translation>Открыть файл для отображения в новой закладке</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation>Новая закладка</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation>Открыть файл в новой закладке</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation>Закрыть всё</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation>Найти...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation>Найти далее</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation>Найти предыдущее</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <source>Find next occurrence of text in page</source> <translation>Искать далее на странице</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <source>Find previous occurrence of text in page</source> <translation>Искать на странице назад</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <source>Print preview of the displayed help</source> <translation>Предварительный просмотр печати помощи</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <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="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation>Показать следующую закладку</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation>Показать предыдущую закладку</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation>Переключиться между закладками</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation>Очистить базу данных иконок</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation>Очистить базу данных иконок</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <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="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation>Предпочтения</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation>&Предпочтения...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation>Установите предпочтительную конфигурацию</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <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="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation>Содержимое</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> + <location filename="../Helpviewer/HelpWindow.py" line="665"/> <source>Close all help windows</source> <translation>Закрыть все окна просмотрщиков помощи</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation>Синхронизировать с содержанием</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <source>Synchronizes the table of contents with current page</source> <translation>Синхронизировать содержание с текущей страницей</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation>Содержание</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <source>Shows the table of contents window</source> <translation>Показывает окно с содержанием</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation>Управлять документацией Qt4</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation>Показывает диалог управления документацией Qt4</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation>&Окно</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation>Фильтр</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> + <location filename="../Helpviewer/HelpWindow.py" line="1810"/> <source>Filtered by: </source> <translation>Фильтровать по:</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2687"/> + <location filename="../Helpviewer/HelpWindow.py" line="2706"/> <source>Could not find an associated content.</source> <translation>Невозможно найти соответствующее содержание.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation>Управлять фильтрами документации QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation>Показывает диалог управления фильтрами документации QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation>Индекс</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation>Показать окно индексов</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <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="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation>Поиск</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation>Показать окно поиска</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <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="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation>Переиндексировать документацию</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation>Переиндексировать документацию</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <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="2810"/> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> <source>Updating search index</source> <translation>Обновление поискового индекса</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> <source>Looking for Documentation...</source> <translation>Идёт поиск помощи...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation>Нефильтрованное</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation>Нефильтрованное</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> <source>Help Engine</source> <translation>Просмотрщик помощи</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="679"/> - <source>Private Browsing</source> - <translation>Личный просмотр</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation>Личный &просмотр</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation>Личный просмотр</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation>Личный &просмотр</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation>Полный экран</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation>Полный &экран</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation>Управлять &документацией QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation>Управлять &фильтрами документации QtHelp</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation>&Переиндексировать документацию</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation>Очистить личные данные</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation>&Очистить личные данные</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation>Очистить базу данных &иконок</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation>Показать диалог монитора сети</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation>&Настройка</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation>&Инструменты</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation>Показать исходный текст страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <source>Show the page source in an editor</source> <translation>Показать исходный текст страницы в редакторе</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation>&Языки...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <source>Configure the accepted languages for web pages</source> <translation>Настроить допустимые языки для WEB страниц</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation>Настройка cookies</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <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="1798"/> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> <source>Settings</source> <translation>Настройка</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation>Сбросить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation>&Сбросить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <source>Reset the zoom of the text</source> <translation>Сбросить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation>Масштаб текста</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation>Масштаб &текста</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <source>Zoom text only; pictures remain constant</source> <translation>Масштаб текста; Изображения остаются неизменными</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation>&Новое окно</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation>Импортировать закладки</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation>&Импортировать закладки...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <source>Import bookmarks from other browsers</source> <translation>Импортировать закладки из других браузеров</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation>Экспорт закладок</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation>&Экспорт закладок...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation>Экспортировать закладки в файл</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation>Управлять закладками</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation>&Управлять закладками...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Показать диалог управления закладками.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation>Добавить &закладку...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <source>Open a dialog to add a bookmark.</source> <translation>Показать диалог добавления закладки.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation>Добавить папку</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation>Добавить &папку...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation>Показать диалог добавления новой папки закладок.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation>Создать закладки для всех открытых страниц</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation>Создать закладки для всех открытых страниц...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <source>Bookmark all open tabs.</source> <translation>Создать закладки для всех открытых страниц.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="2170"/> + <location filename="../Helpviewer/HelpWindow.py" line="2189"/> <source>Saved Tabs</source> <translation>Сохраненные закладки</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation>Стоп</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation>Ст&оп</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> + <location filename="../Helpviewer/HelpWindow.py" line="785"/> <source>Stop loading</source> <translation>Остановить загрузку</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <source>Save the current page to disk</source> <translation>Сохранить текущую страницу в файл</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Сохранить как...</b><p>Сохранить текущую страницу в файл.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation>Настройка поисковиков</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation>Настроить все поисковики</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation>Менеджировать сохранённые пароли</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation>Менеджировать сохранённые пароли...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation>Менеджировать сохранённые пароли</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Настроить AdBlock подписки и правила</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation>Печать как PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation>Печатать текущий раздел помощи как PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation>Автономное хранилище</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation>Автономное &хранилище...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation>Настройка автономного хранилища</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation>Настройка &поисковиков...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> <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="1624"/> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> <source>Text Encoding</source> <translation>Кодировка текста</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3424"/> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> <source>ISO</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> <source>ISCII</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> <source>Unicode</source> <translation>Юникод</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> <source>Other</source> <translation>Другое</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> <source>IBM</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> <source>Default Encoding</source> <translation>Кодировка по умолчанию</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> <source>Downloads</source> <translation>Загрузки</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> <source>Shows the downloads window</source> <translation>Показать окно загрузки</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> <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="1878"/> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> <source>VirusTotal</source> <translation>VirusTotal</translation> </message> @@ -19598,386 +19608,406 @@ <translation type="obsolete">Поиск в VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> <source>Scan current site</source> <translation>Проверить текущий сервер</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source>VirusTotal Scan</source> <translation>Проверка VirusTotal</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation><p>Невозможно запланировать проверку VirusTotal.<p> <p>Причина: {0}</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>RSS Feeds Dialog</source> <translation>Каналы RSS</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>&RSS Feeds Dialog...</source> <translation>Каналы &RSS...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation>Ctrl+Shift+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation>Показать сконфигурированные каналы RSS.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1504"/> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> <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...</b><p>Показывает сконфигурированные каналы RSS. Позволяет изменить их настройки.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Siteinfo Dialog</source> <translation>Информация о сервере</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>&Siteinfo Dialog...</source> <translation>&Информация о сервере...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1520"/> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> <source>Open a dialog showing some information about the current site.</source> <translation>Открыть диалог с информацией о текущем сервере.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1522"/> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation><b>Информация о сервере...</b><p>Открыть диалог с информацией о текущем сервере.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1810"/> + <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>Tools</source> <translation>Инструменты</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation>Увеличить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation>Уменьшить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation>Монитор сети</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation>Мо&нитор сети...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation><b>Сетевой монитор...</b><p>Открыть диалог сетевого монитора.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation>Восстановить окно</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation>Настройка агента пользователя</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation>Настройка &агента пользователя</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <source>Shows a dialog to manage the User Agent settings</source> <translation>Показывает диалог настройки агента пользователя</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation><b>Настройка агента пользователя</b><p>Показывает диалог настройки агента пользователя.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation>Глобальный агент пользователя</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation>Сохранить как</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation>Сохранение страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation>Сохранение страницы...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation>Сохраненить изображение текущей страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation><b>Сохранение страницы...</b><p>Сохраненить изображение текущей страницы.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation>Синхронизация данных</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation>&Синхронизация данных...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation>Показывает диалог синхронизации данных через сеть</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation><b>Синхронизация данных...</b><p>Показывает диалог синхронизации данных через сеть.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation>ClickToFlash</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation>&ClickToFlash...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation>Настройка белого списка ClickToFlash</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation><b>ClickToFlash...</b><p>Показать диалог для редактирования белого списка ClickToFlash.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation>Личная информация</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation>Личная информация...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation>Настройка Вашей личной информации, которая будет использована на веб страницах</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation><b>Личная информация...</b><p>Настройка Вашей личной информации, которая будет использована на веб страницах.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation>GreaseMonkey скрипты</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation>GreaseMonkey скрипты...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation>Конфигурация GreaseMonkey скриптов</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation><b>GreaseMonkey скрипты...</b><p>Конфигурация GreaseMonkey скриптов.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation>Менеджер SLL сертификатов</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation>Менеджер SLL сертификатов...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation>Менеджер сохранённых SLL сертификатов</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>Менеджер SLL сертификатов...</b><p>Менеджер сохранённых SLL сертификатов.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation>Редактировать фильтры сообщений</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation>Редактировать фильтры сообщений...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Редактировать фильтры нежелательных сообщений</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Редактировать фильтры сообщений</b><p>Редактировать фильтры нежелательных сообщений об ошибках.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation>Сохранение текущей страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation>Сохранение текущей страницы...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation>Сохраненить изображение текущей страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation><b>Сохранение текущей страницы...</b><p>Сохраненить изображение текущей страницы.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation>Выйти из Web просмотрщика</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation>Выйти из Web просмотрщика</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation><b>Выход</b><p>Выйти из Web просмотрщика.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation><b>Eric Web просмотрщик - {0}</b><p>Eric Web просмотрщик позволяет просматривать HTML файлы и файлы документации. Я вляется частью инструментов разработчика.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -36791,27 +36821,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Файлы свойств (*.ini);;Все файлы (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation>Задайте интерпретатор Python{0}</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Задайте интерпретатор Python{0}:</translation> </message> @@ -65416,6 +65446,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation type="unfinished">&Удалить</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>
--- a/i18n/eric6_tr.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_tr.ts Sun Dec 06 19:09:32 2015 +0100 @@ -16302,337 +16302,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Yardım Penceresi</b><p>Bu pencere seçilen yardım bilgilerini gösterir.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="918"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> <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="963"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> <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="943"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="944"/> <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="1175"/> - <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="1180"/> - <source>Save Lin&k</source> - <translation>Bağlantıyı &Kaydet</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> - <translation>Bu linki yerimine ekle</translation> + <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="1188"/> + <source>Save Lin&k</source> + <translation>Bağlantıyı &Kaydet</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation>Bu linki yerimine ekle</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> <source>Copy Link to Clipboard</source> <translation>Bağlantıyı Panoya Kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> - <source>Open Image in New Tab</source> - <translation>Görüntüyü yeni sekmede aç</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1210"/> - <source>Save Image</source> - <translation>Görüntüyü Kaydet</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <source>Open Image in New Tab</source> + <translation>Görüntüyü yeni sekmede aç</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1218"/> + <source>Save Image</source> + <translation>Görüntüyü Kaydet</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> <source>Copy Image to Clipboard</source> <translation>Görüntüyü Panoya kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> <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="1224"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> <source>Block Image</source> <translation>Görüntüleri Engelle</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1353"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Bookmark this Page</source> <translation>Bu sayfayı yerimine ekle</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> <source>Search with...</source> <translation>Bununla Ara...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation>Web Denetleyicisi...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2078"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2090"/> <source>Error loading page: {0}</source> <translation>Sayfa yüklenirken hata: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> - <source>When connecting to: {0}.</source> - <translation>Bağlantı:{0}.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> - <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="2104"/> - <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="2108"/> + <source>When connecting to: {0}.</source> + <translation>Bağlantı:{0}.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> + <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="2116"/> + <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="2120"/> <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="1430"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1438"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2114"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> <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="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> <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="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> <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="2194"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> <source>bytes</source> <translation>bitler</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1197"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1205"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> - <translation type="unfinished">&Yazdır</translation> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation type="unfinished">&Yazdır</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation type="unfinished">Baskı Öngörünümü</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation type="unfinished">Bü&yült</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation type="unfinished">Büyütmeyi sıfı&rla</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation type="unfinished">Küçü&lt</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation type="unfinished">Tekrar Dene</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> + <source>Play</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> + <source>Pause</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> + <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> + <source>Mute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.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> {5.?}</translation> </message> @@ -16750,7 +16750,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation type="unfinished"></translation> </message> @@ -16760,10 +16760,20 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -18047,1762 +18057,1782 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation>İçerik</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation>Dizin</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation>Ara</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <source>Close the current help window</source> <translation>Geçerli yardım penceresini kapat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="460"/> + <location filename="../Helpviewer/HelpWindow.py" line="461"/> <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="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation>Yeni Sekme</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>&New Tab</source> <translation>Ye&ni Sekme</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="461"/> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation>Yeni Pencere</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation>Yeni &Pencere</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="475"/> + <location filename="../Helpviewer/HelpWindow.py" line="476"/> <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="476"/> + <location filename="../Helpviewer/HelpWindow.py" line="477"/> <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="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation>D&osya Aç</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> - <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="491"/> + <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="492"/> <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="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation>Yeni Sekmede Dosya Aç</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation>Yeni Sek&mede Dosya Aç</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <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="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <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="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation>Farklı K&aydet...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <source>Save the current page to disk</source> <translation>Geçerli sayfayı harddiske kaydet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <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="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation>Yerimlerini İçeaktar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation>Yerimlerini &İçeaktar...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <source>Import bookmarks from other browsers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation>Yerimlerini Dışaaktar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation>Y&erimlerini Dışaaktar...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation>&Yazdır</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> + <location filename="../Helpviewer/HelpWindow.py" line="604"/> <source>Print the displayed help</source> <translation>Görüntülenen yardımı yazdır</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation>Baskı Öngörünümü</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <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="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="652"/> + <location filename="../Helpviewer/HelpWindow.py" line="653"/> <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="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation>Hepsini Kapat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close &All</source> <translation>Hepsini K&apat</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> - <source>Close all help windows</source> - <translation>Tüm yardım pencerelerini kapat</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="665"/> + <source>Close all help windows</source> + <translation>Tüm yardım pencerelerini kapat</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> <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="679"/> - <source>Private Browsing</source> - <translation>Özel Gözatım</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation>Özel &Gözatım</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation>Özel Gözatım</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation>Özel &Gözatım</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation>Geriye Doğru</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation>Geriye &Doğru</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> - <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="717"/> + <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="718"/> <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="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation>İleriye</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>&Forward</source> <translation>İleri&ye</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> <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="735"/> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> <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="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>&Home</source> <translation>&Ev</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> <source>Move to the initial help screen</source> <translation>İlk yardım sayfasına taşı</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="752"/> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> <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="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation>Yeniden Yükle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation>&Yeniden Yükle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <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="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <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="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation>Dur</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation>D&ur</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> - <source>Stop loading</source> - <translation>Yüklemeyi durdur</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <source>Stop loading</source> + <translation>Yüklemeyi durdur</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation>Kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>&Copy</source> <translation>&Kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> + <location filename="../Helpviewer/HelpWindow.py" line="800"/> <source>Copy the selected text</source> <translation>Seçilen metni kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> <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="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation>Bul...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation>&Bul...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> + <location filename="../Helpviewer/HelpWindow.py" line="815"/> <source>Find text in page</source> <translation>Metni sayfa içinde bul</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation>Sonrakini bul</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation>So&nrakini Bul</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <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="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation>Öncekini bul</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation>Öncekini b&ul</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <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="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation>Yerimleri Yönetimi</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation>Yerimleri Yöneti&mi...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <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="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation>Yerimi Ekle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation>&Yerimi Ekle...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <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="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation>,Dizin Ekle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation>Dizin &Ekle...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <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="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation>Tüm Sekmeleri Yerimi yap</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation>Tüm Sekmeleri Yerimi yap...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <source>Bookmark all open tabs.</source> <translation>Tüm Açık Sekmeleri Yerimi yap.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation>Bu nedir?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation>Bu &Nedir?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="925"/> - <source>Context sensitive help</source> - <translation>Duyarlı yardım</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="926"/> + <source>Context sensitive help</source> + <translation>Duyarlı yardım</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> <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="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation>Hakkında</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>&About</source> <translation>H&akkında</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> <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="944"/> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> <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="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation>Qt Hakkında</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About &Qt</source> <translation>&Qt Hakkında</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> <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="958"/> + <location filename="../Helpviewer/HelpWindow.py" line="959"/> <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="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation>Büyüt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation>Bü&yült</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="973"/> + <location filename="../Helpviewer/HelpWindow.py" line="974"/> <source>Zoom in on the text</source> <translation>MEtni Büyüt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <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="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation>Küçült</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation>Küçü&lt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> + <location filename="../Helpviewer/HelpWindow.py" line="990"/> <source>Zoom out on the text</source> <translation>Metin üzerinde küçült</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <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="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation>Büyütmeyi sıfırla</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation>Büyütmeyi sıfı&rla</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <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="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <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="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation>Yalnızca metni büyüt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation>Yalnızca me&tni büyüt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <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="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation>Sayfa kaynağını göster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <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="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation>Tam Ekran</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation>&Tam Ekran</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation>Sonraki sekmeyi göster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation>Önceki sekmeyi göster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation>Sekmeler arasında değiştir</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation>Seçenekler</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation>&Seçenekler...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation>tercih edilen ayarları yapınız</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation>Diller</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation>Di&ller...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation>Çerezler</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation>&Çerezler...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation>İçindekiler Tablosu ile senkronize et</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation>İçindekiler Tablosu</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <source>Shows the table of contents window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation>Dizin penceresini göster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <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="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation>Arama pencerelerini göster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <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="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation>OtHelp Dökümanlları Yönetimi</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation>OtHelp &Dökümanlları Yönetimi</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation>QtHelp Süzgeçlerini Yönet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation>QtHelp &Filtre Yöneticisi</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <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="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation>Belgeyi Yeniden İindexle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation>&Belgeyi Yeniden İindexle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation>Özel verileri temizle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation>&Özel verileri temizle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation>İkon veritabanını temizle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation>İkon ver&itabanını temizle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation>Arama Motoru Ayarları</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation>Ulaşılabilen Arama motorunu ayarla</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation>Kaydedilmiş Parolaları Yönet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation>Kaydedilmiş Parolaları Yönet...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation>Kaydedilmiş parolaları yönet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation>Engel ekle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation>&Engel Ekle...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation>Ağ Gözleyicisi diyaloğunu göster</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1583"/> + <location filename="../Helpviewer/HelpWindow.py" line="1600"/> <source>&File</source> <translation>&Dosya</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1605"/> + <location filename="../Helpviewer/HelpWindow.py" line="1622"/> <source>&Edit</source> <translation>Düz&en</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> - <source>&View</source> - <translation>&Görünüm</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> + <source>&View</source> + <translation>&Görünüm</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> <source>&Go</source> <translation>&Git</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation>Geçmi&ş</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> <source>&Bookmarks</source> <translation>&Yerimleri</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation>Ayar&lar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation>&Araçlar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation>&Pencere</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> <source>&Help</source> <translation>&Yardım</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation>Dosya</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation>Düzen</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation>Görünüm</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation>Bul</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation>Süzgeç</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> + <location filename="../Helpviewer/HelpWindow.py" line="1810"/> <source>Filtered by: </source> <translation>Süzülen: </translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1798"/> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> <source>Settings</source> <translation>Ayarlar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> <source>Help</source> <translation>Yardım</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> <source>Go</source> <translation>Git</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <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> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2170"/> + <location filename="../Helpviewer/HelpWindow.py" line="2189"/> <source>Saved Tabs</source> <translation>Sekmeleri Kaydet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2687"/> + <location filename="../Helpviewer/HelpWindow.py" line="2706"/> <source>Could not find an associated content.</source> <translation>Birleştirilmiş bir içerek bulunamadı.</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2810"/> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> <source>Updating search index</source> <translation>Arama index yenileniyor</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> <source>Looking for Documentation...</source> <translation>Dökümanlara bakılıyor...</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation>Süzülmemiş</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation>Süzülmemiş</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> <source>Help Engine</source> <translation>Yardım Motoru</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> <source>Shows the downloads window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1624"/> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> <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="3424"/> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> <source>Unicode</source> <translation>Evrensel kod</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> <source>Other</source> <translation>Diğer</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> <source>Default Encoding</source> <translation>Varsayılan Kodlama</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1878"/> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <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="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1504"/> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> <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="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <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="1520"/> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1522"/> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> <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="1810"/> + <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>Tools</source> <translation type="unfinished">Araçlar</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation type="unfinished">Ağ Gözleyicisi</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <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="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <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="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation type="unfinished">Farklı Kaydet</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -36519,27 +36549,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -64714,6 +64744,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation type="unfinished">Arama kriterlerini giriniz</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <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/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation type="unfinished">Kaldı&r</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <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/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation type="unfinished">Hepsini K&aldır</translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation type="unfinished">Websitesi</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>
--- a/i18n/eric6_zh_CN.GB2312.ts Sun Dec 06 14:54:10 2015 +0100 +++ b/i18n/eric6_zh_CN.GB2312.ts Sun Dec 06 19:09:32 2015 +0100 @@ -16299,337 +16299,337 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <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="740"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="741"/> <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="1434"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1442"/> <source>Web Inspector...</source> <translation>网络检查器……</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2099"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2111"/> <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="2104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2116"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2120"/> + <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="1361"/> + <source>Bookmark this Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> + <source>Save Lin&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <source>Bookmark this Link</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1196"/> + <source>Copy Link to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> + <source>Open Image in New Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1218"/> + <source>Save Image</source> + <translation type="unfinished">保存图像</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1221"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1223"/> + <source>Copy Image Location to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1232"/> + <source>Block Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1389"/> + <source>Search with...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="919"/> + <source><p>The file <b>{0}</b> does not exist.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="964"/> + <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="944"/> + <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="2090"/> + <source>Error loading page: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2108"/> - <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="1353"/> - <source>Bookmark this Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1180"/> - <source>Save Lin&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Bookmark this Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1188"/> - <source>Copy Link to Clipboard</source> + <source>When connecting to: {0}.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> + <source>Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2171"/> + <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="2182"/> + <source>New Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2206"/> + <source>bytes</source> + <translation type="unfinished">字节</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2209"/> + <source>kB</source> + <translation type="unfinished">千字节</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2212"/> + <source>MB</source> + <translation type="unfinished">兆字节</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2182"/> + <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="1438"/> + <source>Add to web search toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> + <source>Method not supported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1617"/> + <source>{0} method is not supported.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> + <source>Search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1677"/> + <source>Choose the desired search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> + <source>Engine name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1699"/> + <source>Enter a name for the engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2126"/> + <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="1205"/> - <source>Open Image in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1210"/> - <source>Save Image</source> - <translation type="unfinished">保存图像</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1213"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1215"/> - <source>Copy Image Location to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1224"/> - <source>Block Image</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1381"/> - <source>Search with...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="918"/> - <source><p>The file <b>{0}</b> does not exist.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="963"/> - <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="943"/> - <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="2078"/> - <source>Error loading page: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2096"/> - <source>When connecting to: {0}.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> - <source>Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2159"/> - <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="2170"/> - <source>New Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2194"/> - <source>bytes</source> - <translation type="unfinished">字节</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2197"/> - <source>kB</source> - <translation type="unfinished">千字节</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2200"/> - <source>MB</source> - <translation type="unfinished">兆字节</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2170"/> - <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="1430"/> - <source>Add to web search toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> - <source>Method not supported</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1609"/> - <source>{0} method is not supported.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> - <source>Search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1669"/> - <source>Choose the desired search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> - <source>Engine name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1691"/> - <source>Enter a name for the engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2114"/> - <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="1197"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1230"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1238"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1227"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1315"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1323"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1318"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1321"/> - <source>Show in new &tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1326"/> - <source>&Print</source> - <translation type="unfinished">打印(&P)</translation> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1329"/> + <source>Show in new &tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <source>&Print</source> + <translation type="unfinished">打印(&P)</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1337"/> <source>Print Preview</source> <translation type="unfinished">打印预览</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1332"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1336"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1344"/> <source>Zoom &in</source> <translation type="unfinished">放大(&i)</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1339"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1347"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1350"/> <source>Zoom &out</source> <translation type="unfinished">缩小(&o)</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1346"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1364"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1374"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1382"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1406"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1414"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1413"/> - <source>Dictionary</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1421"/> + <source>Dictionary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1429"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1360"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1368"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2119"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2131"/> <source>Try Again</source> <translation type="unfinished">再试</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> - <source>Play</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1252"/> - <source>Pause</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> - <source>Unmute</source> + <source>Play</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Mute</source> + <source>Pause</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> - <source>Copy Media Address to Clipboard</source> + <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> - <source>Send Media Address</source> + <source>Mute</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1272"/> + <source>Copy Media Address to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1276"/> + <source>Send Media Address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2555"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2567"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2523"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2535"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>由于 PyQt4 中存在一个错误,导致无法打印。请升级。</p> {5.?}</translation> </message> @@ -16747,7 +16747,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="186"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="199"/> <source>Select to clear cookies set by the Adobe Flash Player</source> <translation type="unfinished"></translation> </message> @@ -16757,10 +16757,20 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="189"/> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="202"/> <source>Cookies from Adobe &Flash Player</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="179"/> + <source>Select to delete all remembered zoom settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpClearPrivateDataDialog.ui" line="182"/> + <source>&Zoom Settings</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpDocsInstaller</name> @@ -18013,1762 +18023,1782 @@ <context> <name>HelpWindow</name> <message> - <location filename="../Helpviewer/HelpWindow.py" line="650"/> + <location filename="../Helpviewer/HelpWindow.py" line="651"/> <source>Close the current help window</source> <translation>关闭当前帮助浏览器</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="460"/> + <location filename="../Helpviewer/HelpWindow.py" line="461"/> <source>Open a new help window tab</source> <translation>打开新帮助窗口选项卡</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>New Tab</source> <translation>新建选项卡</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>&New Tab</source> <translation>新建选项卡(&N)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="454"/> + <location filename="../Helpviewer/HelpWindow.py" line="455"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="461"/> + <location filename="../Helpviewer/HelpWindow.py" line="462"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New Window</source> <translation>新建窗口</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="475"/> + <location filename="../Helpviewer/HelpWindow.py" line="476"/> <source>Open a new help browser window</source> <translation>打开一个新的帮助浏览器窗口</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="476"/> + <location filename="../Helpviewer/HelpWindow.py" line="477"/> <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="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <source>Open File</source> <translation>打开文件</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>&Open File</source> <translation>打开文件(&O)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="484"/> + <location filename="../Helpviewer/HelpWindow.py" line="485"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="490"/> + <location filename="../Helpviewer/HelpWindow.py" line="491"/> <source>Open a help file for display</source> <translation>打开显示一个帮助文件</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="491"/> + <location filename="../Helpviewer/HelpWindow.py" line="492"/> <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="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New Tab</source> <translation>在新选项卡中打开文件</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <source>Open File in New &Tab</source> <translation>在新选项卡中打开文件(&T)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="500"/> + <location filename="../Helpviewer/HelpWindow.py" line="501"/> <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="506"/> + <location filename="../Helpviewer/HelpWindow.py" line="507"/> <source>Open a help file for display in a new tab</source> <translation>在新选项卡中打开显示帮助文件</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="508"/> + <location filename="../Helpviewer/HelpWindow.py" line="509"/> <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="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>&Print</source> <translation>打印(&P)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="597"/> + <location filename="../Helpviewer/HelpWindow.py" line="598"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="603"/> - <source>Print the displayed help</source> - <translation>打印显示的帮助</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="604"/> + <source>Print the displayed help</source> + <translation>打印显示的帮助</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="605"/> <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="628"/> + <location filename="../Helpviewer/HelpWindow.py" line="629"/> <source>Print Preview</source> <translation>打印预览</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="633"/> + <location filename="../Helpviewer/HelpWindow.py" line="634"/> <source>Print preview of the displayed help</source> <translation>显示的帮助的打印预览</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="635"/> + <location filename="../Helpviewer/HelpWindow.py" line="636"/> <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="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>&Close</source> <translation>关闭(&C)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="644"/> + <location filename="../Helpviewer/HelpWindow.py" line="645"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="652"/> + <location filename="../Helpviewer/HelpWindow.py" line="653"/> <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="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close All</source> <translation>全部关闭</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="660"/> + <location filename="../Helpviewer/HelpWindow.py" line="661"/> <source>Close &All</source> <translation>全部关闭(&A)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="665"/> + <location filename="../Helpviewer/HelpWindow.py" line="666"/> <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="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>&Quit</source> <translation>退出(&Q)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="691"/> + <location filename="../Helpviewer/HelpWindow.py" line="692"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backward</source> <translation>后退</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>&Backward</source> <translation>后退(&B)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="709"/> + <location filename="../Helpviewer/HelpWindow.py" line="710"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="716"/> - <source>Move one help screen backward</source> - <translation>向后移动一个帮助屏幕</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="717"/> + <source>Move one help screen backward</source> + <translation>向后移动一个帮助屏幕</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="718"/> <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="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Forward</source> <translation>前移</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>&Forward</source> <translation>前移(&F)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="726"/> + <location filename="../Helpviewer/HelpWindow.py" line="727"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="733"/> + <location filename="../Helpviewer/HelpWindow.py" line="734"/> <source>Move one help screen forward</source> <translation>向前移动一个帮助屏幕</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="735"/> + <location filename="../Helpviewer/HelpWindow.py" line="736"/> <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="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>&Home</source> <translation>首页(&H)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="744"/> + <location filename="../Helpviewer/HelpWindow.py" line="745"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="750"/> + <location filename="../Helpviewer/HelpWindow.py" line="751"/> <source>Move to the initial help screen</source> <translation>移动到初始帮助屏幕</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="752"/> + <location filename="../Helpviewer/HelpWindow.py" line="753"/> <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="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Reload</source> <translation>重新载入</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>&Reload</source> <translation>重新载入(&R)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="767"/> + <location filename="../Helpviewer/HelpWindow.py" line="768"/> <source>Reload the current help screen</source> <translation>重新载入当前帮助屏幕</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="769"/> + <location filename="../Helpviewer/HelpWindow.py" line="770"/> <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="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Copy</source> <translation>复制</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>&Copy</source> <translation>复制(&C)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="793"/> + <location filename="../Helpviewer/HelpWindow.py" line="794"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="799"/> - <source>Copy the selected text</source> - <translation>复制已选文本</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="800"/> + <source>Copy the selected text</source> + <translation>复制已选文本</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="801"/> <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="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Find...</source> <translation>查找……</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>&Find...</source> <translation>查找(&F)……</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="808"/> + <location filename="../Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="814"/> - <source>Find text in page</source> - <translation>在页面中查找文本</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="815"/> + <source>Find text in page</source> + <translation>在页面中查找文本</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="816"/> <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="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find next</source> <translation>查找下一个</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>Find &next</source> <translation>查找下一个(&n)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="823"/> + <location filename="../Helpviewer/HelpWindow.py" line="824"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="829"/> + <location filename="../Helpviewer/HelpWindow.py" line="830"/> <source>Find next occurrence of text in page</source> <translation>在页面中查找文本的下一个出现位置</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="831"/> + <location filename="../Helpviewer/HelpWindow.py" line="832"/> <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="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find previous</source> <translation>查找上一个</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Find &previous</source> <translation>查找上一个(&p)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="839"/> + <location filename="../Helpviewer/HelpWindow.py" line="840"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="845"/> + <location filename="../Helpviewer/HelpWindow.py" line="846"/> <source>Find previous occurrence of text in page</source> <translation>在页面中查找文本的上一个出现位置</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="847"/> + <location filename="../Helpviewer/HelpWindow.py" line="848"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add Bookmark</source> <translation>添加书签</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>What's This?</source> <translation>这是什么?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>&What's This?</source> <translation>这是什么(&W)?</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="919"/> + <location filename="../Helpviewer/HelpWindow.py" line="920"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="925"/> - <source>Context sensitive help</source> - <translation>背景帮助</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="926"/> + <source>Context sensitive help</source> + <translation>背景帮助</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="927"/> <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="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>About</source> <translation>关于</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="938"/> + <location filename="../Helpviewer/HelpWindow.py" line="939"/> <source>&About</source> <translation>关于(&A)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="942"/> + <location filename="../Helpviewer/HelpWindow.py" line="943"/> <source>Display information about this software</source> <translation>显示软件信息</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="944"/> + <location filename="../Helpviewer/HelpWindow.py" line="945"/> <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="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About Qt</source> <translation>关于 Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="952"/> + <location filename="../Helpviewer/HelpWindow.py" line="953"/> <source>About &Qt</source> <translation>关于 &Qt</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="956"/> + <location filename="../Helpviewer/HelpWindow.py" line="957"/> <source>Display information about the Qt toolkit</source> <translation>显示Qt工具包信息</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="958"/> + <location filename="../Helpviewer/HelpWindow.py" line="959"/> <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="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom in</source> <translation>放大</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom &in</source> <translation>放大(&i)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="973"/> + <location filename="../Helpviewer/HelpWindow.py" line="974"/> <source>Zoom in on the text</source> <translation>放大显示文本</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="974"/> + <location filename="../Helpviewer/HelpWindow.py" line="975"/> <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="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom out</source> <translation>缩小</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom &out</source> <translation>缩小(&o)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="989"/> - <source>Zoom out on the text</source> - <translation>缩小显示文本</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="990"/> + <source>Zoom out on the text</source> + <translation>缩小显示文本</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="991"/> <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="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Show next tab</source> <translation>显示下一个选项卡</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1061"/> + <location filename="../Helpviewer/HelpWindow.py" line="1062"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Show previous tab</source> <translation>显示上一个选项卡</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1071"/> + <location filename="../Helpviewer/HelpWindow.py" line="1072"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Switch between tabs</source> <translation>在选项卡间切换</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1081"/> + <location filename="../Helpviewer/HelpWindow.py" line="1082"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>Preferences</source> <translation>参数选择</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1091"/> + <location filename="../Helpviewer/HelpWindow.py" line="1092"/> <source>&Preferences...</source> <translation>参数选择(&P)……</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1095"/> + <location filename="../Helpviewer/HelpWindow.py" line="1096"/> <source>Set the prefered configuration</source> <translation>设定偏好配置</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1097"/> + <location filename="../Helpviewer/HelpWindow.py" line="1098"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear icons database</source> <translation>清除图标数据库</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1367"/> + <location filename="../Helpviewer/HelpWindow.py" line="1368"/> <source>Clear the database of favicons</source> <translation>清除喜好图标数据库</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1369"/> + <location filename="../Helpviewer/HelpWindow.py" line="1370"/> <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="1583"/> + <location filename="../Helpviewer/HelpWindow.py" line="1600"/> <source>&File</source> <translation>文件(&F)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1605"/> + <location filename="../Helpviewer/HelpWindow.py" line="1622"/> <source>&Edit</source> <translation>编辑(&E)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1613"/> - <source>&View</source> - <translation>视图(&V)</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1630"/> + <source>&View</source> + <translation>视图(&V)</translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1647"/> <source>&Go</source> <translation>跳转(&G)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1645"/> + <location filename="../Helpviewer/HelpWindow.py" line="1662"/> <source>H&istory</source> <translation>历史(&i)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1653"/> + <location filename="../Helpviewer/HelpWindow.py" line="1670"/> <source>&Bookmarks</source> <translation>书签(&B)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1728"/> + <location filename="../Helpviewer/HelpWindow.py" line="1747"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1739"/> + <location filename="../Helpviewer/HelpWindow.py" line="1758"/> <source>File</source> <translation>文件</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1764"/> + <location filename="../Helpviewer/HelpWindow.py" line="1783"/> <source>Edit</source> <translation>编辑</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1769"/> + <location filename="../Helpviewer/HelpWindow.py" line="1788"/> <source>View</source> <translation>视图</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1778"/> + <location filename="../Helpviewer/HelpWindow.py" line="1797"/> <source>Find</source> <translation>查找</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1818"/> + <location filename="../Helpviewer/HelpWindow.py" line="1837"/> <source>Help</source> <translation>帮助</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1825"/> + <location filename="../Helpviewer/HelpWindow.py" line="1844"/> <source>Go</source> <translation>跳转</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2028"/> + <location filename="../Helpviewer/HelpWindow.py" line="2047"/> <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="189"/> + <location filename="../Helpviewer/HelpWindow.py" line="190"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="664"/> + <location filename="../Helpviewer/HelpWindow.py" line="665"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1240"/> + <location filename="../Helpviewer/HelpWindow.py" line="1241"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1245"/> + <location filename="../Helpviewer/HelpWindow.py" line="1246"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1247"/> + <location filename="../Helpviewer/HelpWindow.py" line="1248"/> <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="1256"/> + <location filename="../Helpviewer/HelpWindow.py" line="1257"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1260"/> + <location filename="../Helpviewer/HelpWindow.py" line="1261"/> <source>Shows the table of contents window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1262"/> + <location filename="../Helpviewer/HelpWindow.py" line="1263"/> <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="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1303"/> + <location filename="../Helpviewer/HelpWindow.py" line="1304"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1305"/> + <location filename="../Helpviewer/HelpWindow.py" line="1306"/> <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="1717"/> + <location filename="../Helpviewer/HelpWindow.py" line="1736"/> <source>&Window</source> <translation type="unfinished">窗口(&W)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1786"/> + <location filename="../Helpviewer/HelpWindow.py" line="1805"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1791"/> + <location filename="../Helpviewer/HelpWindow.py" line="1810"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2687"/> + <location filename="../Helpviewer/HelpWindow.py" line="2706"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1319"/> + <location filename="../Helpviewer/HelpWindow.py" line="1320"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1321"/> + <location filename="../Helpviewer/HelpWindow.py" line="1322"/> <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="1270"/> + <location filename="../Helpviewer/HelpWindow.py" line="1271"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1274"/> + <location filename="../Helpviewer/HelpWindow.py" line="1275"/> <source>Shows the index window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1276"/> + <location filename="../Helpviewer/HelpWindow.py" line="1277"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1284"/> + <location filename="../Helpviewer/HelpWindow.py" line="1285"/> <source>Search</source> <translation type="unfinished">搜索</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1288"/> + <location filename="../Helpviewer/HelpWindow.py" line="1289"/> <source>Shows the search window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1290"/> + <location filename="../Helpviewer/HelpWindow.py" line="1291"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1334"/> + <location filename="../Helpviewer/HelpWindow.py" line="1335"/> <source>Reindexes the documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1336"/> + <location filename="../Helpviewer/HelpWindow.py" line="1337"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2810"/> + <location filename="../Helpviewer/HelpWindow.py" line="2829"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2880"/> + <location filename="../Helpviewer/HelpWindow.py" line="2899"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2915"/> - <source>Unfiltered</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="2934"/> + <source>Unfiltered</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="2953"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="679"/> - <source>Private Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="674"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="680"/> + <source>Private Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="675"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="681"/> <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="2377"/> + <location filename="../Helpviewer/HelpWindow.py" line="2396"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1050"/> + <location filename="../Helpviewer/HelpWindow.py" line="1051"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1299"/> + <location filename="../Helpviewer/HelpWindow.py" line="1300"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1315"/> + <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1330"/> + <location filename="../Helpviewer/HelpWindow.py" line="1331"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> + <location filename="../Helpviewer/HelpWindow.py" line="1351"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1345"/> + <location filename="../Helpviewer/HelpWindow.py" line="1346"/> <source>&Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1352"/> + <location filename="../Helpviewer/HelpWindow.py" line="1353"/> <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="1362"/> + <location filename="../Helpviewer/HelpWindow.py" line="1363"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1470"/> + <location filename="../Helpviewer/HelpWindow.py" line="1471"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1668"/> + <location filename="../Helpviewer/HelpWindow.py" line="1685"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1708"/> + <location filename="../Helpviewer/HelpWindow.py" line="1727"/> <source>&Tools</source> <translation type="unfinished">工具(&T)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1034"/> + <location filename="../Helpviewer/HelpWindow.py" line="1035"/> <source>Ctrl+U</source> <translation type="unfinished">Ctrl+U</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1039"/> + <location filename="../Helpviewer/HelpWindow.py" line="1040"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1041"/> + <location filename="../Helpviewer/HelpWindow.py" line="1042"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1111"/> + <location filename="../Helpviewer/HelpWindow.py" line="1112"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1113"/> + <location filename="../Helpviewer/HelpWindow.py" line="1114"/> <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="1106"/> + <location filename="../Helpviewer/HelpWindow.py" line="1107"/> <source>Languages</source> <translation type="unfinished">语言</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1122"/> + <location filename="../Helpviewer/HelpWindow.py" line="1123"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1126"/> + <location filename="../Helpviewer/HelpWindow.py" line="1127"/> <source>Configure cookies handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1128"/> + <location filename="../Helpviewer/HelpWindow.py" line="1129"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1798"/> + <location filename="../Helpviewer/HelpWindow.py" line="1817"/> <source>Settings</source> <translation type="unfinished">设置</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom reset</source> <translation type="unfinished">重置缩放</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="998"/> + <location filename="../Helpviewer/HelpWindow.py" line="999"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1004"/> + <location filename="../Helpviewer/HelpWindow.py" line="1005"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1016"/> + <location filename="../Helpviewer/HelpWindow.py" line="1017"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1021"/> + <location filename="../Helpviewer/HelpWindow.py" line="1022"/> <source>Zoom text only; pictures remain constant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1023"/> + <location filename="../Helpviewer/HelpWindow.py" line="1024"/> <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="1006"/> + <location filename="../Helpviewer/HelpWindow.py" line="1007"/> <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="469"/> + <location filename="../Helpviewer/HelpWindow.py" line="470"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="567"/> + <location filename="../Helpviewer/HelpWindow.py" line="568"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="571"/> + <location filename="../Helpviewer/HelpWindow.py" line="572"/> <source>Import bookmarks from other browsers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="573"/> + <location filename="../Helpviewer/HelpWindow.py" line="574"/> <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="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="582"/> + <location filename="../Helpviewer/HelpWindow.py" line="583"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="586"/> + <location filename="../Helpviewer/HelpWindow.py" line="587"/> <source>Export the bookmarks into a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="588"/> + <location filename="../Helpviewer/HelpWindow.py" line="589"/> <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="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="856"/> + <location filename="../Helpviewer/HelpWindow.py" line="857"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="861"/> + <location filename="../Helpviewer/HelpWindow.py" line="862"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="863"/> + <location filename="../Helpviewer/HelpWindow.py" line="864"/> <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="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="872"/> + <location filename="../Helpviewer/HelpWindow.py" line="873"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="879"/> + <location filename="../Helpviewer/HelpWindow.py" line="880"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="881"/> + <location filename="../Helpviewer/HelpWindow.py" line="882"/> <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="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="889"/> + <location filename="../Helpviewer/HelpWindow.py" line="890"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="893"/> + <location filename="../Helpviewer/HelpWindow.py" line="894"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="895"/> + <location filename="../Helpviewer/HelpWindow.py" line="896"/> <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="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="904"/> + <location filename="../Helpviewer/HelpWindow.py" line="905"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="908"/> + <location filename="../Helpviewer/HelpWindow.py" line="909"/> <source>Bookmark all open tabs.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="910"/> + <location filename="../Helpviewer/HelpWindow.py" line="911"/> <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="2170"/> + <location filename="../Helpviewer/HelpWindow.py" line="2189"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="760"/> + <location filename="../Helpviewer/HelpWindow.py" line="761"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Stop</source> <translation type="unfinished">中止</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>&Stop</source> <translation type="unfinished">中止(&S)</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="777"/> + <location filename="../Helpviewer/HelpWindow.py" line="778"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="784"/> + <location filename="../Helpviewer/HelpWindow.py" line="785"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="785"/> + <location filename="../Helpviewer/HelpWindow.py" line="786"/> <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="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <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="523"/> + <location filename="../Helpviewer/HelpWindow.py" line="524"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="525"/> + <location filename="../Helpviewer/HelpWindow.py" line="526"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1383"/> + <location filename="../Helpviewer/HelpWindow.py" line="1384"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1385"/> + <location filename="../Helpviewer/HelpWindow.py" line="1386"/> <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="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1395"/> + <location filename="../Helpviewer/HelpWindow.py" line="1396"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1401"/> + <location filename="../Helpviewer/HelpWindow.py" line="1402"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1403"/> + <location filename="../Helpviewer/HelpWindow.py" line="1404"/> <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="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1411"/> + <location filename="../Helpviewer/HelpWindow.py" line="1412"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1417"/> + <location filename="../Helpviewer/HelpWindow.py" line="1418"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1419"/> + <location filename="../Helpviewer/HelpWindow.py" line="1420"/> <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="612"/> + <location filename="../Helpviewer/HelpWindow.py" line="613"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="617"/> + <location filename="../Helpviewer/HelpWindow.py" line="618"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="619"/> + <location filename="../Helpviewer/HelpWindow.py" line="620"/> <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="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1152"/> + <location filename="../Helpviewer/HelpWindow.py" line="1153"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1157"/> + <location filename="../Helpviewer/HelpWindow.py" line="1158"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1159"/> + <location filename="../Helpviewer/HelpWindow.py" line="1160"/> <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="1378"/> + <location filename="../Helpviewer/HelpWindow.py" line="1379"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2407"/> + <location filename="../Helpviewer/HelpWindow.py" line="2426"/> <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="1624"/> + <location filename="../Helpviewer/HelpWindow.py" line="1641"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3424"/> + <location filename="../Helpviewer/HelpWindow.py" line="3468"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3425"/> + <location filename="../Helpviewer/HelpWindow.py" line="3469"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3426"/> + <location filename="../Helpviewer/HelpWindow.py" line="3470"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3427"/> + <location filename="../Helpviewer/HelpWindow.py" line="3471"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3428"/> + <location filename="../Helpviewer/HelpWindow.py" line="3472"/> <source>Other</source> <translation type="unfinished">其它</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3429"/> + <location filename="../Helpviewer/HelpWindow.py" line="3473"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3451"/> + <location filename="../Helpviewer/HelpWindow.py" line="3495"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1481"/> + <location filename="../Helpviewer/HelpWindow.py" line="1482"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1485"/> + <location filename="../Helpviewer/HelpWindow.py" line="1486"/> <source>Shows the downloads window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1487"/> + <location filename="../Helpviewer/HelpWindow.py" line="1488"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1878"/> + <location filename="../Helpviewer/HelpWindow.py" line="1897"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1882"/> + <location filename="../Helpviewer/HelpWindow.py" line="1901"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3689"/> + <location filename="../Helpviewer/HelpWindow.py" line="3733"/> <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="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1496"/> + <location filename="../Helpviewer/HelpWindow.py" line="1497"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1502"/> + <location filename="../Helpviewer/HelpWindow.py" line="1503"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1504"/> + <location filename="../Helpviewer/HelpWindow.py" line="1505"/> <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="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1514"/> + <location filename="../Helpviewer/HelpWindow.py" line="1515"/> <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="1520"/> + <location filename="../Helpviewer/HelpWindow.py" line="1521"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1522"/> + <location filename="../Helpviewer/HelpWindow.py" line="1523"/> <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="1810"/> + <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>Tools</source> <translation type="unfinished">工具</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="966"/> + <location filename="../Helpviewer/HelpWindow.py" line="967"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="982"/> + <location filename="../Helpviewer/HelpWindow.py" line="983"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1465"/> + <location filename="../Helpviewer/HelpWindow.py" line="1466"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1472"/> + <location filename="../Helpviewer/HelpWindow.py" line="1473"/> <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="2384"/> + <location filename="../Helpviewer/HelpWindow.py" line="2403"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1531"/> + <location filename="../Helpviewer/HelpWindow.py" line="1532"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1535"/> + <location filename="../Helpviewer/HelpWindow.py" line="1536"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1537"/> + <location filename="../Helpviewer/HelpWindow.py" line="1538"/> <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="1695"/> + <location filename="../Helpviewer/HelpWindow.py" line="1714"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="517"/> + <location filename="../Helpviewer/HelpWindow.py" line="518"/> <source>Save As</source> <translation type="unfinished">另存为</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="533"/> + <location filename="../Helpviewer/HelpWindow.py" line="534"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="538"/> + <location filename="../Helpviewer/HelpWindow.py" line="539"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="540"/> + <location filename="../Helpviewer/HelpWindow.py" line="541"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1546"/> + <location filename="../Helpviewer/HelpWindow.py" line="1547"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1551"/> + <location filename="../Helpviewer/HelpWindow.py" line="1552"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1553"/> + <location filename="../Helpviewer/HelpWindow.py" line="1554"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1428"/> + <location filename="../Helpviewer/HelpWindow.py" line="1429"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1434"/> + <location filename="../Helpviewer/HelpWindow.py" line="1435"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1436"/> + <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1168"/> + <location filename="../Helpviewer/HelpWindow.py" line="1169"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1174"/> + <location filename="../Helpviewer/HelpWindow.py" line="1175"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1176"/> + <location filename="../Helpviewer/HelpWindow.py" line="1177"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1186"/> + <location filename="../Helpviewer/HelpWindow.py" line="1187"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1192"/> + <location filename="../Helpviewer/HelpWindow.py" line="1193"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1194"/> + <location filename="../Helpviewer/HelpWindow.py" line="1195"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1447"/> + <location filename="../Helpviewer/HelpWindow.py" line="1448"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1453"/> + <location filename="../Helpviewer/HelpWindow.py" line="1454"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1455"/> + <location filename="../Helpviewer/HelpWindow.py" line="1456"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1204"/> + <location filename="../Helpviewer/HelpWindow.py" line="1205"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1209"/> + <location filename="../Helpviewer/HelpWindow.py" line="1210"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1211"/> + <location filename="../Helpviewer/HelpWindow.py" line="1212"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="548"/> + <location filename="../Helpviewer/HelpWindow.py" line="549"/> <source>Save Visible Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="553"/> + <location filename="../Helpviewer/HelpWindow.py" line="554"/> <source>Save the visible part of the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="556"/> + <location filename="../Helpviewer/HelpWindow.py" line="557"/> <source><b>Save Visible Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2890"/> + <location filename="../Helpviewer/HelpWindow.py" line="2909"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="697"/> - <source>Quit the eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="698"/> + <source>Quit the eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="699"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="2076"/> + <location filename="../Helpviewer/HelpWindow.py" line="2095"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>IP Address Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Domain Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3715"/> + <location filename="../Helpviewer/HelpWindow.py" line="3759"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3724"/> + <location filename="../Helpviewer/HelpWindow.py" line="3768"/> <source>The given IP address is not in dotted quad notation.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3734"/> + <location filename="../Helpviewer/HelpWindow.py" line="3778"/> <source>Enter a valid domain name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1222"/> + <location filename="../Helpviewer/HelpWindow.py" line="1223"/> <source>Edit HTML5 Feature Permissions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1137"/> + <location filename="../Helpviewer/HelpWindow.py" line="1138"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1141"/> + <location filename="../Helpviewer/HelpWindow.py" line="1142"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1143"/> + <location filename="../Helpviewer/HelpWindow.py" line="1144"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1227"/> + <location filename="../Helpviewer/HelpWindow.py" line="1228"/> <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1229"/> + <location filename="../Helpviewer/HelpWindow.py" line="1230"/> <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1564"/> + <source>Manage Saved Zoom Values...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1570"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpWindow.py" line="1572"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -36466,27 +36496,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1307"/> + <location filename="../Preferences/__init__.py" line="1314"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1335"/> + <location filename="../Preferences/__init__.py" line="1342"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1437"/> + <location filename="../Preferences/__init__.py" line="1444"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -64888,6 +64918,52 @@ </message> </context> <context> + <name>ZoomValuesDialog</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="14"/> + <source>Saved Zoom Values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="55"/> + <source>Enter search term</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="87"/> + <source>Press to remove the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="90"/> + <source>&Remove</source> + <translation type="unfinished">移除(&R)</translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="100"/> + <source>Press to remove all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesDialog.ui" line="103"/> + <source>Remove &All</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ZoomValuesModel</name> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="32"/> + <source>Website</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/ZoomManager/ZoomValuesModel.py" line="33"/> + <source>Zoom Value [%]</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>eric6</name> <message> <location filename="../eric6.py" line="327"/>