Sat, 18 Jul 2015 10:36:53 +0200
Added support for feature permissions to the eric web browser.
--- a/APIs/Python3/eric6.api Sun Jul 12 18:59:15 2015 +0200 +++ b/APIs/Python3/eric6.api Sat Jul 18 10:36:53 2015 +0200 @@ -2422,6 +2422,10 @@ eric6.Helpviewer.Download.DownloadModel.DownloadModel?1(manager, parent=None) eric6.Helpviewer.Download.DownloadUtilities.dataString?4(size) eric6.Helpviewer.Download.DownloadUtilities.timeString?4(timeRemaining) +eric6.Helpviewer.FeaturePermissionBar.FeaturePermissionBar.DefaultHeight?7 +eric6.Helpviewer.FeaturePermissionBar.FeaturePermissionBar.featurePermissionProvided?7 +eric6.Helpviewer.FeaturePermissionBar.FeaturePermissionBar.requestPermission?4(frame, feature) +eric6.Helpviewer.FeaturePermissionBar.FeaturePermissionBar?1(view) eric6.Helpviewer.Feeds.FeedEditDialog.FeedEditDialog.getData?4() eric6.Helpviewer.Feeds.FeedEditDialog.FeedEditDialog.on_titleEdit_textChanged?4(txt) eric6.Helpviewer.Feeds.FeedEditDialog.FeedEditDialog.on_urlEdit_textChanged?4(txt)
--- a/APIs/Python3/eric6.bas Sun Jul 12 18:59:15 2015 +0200 +++ b/APIs/Python3/eric6.bas Sat Jul 18 10:36:53 2015 +0200 @@ -238,6 +238,7 @@ ExporterRTF ExporterBase ExporterTEX ExporterBase FavIconLabel QLabel +FeaturePermissionBar QWidget FeedEditDialog QDialog Ui_FeedEditDialog FeedsDialog QDialog Ui_FeedsDialog FeedsManager QDialog Ui_FeedsManager
--- a/Documentation/Help/source.qhp Sun Jul 12 18:59:15 2015 +0200 +++ b/Documentation/Help/source.qhp Sat Jul 18 10:36:53 2015 +0200 @@ -394,6 +394,7 @@ <section title="eric6.Helpviewer.data" ref="index-eric6.Helpviewer.data.html"> </section> <section title="eric6.Helpviewer.ClosedTabsManager" ref="eric6.Helpviewer.ClosedTabsManager.html" /> + <section title="eric6.Helpviewer.FeaturePermissionBar" ref="eric6.Helpviewer.FeaturePermissionBar.html" /> <section title="eric6.Helpviewer.HelpBrowserWV" ref="eric6.Helpviewer.HelpBrowserWV.html" /> <section title="eric6.Helpviewer.HelpClearPrivateDataDialog" ref="eric6.Helpviewer.HelpClearPrivateDataDialog.html" /> <section title="eric6.Helpviewer.HelpDocsInstaller" ref="eric6.Helpviewer.HelpDocsInstaller.html" /> @@ -4859,6 +4860,13 @@ <keyword name="FavIconLabel.mouseMoveEvent" id="FavIconLabel.mouseMoveEvent" ref="eric6.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.mouseMoveEvent" /> <keyword name="FavIconLabel.mousePressEvent" id="FavIconLabel.mousePressEvent" ref="eric6.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.mousePressEvent" /> <keyword name="FavIconLabel.setBrowser" id="FavIconLabel.setBrowser" ref="eric6.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.setBrowser" /> + <keyword name="FeaturePermissionBar" id="FeaturePermissionBar" ref="eric6.Helpviewer.FeaturePermissionBar.html#FeaturePermissionBar" /> + <keyword name="FeaturePermissionBar (Constructor)" id="FeaturePermissionBar (Constructor)" ref="eric6.Helpviewer.FeaturePermissionBar.html#FeaturePermissionBar.__init__" /> + <keyword name="FeaturePermissionBar (Module)" id="FeaturePermissionBar (Module)" ref="eric6.Helpviewer.FeaturePermissionBar.html" /> + <keyword name="FeaturePermissionBar.__permissionDenied" id="FeaturePermissionBar.__permissionDenied" ref="eric6.Helpviewer.FeaturePermissionBar.html#FeaturePermissionBar.__permissionDenied" /> + <keyword name="FeaturePermissionBar.__permissionGranted" id="FeaturePermissionBar.__permissionGranted" ref="eric6.Helpviewer.FeaturePermissionBar.html#FeaturePermissionBar.__permissionGranted" /> + <keyword name="FeaturePermissionBar.__permissionUnknown" id="FeaturePermissionBar.__permissionUnknown" ref="eric6.Helpviewer.FeaturePermissionBar.html#FeaturePermissionBar.__permissionUnknown" /> + <keyword name="FeaturePermissionBar.requestPermission" id="FeaturePermissionBar.requestPermission" ref="eric6.Helpviewer.FeaturePermissionBar.html#FeaturePermissionBar.requestPermission" /> <keyword name="FeedEditDialog" id="FeedEditDialog" ref="eric6.Helpviewer.Feeds.FeedEditDialog.html#FeedEditDialog" /> <keyword name="FeedEditDialog (Constructor)" id="FeedEditDialog (Constructor)" ref="eric6.Helpviewer.Feeds.FeedEditDialog.html#FeedEditDialog.__init__" /> <keyword name="FeedEditDialog (Module)" id="FeedEditDialog (Module)" ref="eric6.Helpviewer.Feeds.FeedEditDialog.html" /> @@ -5252,6 +5260,8 @@ <keyword name="HelpBrowser.__downloadLink" id="HelpBrowser.__downloadLink" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__downloadLink" /> <keyword name="HelpBrowser.__downloadMedia" id="HelpBrowser.__downloadMedia" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__downloadMedia" /> <keyword name="HelpBrowser.__downloadRequested" id="HelpBrowser.__downloadRequested" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__downloadRequested" /> + <keyword name="HelpBrowser.__featurePermissionBarDelete" id="HelpBrowser.__featurePermissionBarDelete" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__featurePermissionBarDelete" /> + <keyword name="HelpBrowser.__featurePermissionRequested" id="HelpBrowser.__featurePermissionRequested" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__featurePermissionRequested" /> <keyword name="HelpBrowser.__generatePrintPreviewClickedFrame" id="HelpBrowser.__generatePrintPreviewClickedFrame" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__generatePrintPreviewClickedFrame" /> <keyword name="HelpBrowser.__hideAccessKeys" id="HelpBrowser.__hideAccessKeys" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__hideAccessKeys" /> <keyword name="HelpBrowser.__isMediaElement" id="HelpBrowser.__isMediaElement" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__isMediaElement" /> @@ -5271,6 +5281,7 @@ <keyword name="HelpBrowser.__printPreviewClickedFrame" id="HelpBrowser.__printPreviewClickedFrame" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__printPreviewClickedFrame" /> <keyword name="HelpBrowser.__searchRequested" id="HelpBrowser.__searchRequested" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__searchRequested" /> <keyword name="HelpBrowser.__sendLink" id="HelpBrowser.__sendLink" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__sendLink" /> + <keyword name="HelpBrowser.__setFeaturePermission" id="HelpBrowser.__setFeaturePermission" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__setFeaturePermission" /> <keyword name="HelpBrowser.__showAccessKeys" id="HelpBrowser.__showAccessKeys" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__showAccessKeys" /> <keyword name="HelpBrowser.__showClickedFrameSource" id="HelpBrowser.__showClickedFrameSource" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__showClickedFrameSource" /> <keyword name="HelpBrowser.__statusBarMessage" id="HelpBrowser.__statusBarMessage" ref="eric6.Helpviewer.HelpBrowserWV.html#HelpBrowser.__statusBarMessage" /> @@ -13990,6 +14001,7 @@ <file>eric6.Helpviewer.Download.DownloadManager.html</file> <file>eric6.Helpviewer.Download.DownloadModel.html</file> <file>eric6.Helpviewer.Download.DownloadUtilities.html</file> + <file>eric6.Helpviewer.FeaturePermissionBar.html</file> <file>eric6.Helpviewer.Feeds.FeedEditDialog.html</file> <file>eric6.Helpviewer.Feeds.FeedsDialog.html</file> <file>eric6.Helpviewer.Feeds.FeedsManager.html</file>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric6.Helpviewer.FeaturePermissionBar.html Sat Jul 18 10:36:53 2015 +0200 @@ -0,0 +1,121 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Helpviewer.FeaturePermissionBar</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.FeaturePermissionBar</h1> +<p> +Module implementing the feature permission bar widget. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#FeaturePermissionBar">FeaturePermissionBar</a></td> +<td>Class implementing the feature permission bar widget.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="FeaturePermissionBar" ID="FeaturePermissionBar"></a> +<h2>FeaturePermissionBar</h2> +<p> + Class implementing the feature permission bar widget. +</p> +<h3>Derived from</h3> +QWidget +<h3>Class Attributes</h3> +<table> +<tr><td>DefaultHeight</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#FeaturePermissionBar.__init__">FeaturePermissionBar</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#FeaturePermissionBar.__permissionDenied">__permissionDenied</a></td> +<td>Private slot handling the user pressing the deny button.</td> +</tr><tr> +<td><a href="#FeaturePermissionBar.__permissionGranted">__permissionGranted</a></td> +<td>Private slot handling the user pressing the allow button.</td> +</tr><tr> +<td><a href="#FeaturePermissionBar.__permissionUnknown">__permissionUnknown</a></td> +<td>Private slot handling the user closing the dialog without.</td> +</tr><tr> +<td><a href="#FeaturePermissionBar.requestPermission">requestPermission</a></td> +<td>Public method to ask the user for a permission.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="FeaturePermissionBar.__init__" ID="FeaturePermissionBar.__init__"></a> +<h4>FeaturePermissionBar (Constructor)</h4> +<b>FeaturePermissionBar</b>(<i>view</i>) +<p> + Constructor +</p><dl> +<dt><i>view</i> (QWebView)</dt> +<dd> +reference to the web view +</dd> +</dl><a NAME="FeaturePermissionBar.__permissionDenied" ID="FeaturePermissionBar.__permissionDenied"></a> +<h4>FeaturePermissionBar.__permissionDenied</h4> +<b>__permissionDenied</b>(<i></i>) +<p> + Private slot handling the user pressing the deny button. +</p><a NAME="FeaturePermissionBar.__permissionGranted" ID="FeaturePermissionBar.__permissionGranted"></a> +<h4>FeaturePermissionBar.__permissionGranted</h4> +<b>__permissionGranted</b>(<i></i>) +<p> + Private slot handling the user pressing the allow button. +</p><a NAME="FeaturePermissionBar.__permissionUnknown" ID="FeaturePermissionBar.__permissionUnknown"></a> +<h4>FeaturePermissionBar.__permissionUnknown</h4> +<b>__permissionUnknown</b>(<i></i>) +<p> + Private slot handling the user closing the dialog without. +</p><a NAME="FeaturePermissionBar.requestPermission" ID="FeaturePermissionBar.requestPermission"></a> +<h4>FeaturePermissionBar.requestPermission</h4> +<b>requestPermission</b>(<i>frame, feature</i>) +<p> + Public method to ask the user for a permission. +</p><dl> +<dt><i>frame</i> (QWebFrame)</dt> +<dd> +frame sending the request +</dd><dt><i>feature</i> (QWebPage.Feature)</dt> +<dd> +requested feature +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.Helpviewer.HelpBrowserWV.html Sun Jul 12 18:59:15 2015 +0200 +++ b/Documentation/Source/eric6.Helpviewer.HelpBrowserWV.html Sat Jul 18 10:36:53 2015 +0200 @@ -150,6 +150,12 @@ <td><a href="#HelpBrowser.__downloadRequested">__downloadRequested</a></td> <td>Private slot to handle a download request.</td> </tr><tr> +<td><a href="#HelpBrowser.__featurePermissionBarDelete">__featurePermissionBarDelete</a></td> +<td>Private slot to delete the feature permission bar.</td> +</tr><tr> +<td><a href="#HelpBrowser.__featurePermissionRequested">__featurePermissionRequested</a></td> +<td>Private slot handling a feature permission request.</td> +</tr><tr> <td><a href="#HelpBrowser.__generatePrintPreviewClickedFrame">__generatePrintPreviewClickedFrame</a></td> <td>Private slot to generate a print preview of the clicked frame.</td> </tr><tr> @@ -207,6 +213,9 @@ <td><a href="#HelpBrowser.__sendLink">__sendLink</a></td> <td>Private slot to send a link via email.</td> </tr><tr> +<td><a href="#HelpBrowser.__setFeaturePermission">__setFeaturePermission</a></td> +<td>Private slot to set the feature permissions.</td> +</tr><tr> <td><a href="#HelpBrowser.__showAccessKeys">__showAccessKeys</a></td> <td>Private method to show the access key labels.</td> </tr><tr> @@ -502,6 +511,24 @@ <dd> reference to the request object (QNetworkRequest) </dd> +</dl><a NAME="HelpBrowser.__featurePermissionBarDelete" ID="HelpBrowser.__featurePermissionBarDelete"></a> +<h4>HelpBrowser.__featurePermissionBarDelete</h4> +<b>__featurePermissionBarDelete</b>(<i></i>) +<p> + Private slot to delete the feature permission bar. +</p><a NAME="HelpBrowser.__featurePermissionRequested" ID="HelpBrowser.__featurePermissionRequested"></a> +<h4>HelpBrowser.__featurePermissionRequested</h4> +<b>__featurePermissionRequested</b>(<i>frame, feature</i>) +<p> + Private slot handling a feature permission request. +</p><dl> +<dt><i>frame</i> (QWebFrame)</dt> +<dd> +frame sending the request +</dd><dt><i>feature</i> (QWebPage.Feature)</dt> +<dd> +requested feature +</dd> </dl><a NAME="HelpBrowser.__generatePrintPreviewClickedFrame" ID="HelpBrowser.__generatePrintPreviewClickedFrame"></a> <h4>HelpBrowser.__generatePrintPreviewClickedFrame</h4> <b>__generatePrintPreviewClickedFrame</b>(<i>printer</i>) @@ -668,7 +695,23 @@ <b>__sendLink</b>(<i></i>) <p> Private slot to send a link via email. -</p><a NAME="HelpBrowser.__showAccessKeys" ID="HelpBrowser.__showAccessKeys"></a> +</p><a NAME="HelpBrowser.__setFeaturePermission" ID="HelpBrowser.__setFeaturePermission"></a> +<h4>HelpBrowser.__setFeaturePermission</h4> +<b>__setFeaturePermission</b>(<i>frame, feature, policy</i>) +<p> + Private slot to set the feature permissions. +</p><dl> +<dt><i>frame</i> (QWebFrame)</dt> +<dd> +frame to set the permission for +</dd><dt><i>feature</i> (QWebPage.Feature)</dt> +<dd> +feature to set permission for +</dd><dt><i>policy</i> (QWebPage.PermissionPolicy)</dt> +<dd> +permission policy to be set +</dd> +</dl><a NAME="HelpBrowser.__showAccessKeys" ID="HelpBrowser.__showAccessKeys"></a> <h4>HelpBrowser.__showAccessKeys</h4> <b>__showAccessKeys</b>(<i></i>) <p>
--- a/Documentation/Source/index-eric6.Helpviewer.html Sun Jul 12 18:59:15 2015 +0200 +++ b/Documentation/Source/index-eric6.Helpviewer.html Sat Jul 18 10:36:53 2015 +0200 @@ -97,6 +97,9 @@ <td><a href="eric6.Helpviewer.ClosedTabsManager.html">ClosedTabsManager</a></td> <td>Module implementing a class to manage closed tabs.</td> </tr><tr> +<td><a href="eric6.Helpviewer.FeaturePermissionBar.html">FeaturePermissionBar</a></td> +<td>Module implementing the feature permission bar widget.</td> +</tr><tr> <td><a href="eric6.Helpviewer.HelpBrowserWV.html">HelpBrowserWV</a></td> <td>Module implementing the helpbrowser using QWebView.</td> </tr><tr>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/FeaturePermissionBar.py Sat Jul 18 10:36:53 2015 +0200 @@ -0,0 +1,118 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2015 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing the feature permission bar widget. +""" + +from __future__ import unicode_literals + +from PyQt5.QtCore import pyqtSignal, QPropertyAnimation, QByteArray, \ + QEasingCurve, QPoint +from PyQt5.QtWidgets import QWidget, QLabel, QHBoxLayout, QPushButton +from PyQt5.QtWebKitWidgets import QWebFrame, QWebPage + +import UI.PixmapCache + +class FeaturePermissionBar(QWidget): + """ + Class implementing the feature permission bar widget. + """ + featurePermissionProvided = pyqtSignal(QWebFrame, QWebPage.Feature, + QWebPage.PermissionPolicy) + + DefaultHeight = 30 + + def __init__(self, view): + """ + Constructor + + @param view reference to the web view + @type QWebView + """ + super(FeaturePermissionBar, self).__init__(view) + + self.__messageLabel = QLabel(self) + + self.__frame = None + self.__feature = None + + self.__permissionFeatureTexts = { + QWebPage.Notifications: + self.tr("{0} wants to use desktop notifications."), + QWebPage.Geolocation: + self.tr("{0} wants to use your position.") + } + + self.setAutoFillBackground(True) + self.__layout = QHBoxLayout() + self.setLayout(self.__layout) + self.__layout.setContentsMargins(self.DefaultHeight, 0, 0, 0) + self.__layout.addWidget(self.__messageLabel) + self.__layout.addStretch() + self.__allowButton = QPushButton(self.tr("Allow"), self) + self.__denyButton = QPushButton(self.tr("Deny"), self) + self.__discardButton = QPushButton(UI.PixmapCache.getIcon("close.png"), + "", self) + self.__allowButton.clicked.connect(self.__permissionGranted) + self.__denyButton.clicked.connect(self.__permissionDenied) + self.__discardButton.clicked.connect(self.__permissionUnknown) + self.__layout.addWidget(self.__allowButton) + self.__layout.addWidget(self.__denyButton) + self.__layout.addWidget(self.__discardButton) + self.setGeometry(0, -self.DefaultHeight, view.width(), + self.DefaultHeight) + + def requestPermission(self, frame, feature): + """ + Public method to ask the user for a permission. + + @param frame frame sending the request + @type QWebFrame + @param feature requested feature + @type QWebPage.Feature + """ + self.__frame = frame + self.__feature = feature + + try: + self.__messageLabel.setText( + self.__permissionFeatureTexts[self.__feature].format( + self.__frame.securityOrigin().host())) + except KeyError: + self.__messageLabel.setText( + self.tr("{0} wants to use an unknown feature.").format( + self.__frame.securityOrigin().host())) + self.show() + + self.__animation = QPropertyAnimation(self) + self.__animation.setTargetObject(self) + self.__animation.setPropertyName(QByteArray(b"pos")) + self.__animation.setDuration(300) + self.__animation.setStartValue(self.pos()) + self.__animation.setEndValue(QPoint(0, 0)) + self.__animation.setEasingCurve(QEasingCurve.InOutQuad) + self.__animation.start(QPropertyAnimation.DeleteWhenStopped) + + def __permissionDenied(self): + """ + Private slot handling the user pressing the deny button. + """ + self.featurePermissionProvided.emit(self.__frame, self.__feature, + QWebPage.PermissionDeniedByUser) + + def __permissionGranted(self): + """ + Private slot handling the user pressing the allow button. + """ + self.featurePermissionProvided.emit(self.__frame, self.__feature, + QWebPage.PermissionGrantedByUser) + + def __permissionUnknown(self): + """ + Private slot handling the user closing the dialog without. + """ + self.featurePermissionProvided.emit(self.__frame, self.__feature, + QWebPage.PermissionUnknown)
--- a/Helpviewer/HelpBrowserWV.py Sun Jul 12 18:59:15 2015 +0200 +++ b/Helpviewer/HelpBrowserWV.py Sat Jul 18 10:36:53 2015 +0200 @@ -697,6 +697,12 @@ self.page().setForwardUnsupportedContent(True) self.page().unsupportedContent.connect(self.__unsupportedContent) + self.__featurePermissionBar = None + self.page().featurePermissionRequested.connect( + self.__featurePermissionRequested) + # discard the feature bar on new loads (if we navigate away or reload) + self.page().loadStarted.connect(self.__featurePermissionBarDelete) + self.page().downloadRequested.connect(self.__downloadRequested) self.page().frameCreated.connect(self.__addExternalBinding) self.__addExternalBinding(self.page().mainFrame()) @@ -2018,6 +2024,44 @@ self.mw.historyManager().removeHistoryEntry(replyUrl, self.title()) self.loadFinished.emit(False) + def __featurePermissionRequested(self, frame, feature): + """ + Private slot handling a feature permission request. + + @param frame frame sending the request + @type QWebFrame + @param feature requested feature + @type QWebPage.Feature + """ + from .FeaturePermissionBar import FeaturePermissionBar + self.__featurePermissionBar = FeaturePermissionBar(self) + self.__featurePermissionBar.featurePermissionProvided.connect( + self.__setFeaturePermission) + + self.__featurePermissionBar.requestPermission(frame, feature) + + def __setFeaturePermission(self, frame, feature, policy): + """ + Private slot to set the feature permissions. + + @param frame frame to set the permission for + @type QWebFrame + @param feature feature to set permission for + @type QWebPage.Feature + @param policy permission policy to be set + @type QWebPage.PermissionPolicy + """ + self.page().setFeaturePermission(frame, feature, policy) + self.__featurePermissionBarDelete() + + def __featurePermissionBarDelete(self): + """ + Private slot to delete the feature permission bar. + """ + if self.__featurePermissionBar is not None: + self.__featurePermissionBar.deleteLater() + self.__featurePermissionBar = None + def __downloadRequested(self, request): """ Private slot to handle a download request.
--- a/changelog Sun Jul 12 18:59:15 2015 +0200 +++ b/changelog Sat Jul 18 10:36:53 2015 +0200 @@ -53,6 +53,8 @@ -- Mercurial --- enhanced the log browser functionality by a search mode --- enhanced the status dialog functionality by a diff view +- Web Browser + -- added support for feature permissions - Third Party packages -- updated Pygments to 2.0.2
--- a/eric6.e4p Sun Jul 12 18:59:15 2015 +0200 +++ b/eric6.e4p Sat Jul 18 10:36:53 2015 +0200 @@ -300,6 +300,7 @@ <Source>Helpviewer/Download/DownloadModel.py</Source> <Source>Helpviewer/Download/DownloadUtilities.py</Source> <Source>Helpviewer/Download/__init__.py</Source> + <Source>Helpviewer/FeaturePermissionBar.py</Source> <Source>Helpviewer/Feeds/FeedEditDialog.py</Source> <Source>Helpviewer/Feeds/FeedsDialog.py</Source> <Source>Helpviewer/Feeds/FeedsManager.py</Source>
--- a/i18n/eric6_cs.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_cs.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14183,6 +14183,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation type="unfinished">Povolit</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15792,7 +15820,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <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> @@ -15802,327 +15830,327 @@ <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="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation>Web inspektor...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <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="2011"/> - <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="1274"/> - <source>Bookmark this Page</source> - <translation>Záložka na tuto stranu</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> - <source>Save Lin&k</source> - <translation>Uložit lin&k</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> - <source>Bookmark this Link</source> - <translation>Záložka na tento link</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> - <source>Copy Link to Clipboard</source> - <translation>Kopírovat link do schránky</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> - <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="1131"/> - <source>Save Image</source> - <translation>Uložit obrázek</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> - <source>Copy Image to Clipboard</source> - <translation>Kopíroavt obrázek do schránky</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> - <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="1145"/> - <source>Block Image</source> - <translation>Blokovat obrázek</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> - <source>Search with...</source> - <translation>Hledat s...</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> - <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="884"/> - <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="864"/> - <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="1981"/> - <source>Error loading page: {0}</source> - <translation>Chyba při načítání strany: {0}</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> - <source>When connecting to: {0}.</source> - <translation>Při připojení na: {0}.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <source>Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <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="2061"/> - <source>New Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> - <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="2085"/> - <source>bytes</source> - <translation type="unfinished">bajty</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> - <source>kB</source> - <translation type="unfinished">kB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> - <source>MB</source> - <translation type="unfinished">MB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> - <source>Add to web search toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>Method not supported</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>{0} method is not supported.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Choose the desired search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Engine name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Enter a name for the engine</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <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="1280"/> + <source>Bookmark this Page</source> + <translation>Záložka na tuto stranu</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> + <source>Save Lin&k</source> + <translation>Uložit lin&k</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> + <source>Bookmark this Link</source> + <translation>Záložka na tento link</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> + <source>Copy Link to Clipboard</source> + <translation>Kopírovat link do schránky</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> + <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="1137"/> + <source>Save Image</source> + <translation>Uložit obrázek</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <source>Copy Image to Clipboard</source> + <translation>Kopíroavt obrázek do schránky</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> + <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="1151"/> + <source>Block Image</source> + <translation>Blokovat obrázek</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> + <source>Search with...</source> + <translation>Hledat s...</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> + <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="890"/> + <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="870"/> + <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="1987"/> + <source>Error loading page: {0}</source> + <translation>Chyba při načítání strany: {0}</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> + <source>When connecting to: {0}.</source> + <translation>Při připojení na: {0}.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <source>Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <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="2105"/> + <source>New Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> + <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="2129"/> + <source>bytes</source> + <translation type="unfinished">bajty</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> + <source>kB</source> + <translation type="unfinished">kB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> + <source>MB</source> + <translation type="unfinished">MB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1357"/> + <source>Add to web search toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>Method not supported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>{0} method is not supported.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Choose the desired search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Engine name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Enter a name for the engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <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="1124"/> + <source>Scan Link with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation type="unfinished">&Tisk</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation type="unfinished">Náhled tisku</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation type="unfinished">&Tisk</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation type="unfinished">Náhled tisku</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation type="unfinished">Př&iblížit</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation type="unfinished">&Resetovat lupu</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation type="unfinished">Př&iblížit</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation type="unfinished">&Resetovat lupu</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation type="unfinished">&Oddálit</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation type="unfinished">Zkusit znova</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <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>
--- a/i18n/eric6_de.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_de.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14198,6 +14198,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation>{0} möchte Desktopmitteilungen nutzen.</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation>{0} möchte die Position nutzen.</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation>Erlauben</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation>Ablehnen</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation>{0} möchte ein unbekanntes Feature nutzen.</translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15809,12 +15837,12 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="890"/> <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="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht.</p></translation> </message> @@ -15824,322 +15852,322 @@ <translation><b>Hilfe Fenster</b><p>Dieses Fenster zeigt die ausgewählte Hilfe an.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation>Web Inspektor...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1987"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> <source>When connecting to: {0}.</source> <translation>Beim Verbinden zu: {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <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="2011"/> - <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="864"/> - <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="1274"/> - <source>Bookmark this Page</source> - <translation>Lesezeichen für diese Seite hinzufügen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> - <source>Save Lin&k</source> - <translation>Lin&k speichern</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> - <source>Bookmark this Link</source> - <translation>Lesezeichen für diesen Link hinzufügen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> - <source>Copy Link to Clipboard</source> - <translation>Link in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> - <source>Open Image in New Tab</source> - <translation>Bild in neuem Register öffnen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> - <source>Save Image</source> - <translation>Bild speichern</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> - <source>Copy Image to Clipboard</source> - <translation>Bild in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> - <source>Copy Image Location to Clipboard</source> - <translation>Bildadresse in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> - <source>Block Image</source> - <translation>Bild blockieren</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> - <source>Search with...</source> - <translation>Suchen mit...</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <source>Web Database Quota</source> - <translation>Webdatenbankquota</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <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="2061"/> - <source>New Web Database Quota</source> - <translation>Neues Datenbankquota</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> - <source>bytes</source> - <translation>Bytes</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> - <source>kB</source> - <translation>kB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> - <source>MB</source> - <translation>MB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> - <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="1351"/> - <source>Add to web search toolbar</source> - <translation>Zur Websuchleiste hinzufügen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>Method not supported</source> - <translation>Methode nicht unterstützt</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>{0} method is not supported.</source> - <translation>{0} Methode wird nicht unterstützt.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Search engine</source> - <translation>Suchmaschine</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Choose the desired search engine</source> - <translation>Wähle die gewünschte Suchmaschine aus</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Engine name</source> - <translation>Suchmaschinenname</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <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="2017"/> - <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="1118"/> - <source>Scan Link with VirusTotal</source> - <translation>Link mit VirusTotal überprüfen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation>Bild mit VirusTotal überprüfen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> - <source>Send Link</source> - <translation>Link verschicken</translation> + <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="870"/> + <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="1280"/> + <source>Bookmark this Page</source> + <translation>Lesezeichen für diese Seite hinzufügen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> + <source>Save Lin&k</source> + <translation>Lin&k speichern</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> + <source>Bookmark this Link</source> + <translation>Lesezeichen für diesen Link hinzufügen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> + <source>Copy Link to Clipboard</source> + <translation>Link in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> + <source>Open Image in New Tab</source> + <translation>Bild in neuem Register öffnen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> + <source>Save Image</source> + <translation>Bild speichern</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <source>Copy Image to Clipboard</source> + <translation>Bild in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> + <source>Copy Image Location to Clipboard</source> + <translation>Bildadresse in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> + <source>Block Image</source> + <translation>Bild blockieren</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> + <source>Search with...</source> + <translation>Suchen mit...</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <source>Web Database Quota</source> + <translation>Webdatenbankquota</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <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="2105"/> + <source>New Web Database Quota</source> + <translation>Neues Datenbankquota</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2129"/> + <source>bytes</source> + <translation>Bytes</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> + <source>MB</source> + <translation>MB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> + <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="1357"/> + <source>Add to web search toolbar</source> + <translation>Zur Websuchleiste hinzufügen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>Method not supported</source> + <translation>Methode nicht unterstützt</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>{0} method is not supported.</source> + <translation>{0} Methode wird nicht unterstützt.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Search engine</source> + <translation>Suchmaschine</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Choose the desired search engine</source> + <translation>Wähle die gewünschte Suchmaschine aus</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Engine name</source> + <translation>Suchmaschinenname</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <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="2023"/> + <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="1124"/> + <source>Scan Link with VirusTotal</source> + <translation>Link mit VirusTotal überprüfen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> + <source>Scan Image with VirusTotal</source> + <translation>Bild mit VirusTotal überprüfen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> + <source>Send Link</source> + <translation>Link verschicken</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation>Link auf Bild verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation>Dieser Rahmen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation>&Nur diesen Rahmen anzeigen </translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation>Dieser Rahmen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation>&Nur diesen Rahmen anzeigen </translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation>In neuem &Register anzeigen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation>&Drucken</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation>Druckvorschau</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation>&Drucken</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation>Druckvorschau</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation>Als PDF drucken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation>Ver&größern</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation>Vergrößerung &zurücksetzen</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation>Ver&größern</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation>Vergrößerung &zurücksetzen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation>Rahmen&quelltext anzeigen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation>Link auf Seite verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation>Text verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation>Google Übersetzer</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation>Wörterbuch</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation>Zur Web-Adresse springen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation>User Agent</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation>Wiederholen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <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="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation>Abspielen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation>Pause</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation>Laut</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation>Stumm</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <source>Copy Media Address to Clipboard</source> <translation>Medienadresse in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation>Medienadresse verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation>Medium speichern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <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>
--- a/i18n/eric6_en.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_en.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14101,6 +14101,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15712,332 +15740,332 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="890"/> <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="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="870"/> <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="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Save Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1357"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1987"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> - <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="2017"/> + <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="2023"/> <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="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> <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="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> <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="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2129"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> <source>kB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> <source>MB</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1124"/> + <source>Scan Link with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_es.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_es.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14203,6 +14203,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation type="unfinished">Permitir</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15814,7 +15842,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <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> @@ -15824,327 +15852,327 @@ <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="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation>Inspector Web...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <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="2011"/> - <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="1274"/> - <source>Bookmark this Page</source> - <translation>Marcador a esta Página</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> - <source>Save Lin&k</source> - <translation>Guardar &Enlace</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> - <source>Bookmark this Link</source> - <translation>Marcador a este Enlace</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> - <source>Copy Link to Clipboard</source> - <translation>Copiar Enlace al Portapapeles</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> - <source>Open Image in New Tab</source> - <translation>Abrir Imagen en Nueva Pestaña</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> - <source>Save Image</source> - <translation>Guardar imagen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> - <source>Copy Image to Clipboard</source> - <translation>Copiar Imagen al Portapapeles</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> - <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="1145"/> - <source>Block Image</source> - <translation>Bloquear Imagen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> - <source>Search with...</source> - <translation>Buscar con...</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> - <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="884"/> - <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="864"/> - <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="1981"/> - <source>Error loading page: {0}</source> - <translation>Error al cargar la página: {0}</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> - <source>When connecting to: {0}.</source> - <translation>Al conectar con: {0}.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <source>Web Database Quota</source> - <translation>Cuota de base de datos web</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <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="2061"/> - <source>New Web Database Quota</source> - <translation>Nueva cuota de base de datos web</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> - <source>bytes</source> - <translation>bytes</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> - <source>kB</source> - <translation>kB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> - <source>MB</source> - <translation>MB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> - <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="1351"/> - <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="1530"/> - <source>Method not supported</source> - <translation>Método no soportado</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>{0} method is not supported.</source> - <translation>El método {0} no está soportado.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Search engine</source> - <translation>Motor de búsqueda</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Choose the desired search engine</source> - <translation>Elegir el motor de búsqueda deseado</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Engine name</source> - <translation>Nombre de motor</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Enter a name for the engine</source> - <translation>Introducir el nombre para el motor</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> - <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="1118"/> - <source>Scan Link with VirusTotal</source> - <translation>Analizar enlace con VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation>Analizar Imagen con VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> - <source>Send Link</source> - <translation>Enviar Enlace</translation> + <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="1280"/> + <source>Bookmark this Page</source> + <translation>Marcador a esta Página</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> + <source>Save Lin&k</source> + <translation>Guardar &Enlace</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> + <source>Bookmark this Link</source> + <translation>Marcador a este Enlace</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> + <source>Copy Link to Clipboard</source> + <translation>Copiar Enlace al Portapapeles</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> + <source>Open Image in New Tab</source> + <translation>Abrir Imagen en Nueva Pestaña</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> + <source>Save Image</source> + <translation>Guardar imagen</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <source>Copy Image to Clipboard</source> + <translation>Copiar Imagen al Portapapeles</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> + <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="1151"/> + <source>Block Image</source> + <translation>Bloquear Imagen</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> + <source>Search with...</source> + <translation>Buscar con...</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> + <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="890"/> + <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="870"/> + <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="1987"/> + <source>Error loading page: {0}</source> + <translation>Error al cargar la página: {0}</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> + <source>When connecting to: {0}.</source> + <translation>Al conectar con: {0}.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <source>Web Database Quota</source> + <translation>Cuota de base de datos web</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <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="2105"/> + <source>New Web Database Quota</source> + <translation>Nueva cuota de base de datos web</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2129"/> + <source>bytes</source> + <translation>bytes</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> + <source>MB</source> + <translation>MB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> + <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="1357"/> + <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="1536"/> + <source>Method not supported</source> + <translation>Método no soportado</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>{0} method is not supported.</source> + <translation>El método {0} no está soportado.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Search engine</source> + <translation>Motor de búsqueda</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Choose the desired search engine</source> + <translation>Elegir el motor de búsqueda deseado</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Engine name</source> + <translation>Nombre de motor</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Enter a name for the engine</source> + <translation>Introducir el nombre para el motor</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> + <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="1124"/> + <source>Scan Link with VirusTotal</source> + <translation>Analizar enlace con VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> + <source>Scan Image with VirusTotal</source> + <translation>Analizar Imagen con VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> + <source>Send Link</source> + <translation>Enviar Enlace</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation>Enviar Enlace de Imagen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation>Este Marco</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation>Mostrar s&olo este marco</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation>Este Marco</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation>Mostrar s&olo este marco</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation>Mostrar en nueva pes&taña</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation>Im&primir</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation>Presentación preliminar</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation>Im&primir</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation>Presentación preliminar</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation>A&umentar Zoom</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation>&Restablecer zoom</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation>A&umentar Zoom</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation>&Restablecer zoom</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation>Mostrar f&uentes del marco</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation>Enviar Enlace de Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation>Enviar Texto</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation>Google Translate</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation>Diccionario</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation>Ir a la dirección web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation>Agente de Usuario</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation>Intentar de nuevo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation>Reproducir</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation>Pausa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation>Con sonido</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation>Sin sonido</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <source>Copy Media Address to Clipboard</source> <translation>Copiar Dirección del Medio al Portapapeles</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation>Enviar Dirección del Medio</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation>Guardar Medio</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <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>
--- a/i18n/eric6_fr.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_fr.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14215,6 +14215,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15822,7 +15850,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <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> @@ -15832,327 +15860,327 @@ <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="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation>Inspecteur Web...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> - <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="1274"/> - <source>Bookmark this Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> - <source>Save Lin&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> - <source>Bookmark this Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> - <source>Copy Link to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> - <source>Open Image in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> - <source>Save Image</source> - <translation type="unfinished">Enregistrer l'image</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> - <source>Copy Image Location to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> - <source>Block Image</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> - <source>Search with...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> - <source><p>The file <b>{0}</b> does not exist.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> - <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="864"/> - <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="1981"/> - <source>Error loading page: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> - <source>When connecting to: {0}.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <source>Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <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="2061"/> - <source>New Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> - <source>bytes</source> - <translation type="unfinished">octets</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> - <source>kB</source> - <translation type="unfinished">kB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> - <source>MB</source> - <translation type="unfinished">MB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> - <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="1351"/> - <source>Add to web search toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>Method not supported</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>{0} method is not supported.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Choose the desired search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Engine name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Enter a name for the engine</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> - <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="1118"/> - <source>Scan Link with VirusTotal</source> + <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="1280"/> + <source>Bookmark this Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> + <source>Save Lin&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> + <source>Bookmark this Link</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> + <source>Copy Link to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> + <source>Open Image in New Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> + <source>Save Image</source> + <translation type="unfinished">Enregistrer l'image</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> + <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> + <source>Block Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> + <source>Search with...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> + <source><p>The file <b>{0}</b> does not exist.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="890"/> + <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="870"/> + <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="1987"/> + <source>Error loading page: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> + <source>When connecting to: {0}.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <source>Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <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="2105"/> + <source>New Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2129"/> + <source>bytes</source> + <translation type="unfinished">octets</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> + <source>kB</source> + <translation type="unfinished">kB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> + <source>MB</source> + <translation type="unfinished">MB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> + <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="1357"/> + <source>Add to web search toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>Method not supported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>{0} method is not supported.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Choose the desired search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Engine name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Enter a name for the engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> + <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="1124"/> + <source>Scan Link with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation type="unfinished">&Imprimer</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation type="unfinished">Aperçu avant impression</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation type="unfinished">&Imprimer</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation type="unfinished">Aperçu avant impression</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation type="unfinished">Zoom a&vant</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation type="unfinished">Annulation du &zoom</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation type="unfinished">Zoom a&vant</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation type="unfinished">Annulation du &zoom</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation type="unfinished">Zoom a&rrière</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation type="unfinished">Essayer à nouveau</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <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>
--- a/i18n/eric6_it.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_it.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14259,6 +14259,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation type="unfinished">Consenti</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15870,7 +15898,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <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> @@ -15880,327 +15908,327 @@ <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="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation>Web Inspector...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <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="2011"/> - <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="1274"/> - <source>Bookmark this Page</source> - <translation>Inserisci nei segnalibri questa pagina</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> - <source>Save Lin&k</source> - <translation>Salva lin&k</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> - <source>Bookmark this Link</source> - <translation>Insersci nei bookmark questo link</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> - <source>Copy Link to Clipboard</source> - <translation>Copia il link nella Clipboard</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> - <source>Open Image in New Tab</source> - <translation>Apri immagine in una nuova linguetta</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> - <source>Save Image</source> - <translation>Salva immagine</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> - <source>Copy Image to Clipboard</source> - <translation>Copia immagine nella Clipboard</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> - <source>Copy Image Location to Clipboard</source> - <translation>Copia la posizione dell'immagine nella Clipboard</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> - <source>Block Image</source> - <translation>Blocca immagine</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> - <source>Search with...</source> - <translation>Cerca con...</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> - <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="884"/> - <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="864"/> - <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="1981"/> - <source>Error loading page: {0}</source> - <translation>Errore nel caricamento della pagina: {0}</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> - <source>When connecting to: {0}.</source> - <translation>Nella connessione a: {0}.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <source>Web Database Quota</source> - <translation>Quota Web Database</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <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="2061"/> - <source>New Web Database Quota</source> - <translation>Nuova quota Web Database</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> - <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="2085"/> - <source>bytes</source> - <translation>bytes</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> - <source>kB</source> - <translation>kB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> - <source>MB</source> - <translation>MB</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> - <source>Add to web search toolbar</source> - <translation>Aggiungi alla toolbar delle ricerche web</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>Method not supported</source> - <translation>Metodo non supportato</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>{0} method is not supported.</source> - <translation>il metodo {0} non è supportato.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Search engine</source> - <translation>Motore di ricerca</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Choose the desired search engine</source> - <translation>Scegli il motore di ricerca</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Engine name</source> - <translation>Nome motore</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Enter a name for the engine</source> - <translation>Inserisci un nome per il motore</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> - <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="1118"/> - <source>Scan Link with VirusTotal</source> - <translation>Scansiona il collegamento con VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation>Scansiona l'immagine con VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> - <source>Send Link</source> - <translation>Invia il collegamento</translation> + <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="1280"/> + <source>Bookmark this Page</source> + <translation>Inserisci nei segnalibri questa pagina</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> + <source>Save Lin&k</source> + <translation>Salva lin&k</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> + <source>Bookmark this Link</source> + <translation>Insersci nei bookmark questo link</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> + <source>Copy Link to Clipboard</source> + <translation>Copia il link nella Clipboard</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> + <source>Open Image in New Tab</source> + <translation>Apri immagine in una nuova linguetta</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> + <source>Save Image</source> + <translation>Salva immagine</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <source>Copy Image to Clipboard</source> + <translation>Copia immagine nella Clipboard</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> + <source>Copy Image Location to Clipboard</source> + <translation>Copia la posizione dell'immagine nella Clipboard</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> + <source>Block Image</source> + <translation>Blocca immagine</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> + <source>Search with...</source> + <translation>Cerca con...</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> + <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="890"/> + <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="870"/> + <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="1987"/> + <source>Error loading page: {0}</source> + <translation>Errore nel caricamento della pagina: {0}</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> + <source>When connecting to: {0}.</source> + <translation>Nella connessione a: {0}.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <source>Web Database Quota</source> + <translation>Quota Web Database</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <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="2105"/> + <source>New Web Database Quota</source> + <translation>Nuova quota Web Database</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> + <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="2129"/> + <source>bytes</source> + <translation>bytes</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> + <source>MB</source> + <translation>MB</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1357"/> + <source>Add to web search toolbar</source> + <translation>Aggiungi alla toolbar delle ricerche web</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>Method not supported</source> + <translation>Metodo non supportato</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>{0} method is not supported.</source> + <translation>il metodo {0} non è supportato.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Search engine</source> + <translation>Motore di ricerca</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Choose the desired search engine</source> + <translation>Scegli il motore di ricerca</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Engine name</source> + <translation>Nome motore</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Enter a name for the engine</source> + <translation>Inserisci un nome per il motore</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> + <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="1124"/> + <source>Scan Link with VirusTotal</source> + <translation>Scansiona il collegamento con VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> + <source>Scan Image with VirusTotal</source> + <translation>Scansiona l'immagine con VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> + <source>Send Link</source> + <translation>Invia il collegamento</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation>Invia il collegamento dell'immagine</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation>Questa cornice</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation>Visualizza s&olo questa cornice</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation>Questa cornice</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation>Visualizza s&olo questa cornice</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation>Visualizza in una nuova &Scheda</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation>Stam&pa</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation>Anteprima Stampa</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation>Stam&pa</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation>Anteprima Stampa</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation>Stampa come PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation>&Ingrandisci</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation>&Resetta zoom</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation>&Ingrandisci</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation>&Resetta zoom</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation>Rimpicci&olisci</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation>Visualizza cornice sorge&nte</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation>Invia collegamento pagina</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation>Invia testo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation>Traduttore Google</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation>Dizionario</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation>Vai all'indirizzo di rete</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation>User Agent</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation>Ritenta</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation>Riproduci</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation>Pausa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation>Parlante</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation>Muto</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <source>Copy Media Address to Clipboard</source> <translation>Copia l'indirizzo del Media nella Clipboard</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation>Invia indirizzo del Media</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation>Salva Media</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric5 {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <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>
--- a/i18n/eric6_pt.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_pt.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14221,6 +14221,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation type="unfinished">Permitir</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15837,332 +15865,332 @@ <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="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> <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="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="890"/> <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="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="870"/> <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="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <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="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> <source>Save Lin&k</source> <translation>Gravar &Vínculo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Bookmark this Link</source> <translation>Marcar este Vínculo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> <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="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Open Image in New Tab</source> <translation>Abrir imagem num Separador Novo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Save Image</source> <translation>Gravar Imagem</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> <source>Copy Image to Clipboard</source> <translation>Copiar Imagem para a Área de Transferência</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> <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="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> <source>Block Image</source> <translation>Bloquear Imagem</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Bookmark this Page</source> <translation>Marcar esta Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> <source>Search with...</source> <translation>Procurar com...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1357"/> <source>Add to web search toolbar</source> <translation>Adicionar á barra de pesquisa web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation>Inspetor Web...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> <source>Method not supported</source> <translation>Método não suportado</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> <source>{0} method is not supported.</source> <translation>Método {0} não está suportado.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Search engine</source> <translation>Motor de pesquisa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> <source>Choose the desired search engine</source> <translation>Escolha o motor de pesquisa desejado</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> <source>Engine name</source> <translation>Nome do Motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> <source>Enter a name for the engine</source> <translation>Introduzir um nome para o motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1987"/> <source>Error loading page: {0}</source> <translation>Erro ao carregar a página: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> <source>When connecting to: {0}.</source> <translation>Ao conectar com: {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <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="2011"/> - <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="2017"/> + <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="2023"/> <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="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> <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="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> <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="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2129"/> <source>bytes</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> <source>kB</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> <source>MB</source> <translation></translation> </message> <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1124"/> + <source>Scan Link with VirusTotal</source> + <translation>Escanear Vínculo com VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> + <source>Scan Image with VirusTotal</source> + <translation>Escanear Imagem com VirusTotal</translation> + </message> + <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation>Escanear Vínculo com VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation>Escanear Imagem com VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> <source>Send Link</source> <translation>Enviar Vínculo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation>Enviar Vínculo da Imagem</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation>Este Marco</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation>M&ostrar apenas este marco</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation>Este Marco</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation>M&ostrar apenas este marco</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation>Mostrar num &separador novo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation>Im&primir</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation>Antevisão da Impressão</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation>Im&primir</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation>Antevisão da Impressão</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation>Apro&ximar</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation>&Repor Zoom</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation>Apro&ximar</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation>&Repor Zoom</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation>A&fastar</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation>Mostrar código do ma&rco</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation>Enviar o Vínculo da Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation>Enviar Texto</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation>Dicionário</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation>Ir à direção web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation>Agente de Usuario</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation>Tentar de Novo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation>Reproduzir</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation>Pausa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation>Com som</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation>Sem som</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <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="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation>Enviar Direção da Media</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation>Gravar Media</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <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>
--- a/i18n/eric6_ru.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_ru.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14238,6 +14238,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation type="unfinished">Разрешить</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15853,17 +15881,17 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="890"/> <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="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <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="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Файл <b>{0}</b> не существует.</p></translation> </message> @@ -15873,317 +15901,317 @@ <translation><b>Окно помощи</b><p>В этом окне отображается имеющаяся помощь.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation>WEB проводник...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1987"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <source>If the address is correct, try checking the network connection.</source> <translation>Если адрес правильный, проверьте сетевое соединение.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> - <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="864"/> - <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="1274"/> - <source>Bookmark this Page</source> - <translation>Создать закладку для этой страницы</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> - <source>Save Lin&k</source> - <translation>Сохранить &ссылку</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> - <source>Bookmark this Link</source> - <translation>Сохранить ссылку</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> - <source>Copy Link to Clipboard</source> - <translation>Скопировать ссылку</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> - <source>Open Image in New Tab</source> - <translation>Открыть изображение в новой закладке</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> - <source>Save Image</source> - <translation>Сохранить изображение</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> - <source>Copy Image to Clipboard</source> - <translation>Скопировать изображение</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> - <source>Copy Image Location to Clipboard</source> - <translation>Скопировать адрес изображения</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> - <source>Block Image</source> - <translation>Заблокировать изображение</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> - <source>Search with...</source> - <translation>Искать с...</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <source>Web Database Quota</source> - <translation>Квота Web базы данных</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <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="2061"/> - <source>New Web Database Quota</source> - <translation>Новая квота Web базы данных</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> - <source>bytes</source> - <translation>байт</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> - <source>kB</source> - <translation></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> - <source>MB</source> - <translation></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> - <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="1351"/> - <source>Add to web search toolbar</source> - <translation>Добавить к панели инструментов Web поиска</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>Method not supported</source> - <translation>Метод не поддерживается</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>{0} method is not supported.</source> - <translation>{0} метод не поддерживается.</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Search engine</source> - <translation>Поисковик</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Choose the desired search engine</source> - <translation>Выберите поисковик</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Engine name</source> - <translation>Имя поисковика</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Enter a name for the engine</source> - <translation>Введите имя поисковика</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> - <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="1118"/> - <source>Scan Link with VirusTotal</source> - <translation>Сканировать ссылку с VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation>Сканировать изображение с VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> - <source>Send Link</source> - <translation>Послать ссылку</translation> + <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="870"/> + <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="1280"/> + <source>Bookmark this Page</source> + <translation>Создать закладку для этой страницы</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> + <source>Save Lin&k</source> + <translation>Сохранить &ссылку</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> + <source>Bookmark this Link</source> + <translation>Сохранить ссылку</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> + <source>Copy Link to Clipboard</source> + <translation>Скопировать ссылку</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> + <source>Open Image in New Tab</source> + <translation>Открыть изображение в новой закладке</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> + <source>Save Image</source> + <translation>Сохранить изображение</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <source>Copy Image to Clipboard</source> + <translation>Скопировать изображение</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> + <source>Copy Image Location to Clipboard</source> + <translation>Скопировать адрес изображения</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> + <source>Block Image</source> + <translation>Заблокировать изображение</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> + <source>Search with...</source> + <translation>Искать с...</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <source>Web Database Quota</source> + <translation>Квота Web базы данных</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <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="2105"/> + <source>New Web Database Quota</source> + <translation>Новая квота Web базы данных</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2129"/> + <source>bytes</source> + <translation>байт</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> + <source>kB</source> + <translation></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> + <source>MB</source> + <translation></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> + <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="1357"/> + <source>Add to web search toolbar</source> + <translation>Добавить к панели инструментов Web поиска</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>Method not supported</source> + <translation>Метод не поддерживается</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>{0} method is not supported.</source> + <translation>{0} метод не поддерживается.</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Search engine</source> + <translation>Поисковик</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Choose the desired search engine</source> + <translation>Выберите поисковик</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Engine name</source> + <translation>Имя поисковика</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Enter a name for the engine</source> + <translation>Введите имя поисковика</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> + <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="1124"/> + <source>Scan Link with VirusTotal</source> + <translation>Сканировать ссылку с VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> + <source>Scan Image with VirusTotal</source> + <translation>Сканировать изображение с VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> + <source>Send Link</source> + <translation>Послать ссылку</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation>Послать ссылку на изображение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation>Этот кадр</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation>Показать &только этот кадр</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation>Этот кадр</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation>Показать &только этот кадр</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation>Показать в новой &закладке</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation>&Печать</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation>Предварительный просмотр печати</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation>&Печать</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation>Предварительный просмотр печати</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation>Печать как PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation>У&величить масштаб</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation>&Сбросить масштаб</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation>У&величить масштаб</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation>&Сбросить масштаб</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation>У&меньшить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation>Показать код ка&дра</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation>Отправить ссылку страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation>Отправить текст</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation>Переводчик Гугл</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation>Словарь</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation>Перейти на веб адрес</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation>Агент пользователя</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation>Снова</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation>Воспроизведение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation>Пауза</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation>Включить звук</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation>Отключить звук</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <source>Copy Media Address to Clipboard</source> <translation>Сопировать адрес медиа файла в буфер обмена</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation>Сохранить адрес медиа файла</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation>Сохранить медиа файл</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Печать невозможна из-за ошибки в PyQt4. Пожалуйста установите обновление.</p></translation> </message>
--- a/i18n/eric6_tr.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_tr.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14188,6 +14188,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation type="unfinished">Kabul etmek</translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15800,332 +15828,332 @@ <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="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> <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="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="890"/> <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="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="870"/> <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="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <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="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> <source>Save Lin&k</source> <translation>Bağlantıyı &Kaydet</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Bookmark this Link</source> <translation>Bu linki yerimine ekle</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> <source>Copy Link to Clipboard</source> <translation>Bağlantıyı Panoya Kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Open Image in New Tab</source> <translation>Görüntüyü yeni sekmede aç</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Save Image</source> <translation>Görüntüyü Kaydet</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> <source>Copy Image to Clipboard</source> <translation>Görüntüyü Panoya kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> <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="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> <source>Block Image</source> <translation>Görüntüleri Engelle</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1280"/> <source>Bookmark this Page</source> <translation>Bu sayfayı yerimine ekle</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> <source>Search with...</source> <translation>Bununla Ara...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation>Web Denetleyicisi...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1987"/> <source>Error loading page: {0}</source> <translation>Sayfa yüklenirken hata: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> <source>When connecting to: {0}.</source> <translation>Bağlantı:{0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <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="2011"/> - <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="1351"/> - <source>Add to web search toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>Method not supported</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>{0} method is not supported.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Choose the desired search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Engine name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Enter a name for the engine</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <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="1357"/> + <source>Add to web search toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>Method not supported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>{0} method is not supported.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Choose the desired search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Engine name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Enter a name for the engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <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="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> <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="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> <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="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2129"/> <source>bytes</source> <translation>bitler</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> <source>MB</source> <translation>MB</translation> </message> <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1124"/> + <source>Scan Link with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> + <source>Scan Image with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation type="unfinished">&Yazdır</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation type="unfinished">Baskı Öngörünümü</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation type="unfinished">&Yazdır</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation type="unfinished">Baskı Öngörünümü</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation type="unfinished">Bü&yült</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation type="unfinished">Büyütmeyi sıfı&rla</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation type="unfinished">Bü&yült</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation type="unfinished">Büyütmeyi sıfı&rla</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation type="unfinished">Küçü&lt</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation type="unfinished">Tekrar Dene</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <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>
--- a/i18n/eric6_zh_CN.GB2312.ts Sun Jul 12 18:59:15 2015 +0200 +++ b/i18n/eric6_zh_CN.GB2312.ts Sat Jul 18 10:36:53 2015 +0200 @@ -14167,6 +14167,34 @@ </message> </context> <context> + <name>FeaturePermissionBar</name> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="44"/> + <source>{0} wants to use desktop notifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="46"/> + <source>{0} wants to use your position.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="55"/> + <source>Allow</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="56"/> + <source>Deny</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/FeaturePermissionBar.py" line="85"/> + <source>{0} wants to use an unknown feature.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>FeedEditDialog</name> <message> <location filename="../Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> @@ -15772,7 +15800,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>在新选项卡中打开链接<byte value="x9"/>Ctrl+LMB</translation> </message> @@ -15782,327 +15810,327 @@ <translation><b>帮助窗口</b><p>该窗口显示已选的帮助信息。</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1361"/> <source>Web Inspector...</source> <translation>网络检查器……</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <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="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2013"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> - <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="1274"/> - <source>Bookmark this Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> - <source>Save Lin&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> - <source>Bookmark this Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> - <source>Copy Link to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> - <source>Open Image in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> - <source>Save Image</source> - <translation type="unfinished">保存图像</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> - <source>Copy Image Location to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> - <source>Block Image</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> - <source>Search with...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> - <source><p>The file <b>{0}</b> does not exist.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> - <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="864"/> - <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="1981"/> - <source>Error loading page: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> - <source>When connecting to: {0}.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <source>Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> - <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="2061"/> - <source>New Web Database Quota</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> - <source>bytes</source> - <translation type="unfinished">字节</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> - <source>kB</source> - <translation type="unfinished">千字节</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> - <source>MB</source> - <translation type="unfinished">兆字节</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> - <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="1351"/> - <source>Add to web search toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>Method not supported</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> - <source>{0} method is not supported.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> - <source>Choose the desired search engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Engine name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> - <source>Enter a name for the engine</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> - <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="1118"/> - <source>Scan Link with VirusTotal</source> + <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="1280"/> + <source>Bookmark this Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1107"/> + <source>Save Lin&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> + <source>Bookmark this Link</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1115"/> + <source>Copy Link to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> + <source>Open Image in New Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> + <source>Save Image</source> + <translation type="unfinished">保存图像</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1142"/> + <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> + <source>Block Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1308"/> + <source>Search with...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="845"/> + <source><p>The file <b>{0}</b> does not exist.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="890"/> + <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="870"/> + <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="1987"/> + <source>Error loading page: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2005"/> + <source>When connecting to: {0}.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <source>Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2094"/> + <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="2105"/> + <source>New Web Database Quota</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2129"/> + <source>bytes</source> + <translation type="unfinished">字节</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2132"/> + <source>kB</source> + <translation type="unfinished">千字节</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2135"/> + <source>MB</source> + <translation type="unfinished">兆字节</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2105"/> + <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="1357"/> + <source>Add to web search toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>Method not supported</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1536"/> + <source>{0} method is not supported.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1596"/> + <source>Choose the desired search engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Engine name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1618"/> + <source>Enter a name for the engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> + <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="1124"/> + <source>Scan Link with VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1157"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> - <source>This Frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> - <source>Show &only this frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <source>This Frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1245"/> + <source>Show &only this frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> - <source>&Print</source> - <translation type="unfinished">打印(&P)</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> - <source>Print Preview</source> - <translation type="unfinished">打印预览</translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <source>&Print</source> + <translation type="unfinished">打印(&P)</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> + <source>Print Preview</source> + <translation type="unfinished">打印预览</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1259"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> - <source>Zoom &in</source> - <translation type="unfinished">放大(&i)</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> - <source>Zoom &reset</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <source>Zoom &in</source> + <translation type="unfinished">放大(&i)</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1266"/> + <source>Zoom &reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1269"/> <source>Zoom &out</source> <translation type="unfinished">缩小(&o)</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1273"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1283"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1301"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1333"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1340"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1348"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1287"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2028"/> <source>Try Again</source> <translation type="unfinished">再试</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1175"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1179"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1187"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1191"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1195"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1199"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2490"/> <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="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2458"/> <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>