Sat, 04 Aug 2012 13:30:04 +0200
Rewrote huge part of AdBlock to speed up and added support for dependent AdBlock subscriptions.
--- a/APIs/Python3/eric5.api Mon Jul 30 19:19:29 2012 +0200 +++ b/APIs/Python3/eric5.api Sat Aug 04 13:30:04 2012 +0200 @@ -1707,10 +1707,11 @@ eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.AdBlockBlockedNetworkReply.abort?4() eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.AdBlockBlockedNetworkReply.readData?4(maxlen) eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.AdBlockBlockedNetworkReply?1(request, subscription, rule, parent=None) -eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog.addCustomRule?4(rule="") -eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog.model?4() +eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog.addSubscription?4(subscription, refresh=True) +eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog.on_adBlockGroup_toggled?4(state) +eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog.on_searchEdit_textChanged?4(filter) +eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog.on_subscriptionsTabWidget_currentChanged?4(index) eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog.on_updateSpinBox_valueChanged?4(value) -eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog.setCurrentIndex?4(index) eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog.showRule?4(rule) eric5.Helpviewer.AdBlock.AdBlockDialog.AdBlockDialog?1(parent=None) eric5.Helpviewer.AdBlock.AdBlockIcon.AdBlockIcon.menuAction?4() @@ -1721,32 +1722,23 @@ eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.customRules?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.elementHidingRules?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.elementHidingRulesForDomain?4(url) +eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.getRequiresSubscriptions?4(subscription) eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.isEnabled?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.load?4() +eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.loadRequiredSubscription?4(location, title) eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.network?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.page?4() -eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.removeSubscription?4(subscription) +eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.removeSubscription?4(subscription, emitSignal=True) +eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.requiredSubscriptionLoaded?7 eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.rulesChanged?7 eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.save?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.setEnabled?4(enabled) eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.showDialog?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.showRule?4() +eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.subscription?4(location) eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.subscriptions?4() +eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager.updateAllSubscriptions?4() eric5.Helpviewer.AdBlock.AdBlockManager.AdBlockManager?1(parent=None) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.columnCount?4(parent=QModelIndex()) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.data?4(index, role=Qt.DisplayRole) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.flags?4(index) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.hasChildren?4(parent=QModelIndex()) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.headerData?4(section, orientation, role=Qt.DisplayRole) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.index?4(row, column, parent=QModelIndex()) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.parent?4(index=QModelIndex()) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.removeRows?4(row, count, parent=QModelIndex()) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.rowCount?4(parent=QModelIndex()) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.rule?4(index) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.setData?4(index, value, role=Qt.EditRole) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.subscription?4(index) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel.subscriptionIndex?4(subscription) -eric5.Helpviewer.AdBlock.AdBlockModel.AdBlockModel?1(parent=None) eric5.Helpviewer.AdBlock.AdBlockNetwork.AdBlockNetwork.block?4(request) eric5.Helpviewer.AdBlock.AdBlockNetwork.AdBlockNetwork.canRunOnScheme?4(scheme) eric5.Helpviewer.AdBlock.AdBlockPage.AdBlockPage.hideBlockedPageEntries?4(page) @@ -1779,6 +1771,8 @@ eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.adBlockDisabledForUrl?4(url) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.addRule?4(rule) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.allRules?4() +eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.canBeRemoved?4() +eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.canEditRules?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.changed?7 eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.checkForUpdate?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.elemHideDisabledForUrl?4(url) @@ -1790,16 +1784,26 @@ eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.match?4(req, urlDomain, urlString) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.removeRule?4(offset) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.replaceRule?4(rule, offset) +eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.requiresLocation?4() +eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.rule?4(offset) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.rulesChanged?7 eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.rulesFileName?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.saveRules?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.setEnabled?4(enabled) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.setLocation?4(url) +eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.setRuleEnabled?4(offset, enabled) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.setTitle?4(title) eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.title?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.updateNow?4() eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription.url?4() -eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription?1(url, parent=None, default=False) +eric5.Helpviewer.AdBlock.AdBlockSubscription.AdBlockSubscription?1(url, custom, parent=None, default=False) +eric5.Helpviewer.AdBlock.AdBlockTreeWidget.AdBlockTreeWidget.addRule?4() +eric5.Helpviewer.AdBlock.AdBlockTreeWidget.AdBlockTreeWidget.keyPressEvent?4(evt) +eric5.Helpviewer.AdBlock.AdBlockTreeWidget.AdBlockTreeWidget.refresh?4() +eric5.Helpviewer.AdBlock.AdBlockTreeWidget.AdBlockTreeWidget.removeRule?4() +eric5.Helpviewer.AdBlock.AdBlockTreeWidget.AdBlockTreeWidget.showRule?4(rule) +eric5.Helpviewer.AdBlock.AdBlockTreeWidget.AdBlockTreeWidget.subscription?4() +eric5.Helpviewer.AdBlock.AdBlockTreeWidget.AdBlockTreeWidget?1(subscription, parent=None) eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.accept?4() eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.addedNode?4() eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.currentIndex?4() @@ -2366,7 +2370,7 @@ eric5.Helpviewer.HelpWindow.HelpWindow._syncManager?8 eric5.Helpviewer.HelpWindow.HelpWindow._userAgentsManager?8 eric5.Helpviewer.HelpWindow.HelpWindow.adBlockIcon?4() -eric5.Helpviewer.HelpWindow.HelpWindow.adblockManager?4() +eric5.Helpviewer.HelpWindow.HelpWindow.adBlockManager?4() eric5.Helpviewer.HelpWindow.HelpWindow.bookmarkAll?4() eric5.Helpviewer.HelpWindow.HelpWindow.bookmarksManager?4() eric5.Helpviewer.HelpWindow.HelpWindow.browserAt?4(index) @@ -2403,6 +2407,7 @@ eric5.Helpviewer.HelpWindow.HelpWindow.preferencesChanged?4() eric5.Helpviewer.HelpWindow.HelpWindow.previewer?4() eric5.Helpviewer.HelpWindow.HelpWindow.privacyChanged?7 +eric5.Helpviewer.HelpWindow.HelpWindow.reloadUserStyleSheet?4() eric5.Helpviewer.HelpWindow.HelpWindow.requestVirusTotalScan?4(url) eric5.Helpviewer.HelpWindow.HelpWindow.search?4(word) eric5.Helpviewer.HelpWindow.HelpWindow.searchEnginesAction?4()
--- a/APIs/Python3/eric5.bas Mon Jul 30 19:19:29 2012 +0200 +++ b/APIs/Python3/eric5.bas Sat Aug 04 13:30:04 2012 +0200 @@ -8,10 +8,10 @@ AdBlockDialog QDialog Ui_AdBlockDialog AdBlockIcon E5ClickableLabel AdBlockManager QObject -AdBlockModel QAbstractItemModel AdBlockNetwork QObject AdBlockPage QObject AdBlockSubscription QObject +AdBlockTreeWidget E5TreeWidget AddBookmarkDialog QDialog Ui_AddBookmarkDialog AddBookmarkProxyModel QSortFilterProxyModel AddDirectoryDialog QDialog Ui_AddDirectoryDialog
--- a/Documentation/Help/source.qhp Mon Jul 30 19:19:29 2012 +0200 +++ b/Documentation/Help/source.qhp Sat Aug 04 13:30:04 2012 +0200 @@ -196,11 +196,11 @@ <section title="eric5.Helpviewer.AdBlock.AdBlockDialog" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html" /> <section title="eric5.Helpviewer.AdBlock.AdBlockIcon" ref="eric5.Helpviewer.AdBlock.AdBlockIcon.html" /> <section title="eric5.Helpviewer.AdBlock.AdBlockManager" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html" /> - <section title="eric5.Helpviewer.AdBlock.AdBlockModel" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html" /> <section title="eric5.Helpviewer.AdBlock.AdBlockNetwork" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html" /> <section title="eric5.Helpviewer.AdBlock.AdBlockPage" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html" /> <section title="eric5.Helpviewer.AdBlock.AdBlockRule" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html" /> <section title="eric5.Helpviewer.AdBlock.AdBlockSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html" /> + <section title="eric5.Helpviewer.AdBlock.AdBlockTreeWidget" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html" /> </section> <section title="eric5.Helpviewer.Bookmarks" ref="index-eric5.Helpviewer.Bookmarks.html"> <section title="eric5.Helpviewer.Bookmarks.BookmarksImporters" ref="index-eric5.Helpviewer.Bookmarks.BookmarksImporters.html"> @@ -1056,14 +1056,22 @@ <keyword name="AdBlockDialog (Constructor)" id="AdBlockDialog (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__init__" /> <keyword name="AdBlockDialog (Module)" id="AdBlockDialog (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html" /> <keyword name="AdBlockDialog.__aboutToShowActionMenu" id="AdBlockDialog.__aboutToShowActionMenu" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__aboutToShowActionMenu" /> + <keyword name="AdBlockDialog.__addCustomRule" id="AdBlockDialog.__addCustomRule" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__addCustomRule" /> <keyword name="AdBlockDialog.__browseSubscriptions" id="AdBlockDialog.__browseSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__browseSubscriptions" /> <keyword name="AdBlockDialog.__learnAboutWritingFilters" id="AdBlockDialog.__learnAboutWritingFilters" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__learnAboutWritingFilters" /> + <keyword name="AdBlockDialog.__load" id="AdBlockDialog.__load" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__load" /> + <keyword name="AdBlockDialog.__loadSubscriptions" id="AdBlockDialog.__loadSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__loadSubscriptions" /> + <keyword name="AdBlockDialog.__removeCustomRule" id="AdBlockDialog.__removeCustomRule" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__removeCustomRule" /> <keyword name="AdBlockDialog.__removeSubscription" id="AdBlockDialog.__removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__removeSubscription" /> + <keyword name="AdBlockDialog.__setSubscriptionEnabled" id="AdBlockDialog.__setSubscriptionEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__setSubscriptionEnabled" /> + <keyword name="AdBlockDialog.__switchSubscriptionEnabled" id="AdBlockDialog.__switchSubscriptionEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__switchSubscriptionEnabled" /> + <keyword name="AdBlockDialog.__updateAllSubscriptions" id="AdBlockDialog.__updateAllSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__updateAllSubscriptions" /> <keyword name="AdBlockDialog.__updateSubscription" id="AdBlockDialog.__updateSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__updateSubscription" /> - <keyword name="AdBlockDialog.addCustomRule" id="AdBlockDialog.addCustomRule" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.addCustomRule" /> - <keyword name="AdBlockDialog.model" id="AdBlockDialog.model" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.model" /> + <keyword name="AdBlockDialog.addSubscription" id="AdBlockDialog.addSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.addSubscription" /> + <keyword name="AdBlockDialog.on_adBlockGroup_toggled" id="AdBlockDialog.on_adBlockGroup_toggled" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.on_adBlockGroup_toggled" /> + <keyword name="AdBlockDialog.on_searchEdit_textChanged" id="AdBlockDialog.on_searchEdit_textChanged" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.on_searchEdit_textChanged" /> + <keyword name="AdBlockDialog.on_subscriptionsTabWidget_currentChanged" id="AdBlockDialog.on_subscriptionsTabWidget_currentChanged" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.on_subscriptionsTabWidget_currentChanged" /> <keyword name="AdBlockDialog.on_updateSpinBox_valueChanged" id="AdBlockDialog.on_updateSpinBox_valueChanged" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.on_updateSpinBox_valueChanged" /> - <keyword name="AdBlockDialog.setCurrentIndex" id="AdBlockDialog.setCurrentIndex" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.setCurrentIndex" /> <keyword name="AdBlockDialog.showRule" id="AdBlockDialog.showRule" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.showRule" /> <keyword name="AdBlockIcon" id="AdBlockIcon" ref="eric5.Helpviewer.AdBlock.AdBlockIcon.html#AdBlockIcon" /> <keyword name="AdBlockIcon (Constructor)" id="AdBlockIcon (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockIcon.html#AdBlockIcon.__init__" /> @@ -1084,8 +1092,10 @@ <keyword name="AdBlockManager.customRules" id="AdBlockManager.customRules" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.customRules" /> <keyword name="AdBlockManager.elementHidingRules" id="AdBlockManager.elementHidingRules" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.elementHidingRules" /> <keyword name="AdBlockManager.elementHidingRulesForDomain" id="AdBlockManager.elementHidingRulesForDomain" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.elementHidingRulesForDomain" /> + <keyword name="AdBlockManager.getRequiresSubscriptions" id="AdBlockManager.getRequiresSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.getRequiresSubscriptions" /> <keyword name="AdBlockManager.isEnabled" id="AdBlockManager.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.isEnabled" /> <keyword name="AdBlockManager.load" id="AdBlockManager.load" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.load" /> + <keyword name="AdBlockManager.loadRequiredSubscription" id="AdBlockManager.loadRequiredSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.loadRequiredSubscription" /> <keyword name="AdBlockManager.network" id="AdBlockManager.network" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.network" /> <keyword name="AdBlockManager.page" id="AdBlockManager.page" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.page" /> <keyword name="AdBlockManager.removeSubscription" id="AdBlockManager.removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.removeSubscription" /> @@ -1093,24 +1103,9 @@ <keyword name="AdBlockManager.setEnabled" id="AdBlockManager.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.setEnabled" /> <keyword name="AdBlockManager.showDialog" id="AdBlockManager.showDialog" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.showDialog" /> <keyword name="AdBlockManager.showRule" id="AdBlockManager.showRule" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.showRule" /> + <keyword name="AdBlockManager.subscription" id="AdBlockManager.subscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.subscription" /> <keyword name="AdBlockManager.subscriptions" id="AdBlockManager.subscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.subscriptions" /> - <keyword name="AdBlockModel" id="AdBlockModel" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel" /> - <keyword name="AdBlockModel (Constructor)" id="AdBlockModel (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__init__" /> - <keyword name="AdBlockModel (Module)" id="AdBlockModel (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html" /> - <keyword name="AdBlockModel.__rulesChanged" id="AdBlockModel.__rulesChanged" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__rulesChanged" /> - <keyword name="AdBlockModel.columnCount" id="AdBlockModel.columnCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.columnCount" /> - <keyword name="AdBlockModel.data" id="AdBlockModel.data" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.data" /> - <keyword name="AdBlockModel.flags" id="AdBlockModel.flags" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.flags" /> - <keyword name="AdBlockModel.hasChildren" id="AdBlockModel.hasChildren" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.hasChildren" /> - <keyword name="AdBlockModel.headerData" id="AdBlockModel.headerData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.headerData" /> - <keyword name="AdBlockModel.index" id="AdBlockModel.index" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.index" /> - <keyword name="AdBlockModel.parent" id="AdBlockModel.parent" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.parent" /> - <keyword name="AdBlockModel.removeRows" id="AdBlockModel.removeRows" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.removeRows" /> - <keyword name="AdBlockModel.rowCount" id="AdBlockModel.rowCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rowCount" /> - <keyword name="AdBlockModel.rule" id="AdBlockModel.rule" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rule" /> - <keyword name="AdBlockModel.setData" id="AdBlockModel.setData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.setData" /> - <keyword name="AdBlockModel.subscription" id="AdBlockModel.subscription" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscription" /> - <keyword name="AdBlockModel.subscriptionIndex" id="AdBlockModel.subscriptionIndex" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscriptionIndex" /> + <keyword name="AdBlockManager.updateAllSubscriptions" id="AdBlockManager.updateAllSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.updateAllSubscriptions" /> <keyword name="AdBlockNetwork" id="AdBlockNetwork" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork" /> <keyword name="AdBlockNetwork (Module)" id="AdBlockNetwork (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html" /> <keyword name="AdBlockNetwork.__canBeBlocked" id="AdBlockNetwork.__canBeBlocked" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork.__canBeBlocked" /> @@ -1157,6 +1152,8 @@ <keyword name="AdBlockSubscription.adBlockDisabledForUrl" id="AdBlockSubscription.adBlockDisabledForUrl" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.adBlockDisabledForUrl" /> <keyword name="AdBlockSubscription.addRule" id="AdBlockSubscription.addRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.addRule" /> <keyword name="AdBlockSubscription.allRules" id="AdBlockSubscription.allRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.allRules" /> + <keyword name="AdBlockSubscription.canBeRemoved" id="AdBlockSubscription.canBeRemoved" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.canBeRemoved" /> + <keyword name="AdBlockSubscription.canEditRules" id="AdBlockSubscription.canEditRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.canEditRules" /> <keyword name="AdBlockSubscription.checkForUpdate" id="AdBlockSubscription.checkForUpdate" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.checkForUpdate" /> <keyword name="AdBlockSubscription.elemHideDisabledForUrl" id="AdBlockSubscription.elemHideDisabledForUrl" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.elemHideDisabledForUrl" /> <keyword name="AdBlockSubscription.elementHidingRules" id="AdBlockSubscription.elementHidingRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.elementHidingRules" /> @@ -1167,14 +1164,31 @@ <keyword name="AdBlockSubscription.match" id="AdBlockSubscription.match" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.match" /> <keyword name="AdBlockSubscription.removeRule" id="AdBlockSubscription.removeRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.removeRule" /> <keyword name="AdBlockSubscription.replaceRule" id="AdBlockSubscription.replaceRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.replaceRule" /> + <keyword name="AdBlockSubscription.requiresLocation" id="AdBlockSubscription.requiresLocation" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.requiresLocation" /> + <keyword name="AdBlockSubscription.rule" id="AdBlockSubscription.rule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.rule" /> <keyword name="AdBlockSubscription.rulesFileName" id="AdBlockSubscription.rulesFileName" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.rulesFileName" /> <keyword name="AdBlockSubscription.saveRules" id="AdBlockSubscription.saveRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.saveRules" /> <keyword name="AdBlockSubscription.setEnabled" id="AdBlockSubscription.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setEnabled" /> <keyword name="AdBlockSubscription.setLocation" id="AdBlockSubscription.setLocation" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setLocation" /> + <keyword name="AdBlockSubscription.setRuleEnabled" id="AdBlockSubscription.setRuleEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setRuleEnabled" /> <keyword name="AdBlockSubscription.setTitle" id="AdBlockSubscription.setTitle" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setTitle" /> <keyword name="AdBlockSubscription.title" id="AdBlockSubscription.title" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.title" /> <keyword name="AdBlockSubscription.updateNow" id="AdBlockSubscription.updateNow" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.updateNow" /> <keyword name="AdBlockSubscription.url" id="AdBlockSubscription.url" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.url" /> + <keyword name="AdBlockTreeWidget" id="AdBlockTreeWidget" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget" /> + <keyword name="AdBlockTreeWidget (Constructor)" id="AdBlockTreeWidget (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.__init__" /> + <keyword name="AdBlockTreeWidget (Module)" id="AdBlockTreeWidget (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html" /> + <keyword name="AdBlockTreeWidget.__adjustItemFeatures" id="AdBlockTreeWidget.__adjustItemFeatures" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.__adjustItemFeatures" /> + <keyword name="AdBlockTreeWidget.__contextMenuRequested" id="AdBlockTreeWidget.__contextMenuRequested" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.__contextMenuRequested" /> + <keyword name="AdBlockTreeWidget.__copyFilter" id="AdBlockTreeWidget.__copyFilter" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.__copyFilter" /> + <keyword name="AdBlockTreeWidget.__itemChanged" id="AdBlockTreeWidget.__itemChanged" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.__itemChanged" /> + <keyword name="AdBlockTreeWidget.__subscriptionChanged" id="AdBlockTreeWidget.__subscriptionChanged" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.__subscriptionChanged" /> + <keyword name="AdBlockTreeWidget.addRule" id="AdBlockTreeWidget.addRule" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.addRule" /> + <keyword name="AdBlockTreeWidget.keyPressEvent" id="AdBlockTreeWidget.keyPressEvent" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.keyPressEvent" /> + <keyword name="AdBlockTreeWidget.refresh" id="AdBlockTreeWidget.refresh" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.refresh" /> + <keyword name="AdBlockTreeWidget.removeRule" id="AdBlockTreeWidget.removeRule" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.removeRule" /> + <keyword name="AdBlockTreeWidget.showRule" id="AdBlockTreeWidget.showRule" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.showRule" /> + <keyword name="AdBlockTreeWidget.subscription" id="AdBlockTreeWidget.subscription" ref="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html#AdBlockTreeWidget.subscription" /> <keyword name="AdBlockedPageEntry" id="AdBlockedPageEntry" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockedPageEntry" /> <keyword name="AdBlockedPageEntry (Constructor)" id="AdBlockedPageEntry (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockedPageEntry.__init__" /> <keyword name="AdBlockedPageEntry.__eq__" id="AdBlockedPageEntry.__eq__" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockedPageEntry.__eq__" /> @@ -5005,6 +5019,7 @@ <keyword name="HelpWindow.__switchTab" id="HelpWindow.__switchTab" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__switchTab" /> <keyword name="HelpWindow.__syncTOC" id="HelpWindow.__syncTOC" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__syncTOC" /> <keyword name="HelpWindow.__titleChanged" id="HelpWindow.__titleChanged" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__titleChanged" /> + <keyword name="HelpWindow.__userStyleSheet" id="HelpWindow.__userStyleSheet" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__userStyleSheet" /> <keyword name="HelpWindow.__viewFullScreen" id="HelpWindow.__viewFullScreen" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__viewFullScreen" /> <keyword name="HelpWindow.__virusTotalFileScanReport" id="HelpWindow.__virusTotalFileScanReport" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__virusTotalFileScanReport" /> <keyword name="HelpWindow.__virusTotalScanCurrentSite" id="HelpWindow.__virusTotalScanCurrentSite" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__virusTotalScanCurrentSite" /> @@ -5019,7 +5034,7 @@ <keyword name="HelpWindow.__zoomReset" id="HelpWindow.__zoomReset" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__zoomReset" /> <keyword name="HelpWindow.__zoomTextOnly" id="HelpWindow.__zoomTextOnly" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__zoomTextOnly" /> <keyword name="HelpWindow.adBlockIcon" id="HelpWindow.adBlockIcon" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.adBlockIcon" /> - <keyword name="HelpWindow.adblockManager" id="HelpWindow.adblockManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.adblockManager" /> + <keyword name="HelpWindow.adBlockManager" id="HelpWindow.adBlockManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.adBlockManager" /> <keyword name="HelpWindow.bookmarkAll" id="HelpWindow.bookmarkAll" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.bookmarkAll" /> <keyword name="HelpWindow.bookmarksManager" id="HelpWindow.bookmarksManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.bookmarksManager" /> <keyword name="HelpWindow.browserAt" id="HelpWindow.browserAt" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.browserAt" /> @@ -5052,6 +5067,7 @@ <keyword name="HelpWindow.personalInformationManager" id="HelpWindow.personalInformationManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.personalInformationManager" /> <keyword name="HelpWindow.preferencesChanged" id="HelpWindow.preferencesChanged" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.preferencesChanged" /> <keyword name="HelpWindow.previewer" id="HelpWindow.previewer" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.previewer" /> + <keyword name="HelpWindow.reloadUserStyleSheet" id="HelpWindow.reloadUserStyleSheet" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.reloadUserStyleSheet" /> <keyword name="HelpWindow.requestVirusTotalScan" id="HelpWindow.requestVirusTotalScan" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.requestVirusTotalScan" /> <keyword name="HelpWindow.search" id="HelpWindow.search" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.search" /> <keyword name="HelpWindow.searchEnginesAction" id="HelpWindow.searchEnginesAction" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.searchEnginesAction" /> @@ -12432,11 +12448,11 @@ <file>eric5.Helpviewer.AdBlock.AdBlockDialog.html</file> <file>eric5.Helpviewer.AdBlock.AdBlockIcon.html</file> <file>eric5.Helpviewer.AdBlock.AdBlockManager.html</file> - <file>eric5.Helpviewer.AdBlock.AdBlockModel.html</file> <file>eric5.Helpviewer.AdBlock.AdBlockNetwork.html</file> <file>eric5.Helpviewer.AdBlock.AdBlockPage.html</file> <file>eric5.Helpviewer.AdBlock.AdBlockRule.html</file> <file>eric5.Helpviewer.AdBlock.AdBlockSubscription.html</file> + <file>eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html</file> <file>eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html</file> <file>eric5.Helpviewer.Bookmarks.BookmarkNode.html</file> <file>eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.html</file>
--- a/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockDialog.html Mon Jul 30 19:19:29 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockDialog.html Sat Aug 04 13:30:04 2012 +0200 @@ -64,30 +64,54 @@ <td><a href="#AdBlockDialog.__aboutToShowActionMenu">__aboutToShowActionMenu</a></td> <td>Private slot to show the actions menu.</td> </tr><tr> +<td><a href="#AdBlockDialog.__addCustomRule">__addCustomRule</a></td> +<td>Private slot to add a custom AdBlock rule.</td> +</tr><tr> <td><a href="#AdBlockDialog.__browseSubscriptions">__browseSubscriptions</a></td> <td>Private slot to browse the list of available AdBlock subscriptions.</td> </tr><tr> <td><a href="#AdBlockDialog.__learnAboutWritingFilters">__learnAboutWritingFilters</a></td> <td>Private slot to show the web page about how to write filters.</td> </tr><tr> +<td><a href="#AdBlockDialog.__load">__load</a></td> +<td>Private slot to populate the tab widget with subscriptions.</td> +</tr><tr> +<td><a href="#AdBlockDialog.__loadSubscriptions">__loadSubscriptions</a></td> +<td>Private slot to load the AdBlock subscription rules.</td> +</tr><tr> +<td><a href="#AdBlockDialog.__removeCustomRule">__removeCustomRule</a></td> +<td>Private slot to remove a custom AdBlock rule.</td> +</tr><tr> <td><a href="#AdBlockDialog.__removeSubscription">__removeSubscription</a></td> <td>Private slot to remove the selected subscription.</td> </tr><tr> +<td><a href="#AdBlockDialog.__setSubscriptionEnabled">__setSubscriptionEnabled</a></td> +<td>Private slot to set the enabled state of a subscription.</td> +</tr><tr> +<td><a href="#AdBlockDialog.__switchSubscriptionEnabled">__switchSubscriptionEnabled</a></td> +<td>Private slot to switch the enabled state of the selected subscription</td> +</tr><tr> +<td><a href="#AdBlockDialog.__updateAllSubscriptions">__updateAllSubscriptions</a></td> +<td>Private slot to update all subscriptions.</td> +</tr><tr> <td><a href="#AdBlockDialog.__updateSubscription">__updateSubscription</a></td> <td>Private slot to update the selected subscription.</td> </tr><tr> -<td><a href="#AdBlockDialog.addCustomRule">addCustomRule</a></td> -<td>Public slot to add a custom AdBlock rule.</td> +<td><a href="#AdBlockDialog.addSubscription">addSubscription</a></td> +<td>Public slot adding a subscription to the list.</td> +</tr><tr> +<td><a href="#AdBlockDialog.on_adBlockGroup_toggled">on_adBlockGroup_toggled</a></td> +<td>Private slot handling the enabling/disabling of AdBlock.</td> </tr><tr> -<td><a href="#AdBlockDialog.model">model</a></td> -<td>Public method to return a reference to the subscriptions tree model.</td> +<td><a href="#AdBlockDialog.on_searchEdit_textChanged">on_searchEdit_textChanged</a></td> +<td>Private slot to set a new filter on the current widget.</td> +</tr><tr> +<td><a href="#AdBlockDialog.on_subscriptionsTabWidget_currentChanged">on_subscriptionsTabWidget_currentChanged</a></td> +<td>Private slot handling the selection of another tab.</td> </tr><tr> <td><a href="#AdBlockDialog.on_updateSpinBox_valueChanged">on_updateSpinBox_valueChanged</a></td> <td>Private slot to handle changes of the update period.</td> </tr><tr> -<td><a href="#AdBlockDialog.setCurrentIndex">setCurrentIndex</a></td> -<td>Private slot to set the current index of the subscriptions tree.</td> -</tr><tr> <td><a href="#AdBlockDialog.showRule">showRule</a></td> <td>Public slot to show the given rule.</td> </tr> @@ -106,6 +130,11 @@ <b>__aboutToShowActionMenu</b>(<i></i>) <p> Private slot to show the actions menu. +</p><a NAME="AdBlockDialog.__addCustomRule" ID="AdBlockDialog.__addCustomRule"></a> +<h4>AdBlockDialog.__addCustomRule</h4> +<b>__addCustomRule</b>(<i></i>) +<p> + Private slot to add a custom AdBlock rule. </p><a NAME="AdBlockDialog.__browseSubscriptions" ID="AdBlockDialog.__browseSubscriptions"></a> <h4>AdBlockDialog.__browseSubscriptions</h4> <b>__browseSubscriptions</b>(<i></i>) @@ -116,32 +145,99 @@ <b>__learnAboutWritingFilters</b>(<i></i>) <p> Private slot to show the web page about how to write filters. +</p><a NAME="AdBlockDialog.__load" ID="AdBlockDialog.__load"></a> +<h4>AdBlockDialog.__load</h4> +<b>__load</b>(<i></i>) +<p> + Private slot to populate the tab widget with subscriptions. +</p><a NAME="AdBlockDialog.__loadSubscriptions" ID="AdBlockDialog.__loadSubscriptions"></a> +<h4>AdBlockDialog.__loadSubscriptions</h4> +<b>__loadSubscriptions</b>(<i></i>) +<p> + Private slot to load the AdBlock subscription rules. +</p><a NAME="AdBlockDialog.__removeCustomRule" ID="AdBlockDialog.__removeCustomRule"></a> +<h4>AdBlockDialog.__removeCustomRule</h4> +<b>__removeCustomRule</b>(<i></i>) +<p> + Private slot to remove a custom AdBlock rule. </p><a NAME="AdBlockDialog.__removeSubscription" ID="AdBlockDialog.__removeSubscription"></a> <h4>AdBlockDialog.__removeSubscription</h4> <b>__removeSubscription</b>(<i></i>) <p> Private slot to remove the selected subscription. +</p><a NAME="AdBlockDialog.__setSubscriptionEnabled" ID="AdBlockDialog.__setSubscriptionEnabled"></a> +<h4>AdBlockDialog.__setSubscriptionEnabled</h4> +<b>__setSubscriptionEnabled</b>(<i>subscription, enable</i>) +<p> + Private slot to set the enabled state of a subscription. +</p><dl> +<dt><i>subscription</i></dt> +<dd> +subscription to set the state for (AdBlockSubscription) +</dd><dt><i>enable</i></dt> +<dd> +state to set to (boolean) +</dd> +</dl><a NAME="AdBlockDialog.__switchSubscriptionEnabled" ID="AdBlockDialog.__switchSubscriptionEnabled"></a> +<h4>AdBlockDialog.__switchSubscriptionEnabled</h4> +<b>__switchSubscriptionEnabled</b>(<i></i>) +<p> + Private slot to switch the enabled state of the selected subscription +</p><a NAME="AdBlockDialog.__updateAllSubscriptions" ID="AdBlockDialog.__updateAllSubscriptions"></a> +<h4>AdBlockDialog.__updateAllSubscriptions</h4> +<b>__updateAllSubscriptions</b>(<i></i>) +<p> + Private slot to update all subscriptions. </p><a NAME="AdBlockDialog.__updateSubscription" ID="AdBlockDialog.__updateSubscription"></a> <h4>AdBlockDialog.__updateSubscription</h4> <b>__updateSubscription</b>(<i></i>) <p> Private slot to update the selected subscription. -</p><a NAME="AdBlockDialog.addCustomRule" ID="AdBlockDialog.addCustomRule"></a> -<h4>AdBlockDialog.addCustomRule</h4> -<b>addCustomRule</b>(<i>rule=""</i>) +</p><a NAME="AdBlockDialog.addSubscription" ID="AdBlockDialog.addSubscription"></a> +<h4>AdBlockDialog.addSubscription</h4> +<b>addSubscription</b>(<i>subscription, refresh=True</i>) <p> - Public slot to add a custom AdBlock rule. + Public slot adding a subscription to the list. </p><dl> -<dt><i>rule</i></dt> +<dt><i>subscription</i></dt> +<dd> +reference to the subscription to be + added (AdBlockSubscription) +</dd><dt><i>refresh</i></dt> +<dd> +flag indicating to refresh the tree (boolean) +</dd> +</dl><a NAME="AdBlockDialog.on_adBlockGroup_toggled" ID="AdBlockDialog.on_adBlockGroup_toggled"></a> +<h4>AdBlockDialog.on_adBlockGroup_toggled</h4> +<b>on_adBlockGroup_toggled</b>(<i>state</i>) +<p> + Private slot handling the enabling/disabling of AdBlock. +</p><dl> +<dt><i>state</i></dt> <dd> -string defining the rule to be added (string) +state of the toggle (boolean) +</dd> +</dl><a NAME="AdBlockDialog.on_searchEdit_textChanged" ID="AdBlockDialog.on_searchEdit_textChanged"></a> +<h4>AdBlockDialog.on_searchEdit_textChanged</h4> +<b>on_searchEdit_textChanged</b>(<i>filter</i>) +<p> + Private slot to set a new filter on the current widget. +</p><dl> +<dt><i>filter</i></dt> +<dd> +filter to be set (string) </dd> -</dl><a NAME="AdBlockDialog.model" ID="AdBlockDialog.model"></a> -<h4>AdBlockDialog.model</h4> -<b>model</b>(<i></i>) +</dl><a NAME="AdBlockDialog.on_subscriptionsTabWidget_currentChanged" ID="AdBlockDialog.on_subscriptionsTabWidget_currentChanged"></a> +<h4>AdBlockDialog.on_subscriptionsTabWidget_currentChanged</h4> +<b>on_subscriptionsTabWidget_currentChanged</b>(<i>index</i>) <p> - Public method to return a reference to the subscriptions tree model. -</p><a NAME="AdBlockDialog.on_updateSpinBox_valueChanged" ID="AdBlockDialog.on_updateSpinBox_valueChanged"></a> + Private slot handling the selection of another tab. +</p><dl> +<dt><i>index</i></dt> +<dd> +index of the new current tab (integer) +</dd> +</dl><a NAME="AdBlockDialog.on_updateSpinBox_valueChanged" ID="AdBlockDialog.on_updateSpinBox_valueChanged"></a> <h4>AdBlockDialog.on_updateSpinBox_valueChanged</h4> <b>on_updateSpinBox_valueChanged</b>(<i>value</i>) <p> @@ -151,16 +247,6 @@ <dd> update period (integer) </dd> -</dl><a NAME="AdBlockDialog.setCurrentIndex" ID="AdBlockDialog.setCurrentIndex"></a> -<h4>AdBlockDialog.setCurrentIndex</h4> -<b>setCurrentIndex</b>(<i>index</i>) -<p> - Private slot to set the current index of the subscriptions tree. -</p><dl> -<dt><i>index</i></dt> -<dd> -index to be set (QModelIndex) -</dd> </dl><a NAME="AdBlockDialog.showRule" ID="AdBlockDialog.showRule"></a> <h4>AdBlockDialog.showRule</h4> <b>showRule</b>(<i>rule</i>)
--- a/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockManager.html Mon Jul 30 19:19:29 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockManager.html Sat Aug 04 13:30:04 2012 +0200 @@ -91,12 +91,18 @@ <td><a href="#AdBlockManager.elementHidingRulesForDomain">elementHidingRulesForDomain</a></td> <td>Public method to get the element hiding rules for a domain.</td> </tr><tr> +<td><a href="#AdBlockManager.getRequiresSubscriptions">getRequiresSubscriptions</a></td> +<td>Public method to get a list of subscriptions, that require the given one.</td> +</tr><tr> <td><a href="#AdBlockManager.isEnabled">isEnabled</a></td> <td>Public method to check, if blocking ads is enabled.</td> </tr><tr> <td><a href="#AdBlockManager.load">load</a></td> <td>Public method to load the AdBlock subscriptions.</td> </tr><tr> +<td><a href="#AdBlockManager.loadRequiredSubscription">loadRequiredSubscription</a></td> +<td>Public method to load a subscription required by another one.</td> +</tr><tr> <td><a href="#AdBlockManager.network">network</a></td> <td>Public method to get a reference to the network block object.</td> </tr><tr> @@ -118,8 +124,14 @@ <td><a href="#AdBlockManager.showRule">showRule</a></td> <td>Public slot to show an AdBlock rule.</td> </tr><tr> +<td><a href="#AdBlockManager.subscription">subscription</a></td> +<td>Public method to get a subscription based on it's location.</td> +</tr><tr> <td><a href="#AdBlockManager.subscriptions">subscriptions</a></td> <td>Public method to get all subscriptions.</td> +</tr><tr> +<td><a href="#AdBlockManager.updateAllSubscriptions">updateAllSubscriptions</a></td> +<td>Public method to update all subscriptions.</td> </tr> </table> <h3>Static Methods</h3> @@ -211,6 +223,21 @@ <dd> element hiding rules (string) </dd> +</dl><a NAME="AdBlockManager.getRequiresSubscriptions" ID="AdBlockManager.getRequiresSubscriptions"></a> +<h4>AdBlockManager.getRequiresSubscriptions</h4> +<b>getRequiresSubscriptions</b>(<i>subscription</i>) +<p> + Public method to get a list of subscriptions, that require the given one. +</p><dl> +<dt><i>subscription</i></dt> +<dd> +subscription to check for (AdBlockSubscription) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +list of subscription requiring the given one (list of AdBlockSubscription) +</dd> </dl><a NAME="AdBlockManager.isEnabled" ID="AdBlockManager.isEnabled"></a> <h4>AdBlockManager.isEnabled</h4> <b>isEnabled</b>(<i></i>) @@ -226,7 +253,20 @@ <b>load</b>(<i></i>) <p> Public method to load the AdBlock subscriptions. -</p><a NAME="AdBlockManager.network" ID="AdBlockManager.network"></a> +</p><a NAME="AdBlockManager.loadRequiredSubscription" ID="AdBlockManager.loadRequiredSubscription"></a> +<h4>AdBlockManager.loadRequiredSubscription</h4> +<b>loadRequiredSubscription</b>(<i>location, title</i>) +<p> + Public method to load a subscription required by another one. +</p><dl> +<dt><i>location</i></dt> +<dd> +location of the required subscription (string) +</dd><dt><i>title</i></dt> +<dd> +title of the required subscription (string) +</dd> +</dl><a NAME="AdBlockManager.network" ID="AdBlockManager.network"></a> <h4>AdBlockManager.network</h4> <b>network</b>(<i></i>) <p> @@ -248,13 +288,16 @@ </dd> </dl><a NAME="AdBlockManager.removeSubscription" ID="AdBlockManager.removeSubscription"></a> <h4>AdBlockManager.removeSubscription</h4> -<b>removeSubscription</b>(<i>subscription</i>) +<b>removeSubscription</b>(<i>subscription, emitSignal=True</i>) <p> Public method to remove an AdBlock subscription. </p><dl> <dt><i>subscription</i></dt> <dd> AdBlock subscription to be removed (AdBlockSubscription) +</dd><dt><i>emitSignal</i></dt> +<dd> +flag indicating to send a signal (boolean) </dd> </dl><a NAME="AdBlockManager.save" ID="AdBlockManager.save"></a> <h4>AdBlockManager.save</h4> @@ -281,7 +324,22 @@ <b>showRule</b>(<i></i>) <p> Public slot to show an AdBlock rule. -</p><a NAME="AdBlockManager.subscriptions" ID="AdBlockManager.subscriptions"></a> +</p><a NAME="AdBlockManager.subscription" ID="AdBlockManager.subscription"></a> +<h4>AdBlockManager.subscription</h4> +<b>subscription</b>(<i>location</i>) +<p> + Public method to get a subscription based on it's location. +</p><dl> +<dt><i>location</i></dt> +<dd> +location of the subscription to search for (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +subscription or None (AdBlockSubscription) +</dd> +</dl><a NAME="AdBlockManager.subscriptions" ID="AdBlockManager.subscriptions"></a> <h4>AdBlockManager.subscriptions</h4> <b>subscriptions</b>(<i></i>) <p> @@ -291,7 +349,12 @@ <dd> list of subscriptions (list of AdBlockSubscription) </dd> -</dl> +</dl><a NAME="AdBlockManager.updateAllSubscriptions" ID="AdBlockManager.updateAllSubscriptions"></a> +<h4>AdBlockManager.updateAllSubscriptions</h4> +<b>updateAllSubscriptions</b>(<i></i>) +<p> + Public method to update all subscriptions. +</p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockModel.html Mon Jul 30 19:19:29 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,351 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' -'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> -<html><head> -<title>eric5.Helpviewer.AdBlock.AdBlockModel</title> -<style> -body { - background: #EDECE6; - margin: 0em 1em 10em 1em; - color: black; -} - -h1 { color: white; background: #85774A; } -h2 { color: white; background: #85774A; } -h3 { color: white; background: #9D936E; } -h4 { color: white; background: #9D936E; } - -a { color: #BA6D36; } - -</style> -</head> -<body><a NAME="top" ID="top"></a> -<h1>eric5.Helpviewer.AdBlock.AdBlockModel</h1> -<p> -Module implementing a model for the AdBlock dialog. -</p> -<h3>Global Attributes</h3> -<table> -<tr><td>None</td></tr> -</table> -<h3>Classes</h3> -<table> -<tr> -<td><a href="#AdBlockModel">AdBlockModel</a></td> -<td>Class implementing a model for the AdBlock dialog.</td> -</tr> -</table> -<h3>Functions</h3> -<table> -<tr><td>None</td></tr> -</table> -<hr /><hr /> -<a NAME="AdBlockModel" ID="AdBlockModel"></a> -<h2>AdBlockModel</h2> -<p> - Class implementing a model for the AdBlock dialog. -</p> -<h3>Derived from</h3> -QAbstractItemModel -<h3>Class Attributes</h3> -<table> -<tr><td>None</td></tr> -</table> -<h3>Class Methods</h3> -<table> -<tr><td>None</td></tr> -</table> -<h3>Methods</h3> -<table> -<tr> -<td><a href="#AdBlockModel.__init__">AdBlockModel</a></td> -<td>Constructor</td> -</tr><tr> -<td><a href="#AdBlockModel.__rulesChanged">__rulesChanged</a></td> -<td>Private slot to handle changes in rules.</td> -</tr><tr> -<td><a href="#AdBlockModel.columnCount">columnCount</a></td> -<td>Public method to get the number of columns.</td> -</tr><tr> -<td><a href="#AdBlockModel.data">data</a></td> -<td>Public method to get data from the model.</td> -</tr><tr> -<td><a href="#AdBlockModel.flags">flags</a></td> -<td>Public method to get flags for a node cell.</td> -</tr><tr> -<td><a href="#AdBlockModel.hasChildren">hasChildren</a></td> -<td>Public method to check, if a parent node has some children.</td> -</tr><tr> -<td><a href="#AdBlockModel.headerData">headerData</a></td> -<td>Public method to get the header data.</td> -</tr><tr> -<td><a href="#AdBlockModel.index">index</a></td> -<td>Public method to get a model index for a node cell.</td> -</tr><tr> -<td><a href="#AdBlockModel.parent">parent</a></td> -<td>Public method to get the index of the parent node.</td> -</tr><tr> -<td><a href="#AdBlockModel.removeRows">removeRows</a></td> -<td>Public method to remove bookmarks from the model.</td> -</tr><tr> -<td><a href="#AdBlockModel.rowCount">rowCount</a></td> -<td>Public method to determine the number of rows.</td> -</tr><tr> -<td><a href="#AdBlockModel.rule">rule</a></td> -<td>Public method to get the rule given it's index.</td> -</tr><tr> -<td><a href="#AdBlockModel.setData">setData</a></td> -<td>Public method to set the data of a node cell.</td> -</tr><tr> -<td><a href="#AdBlockModel.subscription">subscription</a></td> -<td>Public method to get the subscription given it's index.</td> -</tr><tr> -<td><a href="#AdBlockModel.subscriptionIndex">subscriptionIndex</a></td> -<td>Public method to get the index of a subscription.</td> -</tr> -</table> -<h3>Static Methods</h3> -<table> -<tr><td>None</td></tr> -</table> -<a NAME="AdBlockModel.__init__" ID="AdBlockModel.__init__"></a> -<h4>AdBlockModel (Constructor)</h4> -<b>AdBlockModel</b>(<i>parent=None</i>) -<p> - Constructor -</p><dl> -<dt><i>parent</i></dt> -<dd> -reference to the parent object (QObject) -</dd> -</dl><a NAME="AdBlockModel.__rulesChanged" ID="AdBlockModel.__rulesChanged"></a> -<h4>AdBlockModel.__rulesChanged</h4> -<b>__rulesChanged</b>(<i></i>) -<p> - Private slot to handle changes in rules. -</p><a NAME="AdBlockModel.columnCount" ID="AdBlockModel.columnCount"></a> -<h4>AdBlockModel.columnCount</h4> -<b>columnCount</b>(<i>parent=QModelIndex()</i>) -<p> - Public method to get the number of columns. -</p><dl> -<dt><i>parent</i></dt> -<dd> -index of parent (QModelIndex) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -number of columns (integer) -</dd> -</dl><a NAME="AdBlockModel.data" ID="AdBlockModel.data"></a> -<h4>AdBlockModel.data</h4> -<b>data</b>(<i>index, role=Qt.DisplayRole</i>) -<p> - Public method to get data from the model. -</p><dl> -<dt><i>index</i></dt> -<dd> -index of bookmark to get data for (QModelIndex) -</dd><dt><i>role</i></dt> -<dd> -data role (integer) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -bookmark data -</dd> -</dl><a NAME="AdBlockModel.flags" ID="AdBlockModel.flags"></a> -<h4>AdBlockModel.flags</h4> -<b>flags</b>(<i>index</i>) -<p> - Public method to get flags for a node cell. -</p><dl> -<dt><i>index</i></dt> -<dd> -index of the node cell (QModelIndex) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -flags (Qt.ItemFlags) -</dd> -</dl><a NAME="AdBlockModel.hasChildren" ID="AdBlockModel.hasChildren"></a> -<h4>AdBlockModel.hasChildren</h4> -<b>hasChildren</b>(<i>parent=QModelIndex()</i>) -<p> - Public method to check, if a parent node has some children. -</p><dl> -<dt><i>parent</i></dt> -<dd> -index of the parent node (QModelIndex) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -flag indicating the presence of children (boolean) -</dd> -</dl><a NAME="AdBlockModel.headerData" ID="AdBlockModel.headerData"></a> -<h4>AdBlockModel.headerData</h4> -<b>headerData</b>(<i>section, orientation, role=Qt.DisplayRole</i>) -<p> - Public method to get the header data. -</p><dl> -<dt><i>section</i></dt> -<dd> -section number (integer) -</dd><dt><i>orientation</i></dt> -<dd> -header orientation (Qt.Orientation) -</dd><dt><i>role</i></dt> -<dd> -data role (integer) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -header data -</dd> -</dl><a NAME="AdBlockModel.index" ID="AdBlockModel.index"></a> -<h4>AdBlockModel.index</h4> -<b>index</b>(<i>row, column, parent=QModelIndex()</i>) -<p> - Public method to get a model index for a node cell. -</p><dl> -<dt><i>row</i></dt> -<dd> -row number (integer) -</dd><dt><i>column</i></dt> -<dd> -column number (integer) -</dd><dt><i>parent</i></dt> -<dd> -index of the parent (QModelIndex) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -index (QModelIndex) -</dd> -</dl><a NAME="AdBlockModel.parent" ID="AdBlockModel.parent"></a> -<h4>AdBlockModel.parent</h4> -<b>parent</b>(<i>index=QModelIndex()</i>) -<p> - Public method to get the index of the parent node. -</p><dl> -<dt><i>index</i></dt> -<dd> -index of the child node (QModelIndex) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -index of the parent node (QModelIndex) -</dd> -</dl><a NAME="AdBlockModel.removeRows" ID="AdBlockModel.removeRows"></a> -<h4>AdBlockModel.removeRows</h4> -<b>removeRows</b>(<i>row, count, parent=QModelIndex()</i>) -<p> - Public method to remove bookmarks from the model. -</p><dl> -<dt><i>row</i></dt> -<dd> -row of the first bookmark to remove (integer) -</dd><dt><i>count</i></dt> -<dd> -number of bookmarks to remove (integer) -</dd><dt><i>index</i></dt> -<dd> -of the parent bookmark node (QModelIndex) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -flag indicating successful removal (boolean) -</dd> -</dl><a NAME="AdBlockModel.rowCount" ID="AdBlockModel.rowCount"></a> -<h4>AdBlockModel.rowCount</h4> -<b>rowCount</b>(<i>parent=QModelIndex()</i>) -<p> - Public method to determine the number of rows. -</p><dl> -<dt><i>parent</i></dt> -<dd> -index of parent (QModelIndex) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -number of rows (integer) -</dd> -</dl><a NAME="AdBlockModel.rule" ID="AdBlockModel.rule"></a> -<h4>AdBlockModel.rule</h4> -<b>rule</b>(<i>index</i>) -<p> - Public method to get the rule given it's index. -</p><dl> -<dt><i>index</i></dt> -<dd> -index of the rule (QModelIndex) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -reference to the rule (AdBlockRule) -</dd> -</dl><a NAME="AdBlockModel.setData" ID="AdBlockModel.setData"></a> -<h4>AdBlockModel.setData</h4> -<b>setData</b>(<i>index, value, role=Qt.EditRole</i>) -<p> - Public method to set the data of a node cell. -</p><dl> -<dt><i>index</i></dt> -<dd> -index of the node cell (QModelIndex) -</dd><dt><i>value</i></dt> -<dd> -value to be set -</dd><dt><i>role</i></dt> -<dd> -role of the data (integer) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -flag indicating success (boolean) -</dd> -</dl><a NAME="AdBlockModel.subscription" ID="AdBlockModel.subscription"></a> -<h4>AdBlockModel.subscription</h4> -<b>subscription</b>(<i>index</i>) -<p> - Public method to get the subscription given it's index. -</p><dl> -<dt><i>index</i></dt> -<dd> -index of the subscription (QModelIndex) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -reference to the subscription (AdBlockSubscription) -</dd> -</dl><a NAME="AdBlockModel.subscriptionIndex" ID="AdBlockModel.subscriptionIndex"></a> -<h4>AdBlockModel.subscriptionIndex</h4> -<b>subscriptionIndex</b>(<i>subscription</i>) -<p> - Public method to get the index of a subscription. -</p><dl> -<dt><i>subscription</i></dt> -<dd> -reference to the subscription (AdBlockSubscription) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -index of the subscription (QModelIndex) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -</body></html> \ No newline at end of file
--- a/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockSubscription.html Mon Jul 30 19:19:29 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockSubscription.html Sat Aug 04 13:30:04 2012 +0200 @@ -91,6 +91,12 @@ <td><a href="#AdBlockSubscription.allRules">allRules</a></td> <td>Public method to get the list of rules.</td> </tr><tr> +<td><a href="#AdBlockSubscription.canBeRemoved">canBeRemoved</a></td> +<td>Public method to check, if the subscription can be removed.</td> +</tr><tr> +<td><a href="#AdBlockSubscription.canEditRules">canEditRules</a></td> +<td>Public method to check, if rules can be edited.</td> +</tr><tr> <td><a href="#AdBlockSubscription.checkForUpdate">checkForUpdate</a></td> <td>Public method to check for an update.</td> </tr><tr> @@ -121,6 +127,12 @@ <td><a href="#AdBlockSubscription.replaceRule">replaceRule</a></td> <td>Public method to replace a rule given the offset.</td> </tr><tr> +<td><a href="#AdBlockSubscription.requiresLocation">requiresLocation</a></td> +<td>Public method to get the location of a required subscription.</td> +</tr><tr> +<td><a href="#AdBlockSubscription.rule">rule</a></td> +<td>Public method to get a specific rule.</td> +</tr><tr> <td><a href="#AdBlockSubscription.rulesFileName">rulesFileName</a></td> <td>Public method to get the name of the rules file.</td> </tr><tr> @@ -133,6 +145,9 @@ <td><a href="#AdBlockSubscription.setLocation">setLocation</a></td> <td>Public method to set the subscription location.</td> </tr><tr> +<td><a href="#AdBlockSubscription.setRuleEnabled">setRuleEnabled</a></td> +<td>Public method to enable a specific rule.</td> +</tr><tr> <td><a href="#AdBlockSubscription.setTitle">setTitle</a></td> <td>Public method to set the subscription title.</td> </tr><tr> @@ -152,19 +167,22 @@ </table> <a NAME="AdBlockSubscription.__init__" ID="AdBlockSubscription.__init__"></a> <h4>AdBlockSubscription (Constructor)</h4> -<b>AdBlockSubscription</b>(<i>url, parent=None, default=False</i>) +<b>AdBlockSubscription</b>(<i>url, custom, parent=None, default=False</i>) <p> Constructor </p><dl> <dt><i>url</i></dt> <dd> AdBlock URL for the subscription (QUrl) +</dd><dt><i>custom</i></dt> +<dd> +flag indicating a custom subscription (boolean) </dd><dt><i>parent</i></dt> <dd> reference to the parent object (QObject) </dd><dt><i>default</i></dt> <dd> -flag indicating a default subscription (Boolean) +flag indicating a default subscription (boolean) </dd> </dl><a NAME="AdBlockSubscription.__loadRules" ID="AdBlockSubscription.__loadRules"></a> <h4>AdBlockSubscription.__loadRules</h4> @@ -216,6 +234,11 @@ <dd> reference to the rule to add (AdBlockRule) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +offset of the rule (integer) +</dd> </dl><a NAME="AdBlockSubscription.allRules" ID="AdBlockSubscription.allRules"></a> <h4>AdBlockSubscription.allRules</h4> <b>allRules</b>(<i></i>) @@ -226,6 +249,26 @@ <dd> list of rules (list of AdBlockRule) </dd> +</dl><a NAME="AdBlockSubscription.canBeRemoved" ID="AdBlockSubscription.canBeRemoved"></a> +<h4>AdBlockSubscription.canBeRemoved</h4> +<b>canBeRemoved</b>(<i></i>) +<p> + Public method to check, if the subscription can be removed. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating removal is allowed (boolean) +</dd> +</dl><a NAME="AdBlockSubscription.canEditRules" ID="AdBlockSubscription.canEditRules"></a> +<h4>AdBlockSubscription.canEditRules</h4> +<b>canEditRules</b>(<i></i>) +<p> + Public method to check, if rules can be edited. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating rules may be edited (boolean) +</dd> </dl><a NAME="AdBlockSubscription.checkForUpdate" ID="AdBlockSubscription.checkForUpdate"></a> <h4>AdBlockSubscription.checkForUpdate</h4> <b>checkForUpdate</b>(<i></i>) @@ -345,6 +388,36 @@ <dd> offset of the rule to remove (integer) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +requested rule (AdBlockRule) +</dd> +</dl><a NAME="AdBlockSubscription.requiresLocation" ID="AdBlockSubscription.requiresLocation"></a> +<h4>AdBlockSubscription.requiresLocation</h4> +<b>requiresLocation</b>(<i></i>) +<p> + Public method to get the location of a required subscription. +</p><dl> +<dt>Returns:</dt> +<dd> +location of a required subscription (string) +</dd> +</dl><a NAME="AdBlockSubscription.rule" ID="AdBlockSubscription.rule"></a> +<h4>AdBlockSubscription.rule</h4> +<b>rule</b>(<i>offset</i>) +<p> + Public method to get a specific rule. +</p><dl> +<dt><i>offset</i></dt> +<dd> +offset of the rule (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +requested rule (AdBlockRule) +</dd> </dl><a NAME="AdBlockSubscription.rulesFileName" ID="AdBlockSubscription.rulesFileName"></a> <h4>AdBlockSubscription.rulesFileName</h4> <b>rulesFileName</b>(<i></i>) @@ -380,6 +453,24 @@ <dd> URL of the subscription location (QUrl) </dd> +</dl><a NAME="AdBlockSubscription.setRuleEnabled" ID="AdBlockSubscription.setRuleEnabled"></a> +<h4>AdBlockSubscription.setRuleEnabled</h4> +<b>setRuleEnabled</b>(<i>offset, enabled</i>) +<p> + Public method to enable a specific rule. +</p><dl> +<dt><i>offset</i></dt> +<dd> +offset of the rule (integer) +</dd><dt><i>enabled</i></dt> +<dd> +new enabled state (boolean) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the changed rule (AdBlockRule) +</dd> </dl><a NAME="AdBlockSubscription.setTitle" ID="AdBlockSubscription.setTitle"></a> <h4>AdBlockSubscription.setTitle</h4> <b>setTitle</b>(<i>title</i>)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html Sat Aug 04 13:30:04 2012 +0200 @@ -0,0 +1,206 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Helpviewer.AdBlock.AdBlockTreeWidget</title> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Helpviewer.AdBlock.AdBlockTreeWidget</h1> +<p> +Module implementing a tree widget for the AdBlock configuration dialog. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#AdBlockTreeWidget">AdBlockTreeWidget</a></td> +<td>Class implementing a tree widget for the AdBlock configuration dialog.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="AdBlockTreeWidget" ID="AdBlockTreeWidget"></a> +<h2>AdBlockTreeWidget</h2> +<p> + Class implementing a tree widget for the AdBlock configuration dialog. +</p> +<h3>Derived from</h3> +E5TreeWidget +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#AdBlockTreeWidget.__init__">AdBlockTreeWidget</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.__adjustItemFeatures">__adjustItemFeatures</a></td> +<td>Private method to adjust an item.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.__contextMenuRequested">__contextMenuRequested</a></td> +<td>Private slot to show the context menu.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.__copyFilter">__copyFilter</a></td> +<td>Private slot to copy the current filter to the clipboard.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.__itemChanged">__itemChanged</a></td> +<td>Private slot to handle the change of an item.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.__subscriptionChanged">__subscriptionChanged</a></td> +<td>Private slot handling a subscription change.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.addRule">addRule</a></td> +<td>Public slot to add a new rule.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.keyPressEvent">keyPressEvent</a></td> +<td>Protected method handling key presses.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.refresh">refresh</a></td> +<td>Public method to refresh the tree.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.removeRule">removeRule</a></td> +<td>Public slot to remove the current rule.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.showRule">showRule</a></td> +<td>Public method to highlight the given rule.</td> +</tr><tr> +<td><a href="#AdBlockTreeWidget.subscription">subscription</a></td> +<td>Public method to get a reference to the subscription.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="AdBlockTreeWidget.__init__" ID="AdBlockTreeWidget.__init__"></a> +<h4>AdBlockTreeWidget (Constructor)</h4> +<b>AdBlockTreeWidget</b>(<i>subscription, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>subscription</i></dt> +<dd> +reference to the subscription (AdBlockSubscription) +</dd><dt><i>parenbt</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="AdBlockTreeWidget.__adjustItemFeatures" ID="AdBlockTreeWidget.__adjustItemFeatures"></a> +<h4>AdBlockTreeWidget.__adjustItemFeatures</h4> +<b>__adjustItemFeatures</b>(<i>itm, rule</i>) +<p> + Private method to adjust an item. +</p><dl> +<dt><i>itm</i></dt> +<dd> +item to be adjusted (QTreeWidgetItem) +</dd><dt><i>rule</i></dt> +<dd> +rule for the adjustment (AdBlockRule) +</dd> +</dl><a NAME="AdBlockTreeWidget.__contextMenuRequested" ID="AdBlockTreeWidget.__contextMenuRequested"></a> +<h4>AdBlockTreeWidget.__contextMenuRequested</h4> +<b>__contextMenuRequested</b>(<i>pos</i>) +<p> + Private slot to show the context menu. +</p><dl> +<dt><i>pos</i></dt> +<dd> +position for the menu (QPoint) +</dd> +</dl><a NAME="AdBlockTreeWidget.__copyFilter" ID="AdBlockTreeWidget.__copyFilter"></a> +<h4>AdBlockTreeWidget.__copyFilter</h4> +<b>__copyFilter</b>(<i></i>) +<p> + Private slot to copy the current filter to the clipboard. +</p><a NAME="AdBlockTreeWidget.__itemChanged" ID="AdBlockTreeWidget.__itemChanged"></a> +<h4>AdBlockTreeWidget.__itemChanged</h4> +<b>__itemChanged</b>(<i>itm</i>) +<p> + Private slot to handle the change of an item. +</p><dl> +<dt><i>itm</i></dt> +<dd> +changed item (QTreeWidgetItem) +</dd> +</dl><a NAME="AdBlockTreeWidget.__subscriptionChanged" ID="AdBlockTreeWidget.__subscriptionChanged"></a> +<h4>AdBlockTreeWidget.__subscriptionChanged</h4> +<b>__subscriptionChanged</b>(<i></i>) +<p> + Private slot handling a subscription change. +</p><a NAME="AdBlockTreeWidget.addRule" ID="AdBlockTreeWidget.addRule"></a> +<h4>AdBlockTreeWidget.addRule</h4> +<b>addRule</b>(<i></i>) +<p> + Public slot to add a new rule. +</p><a NAME="AdBlockTreeWidget.keyPressEvent" ID="AdBlockTreeWidget.keyPressEvent"></a> +<h4>AdBlockTreeWidget.keyPressEvent</h4> +<b>keyPressEvent</b>(<i>evt</i>) +<p> + Protected method handling key presses. +</p><dl> +<dt><i>evt</i></dt> +<dd> +key press event (QKeyEvent) +</dd> +</dl><a NAME="AdBlockTreeWidget.refresh" ID="AdBlockTreeWidget.refresh"></a> +<h4>AdBlockTreeWidget.refresh</h4> +<b>refresh</b>(<i></i>) +<p> + Public method to refresh the tree. +</p><a NAME="AdBlockTreeWidget.removeRule" ID="AdBlockTreeWidget.removeRule"></a> +<h4>AdBlockTreeWidget.removeRule</h4> +<b>removeRule</b>(<i></i>) +<p> + Public slot to remove the current rule. +</p><a NAME="AdBlockTreeWidget.showRule" ID="AdBlockTreeWidget.showRule"></a> +<h4>AdBlockTreeWidget.showRule</h4> +<b>showRule</b>(<i>rule</i>) +<p> + Public method to highlight the given rule. +</p><dl> +<dt><i>rule</i></dt> +<dd> +AdBlock rule to be shown (AdBlockRule) +</dd> +</dl><a NAME="AdBlockTreeWidget.subscription" ID="AdBlockTreeWidget.subscription"></a> +<h4>AdBlockTreeWidget.subscription</h4> +<b>subscription</b>(<i></i>) +<p> + Public method to get a reference to the subscription. +</p><dl> +<dt>Returns:</dt> +<dd> +reference to the subscription (AdBlockSubscription) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html Mon Jul 30 19:19:29 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html Sat Aug 04 13:30:04 2012 +0200 @@ -64,7 +64,7 @@ <h3>Class Methods</h3> <table> <tr> -<td><a href="#HelpWindow.adblockManager">adblockManager</a></td> +<td><a href="#HelpWindow.adBlockManager">adBlockManager</a></td> <td>Class method to get a reference to the AdBlock manager.</td> </tr><tr> <td><a href="#HelpWindow.bookmarksManager">bookmarksManager</a></td> @@ -359,6 +359,9 @@ <td><a href="#HelpWindow.__titleChanged">__titleChanged</a></td> <td>Private slot called to handle a change of s browser's title.</td> </tr><tr> +<td><a href="#HelpWindow.__userStyleSheet">__userStyleSheet</a></td> +<td>Private method to generate the user style sheet.</td> +</tr><tr> <td><a href="#HelpWindow.__viewFullScreen">__viewFullScreen</a></td> <td>Private slot called to toggle fullscreen mode.</td> </tr><tr> @@ -458,6 +461,9 @@ <td><a href="#HelpWindow.previewer">previewer</a></td> <td>Public method to get a reference to the previewer tab.</td> </tr><tr> +<td><a href="#HelpWindow.reloadUserStyleSheet">reloadUserStyleSheet</a></td> +<td>Public method to reload the user style sheet.</td> +</tr><tr> <td><a href="#HelpWindow.requestVirusTotalScan">requestVirusTotalScan</a></td> <td>Public method to submit a request to scan an URL by VirusTotal.</td> </tr><tr> @@ -493,9 +499,9 @@ <td>Private static method to fetch the icon for a URL.</td> </tr> </table> -<a NAME="HelpWindow.adblockManager" ID="HelpWindow.adblockManager"></a> -<h4>HelpWindow.adblockManager (class method)</h4> -<b>adblockManager</b>(<i></i>) +<a NAME="HelpWindow.adBlockManager" ID="HelpWindow.adBlockManager"></a> +<h4>HelpWindow.adBlockManager (class method)</h4> +<b>adBlockManager</b>(<i></i>) <p> Class method to get a reference to the AdBlock manager. </p><dl> @@ -1169,6 +1175,21 @@ <dd> new title (string) </dd> +</dl><a NAME="HelpWindow.__userStyleSheet" ID="HelpWindow.__userStyleSheet"></a> +<h4>HelpWindow.__userStyleSheet</h4> +<b>__userStyleSheet</b>(<i>styleSheetFile</i>) +<p> + Private method to generate the user style sheet. +</p><dl> +<dt><i>styleSheetFile</i></dt> +<dd> +name of the user style sheet file (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +style sheet (QUrl) +</dd> </dl><a NAME="HelpWindow.__viewFullScreen" ID="HelpWindow.__viewFullScreen"></a> <h4>HelpWindow.__viewFullScreen</h4> <b>__viewFullScreen</b>(<i></i>) @@ -1476,7 +1497,12 @@ <dd> reference to the previewer tab (HelpBrowserWV) </dd> -</dl><a NAME="HelpWindow.requestVirusTotalScan" ID="HelpWindow.requestVirusTotalScan"></a> +</dl><a NAME="HelpWindow.reloadUserStyleSheet" ID="HelpWindow.reloadUserStyleSheet"></a> +<h4>HelpWindow.reloadUserStyleSheet</h4> +<b>reloadUserStyleSheet</b>(<i></i>) +<p> + Public method to reload the user style sheet. +</p><a NAME="HelpWindow.requestVirusTotalScan" ID="HelpWindow.requestVirusTotalScan"></a> <h4>HelpWindow.requestVirusTotalScan</h4> <b>requestVirusTotalScan</b>(<i>url</i>) <p>
--- a/Documentation/Source/index-eric5.Helpviewer.AdBlock.html Mon Jul 30 19:19:29 2012 +0200 +++ b/Documentation/Source/index-eric5.Helpviewer.AdBlock.html Sat Aug 04 13:30:04 2012 +0200 @@ -44,9 +44,6 @@ <td><a href="eric5.Helpviewer.AdBlock.AdBlockManager.html">AdBlockManager</a></td> <td>Module implementing the AdBlock manager.</td> </tr><tr> -<td><a href="eric5.Helpviewer.AdBlock.AdBlockModel.html">AdBlockModel</a></td> -<td>Module implementing a model for the AdBlock dialog.</td> -</tr><tr> <td><a href="eric5.Helpviewer.AdBlock.AdBlockNetwork.html">AdBlockNetwork</a></td> <td>Module implementing the network block class.</td> </tr><tr> @@ -58,6 +55,9 @@ </tr><tr> <td><a href="eric5.Helpviewer.AdBlock.AdBlockSubscription.html">AdBlockSubscription</a></td> <td>Module implementing the AdBlock subscription class.</td> +</tr><tr> +<td><a href="eric5.Helpviewer.AdBlock.AdBlockTreeWidget.html">AdBlockTreeWidget</a></td> +<td>Module implementing a tree widget for the AdBlock configuration dialog.</td> </tr> </table> </body></html> \ No newline at end of file
--- a/Helpviewer/AdBlock/AdBlockAccessHandler.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/AdBlock/AdBlockAccessHandler.py Sat Aug 04 13:30:04 2012 +0200 @@ -7,6 +7,7 @@ Module implementing a scheme access handler for AdBlock URLs. """ +from PyQt4.QtCore import QUrl from PyQt4.QtNetwork import QNetworkAccessManager from E5Gui import E5MessageBox @@ -35,22 +36,25 @@ if op != QNetworkAccessManager.GetOperation: return None - if request.url().path() != "subscribe": + url = request.url() + if url.path() != "subscribe": return None - subscription = AdBlockSubscription(request.url(), - Helpviewer.HelpWindow.HelpWindow.adblockManager()) - + title = QUrl.fromPercentEncoding(url.encodedQueryItemValue("title")) + if not title: + return None res = E5MessageBox.yesNo(None, self.trUtf8("Subscribe?"), self.trUtf8("""<p>Subscribe to this AdBlock subscription?</p><p>{0}</p>""")\ - .format(subscription.title())) + .format(title)) if res: - Helpviewer.HelpWindow.HelpWindow.adblockManager()\ + dlg = Helpviewer.HelpWindow.HelpWindow.adBlockManager().showDialog() + subscription = AdBlockSubscription(url, False, + Helpviewer.HelpWindow.HelpWindow.adBlockManager()) + Helpviewer.HelpWindow.HelpWindow.adBlockManager()\ .addSubscription(subscription) - dlg = Helpviewer.HelpWindow.HelpWindow.adblockManager().showDialog() - model = dlg.model() - dlg.setCurrentIndex(model.index(model.rowCount() - 1, 0)) + dlg.addSubscription(subscription, False) dlg.setFocus() + dlg.raise_() return EmptyNetworkReply(self.parent())
--- a/Helpviewer/AdBlock/AdBlockDialog.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/AdBlock/AdBlockDialog.py Sat Aug 04 13:30:04 2012 +0200 @@ -7,17 +7,18 @@ Module implementing the AdBlock configuration dialog. """ -from PyQt4.QtCore import pyqtSlot, Qt, QUrl -from PyQt4.QtGui import QDialog, QMenu, QToolButton, QApplication, QDesktopServices +from PyQt4.QtCore import pyqtSlot, QTimer, QCoreApplication +from PyQt4.QtGui import QDialog, QMenu, QToolButton -from E5Gui.E5TreeSortFilterProxyModel import E5TreeSortFilterProxyModel +from E5Gui.E5LineEditButton import E5LineEditButton +from E5Gui.E5LineEdit import E5LineEdit +from E5Gui import E5MessageBox import Helpviewer.HelpWindow from .Ui_AdBlockDialog import Ui_AdBlockDialog -from .AdBlockModel import AdBlockModel -from .AdBlockRule import AdBlockRule +from .AdBlockTreeWidget import AdBlockTreeWidget import UI.PixmapCache import Preferences @@ -34,21 +35,23 @@ super().__init__(parent) self.setupUi(self) - self.clearButton.setIcon(UI.PixmapCache.getIcon("clearLeft.png")) self.iconLabel.setPixmap(UI.PixmapCache.getPixmap("adBlockPlus48.png")) self.updateSpinBox.setValue(Preferences.getHelp("AdBlockUpdatePeriod")) - self.__adBlockModel = AdBlockModel(self) - self.__proxyModel = E5TreeSortFilterProxyModel(self) - self.__proxyModel.setSourceModel(self.__adBlockModel) - self.subscriptionsTree.setModel(self.__proxyModel) + self.searchEdit.setInactiveText(self.trUtf8("Search...")) + self.__clearSearchButton = E5LineEditButton(self) + self.__clearSearchButton.setIcon(UI.PixmapCache.getIcon("clearLeft.png")) + self.searchEdit.addWidget(self.__clearSearchButton, E5LineEdit.RightSide) + self.__clearSearchButton.clicked[()].connect(self.searchEdit.clear) - self.searchEdit.textChanged.connect(self.__proxyModel.setFilterFixedString) + self.__manager = Helpviewer.HelpWindow.HelpWindow.adBlockManager() + self.adBlockGroup.setChecked(self.__manager.isEnabled()) + self.__manager.requiredSubscriptionLoaded.connect(self.addSubscription) - manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() - self.adBlockGroup.setChecked(manager.isEnabled()) - self.adBlockGroup.toggled[bool].connect(manager.setEnabled) + self.__currentTreeWidget = None + self.__currentSubscription = None + self.__loaded = False menu = QMenu(self) menu.aboutToShow.connect(self.__aboutToShowActionMenu) @@ -56,108 +59,200 @@ self.actionButton.setIcon(UI.PixmapCache.getIcon("adBlockAction.png")) self.actionButton.setPopupMode(QToolButton.InstantPopup) - if self.adBlockGroup.isChecked(): - subscription = manager.customRules() - subscriptionIndex = self.__adBlockModel.subscriptionIndex(subscription) - self.subscriptionsTree.expand( - self.__proxyModel.mapFromSource(subscriptionIndex)) + self.__load() + + self.buttonBox.setFocus() - def model(self): + def __loadSubscriptions(self): + """ + Private slot to load the AdBlock subscription rules. """ - Public method to return a reference to the subscriptions tree model. + for index in range(self.subscriptionsTabWidget.count()): + tree = self.subscriptionsTabWidget.widget(index) + tree.refresh() + + def __load(self): + """ + Private slot to populate the tab widget with subscriptions. """ - return self.subscriptionsTree.model() + if self.__loaded or not self.adBlockGroup.isChecked(): + return + + for subscription in self.__manager.subscriptions(): + tree = AdBlockTreeWidget(subscription, self.subscriptionsTabWidget) + if subscription.isEnabled(): + icon = UI.PixmapCache.getIcon("adBlockPlus.png") + else: + icon = UI.PixmapCache.getIcon("adBlockPlusDisabled.png") + self.subscriptionsTabWidget.addTab(tree, icon, subscription.title()) + + self.__loaded = True + QCoreApplication.processEvents() + + QTimer.singleShot(50, self.__loadSubscriptions) - def setCurrentIndex(self, index): + def addSubscription(self, subscription, refresh=True): """ - Private slot to set the current index of the subscriptions tree. + Public slot adding a subscription to the list. - @param index index to be set (QModelIndex) + @param subscription reference to the subscription to be + added (AdBlockSubscription) + @param refresh flag indicating to refresh the tree (boolean) """ - self.subscriptionsTree.setCurrentIndex(index) + tree = AdBlockTreeWidget(subscription, self.subscriptionsTabWidget) + index = self.subscriptionsTabWidget.insertTab( + self.subscriptionsTabWidget.count() - 1, tree, subscription.title()) + self.subscriptionsTabWidget.setCurrentIndex(index) + QCoreApplication.processEvents() + if refresh: + tree.refresh() + self.__setSubscriptionEnabled(subscription, True) def __aboutToShowActionMenu(self): """ Private slot to show the actions menu. """ + subscriptionEditable = self.__currentSubscription and \ + self.__currentSubscription.canEditRules() + subscriptionRemovable = self.__currentSubscription and \ + self.__currentSubscription.canBeRemoved() + subscriptionEnabled = self.__currentSubscription and \ + self.__currentSubscription.isEnabled() + menu = self.actionButton.menu() menu.clear() - menu.addAction(self.trUtf8("Add Custom Rule"), self.addCustomRule) - + menu.addAction(self.trUtf8("Add Rule"), self.__addCustomRule)\ + .setEnabled(subscriptionEditable) + menu.addAction(self.trUtf8("Remove Rule"), self.__removeCustomRule)\ + .setEnabled(subscriptionEditable) + menu.addSeparator() + menu.addAction(self.trUtf8("Browse Subscriptions..."), self.__browseSubscriptions) + menu.addAction(self.trUtf8("Remove Subscription"), self.__removeSubscription)\ + .setEnabled(subscriptionRemovable) + if self.__currentSubscription: + menu.addSeparator() + if subscriptionEnabled: + txt = self.trUtf8("Disable Subscription") + else: + txt = self.trUtf8("Enable Subscription") + menu.addAction(txt, self.__switchSubscriptionEnabled) + menu.addSeparator() + menu.addAction(self.trUtf8("Update Subscription"), self.__updateSubscription)\ + .setEnabled(not subscriptionEditable) + menu.addAction(self.trUtf8("Update All Subscriptions"), + self.__updateAllSubscriptions) + menu.addSeparator() menu.addAction(self.trUtf8("Learn more about writing rules..."), self.__learnAboutWritingFilters) - - menu.addSeparator() - - idx = self.__proxyModel.mapToSource(self.subscriptionsTree.currentIndex()) - - act = menu.addAction(self.trUtf8("Update Subscription"), - self.__updateSubscription) - act.setEnabled(idx.isValid()) - - menu.addAction(self.trUtf8("Browse Subscriptions..."), self.__browseSubscriptions) - - menu.addSeparator() - - act = menu.addAction(self.trUtf8("Remove Subscription"), - self.__removeSubscription) - act.setEnabled(idx.isValid()) - def addCustomRule(self, rule=""): + def __addCustomRule(self): """ - Public slot to add a custom AdBlock rule. - - @param rule string defining the rule to be added (string) + Private slot to add a custom AdBlock rule. """ - manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() - subscription = manager.customRules() - assert subscription is not None - subscription.addRule(AdBlockRule(rule, subscription)) - QApplication.processEvents() - - parent = self.__adBlockModel.subscriptionIndex(subscription) - cnt = self.__adBlockModel.rowCount(parent) - ruleIndex = self.__adBlockModel.index(cnt - 1, 0, parent) - self.subscriptionsTree.expand(self.__proxyModel.mapFromSource(parent)) - self.subscriptionsTree.edit(self.__proxyModel.mapFromSource(ruleIndex)) + self.__currentTreeWidget.addRule() + + def __removeCustomRule(self): + """ + Private slot to remove a custom AdBlock rule. + """ + self.__currentTreeWidget.removeRule() def __updateSubscription(self): """ Private slot to update the selected subscription. """ - idx = self.__proxyModel.mapToSource(self.subscriptionsTree.currentIndex()) - if not idx.isValid(): - return - if idx.parent().isValid(): - idx = idx.parent() - subscription = self.__adBlockModel.subscription(idx) - subscription.updateNow() + self.__currentSubscription.updateNow() + + def __updateAllSubscriptions(self): + """ + Private slot to update all subscriptions. + """ + self.__manager.updateAllSubscriptions() def __browseSubscriptions(self): """ Private slot to browse the list of available AdBlock subscriptions. """ - QDesktopServices.openUrl(QUrl("http://adblockplus.org/en/subscriptions")) + mw = Helpviewer.HelpWindow.HelpWindow.mainWindow() + mw.newTab("http://adblockplus.org/en/subscriptions") + mw.raise_() def __learnAboutWritingFilters(self): """ Private slot to show the web page about how to write filters. """ - QDesktopServices.openUrl(QUrl("http://adblockplus.org/en/filters")) + mw = Helpviewer.HelpWindow.HelpWindow.mainWindow() + mw.newTab("http://adblockplus.org/en/filters") + mw.raise_() def __removeSubscription(self): """ Private slot to remove the selected subscription. """ - idx = self.__proxyModel.mapToSource(self.subscriptionsTree.currentIndex()) - if not idx.isValid(): - return - if idx.parent().isValid(): - idx = idx.parent() - subscription = self.__adBlockModel.subscription(idx) - manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() - manager.removeSubscription(subscription) + requiresTitles = [] + requiresSubscriptions = \ + self.__manager.getRequiresSubscriptions(self.__currentSubscription) + for subscription in requiresSubscriptions: + requiresTitles.append(subscription.title()) + if requiresTitles: + message = self.trUtf8("<p>Do you really want to remove subscription" + " <b>{0}</b> and all subscriptions requiring it?</p>" + "<ul><li>{1}</li></ul>").format( + self.__currentSubscription.title(), + "</li><li>".join(requiresTitles)) + else: + message = self.trUtf8("<p>Do you really want to remove subscription" + " <b>{0}</b>?</p>").format(self.__currentSubscription.title()) + res = E5MessageBox.yesNo(self, + self.trUtf8("Remove Subscription"), + message) + + if res: + removeSubscription = self.__currentSubscription + removeTrees = [self.__currentTreeWidget] + for index in range(self.subscriptionsTabWidget.count()): + tree = self.subscriptionsTabWidget.widget(index) + if tree.subscription() in requiresSubscriptions: + removeTrees.append(tree) + for tree in removeTrees: + self.subscriptionsTabWidget.removeTab( + self.subscriptionsTabWidget.indexOf(tree)) + self.__manager.removeSubscription(removeSubscription) + + def __switchSubscriptionEnabled(self): + """ + Private slot to switch the enabled state of the selected subscription + """ + newState = not self.__currentSubscription.isEnabled() + self.__setSubscriptionEnabled(self.__currentSubscription, newState) + + def __setSubscriptionEnabled(self, subscription, enable): + """ + Private slot to set the enabled state of a subscription. + + @param subscription subscription to set the state for (AdBlockSubscription) + @param enable state to set to (boolean) + """ + if enable: + # enable required one as well + sub = self.__manager.subscription(subscription.requiresLocation()) + requiresSubscriptions = [] if sub is None else [sub] + icon = UI.PixmapCache.getIcon("adBlockPlus.png") + else: + # disable dependent ones as well + requiresSubscriptions = \ + self.__manager.getRequiresSubscriptions(subscription) + icon = UI.PixmapCache.getIcon("adBlockPlusDisabled.png") + requiresSubscriptions.append(subscription) + for sub in requiresSubscriptions: + sub.setEnabled(enable) + + for index in range(self.subscriptionsTabWidget.count()): + tree = self.subscriptionsTabWidget.widget(index) + if tree.subscription() in requiresSubscriptions: + self.subscriptionsTabWidget.setTabIcon( + self.subscriptionsTabWidget.indexOf(tree), icon) @pyqtSlot(int) def on_updateSpinBox_valueChanged(self, value): @@ -169,10 +264,43 @@ if value != Preferences.getHelp("AdBlockUpdatePeriod"): Preferences.setHelp("AdBlockUpdatePeriod", value) - manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() + manager = Helpviewer.HelpWindow.HelpWindow.adBlockManager() for subscription in manager.subscriptions(): subscription.checkForUpdate() + @pyqtSlot(int) + def on_subscriptionsTabWidget_currentChanged(self, index): + """ + Private slot handling the selection of another tab. + + @param index index of the new current tab (integer) + """ + if index != -1: + self.__currentTreeWidget = self.subscriptionsTabWidget.widget(index) + self.__currentSubscription = self.__currentTreeWidget.subscription() + + @pyqtSlot(str) + def on_searchEdit_textChanged(self, filter): + """ + Private slot to set a new filter on the current widget. + + @param filter filter to be set (string) + """ + if self.__currentTreeWidget and self.adBlockGroup.isChecked(): + self.__currentTreeWidget.filterString(filter) + + @pyqtSlot(bool) + def on_adBlockGroup_toggled(self, state): + """ + Private slot handling the enabling/disabling of AdBlock. + + @param state state of the toggle (boolean) + """ + self.__manager.setEnabled(state) + + if state: + self.__load() + def showRule(self, rule): """ Public slot to show the given rule. @@ -186,17 +314,10 @@ if subscription is None: return - self.searchEdit.clear() - - subscriptionIndex = self.__adBlockModel.subscriptionIndex(subscription) - subscriptionProxyIndex = self.__proxyModel.mapFromSource(subscriptionIndex) - filter = rule.filter() - if filter: - indexes = self.__proxyModel.match( - subscriptionProxyIndex, Qt.DisplayRole, filter, 1, - Qt.MatchStartsWith | Qt.MatchRecursive) - if indexes: - self.subscriptionsTree.expand(subscriptionProxyIndex) - self.subscriptionsTree.scrollTo(indexes[0]) - self.subscriptionsTree.setCurrentIndex(indexes[0]) + for index in range(self.subscriptionsTabWidget.count()): + tree = self.subscriptionsTabWidget.widget(index) + if subscription == tree.subscription(): + tree.showRule(rule) + self.subscriptionsTabWidget.setCurrentIndex(index) self.raise_() + break
--- a/Helpviewer/AdBlock/AdBlockDialog.ui Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/AdBlock/AdBlockDialog.ui Sat Aug 04 13:30:04 2012 +0200 @@ -29,29 +29,22 @@ <item> <layout class="QGridLayout" name="gridLayout"> <property name="horizontalSpacing"> - <number>0</number> + <number>20</number> </property> <item row="0" column="0" rowspan="2"> <widget class="QLabel" name="iconLabel"> + <property name="minimumSize"> + <size> + <width>48</width> + <height>48</height> + </size> + </property> <property name="text"> <string notr="true">Icon</string> </property> </widget> </item> - <item row="0" column="1" colspan="3"> - <spacer name="horizontalSpacer_3"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>158</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="1"> + <item row="0" column="1"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -64,40 +57,18 @@ </property> </spacer> </item> - <item row="1" column="2"> - <widget class="QLineEdit" name="searchEdit"> + <item row="1" column="1"> + <widget class="E5LineEdit" name="searchEdit"> <property name="toolTip"> <string>Enter search term for subscriptions and rules</string> </property> </widget> </item> - <item row="1" column="3"> - <widget class="QToolButton" name="clearButton"> - <property name="toolTip"> - <string>Press to clear the search edit</string> - </property> - <property name="text"> - <string/> - </property> - </widget> - </item> </layout> </item> <item> - <widget class="E5TreeView" name="subscriptionsTree"> - <property name="dragDropMode"> - <enum>QAbstractItemView::InternalMove</enum> - </property> - <property name="alternatingRowColors"> - <bool>true</bool> - </property> - <property name="selectionMode"> - <enum>QAbstractItemView::ExtendedSelection</enum> - </property> - <property name="textElideMode"> - <enum>Qt::ElideMiddle</enum> - </property> - <property name="uniformRowHeights"> + <widget class="QTabWidget" name="subscriptionsTabWidget"> + <property name="documentMode"> <bool>true</bool> </property> </widget> @@ -172,16 +143,15 @@ </widget> <customwidgets> <customwidget> - <class>E5TreeView</class> - <extends>QTreeView</extends> - <header>E5Gui/E5TreeView</header> + <class>E5LineEdit</class> + <extends>QLineEdit</extends> + <header>E5Gui/E5LineEdit.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>adBlockGroup</tabstop> <tabstop>searchEdit</tabstop> - <tabstop>clearButton</tabstop> - <tabstop>subscriptionsTree</tabstop> + <tabstop>subscriptionsTabWidget</tabstop> <tabstop>actionButton</tabstop> <tabstop>updateSpinBox</tabstop> <tabstop>buttonBox</tabstop> @@ -220,21 +190,5 @@ </hint> </hints> </connection> - <connection> - <sender>clearButton</sender> - <signal>clicked()</signal> - <receiver>searchEdit</receiver> - <slot>clear()</slot> - <hints> - <hint type="sourcelabel"> - <x>728</x> - <y>21</y> - </hint> - <hint type="destinationlabel"> - <x>706</x> - <y>20</y> - </hint> - </hints> - </connection> </connections> </ui>
--- a/Helpviewer/AdBlock/AdBlockIcon.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/AdBlock/AdBlockIcon.py Sat Aug 04 13:30:04 2012 +0200 @@ -65,7 +65,7 @@ menu.clear() - manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() + manager = Helpviewer.HelpWindow.HelpWindow.adBlockManager() if manager.isEnabled(): menu.addAction(UI.PixmapCache.getIcon("adBlockPlusDisabled.png"), @@ -126,4 +126,4 @@ """ act = self.sender() if act is not None: - Helpviewer.HelpWindow.HelpWindow.adblockManager().setEnabled(act.data()) + Helpviewer.HelpWindow.HelpWindow.adBlockManager().setEnabled(act.data())
--- a/Helpviewer/AdBlock/AdBlockManager.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/AdBlock/AdBlockManager.py Sat Aug 04 13:30:04 2012 +0200 @@ -30,6 +30,7 @@ @signal rulesChanged() emitted after some rule has changed """ rulesChanged = pyqtSignal() + requiredSubscriptionLoaded = pyqtSignal(AdBlockSubscription) def __init__(self, parent=None): """ @@ -48,12 +49,20 @@ self.__subscriptions = [] self.__saveTimer = AutoSaver(self, self.save) + self.__defaultSubscriptionUrlString = \ + "abp:subscribe?location=" \ + "https://easylist-downloads.adblockplus.org/easylist.txt&title=EasyList" + self.__customSubscriptionUrlString = \ + bytes(self.__customSubscriptionUrl().toEncoded()).decode() + self.rulesChanged.connect(self.__saveTimer.changeOccurred) def close(self): """ Public method to close the open search engines manager. """ + self.__adBlockDialog and self.__adBlockDialog.close() + self.__saveTimer.saveIfNeccessary() def isEnabled(self): @@ -139,7 +148,7 @@ return subscription url = self.__customSubscriptionUrl() - customAdBlockSubscription = AdBlockSubscription(url, self) + customAdBlockSubscription = AdBlockSubscription(url, True, self) self.addSubscription(customAdBlockSubscription) return customAdBlockSubscription @@ -154,20 +163,50 @@ return self.__subscriptions[:] - def removeSubscription(self, subscription): + def subscription(self, location): + """ + Public method to get a subscription based on it's location. + + @param location location of the subscription to search for (string) + @return subscription or None (AdBlockSubscription) + """ + if location != "": + for subscription in self.__subscriptions: + if subscription.location().toString() == location: + return subscription + + return None + + def updateAllSubscriptions(self): + """ + Public method to update all subscriptions. + """ + for subscription in self.__subscriptions: + subscription.updateNow() + + def removeSubscription(self, subscription, emitSignal=True): """ Public method to remove an AdBlock subscription. @param subscription AdBlock subscription to be removed (AdBlockSubscription) + @param emitSignal flag indicating to send a signal (boolean) """ if subscription is None: return + if subscription.url().toString().startswith( + (self.__defaultSubscriptionUrlString, self.__customSubscriptionUrlString)): + return + try: self.__subscriptions.remove(subscription) rulesFileName = subscription.rulesFileName() QFile.remove(rulesFileName) - self.rulesChanged.emit() + requiresSubscriptions = self.getRequiresSubscriptions(subscription) + for requiresSubscription in requiresSubscriptions: + self.removeSubscription(requiresSubscription, False) + if emitSignal: + self.rulesChanged.emit() except ValueError: pass @@ -180,7 +219,7 @@ if subscription is None: return - self.__subscriptions.append(subscription) + self.__subscriptions.insert(-1, subscription) subscription.rulesChanged.connect(self.rulesChanged) subscription.changed.connect(self.rulesChanged) @@ -197,11 +236,19 @@ Preferences.setHelp("AdBlockEnabled", self.__enabled) if self.__subscriptionsLoaded: subscriptions = [] + requiresSubscriptions = [] # intermediate store for + # subscription requiring others for subscription in self.__subscriptions: if subscription is None: continue - subscriptions.append(bytes(subscription.url().toEncoded()).decode()) + urlString = bytes(subscription.url().toEncoded()).decode() + if "requiresLocation" in urlString: + requiresSubscriptions.append(urlString) + else: + subscriptions.append(urlString) subscription.saveRules() + for subscription in requiresSubscriptions: + subscriptions.insert(-1, subscription) # custom should be last Preferences.setHelp("AdBlockSubscriptions", subscriptions) def load(self): @@ -224,27 +271,67 @@ if self.__subscriptionsLoaded: return - defaultSubscriptionUrl = \ - "abp:subscribe?location=" \ - "http://adblockplus.mozdev.org/easylist/easylist.txt&title=EasyList" - defaultSubscriptions = [] - defaultSubscriptions.append( - bytes(self.__customSubscriptionUrl().toEncoded()).decode()) - defaultSubscriptions.append(defaultSubscriptionUrl) - subscriptions = Preferences.getHelp("AdBlockSubscriptions") - if len(subscriptions) == 0: - subscriptions = defaultSubscriptions + if subscriptions: + for subscription in subscriptions: + if subscription.startswith(self.__defaultSubscriptionUrlString): + break + else: + subscriptions.insert(0, self.__defaultSubscriptionUrlString) + for subscription in subscriptions: + if subscription.startswith(self.__customSubscriptionUrlString): + break + else: + subscriptions.append(self.__customSubscriptionUrlString) + else: + subscriptions = [self.__defaultSubscriptionUrlString, self.__customSubscriptionUrlString] for subscription in subscriptions: url = QUrl.fromEncoded(subscription.encode()) - adBlockSubscription = AdBlockSubscription(url, self, - subscription == defaultSubscriptionUrl) + adBlockSubscription = AdBlockSubscription(url, + subscription.startswith(self.__customSubscriptionUrlString), + self, + subscription.startswith(self.__defaultSubscriptionUrlString)) adBlockSubscription.rulesChanged.connect(self.rulesChanged) adBlockSubscription.changed.connect(self.rulesChanged) self.__subscriptions.append(adBlockSubscription) self.__subscriptionsLoaded = True + def loadRequiredSubscription(self, location, title): + """ + Public method to load a subscription required by another one. + + @param location location of the required subscription (string) + @param title title of the required subscription (string) + """ + # Step 1: check, if the subscription is in the list of subscriptions + urlString = "abp:subscribe?location={0}&title={1}".format(location, title) + for subscription in self.__subscriptions: + if subscription.url().toString().startswith(urlString): + # We found it! + return + + # Step 2: if it is not, get it + url = QUrl.fromEncoded(urlString.encode()) + adBlockSubscription = AdBlockSubscription(url, False, self) + self.addSubscription(adBlockSubscription) + self.requiredSubscriptionLoaded.emit(adBlockSubscription) + + def getRequiresSubscriptions(self, subscription): + """ + Public method to get a list of subscriptions, that require the given one. + + @param subscription subscription to check for (AdBlockSubscription) + @return list of subscription requiring the given one (list of AdBlockSubscription) + """ + subscriptions = [] + location = subscription.location().toString() + for subscription in self.__subscriptions: + if subscription.requiresLocation() == location: + subscriptions.append(subscription) + + return subscriptions + def showDialog(self): """ Public slot to show the AdBlock subscription management dialog.
--- a/Helpviewer/AdBlock/AdBlockModel.py Mon Jul 30 19:19:29 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,319 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright (c) 2009 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> -# - -""" -Module implementing a model for the AdBlock dialog. -""" - -from PyQt4.QtCore import Qt, QAbstractItemModel, QModelIndex - -import Helpviewer.HelpWindow - - -class AdBlockModel(QAbstractItemModel): - """ - Class implementing a model for the AdBlock dialog. - """ - def __init__(self, parent=None): - """ - Constructor - - @param parent reference to the parent object (QObject) - """ - super().__init__(parent) - - self.__manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() - self.__manager.rulesChanged.connect(self.__rulesChanged) - - def __rulesChanged(self): - """ - Private slot to handle changes in rules. - """ - self.reset() - - def rule(self, index): - """ - Public method to get the rule given it's index. - - @param index index of the rule (QModelIndex) - @return reference to the rule (AdBlockRule) - """ - parent = index.internalPointer() - return parent.allRules()[index.row()] - - def subscription(self, index): - """ - Public method to get the subscription given it's index. - - @param index index of the subscription (QModelIndex) - @return reference to the subscription (AdBlockSubscription) - """ - parent = index.internalPointer() - if parent is not None: - return None - row = index.row() - if row < 0 or row >= len(self.__manager.subscriptions()): - return None - return self.__manager.subscriptions()[row] - - def subscriptionIndex(self, subscription): - """ - Public method to get the index of a subscription. - - @param subscription reference to the subscription (AdBlockSubscription) - @return index of the subscription (QModelIndex) - """ - try: - row = self.__manager.subscriptions().index(subscription) - if row < 0 or row >= len(self.__manager.subscriptions()): - return QModelIndex() - return self.createIndex(row, 0, 0) - except ValueError: - return QModelIndex() - - def headerData(self, section, orientation, role=Qt.DisplayRole): - """ - Public method to get the header data. - - @param section section number (integer) - @param orientation header orientation (Qt.Orientation) - @param role data role (integer) - @return header data - """ - if orientation == Qt.Horizontal and role == Qt.DisplayRole: - if section == 0: - return self.trUtf8("Rule") - return QAbstractItemModel.headerData(self, section, orientation, role) - - def data(self, index, role=Qt.DisplayRole): - """ - Public method to get data from the model. - - @param index index of bookmark to get data for (QModelIndex) - @param role data role (integer) - @return bookmark data - """ - if not index.isValid() or index.model() != self or index.column() != 0: - return None - - if role in [Qt.EditRole, Qt.DisplayRole]: - if index.parent().isValid(): - r = self.rule(index) - return r.filter() - else: - sub = self.subscription(index) - if sub is not None: - return sub.title() - - elif role == Qt.CheckStateRole: - if index.parent().isValid(): - r = self.rule(index) - if r.isEnabled(): - return Qt.Checked - else: - return Qt.Unchecked - else: - sub = self.subscription(index) - if sub is not None: - if sub.isEnabled(): - return Qt.Checked - else: - return Qt.Unchecked - - return None - - def columnCount(self, parent=QModelIndex()): - """ - Public method to get the number of columns. - - @param parent index of parent (QModelIndex) - @return number of columns (integer) - """ - if parent.column() > 0: - return 0 - else: - return 1 - - def rowCount(self, parent=QModelIndex()): - """ - Public method to determine the number of rows. - - @param parent index of parent (QModelIndex) - @return number of rows (integer) - """ - if parent.column() > 0: - return 0 - - if not parent.isValid(): - return len(self.__manager.subscriptions()) - - if parent.internalPointer() is not None: - return 0 - - parentNode = self.subscription(parent) - if parentNode is not None: - return len(parentNode.allRules()) - - return 0 - - def index(self, row, column, parent=QModelIndex()): - """ - Public method to get a model index for a node cell. - - @param row row number (integer) - @param column column number (integer) - @param parent index of the parent (QModelIndex) - @return index (QModelIndex) - """ - if row < 0 or column < 0 or \ - row >= self.rowCount(parent) or column >= self.columnCount(parent): - return QModelIndex() - - if not parent.isValid(): - return self.createIndex(row, column, None) - - parentNode = self.subscription(parent) - return self.createIndex(row, column, parentNode) - - def parent(self, index=QModelIndex()): - """ - Public method to get the index of the parent node. - - @param index index of the child node (QModelIndex) - @return index of the parent node (QModelIndex) - """ - if not index.isValid(): - return QModelIndex() - - parent = index.internalPointer() - if parent is None: - return QModelIndex() - - parentRow = self.__manager.subscriptions().index(parent) - return self.createIndex(parentRow, 0, None) - - def flags(self, index): - """ - Public method to get flags for a node cell. - - @param index index of the node cell (QModelIndex) - @return flags (Qt.ItemFlags) - """ - if not index.isValid(): - return Qt.NoItemFlags - - flags = Qt.ItemIsSelectable - - if index.parent().isValid(): - flags |= Qt.ItemIsUserCheckable | Qt.ItemIsEditable - - parentNode = self.subscription(index.parent()) - if parentNode is not None and parentNode.isEnabled(): - flags |= Qt.ItemIsEnabled - else: - flags |= Qt.ItemIsUserCheckable | Qt.ItemIsEditable | Qt.ItemIsEnabled - - return flags - - def removeRows(self, row, count, parent=QModelIndex()): - """ - Public method to remove bookmarks from the model. - - @param row row of the first bookmark to remove (integer) - @param count number of bookmarks to remove (integer) - @param index of the parent bookmark node (QModelIndex) - @return flag indicating successful removal (boolean) - """ - if row < 0 or count <= 0 or row + count > self.rowCount(parent): - return False - - if not parent.isValid(): - self.__manager.rulesChanged.disconnect(self.__rulesChanged) - self.beginRemoveRows(QModelIndex(), row, row + count - 1) - for subscription in self.__manager.subscriptions()[row:row + count]: - self.__manager.removeSubscription(subscription) - self.endRemoveRows() - self.__manager.rulesChanged.connect(self.__rulesChanged) - return True - else: - sub = self.subscription(parent) - if sub is not None: - self.__manager.rulesChanged.disconnect(self.__rulesChanged) - self.beginRemoveRows(parent, row, row + count - 1) - for i in reversed(list(range(row, row + count))): - sub.removeRule(i) - self.endRemoveRows() - self.__manager.rulesChanged.connect(self.__rulesChanged) - return True - - return False - - def setData(self, index, value, role=Qt.EditRole): - """ - Public method to set the data of a node cell. - - @param index index of the node cell (QModelIndex) - @param value value to be set - @param role role of the data (integer) - @return flag indicating success (boolean) - """ - if not index.isValid() or \ - index.model() != self or \ - index.column() != 0 or \ - (self.flags(index) & Qt.ItemIsEditable) == 0: - return False - - self.__manager.rulesChanged.disconnect(self.__rulesChanged) - changed = False - - if role in [Qt.EditRole, Qt.DisplayRole]: - if index.parent().isValid(): - sub = self.subscription(index.parent()) - if sub is not None: - r = self.rule(index) - r.setFilter(value) - sub.replaceRule(r, index.row()) - self.dataChanged.emit(index, index) - changed = True - else: - sub = self.subscription(index) - if sub is not None: - sub.setTitle(value) - self.dataChanged.emit(index, index) - changed = True - - elif role == Qt.CheckStateRole: - if index.parent().isValid(): - sub = self.subscription(index.parent()) - if sub is not None: - r = self.rule(index) - r.setEnabled(value == Qt.Checked) - sub.replaceRule(r, index.row()) - self.dataChanged.emit(index, index) - changed = True - else: - sub = self.subscription(index) - if sub is not None: - sub.setEnabled(value == Qt.Checked) - self.dataChanged.emit(index, index) - changed = True - - self.__manager.rulesChanged.connect(self.__rulesChanged) - return changed - - def hasChildren(self, parent=QModelIndex()): - """ - Public method to check, if a parent node has some children. - - @param parent index of the parent node (QModelIndex) - @return flag indicating the presence of children (boolean) - """ - if not parent.isValid(): - return True - - if parent.internalPointer() is None: - return True - - return False
--- a/Helpviewer/AdBlock/AdBlockNetwork.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/AdBlock/AdBlockNetwork.py Sat Aug 04 13:30:04 2012 +0200 @@ -30,22 +30,24 @@ urlDomain = url.host() urlScheme = url.scheme() - manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() + manager = Helpviewer.HelpWindow.HelpWindow.adBlockManager() if not manager.isEnabled() or not self.canRunOnScheme(urlScheme): return None for subscription in manager.subscriptions(): - blockedRule = subscription.match(request, urlDomain, urlString) - if blockedRule: - webPage = request.attribute(QNetworkRequest.User + 100) - if webPage is not None: - if not self.__canBeBlocked(webPage.url()): - return None + if subscription.isEnabled(): + blockedRule = subscription.match(request, urlDomain, urlString) + if blockedRule: + webPage = request.attribute(QNetworkRequest.User + 100) + if webPage is not None: + if not self.__canBeBlocked(webPage.url()): + return None + + webPage.addAdBlockRule(blockedRule, url) - webPage.addAdBlockRule(blockedRule, url) - - reply = AdBlockBlockedNetworkReply(request, subscription, blockedRule, self) - return reply + reply = AdBlockBlockedNetworkReply( + request, subscription, blockedRule, self) + return reply return None @@ -65,9 +67,9 @@ @param url URL to be checked (QUrl) @return flag indicating, that the URL can be blocked (boolean) """ - manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() + manager = Helpviewer.HelpWindow.HelpWindow.adBlockManager() for subscription in manager.subscriptions(): - if subscription.adBlockDisabledForUrl(url): + if subscription.isEnabled() and subscription.adBlockDisabledForUrl(url): return False return True
--- a/Helpviewer/AdBlock/AdBlockPage.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/AdBlock/AdBlockPage.py Sat Aug 04 13:30:04 2012 +0200 @@ -25,7 +25,7 @@ if page is None or page.mainFrame() is None: return - manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() + manager = Helpviewer.HelpWindow.HelpWindow.adBlockManager() if not manager.isEnabled(): return
--- a/Helpviewer/AdBlock/AdBlockSubscription.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/AdBlock/AdBlockSubscription.py Sat Aug 04 13:30:04 2012 +0200 @@ -34,16 +34,18 @@ changed = pyqtSignal() rulesChanged = pyqtSignal() - def __init__(self, url, parent=None, default=False): + def __init__(self, url, custom, parent=None, default=False): """ Constructor @param url AdBlock URL for the subscription (QUrl) + @param custom flag indicating a custom subscription (boolean) @param parent reference to the parent object (QObject) - @param default flag indicating a default subscription (Boolean) + @param default flag indicating a default subscription (boolean) """ super().__init__(parent) + self.__custom = custom self.__url = url.toEncoded() self.__enabled = False self.__downloading = None @@ -52,11 +54,17 @@ self.__title = "" self.__location = QByteArray() self.__lastUpdate = QDateTime() + self.__requiresLocation = "" + self.__requiresTitle = "" self.__rules = [] # list containing all AdBlock rules self.__networkExceptionRules = [] self.__networkBlockRules = [] + self.__domainRestrictedCssRules = [] + self.__elementHidingRules = "" + self.__documentRules = [] + self.__elemhideRules = [] self.__parseUrl(url) @@ -79,9 +87,22 @@ self.__location = \ QByteArray(QUrl.fromPercentEncoding(url.encodedQueryItemValue("location"))) + # Check for required subscription + self.__requiresLocation = \ + QUrl.fromPercentEncoding(url.encodedQueryItemValue("requiresLocation")) + self.__requiresTitle = \ + QUrl.fromPercentEncoding(url.encodedQueryItemValue("requiresTitle")) + if self.__requiresLocation and self.__requiresTitle: + Helpviewer.HelpWindow.HelpWindow.adBlockManager().loadRequiredSubscription( + self.__requiresLocation, self.__requiresTitle) + lastUpdateByteArray = url.encodedQueryItemValue("lastUpdate") lastUpdateString = QUrl.fromPercentEncoding(lastUpdateByteArray) self.__lastUpdate = QDateTime.fromString(lastUpdateString, Qt.ISODate) +## if lastUpdateString: +## self.__lastUpdate = QDateTime.fromString(lastUpdateString, Qt.ISODate) +## else: +## self.__lastUpdate = QDateTime.currentDateTime() self.__loadRules() @@ -98,6 +119,9 @@ queryItems = [] queryItems.append(("location", bytes(self.__location).decode())) queryItems.append(("title", self.__title)) + if self.__requiresLocation and self.__requiresTitle: + queryItems.append(("requiresLocation", self.__requiresLocation)) + queryItems.append(("requiresTitle", self.__requiresTitle)) if not self.__enabled: queryItems.append(("enabled", "false")) if self.__lastUpdate.isValid(): @@ -124,8 +148,6 @@ return self.__enabled = enabled - self.__populateCache() - self.changed.emit() def title(self): """ @@ -168,6 +190,14 @@ self.__lastUpdate = QDateTime() self.changed.emit() + def requiresLocation(self): + """ + Public method to get the location of a required subscription. + + @return location of a required subscription (string) + """ + return self.__requiresLocation + def lastUpdate(self): """ Public method to get the date and time of the last update. @@ -253,7 +283,6 @@ if self.location().scheme() == "file": self.__lastUpdate = QDateTime.currentDateTime() self.__loadRules() - self.changed.emit() return self.__downloading = FollowRedirectReply(self.location(), @@ -299,7 +328,6 @@ f.write(response) self.__lastUpdate = QDateTime.currentDateTime() self.__loadRules() - self.changed.emit() self.__downloading = None def saveRules(self): @@ -319,7 +347,7 @@ return textStream = QTextStream(f) - textStream << "[Adblock Plus 0.7.1]\n" + textStream << "[Adblock Plus 1.1.1]\n" for rule in self.__rules: textStream << rule.filter() << "\n" @@ -394,6 +422,18 @@ return rules + def rule(self, offset): + """ + Public method to get a specific rule. + + @param offset offset of the rule (integer) + @return requested rule (AdBlockRule) + """ + if offset >= len(self.__rules): + return None + + return self.__rules[offset] + def allRules(self): """ Public method to get the list of rules. @@ -407,10 +447,13 @@ Public method to add a rule. @param rule reference to the rule to add (AdBlockRule) + @return offset of the rule (integer) """ self.__rules.append(rule) self.__populateCache() self.rulesChanged.emit() + + return len(self.__rules) - 1 def removeRule(self, offset): """ @@ -431,10 +474,16 @@ @param rule reference to the rule to set (AdBlockRule) @param offset offset of the rule to remove (integer) + @return requested rule (AdBlockRule) """ + if offset >= len(self.__rules): + return None + self.__rules[offset] = rule self.__populateCache() self.rulesChanged.emit() + + return self.__rules[offset] def __populateCache(self): """ @@ -464,3 +513,38 @@ self.__networkExceptionRules.append(rule) else: self.__networkBlockRules.append(rule) + + def canEditRules(self): + """ + Public method to check, if rules can be edited. + + @return flag indicating rules may be edited (boolean) + """ + return self.__custom + + def canBeRemoved(self): + """ + Public method to check, if the subscription can be removed. + + @return flag indicating removal is allowed (boolean) + """ + return not self.__custom and not self.__defaultSubscription + + def setRuleEnabled(self, offset, enabled): + """ + Public method to enable a specific rule. + + @param offset offset of the rule (integer) + @param enabled new enabled state (boolean) + @return reference to the changed rule (AdBlockRule) + """ + if offset >= len(self.__rules): + return None + + rule = self.__rules[offset] + rule.setEnabled(enabled) + if rule.isCSSRule(): + self.__populateCache() + Helpviewer.HelpWindow.HelpWindow.mainWindow().reloadUserStyleSheet() + + return rule
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/AdBlock/AdBlockTreeWidget.py Sat Aug 04 13:30:04 2012 +0200 @@ -0,0 +1,266 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2012 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a tree widget for the AdBlock configuration dialog. +""" + +from PyQt4.QtCore import Qt +from PyQt4.QtGui import QAbstractItemView, QFont, QTreeWidgetItem, QInputDialog, \ + QLineEdit, QMenu, QApplication, QColor + +from E5Gui.E5TreeWidget import E5TreeWidget + +from .AdBlockRule import AdBlockRule + + +class AdBlockTreeWidget(E5TreeWidget): + """ + Class implementing a tree widget for the AdBlock configuration dialog. + """ + def __init__(self, subscription, parent=None): + """ + Constructor + + @param subscription reference to the subscription (AdBlockSubscription) + @param parenbt reference to the parent widget (QWidget) + """ + super().__init__(parent) + + self.__subscription = subscription + self.__topItem = None + self.__ruleToBeSelected = "" + self.__itemChangingBlock = False + + self.setContextMenuPolicy(Qt.CustomContextMenu) + self.setDefaultItemShowMode(E5TreeWidget.ItemsExpanded) + self.setHeaderHidden(True) + self.setAlternatingRowColors(True) + + self.customContextMenuRequested.connect(self.__contextMenuRequested) + self.itemChanged.connect(self.__itemChanged) + self.__subscription.changed.connect(self.__subscriptionChanged) + self.__subscription.rulesChanged.connect(self.__subscriptionChanged) + + def subscription(self): + """ + Public method to get a reference to the subscription. + + @return reference to the subscription (AdBlockSubscription) + """ + return self.__subscription + + def showRule(self, rule): + """ + Public method to highlight the given rule. + + @param rule AdBlock rule to be shown (AdBlockRule) + """ + if rule: + self.__ruleToBeSelected = rule.filter() + if not self.__topItem: + return + if self.__ruleToBeSelected: + items = self.findItems(self.__ruleToBeSelected, Qt.MatchRecursive) + if items: + item = items[0] + self.setCurrentItem(item) + self.scrollToItem(item, QAbstractItemView.PositionAtCenter) + + self.__ruleToBeSelected = "" + + def refresh(self): + """ + Public method to refresh the tree. + """ + QApplication.setOverrideCursor(Qt.WaitCursor) + self.__itemChangingBlock = True + self.clear() + + boldFont = QFont() + boldFont.setBold(True) + + self.__topItem = QTreeWidgetItem(self) + self.__topItem.setText(0, self.__subscription.title()) + self.__topItem.setFont(0, boldFont) + self.addTopLevelItem(self.__topItem) + + allRules = self.__subscription.allRules() + + index = 0 + for rule in allRules: + item = QTreeWidgetItem(self.__topItem) + item.setText(0, rule.filter()) + item.setData(0, Qt.UserRole, index) + if self.__subscription.canEditRules(): + item.setFlags(item.flags() | Qt.ItemIsEditable) + self.__adjustItemFeatures(item, rule) + index += 1 + + self.expandAll() + self.showRule(None) + self.__itemChangingBlock = False + QApplication.restoreOverrideCursor() + QApplication.processEvents() + + def addRule(self): + """ + Public slot to add a new rule. + """ + if not self.__subscription.canEditRules(): + return + + filter = QInputDialog.getText( + self, + self.trUtf8("Add Custom Rule"), + self.trUtf8("Write your rule here:"), + QLineEdit.Normal) + if filter == "": + return + + rule = AdBlockRule(filter, self.__subscription) + offset = self.__subscription.addRule(rule) + + item = QTreeWidgetItem() + item.setText(0, filter) + item.setData(0, Qt.UserRole, offset) + item.setFlags(item.flags() | Qt.ItemIsEditable) + + self.__itemChangingBlock = True + self.__topItem.addChild(item) + self.__itemChangingBlock = False + + self.__adjustItemFeatures(item, rule) + + def removeRule(self): + """ + Public slot to remove the current rule. + """ + item = self.currentItem() + if item is None or \ + not self.__subscription.canEditRules() or \ + item == self.__topItem: + return + + offset = item.data(0, Qt.UserRole) + self.__subscription.removeRule(offset) + self.deleteItem(item) + + def __contextMenuRequested(self, pos): + """ + Private slot to show the context menu. + + @param pos position for the menu (QPoint) + """ + if not self.__subscription.canEditRules(): + return + + item = self.itemAt(pos) + if item is None: + return + + menu = QMenu() + menu.addAction(self.trUtf8("Add Rule"), self.addRule) + menu.addSeparator() + act = menu.addAction(self.trUtf8("Remove Rule"), self.removeRule) + if item.parent() is None: + act.setDisabled(True) + + menu.exec_(self.viewport().mapToGlobal(pos)) + + def __itemChanged(self, itm): + """ + Private slot to handle the change of an item. + + @param itm changed item (QTreeWidgetItem) + """ + if itm is None or self.__itemChangingBlock: + return + + self.__itemChangingBlock = True + + offset = itm.data(0, Qt.UserRole) + oldRule = self.__subscription.rule(offset) + + if itm.checkState(0) == Qt.Unchecked and oldRule.isEnabled(): + # Disable rule + rule = self.__subscription.setRuleEnabled(offset, False) + self.__adjustItemFeatures(itm, rule) + elif itm.checkState(0) == Qt.Checked and not oldRule.isEnabled(): + # Enable rule + rule = self.__subscription.setRuleEnabled(offset, True) + self.__adjustItemFeatures(itm, rule) + elif self.__subscription.canEditRules(): + # Custom rule has been changed + rule = self.__subscription.replaceRule( + AdBlockRule(itm.text(0), self.__subscription), offset) + self.__adjustItemFeatures(itm, rule) + + self.__itemChangingBlock = False + + def __copyFilter(self): + """ + Private slot to copy the current filter to the clipboard. + """ + item = self.currentItem() + if item is not None: + QApplication.clipboard().setText(item.text(0)) + + def __subscriptionChanged(self): + """ + Private slot handling a subscription change. + """ + self.refresh() + + self.__itemChangingBlock = True + self.__topItem.setText(0, + self.trUtf8("{0} (recently updated)").format(self.__subscription.title())) + self.__itemChangingBlock = False + + def __adjustItemFeatures(self, itm, rule): + """ + Private method to adjust an item. + + @param itm item to be adjusted (QTreeWidgetItem) + @param rule rule for the adjustment (AdBlockRule) + """ + if not rule.isEnabled(): + font = QFont() + font.setItalic(True) + itm.setForeground(0, QColor(Qt.gray)) + + if not rule.isComment(): + itm.setFlags(itm.flags() | Qt.ItemIsUserCheckable) + itm.setCheckState(0, Qt.Unchecked) + itm.setFont(0, font) + + return + + itm.setFlags(itm.flags() | Qt.ItemIsUserCheckable) + itm.setCheckState(0, Qt.Checked) + + if rule.isCSSRule(): + itm.setForeground(0, QColor(Qt.darkBlue)) + itm.setFont(0, QFont()) + elif rule.isException(): + itm.setForeground(0, QColor(Qt.darkGreen)) + itm.setFont(0, QFont()) + else: + itm.setForeground(0, QColor()) + itm.setFont(0, QFont()) + + def keyPressEvent(self, evt): + """ + Protected method handling key presses. + + @param evt key press event (QKeyEvent) + """ + if evt.key() == Qt.Key_C and \ + evt.modifiers() & Qt.ControlModifier: + self.__copyFilter() + elif evt.key() == Qt.Key_Delete: + self.removeRule() + else: + super().keyPressEvent(evt)
--- a/Helpviewer/HelpBrowserWV.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/HelpBrowserWV.py Sat Aug 04 13:30:04 2012 +0200 @@ -1282,7 +1282,7 @@ """ act = self.sender() url = act.data() - dlg = Helpviewer.HelpWindow.HelpWindow.adblockManager().showDialog() + dlg = Helpviewer.HelpWindow.HelpWindow.adBlockManager().showDialog() dlg.addCustomRule(url) def __downloadMedia(self): @@ -1709,7 +1709,7 @@ self.zoomOut() if ok: - self.mw.adblockManager().page().hideBlockedPageEntries(self.page()) + self.mw.adBlockManager().page().hideBlockedPageEntries(self.page()) self.mw.passwordManager().fill(self.page()) def isLoading(self):
--- a/Helpviewer/HelpWindow.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/HelpWindow.py Sat Aug 04 13:30:04 2012 +0200 @@ -289,8 +289,7 @@ settings.setFontSize(QWebSettings.DefaultFixedFontSize, fixedFont.pointSize()) styleSheet = Preferences.getHelp("UserStyleSheet") - if styleSheet: - settings.setUserStyleSheetUrl(QUrl(styleSheet)) + settings.setUserStyleSheetUrl(self.__userStyleSheet(styleSheet)) settings.setAttribute(QWebSettings.AutoLoadImages, Preferences.getHelp("AutoLoadImages")) @@ -1957,7 +1956,7 @@ self.passwordManager().close() - self.adblockManager().close() + self.adBlockManager().close() self.userAgentsManager().close() @@ -2671,7 +2670,7 @@ """ Private slot to show the AdBlock configuration dialog. """ - self.adblockManager().showDialog() + self.adBlockManager().showDialog() def __showClickToFlashDialog(self): """ @@ -2832,7 +2831,7 @@ return cls._passwordManager @classmethod - def adblockManager(cls): + def adBlockManager(cls): """ Class method to get a reference to the AdBlock manager. @@ -3232,3 +3231,36 @@ @param url URL of the file scan report page (string) """ self.newTab(url) + + def reloadUserStyleSheet(self): + """ + Public method to reload the user style sheet. + """ + settings = QWebSettings.globalSettings() + styleSheet = Preferences.getHelp("UserStyleSheet") + settings.setUserStyleSheetUrl(self.__userStyleSheet(styleSheet)) + + def __userStyleSheet(self, styleSheetFile): + """ + Private method to generate the user style sheet. + + @param styleSheetFile name of the user style sheet file (string) + @return style sheet (QUrl) + """ + userStyle = self.adBlockManager().elementHidingRules() + \ + "{display:none !important;}" + + if styleSheetFile: + try: + f = open(styleSheetFile, "r") + fileData = f.read() + f.close() + fileData = fileData.replace("\n", "") + userStyle += fileData + except IOError: + pass + + encodedStyle = bytes(QByteArray(userStyle).toBase64()).decode() + dataString = "data:text/css;charset=utf-8;base64,{0}".format(encodedStyle) + + return QUrl(dataString)
--- a/Helpviewer/Network/NetworkAccessManager.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/Network/NetworkAccessManager.py Sat Aug 04 13:30:04 2012 +0200 @@ -161,7 +161,7 @@ if op == QNetworkAccessManager.GetOperation: if self.__adblockNetwork is None: self.__adblockNetwork = \ - Helpviewer.HelpWindow.HelpWindow.adblockManager().network() + Helpviewer.HelpWindow.HelpWindow.adBlockManager().network() reply = self.__adblockNetwork.block(req) if reply is not None: reply.setParent(self)
--- a/Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py Mon Jul 30 19:19:29 2012 +0200 +++ b/Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py Sat Aug 04 13:30:04 2012 +0200 @@ -42,7 +42,7 @@ super().__init__(parent) # Check AdBlock first - manager = Helpviewer.HelpWindow.HelpWindow.adblockManager() + manager = Helpviewer.HelpWindow.HelpWindow.adBlockManager() if manager.isEnabled(): urlString = bytes(url.toEncoded()).decode() urlDomain = url.host()
--- a/changelog Mon Jul 30 19:19:29 2012 +0200 +++ b/changelog Sat Aug 04 13:30:04 2012 +0200 @@ -17,6 +17,8 @@ through field context menu entries or by pressing Ctrl+Return or Ctrl+Enter -- added support for GreaseMonkey scripts -- added an icon to the status bar to give direct access to AdBlock + -- rewrote huge part of AdBlock to speed up + -- added support for dependent AdBlock subscriptions Version 5.3-snapshot-20120624: - bug fixes
--- a/eric5.e4p Mon Jul 30 19:19:29 2012 +0200 +++ b/eric5.e4p Sat Aug 04 13:30:04 2012 +0200 @@ -666,7 +666,6 @@ <Source>Helpviewer/AdBlock/AdBlockManager.py</Source> <Source>Helpviewer/AdBlock/AdBlockAccessHandler.py</Source> <Source>Helpviewer/AdBlock/AdBlockDialog.py</Source> - <Source>Helpviewer/AdBlock/AdBlockModel.py</Source> <Source>Helpviewer/AdBlock/AdBlockNetwork.py</Source> <Source>Helpviewer/AdBlock/AdBlockPage.py</Source> <Source>compileUiFiles.py</Source> @@ -1038,6 +1037,7 @@ <Source>E5Gui/E5ClickableLabel.py</Source> <Source>Helpviewer/AdBlock/AdBlockIcon.py</Source> <Source>E5Gui/E5TreeWidget.py</Source> + <Source>Helpviewer/AdBlock/AdBlockTreeWidget.py</Source> </Sources> <Forms> <Form>PyUnit/UnittestDialog.ui</Form>
--- a/i18n/eric5_cs.ts Mon Jul 30 19:19:29 2012 +0200 +++ b/i18n/eric5_cs.ts Sat Aug 04 13:30:04 2012 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation>Odebírat?</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Přihlásit k odběru tento AdBlock?</p><p>{0}</p></translation> </message> @@ -112,53 +112,93 @@ <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="77"/> <source>Press to clear the search edit</source> - <translation>Stisknout pro vymazání okna vyhledávání</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="110"/> + <translation type="obsolete">Stisknout pro vymazání okna vyhledávání</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="81"/> <source>Actions</source> <translation>Akce</translation> </message> <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="86"/> <source>Add Custom Rule</source> - <translation>Přidat vlastní pravidlo</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="88"/> + <translation type="obsolete">Přidat vlastní pravidlo</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="146"/> <source>Learn more about writing rules...</source> <translation>Další informace o pravidlech psaní...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="95"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="141"/> <source>Update Subscription</source> <translation>Aktualizovat odběr</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="99"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="130"/> <source>Browse Subscriptions...</source> <translation>Procházet odběry...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="103"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="207"/> <source>Remove Subscription</source> <translation>Odebrat odběr</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="70"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="63"/> <source>Enter search term for subscriptions and rules</source> <translation>Zadejte výraz pro vyhledání odběrů a pravidel</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="130"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="101"/> <source>Update Period (days):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="137"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="108"/> <source>Enter the update period (1 to 14 days)</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="42"/> + <source>Search...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="125"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="136"/> + <source>Disable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="138"/> + <source>Enable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <source>Update All Subscriptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="199"/> + <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="205"/> + <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AdBlockIcon</name> @@ -206,7 +246,7 @@ <context> <name>AdBlockManager</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="126"/> + <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="135"/> <source>Custom Rules</source> <translation>Vlastní pravidla</translation> </message> @@ -216,53 +256,81 @@ <message> <location filename="Helpviewer/AdBlock/AdBlockModel.py" line="87"/> <source>Rule</source> - <translation>Pravidlo</translation> + <translation type="obsolete">Pravidlo</translation> </message> </context> <context> <name>AdBlockSubscription</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Load subscription rules</source> <translation>Nahrát odebíraná pravidla</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="294"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="323"/> <source>Downloading subscription rules</source> <translation>Stažení odebíraných pravidel</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="286"/> - <source>Got empty subscription rules.</source> - <translation>Odebíraná pravidla jsou prázdná.</translation> - </message> - <message> <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <source>Got empty subscription rules.</source> + <translation>Odebíraná pravidla jsou prázdná.</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Saving subscription rules</source> <translation>Ukládání odebíraných pravidel</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="208"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="238"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Nelze otevřít adblock soubor '{0}' pro čtení.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Adblock file '{0}' does not start with [Adblock.</source> <translation>Adblock soubor '{0}' nezačíná s [Adblock.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="276"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="305"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Pravidla pro předplatné nelze stáhnout.</p><p>Chyba: {0}</p></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Nelze otevřít adblock soubor '{0}' pro zápis.</translation> </message> </context> <context> + <name>AdBlockTreeWidget</name> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Add Custom Rule</source> + <translation type="unfinished">Přidat vlastní pravidlo</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Write your rule here:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="165"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="167"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="218"/> + <source>{0} (recently updated)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>AddBookmarkDialog</name> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> @@ -15527,360 +15595,360 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="542"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Close the current help window</source> <translation>Zavřít aktuální okno nápovědy</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="383"/> + <source>Open a new help window tab</source> + <translation>Otevřít nový tab nápovědy</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="378"/> + <source>&New Tab</source> + <translation>&Nový tab</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="378"/> + <source>Ctrl+T</source> + <comment>File|New Tab</comment> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="384"/> - <source>Open a new help window tab</source> - <translation>Otevřít nový tab nápovědy</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> - <source>&New Tab</source> - <translation>&Nový tab</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> - <source>Ctrl+T</source> - <comment>File|New Tab</comment> - <translation></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="385"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nový tab</b><p>Otevře nový tab v okně nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> + <source>Open a new help browser window</source> + <translation>Otevřít nové okno nápovědy</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="398"/> - <source>Open a new help browser window</source> - <translation>Otevřít nové okno nápovědy</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nové okno</b><p>Otevře nové okno nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Open File</source> <translation>&Otevřít soubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Open a help file for display</source> + <translation>Otevřít soubor s nápovědou</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="412"/> - <source>Open a help file for display</source> - <translation>Otevřít soubor s nápovědou</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Otevřít soubor</b><p>Zobrazí nové okno s nápovědou. Otevře dialog pro výběr souboru.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New &Tab</source> <translation>Otevřít soubor do nového &tabu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Open a help file for display in a new tab</source> <translation>Otevřít nápovědu do nového tabu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="429"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Otevřít soubor do nového tabu</b><p>Zobrazí se nápověda a zobrazí se v novém tabu. Otevře dialog pro výběr souboru.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Print</source> <translation>&Tisk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="500"/> + <source>Print the displayed help</source> + <translation>Tisknout zobrazenou nápovědu</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="501"/> - <source>Print the displayed help</source> - <translation>Tisknout zobrazenou nápovědu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Tisk</b><p>Tisknout zobrazenou nápovědu.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="543"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Zavřít</b><p>Zavře aktuální okno s nápovědou.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close &All</source> <translation>Z&avřít vše</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="555"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Zavřít vše</b><p>Zavřít všechna okna s nápovědou kromě prvního.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>&Backward</source> <translation>&Nazpět</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="600"/> + <source>Move one help screen backward</source> + <translation>Posun o jednu obrazovku nápovědy nazpět</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="601"/> - <source>Move one help screen backward</source> - <translation>Posun o jednu obrazovku nápovědy nazpět</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Nazpět</b><p>Posun o jednu obrazovku nazpět. Pokud není taková k dispozici, je tato akce vypnuta.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Forward</source> <translation>&Dopředu</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="616"/> + <source>Move one help screen forward</source> + <translation>Posun o jednu obrazovku dopředu</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Move one help screen forward</source> - <translation>Posun o jednu obrazovku dopředu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Dopředu</b><p>Posun o jednu obrazovku dopředu. Pokud není taková k dispozici, je tato akce vypnuta.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>&Home</source> <translation>&Hlavní strana</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="631"/> + <source>Move to the initial help screen</source> + <translation>Posun na hlavní stranu nápovědy</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="632"/> - <source>Move to the initial help screen</source> - <translation>Posun na hlavní stranu nápovědy</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Hlavní strana</b><p>Posun na hlavní stranu nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>&Reload</source> <translation>&Obnovit</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="646"/> + <source>Reload the current help screen</source> + <translation>Obsah aktuální nápovědy se obnoví</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="647"/> - <source>Reload the current help screen</source> - <translation>Obsah aktuální nápovědy se obnoví</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="648"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Obnovit</b><p>Znovu načte aktuální obrazovku nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>&Find...</source> <translation>&Hledat...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="689"/> + <source>Find text in page</source> + <translation>Hledat text na stránce</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> - <source>Find text in page</source> - <translation>Hledat text na stránce</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Hledat</b><p>Hledá se text na aktuální straně.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find &next</source> <translation>Hledat &následující</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find &previous</source> <translation>Hledat &předchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="788"/> + <source>Context sensitive help</source> + <translation>Kontextově senzitivní nápověda</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="789"/> - <source>Context sensitive help</source> - <translation>Kontextově senzitivní nápověda</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>&About</source> <translation>O &aplikaci</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Display information about this software</source> + <translation>Zobrazit informace a tomto software</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Display information about this software</source> - <translation>Zobrazit informace a tomto software</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="806"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>O aplikaci</b><p>Zobrazí se informace o tomto software.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About &Qt</source> <translation>O &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="817"/> + <location filename="Helpviewer/HelpWindow.py" line="816"/> <source>Display information about the Qt toolkit</source> <translation>Zobrazit informace o Qt toolkitu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="818"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>A Qt</b><p>Zobrazit informace o Qt toolkitu.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="832"/> + <source>Zoom in on the text</source> + <translation>Zvětšovací lupa</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom in on the text</source> - <translation>Zvětšovací lupa</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="834"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Přiblížit</b><p>Přiblížit text. Text bude větší.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="847"/> + <source>Zoom out on the text</source> + <translation>Zmenšovací lupa</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="848"/> - <source>Zoom out on the text</source> - <translation>Zmenšovací lupa</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Oddálit</b><p>Lupa na oddálení textu. Text bude menší.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>&Copy</source> <translation>&Kopírovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="675"/> + <source>Copy the selected text</source> + <translation>Kopírovat vybraný text</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> - <source>Copy the selected text</source> - <translation>Kopírovat vybraný text</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="677"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Kopírovat</b><p>Kopírovat vybraný text do schránky.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1327"/> <source>&File</source> <translation>S&oubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1349"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1357"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>&View</source> <translation>Poh&led</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1373"/> + <location filename="Helpviewer/HelpWindow.py" line="1372"/> <source>&Go</source> <translation>&Jít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1386"/> + <location filename="Helpviewer/HelpWindow.py" line="1385"/> <source>H&istory</source> <translation>H&istorie</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1393"/> + <location filename="Helpviewer/HelpWindow.py" line="1392"/> <source>&Bookmarks</source> <translation>&Záložky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1456"/> + <location filename="Helpviewer/HelpWindow.py" line="1455"/> <source>&Help</source> <translation>&Nápověda</translation> </message> @@ -15895,42 +15963,42 @@ <translation type="obsolete">Posun doprava</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1466"/> <source>File</source> <translation>Soubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1485"/> + <location filename="Helpviewer/HelpWindow.py" line="1484"/> <source>Edit</source> <translation>Editovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1490"/> + <location filename="Helpviewer/HelpWindow.py" line="1489"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1499"/> + <location filename="Helpviewer/HelpWindow.py" line="1498"/> <source>Find</source> <translation>Hledat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1535"/> + <location filename="Helpviewer/HelpWindow.py" line="1534"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1542"/> + <location filename="Helpviewer/HelpWindow.py" line="1541"/> <source>Go</source> <translation>Jít</translation> </message> @@ -15940,12 +16008,12 @@ <translation type="obsolete"><p>Zadání souboru s nápovědou, který se zobrazí přímo do tohoto editačního okna. Výběr předchozí zobrazené nápovědy z drop down seznamu.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Help soubory (*.html *.htm);;PDF soubory (*.pdf);;CHM soubory (*.chm);;Všechny soubory (*)</translation> </message> @@ -15955,204 +16023,204 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>New Tab</source> <translation>Nový Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New Window</source> <translation>Nové okno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New Tab</source> <translation>Otevřít soubor v novém tabu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close All</source> <translation>Zavřít vše</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backward</source> <translation>Nazpět</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Forward</source> <translation>Dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Home</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Reload</source> <translation>Obnovit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Find...</source> <translation>Hledat...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find next</source> <translation>Najít další</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>F3</source> <comment>Edit|Find next</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find previous</source> <translation>Najít předchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add Bookmark</source> <translation>Přidat záložku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>About</source> <translation>O aplikaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About Qt</source> <translation>O Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="703"/> + <source>Find next occurrence of text in page</source> + <translation>Hledat následující výskyt textu na straně</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="704"/> - <source>Find next occurrence of text in page</source> - <translation>Hledat následující výskyt textu na straně</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Hledat následující</b><p>Vyhledá se následující výskyt textu na aktuální straně.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="718"/> + <location filename="Helpviewer/HelpWindow.py" line="717"/> <source>Find previous occurrence of text in page</source> <translation>Hledat předchozí výskyt textu na stránce</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Hledat předchozí</b><p>Vyhledá předchozí výskyt textu na aktuální straně.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="527"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <source>Print preview of the displayed help</source> <translation>Tisknout náhled zobrazené nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="528"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Vytisknout náhled</b><p>Tisknout náhled zobrazeného textu nápovědy.</p></translation> </message> @@ -16162,67 +16230,67 @@ <translation type="obsolete"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Show next tab</source> <translation>Zobrazit následující tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Show previous tab</source> <translation>Zobrazit předchozí tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear icons database</source> <translation>Vyčistit ikony databáze</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> + <source>Clear the database of favicons</source> + <translation>Vyčistit databázi favicons</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Clear the database of favicons</source> - <translation>Vyčistit databázi favicons</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1139"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Vyčistit databázi favicons</b><p>Vyčistit databázi favicons navštívených URL.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>Preferences</source> <translation>Předvolby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>&Preferences...</source> <translation>&Předvolby...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> + <source>Set the prefered configuration</source> + <translation>Nastavit preferovanou konfiguraci</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="943"/> - <source>Set the prefered configuration</source> - <translation>Nastavit preferovanou konfiguraci</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="944"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Předvolby</b><p>Upravit položky konfigurace aplikace podle vašich předvoleb.</p></translation> </message> @@ -16232,152 +16300,152 @@ <translation>Obsah</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Close all help windows</source> <translation>Zavřít všechna okna s nápovědou</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Sync with Table of Contents</source> <translation>Sync obsahu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1030"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source>Synchronizes the table of contents with current page</source> <translation>Synchronizuje obsah s aktuální stranou</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Sync obsah</b><p>Synchronizuje obsah s aktuální stranou.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1040"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>Table of Contents</source> <translation>Obsah</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1042"/> <source>Shows the table of contents window</source> <translation>Zobrazit okno s obsahem</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1045"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Obsah</b><p>Zobrazit okno s obsahem.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp Documents</source> <translation>Uspořádat dokumenty QtNápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1082"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation>Zobrazit dialog pro uspořádání QtNápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1084"/> + <location filename="Helpviewer/HelpWindow.py" line="1083"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Uspořádat dokumenty QtNápovědy</b><p>Zobrazit dialog pro uspořádání QtNápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1446"/> + <location filename="Helpviewer/HelpWindow.py" line="1445"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1506"/> + <location filename="Helpviewer/HelpWindow.py" line="1505"/> <source>Filter</source> <translation>Filtr</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1511"/> + <location filename="Helpviewer/HelpWindow.py" line="1510"/> <source>Filtered by: </source> <translation>Filtrováno: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2325"/> + <location filename="Helpviewer/HelpWindow.py" line="2324"/> <source>Could not find an associated content.</source> <translation>Asociovaný obsah nelze nalézt.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp Filters</source> <translation>Uspořádat filtry QtNápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1096"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation>Zobrazit dialog pro uspořádání filtrů QtNápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <location filename="Helpviewer/HelpWindow.py" line="1097"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Uspořádat filtry QtNápovědy</b><p>Zobrazit dialog pro uspořádání filtrů QtNápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1053"/> + <location filename="Helpviewer/HelpWindow.py" line="1052"/> <source>Index</source> <translation>Index</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Shows the index window</source> <translation>Zobrazit index okna</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1058"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Index</b><p>Zobrazit index okna.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1066"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Search</source> <translation>Hledat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <location filename="Helpviewer/HelpWindow.py" line="1068"/> <source>Shows the search window</source> <translation>Zobrazit okno hledání</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1071"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Hledání</b><p>Zobrazit okno hledání.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>Reindex Documentation</source> <translation>Znovu indexovat dokumentaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1109"/> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source>Reindexes the documentation set</source> <translation>Přeindexuje dokumentaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1111"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Znovu indexovat dokumentaci</b><p>Přeindexuje dokumentaci.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2434"/> + <location filename="Helpviewer/HelpWindow.py" line="2433"/> <source>Updating search index</source> <translation>Aktualizovat index pro hledání</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2486"/> + <location filename="Helpviewer/HelpWindow.py" line="2485"/> <source>Looking for Documentation...</source> <translation>Vyhledat dokumentaci...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2516"/> + <location filename="Helpviewer/HelpWindow.py" line="2515"/> <source>Unfiltered</source> <translation>Nefiltrováno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2534"/> <source>Help Engine</source> <translation>Engine nápovědy</translation> </message> @@ -16387,17 +16455,17 @@ <translation type="obsolete">Zobrazit menu navigace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="567"/> + <location filename="Helpviewer/HelpWindow.py" line="566"/> <source>Private Browsing</source> <translation>Mód soukromí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="562"/> <source>Private &Browsing</source> <translation>Mód &soukromí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="568"/> + <location filename="Helpviewer/HelpWindow.py" line="567"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Mód soukromí</b><p>Zapne mód soukromí. V tomto módu není zaznamenávána historie stran.</p></translation> </message> @@ -16412,52 +16480,52 @@ <translation type="obsolete">Načteno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2064"/> + <location filename="Helpviewer/HelpWindow.py" line="2063"/> <source>Full Screen</source> <translation>Celá obrazovka</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>&Full Screen</source> <translation>&Celá obrazovka</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>F11</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp &Documents</source> <translation>Uspořádat QtHelp &dokumenty</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp &Filters</source> <translation>Uspořádat QtHelp &filtry</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>&Reindex Documentation</source> <translation>Přeinde&xovat dokumentaci</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> + <source>Clear private data</source> + <translation>Smazat soukromá data</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1119"/> + <source>&Clear private data</source> + <translation>Smazat &soukromá data</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1124"/> - <source>Clear private data</source> - <translation>Smazat soukromá data</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1120"/> - <source>&Clear private data</source> - <translation>Smazat &soukromá data</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1125"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Smazat soukromá data</b><p>Smaže soukromá data jako je historie prohlížení, vyhledávání a databáze favicon.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear &icons database</source> <translation>Smazat databázi &ikon</translation> </message> @@ -16472,7 +16540,7 @@ <translation type="obsolete">Zobrazit mo&nitor sítě</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1225"/> + <location filename="Helpviewer/HelpWindow.py" line="1224"/> <source>Show the network monitor dialog</source> <translation>Zobrazit dialog monitoru sítě</translation> </message> @@ -16482,260 +16550,260 @@ <translation type="obsolete"><b>Zobrazit monitor sítě</b><p>Zobrazit dialog monitoru sítě.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1408"/> + <location filename="Helpviewer/HelpWindow.py" line="1407"/> <source>&Settings</source> <translation>Na&stavení</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1437"/> + <location filename="Helpviewer/HelpWindow.py" line="1436"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Show page source</source> <translation>Zobrazit zdroj strany</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Ctrl+U</source> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="892"/> + <source>Show the page source in an editor</source> + <translation>Zobrazit zdroj strany v editoru</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="893"/> - <source>Show the page source in an editor</source> - <translation>Zobrazit zdroj strany v editoru</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Zobrazit zdroj strany</b><p>Zobrazit zdroj strany v editoru.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>&Languages...</source> <translation>&Jazyky...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="956"/> + <location filename="Helpviewer/HelpWindow.py" line="955"/> <source>Configure the accepted languages for web pages</source> <translation>Nastavit polovené jazyky pro web strany</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="958"/> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Jazyky</b><p>Nastavit polovené jazyky pro web strany.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Cookies</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="969"/> + <location filename="Helpviewer/HelpWindow.py" line="968"/> <source>Configure cookies handling</source> <translation>Nastavit ovládání cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="971"/> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Nastavit ovládání cookies.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1517"/> + <location filename="Helpviewer/HelpWindow.py" line="1516"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom reset</source> <translation>Resetovat lupu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom &reset</source> <translation>&Resetovat lupu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="861"/> + <source>Reset the zoom of the text</source> + <translation>Resetovat lupu textu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom text only</source> + <translation>Jen lupa textu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom &text only</source> + <translation>Jen lupa &textu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="876"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Jen lupa textu; obrázky zůstávají beze změn</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="878"/> + <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> + <translation><b>Jen lupa textu</b><p>Jen lupa textu; Obrázky zůstávají beze změn.</p></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="862"/> - <source>Reset the zoom of the text</source> - <translation>Resetovat lupu textu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom text only</source> - <translation>Jen lupa textu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom &text only</source> - <translation>Jen lupa &textu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="877"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Jen lupa textu; obrázky zůstávají beze změn</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="879"/> - <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> - <translation><b>Jen lupa textu</b><p>Jen lupa textu; Obrázky zůstávají beze změn.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Reset lupy</b><p>Reset lupy pro text. Nastaví se lupa na hodnotu 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New &Window</source> <translation>&Nové okno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Import Bookmarks</source> <translation>Importovat záložky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>&Import Bookmarks...</source> <translation>&Importovat záložky...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="470"/> <source>Import bookmarks from other browsers</source> <translation>Import záložek z jiných prohlížečů</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Import záložek</b><p>Import záložek z jiných prohlížečů.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Export Bookmarks</source> <translation>Export záložek</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>&Export Bookmarks...</source> <translation>&Exportovat záložky...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="484"/> <source>Export the bookmarks into a file</source> <translation>Export záložek do souboru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="487"/> + <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Export záložek</b><p>Export záložek do souboru.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Manage Bookmarks</source> <translation>Správa záložek</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>&Manage Bookmarks...</source> <translation>&Správa záložek...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="731"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Otevřít dialog pro správu záložek.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="734"/> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Správa záložek</b><p>Otevřít dialog pro správu záložek.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add &Bookmark...</source> <translation>Přid&at záložku...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="747"/> + <source>Open a dialog to add a bookmark.</source> + <translation>Otevřít dialog pro přidání záložky.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="748"/> - <source>Open a dialog to add a bookmark.</source> - <translation>Otevřít dialog pro přidání záložky.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="749"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Přidat záložku</b><p>Otevřít dialog pro přidání aktuální URL jako záložky.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add Folder</source> <translation>Přidat složku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add &Folder...</source> <translation>Přidat s&ložku...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="760"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation>Otevřít dialog pro přidání nové složky záložek.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="761"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Přidat složku...</b><p>Otevřít dialog pro přidání nové složky záložek.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs</source> <translation>Vytvořit záložky pro všechny taby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs...</source> <translation>Vytvořit záložky pro všechny taby...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>Bookmark all open tabs.</source> <translation>Vytvořit záložky pro všechny otevřené taby.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="775"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Vytvořit záložky pro všechny taby...</b><p>Otevřít dialog pro přidání nové složky záložek pro všechny otevřené taby.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1896"/> + <location filename="Helpviewer/HelpWindow.py" line="1895"/> <source>Saved Tabs</source> <translation>Uložkt taby</translation> </message> @@ -16745,40 +16813,40 @@ <translation type="obsolete">Zavřít ostatní</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>F5</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Stop</source> <translation>Zastavit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>&Stop</source> <translation>Za&stavit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Esc</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="661"/> + <source>Stop loading</source> + <translation>Zastavit načítání</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="662"/> - <source>Stop loading</source> - <translation>Zastavit načítání</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="663"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Zastavit</b><p>Zastavit načítání aktuálního tabu.</p></translation> </message> @@ -16793,23 +16861,23 @@ <translation type="obsolete">Uložit jako </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>&Save As...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="443"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source>Save the current page to disk</source> <translation>Uložit aktuální stranu na disk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="444"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Uložit jako...</b><p>Uložit aktuální stranu na disk.</p></translation> </message> @@ -16834,62 +16902,62 @@ <translation type="obsolete"><b>Ukončit</b><p>Ukončit web prohlížeč.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search Engines</source> <translation>Konfigurovat vyhledávací enginy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1151"/> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>Configure the available search engines</source> <translation>Konfigurovat dostupné vyhledávací enginy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1153"/> + <location filename="Helpviewer/HelpWindow.py" line="1152"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Konfigurivat vyhledávací enginy...</b><p>Otevře dialog pro konfiguraci dostupných vyhledávacích enginů.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords</source> <translation>Spravovat uložená hesla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords...</source> <translation>Spravovat uložená hesla...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1166"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>Manage the saved passwords</source> <translation>Spravovat vaše uložená hesla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1167"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Spravovat uložená hesla...</b><p>Otevře dialog pro spravování uložených hesel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>Ad Block</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1181"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Konfigurovat AdBlock odebírání a pravidla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1183"/> + <location filename="Helpviewer/HelpWindow.py" line="1182"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Otevře dialog pro konfiguraci AdBlock odebírání a pravidel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2495"/> + <location filename="Helpviewer/HelpWindow.py" line="2494"/> <source>eric5 Web Browser</source> <translation>eric5 web prohlížeč</translation> </message> @@ -16899,52 +16967,52 @@ <translation type="obsolete">Načtení selhalo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="513"/> + <source>Print the displayed help as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="514"/> - <source>Print the displayed help as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="982"/> + <location filename="Helpviewer/HelpWindow.py" line="981"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="984"/> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2093"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1368"/> + <location filename="Helpviewer/HelpWindow.py" line="1367"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -16954,337 +17022,337 @@ <translation type="obsolete">Výchozí</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="2936"/> + <source>ISO</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="2937"/> - <source>ISO</source> + <source>Windows</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2938"/> - <source>Windows</source> + <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2939"/> - <source>ISCII</source> + <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2940"/> - <source>Unicode</source> + <source>Other</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2941"/> - <source>Other</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2942"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2964"/> + <location filename="Helpviewer/HelpWindow.py" line="2963"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1237"/> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> <source>Shows the downloads window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1239"/> + <location filename="Helpviewer/HelpWindow.py" line="1238"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1211"/> + <location filename="Helpviewer/HelpWindow.py" line="1210"/> <source>Manage the saved certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1213"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1592"/> + <location filename="Helpviewer/HelpWindow.py" line="1591"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1598"/> + <location filename="Helpviewer/HelpWindow.py" line="1597"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1642"/> + <location filename="Helpviewer/HelpWindow.py" line="1641"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1648"/> + <location filename="Helpviewer/HelpWindow.py" line="1647"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="582"/> + <source>Quit the eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="583"/> - <source>Quit the eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1252"/> + <location filename="Helpviewer/HelpWindow.py" line="1251"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1268"/> + <location filename="Helpviewer/HelpWindow.py" line="1267"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1270"/> + <location filename="Helpviewer/HelpWindow.py" line="1269"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1527"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Tools</source> <translation type="unfinished">Nástroje</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>Network Monitor</source> <translation type="unfinished">Monitor sítě</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1226"/> + <location filename="Helpviewer/HelpWindow.py" line="1225"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1811"/> + <location filename="Helpviewer/HelpWindow.py" line="1810"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2070"/> + <location filename="Helpviewer/HelpWindow.py" line="2069"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1282"/> + <location filename="Helpviewer/HelpWindow.py" line="1281"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1284"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1426"/> + <location filename="Helpviewer/HelpWindow.py" line="1425"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Save As</source> <translation type="unfinished">Uložit jako</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="459"/> + <location filename="Helpviewer/HelpWindow.py" line="458"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1299"/> + <location filename="Helpviewer/HelpWindow.py" line="1298"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1196"/> + <location filename="Helpviewer/HelpWindow.py" line="1195"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1198"/> + <location filename="Helpviewer/HelpWindow.py" line="1197"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="998"/> + <location filename="Helpviewer/HelpWindow.py" line="997"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1000"/> + <location filename="Helpviewer/HelpWindow.py" line="999"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1017"/> + <location filename="Helpviewer/HelpWindow.py" line="1016"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_de.ts Mon Jul 30 19:19:29 2012 +0200 +++ b/i18n/eric5_de.ts Sat Aug 04 13:30:04 2012 +0200 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="de"> +<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -80,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation>Abonieren?</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Soll dieses AdBlock Abonnement gebucht werden?</p><p>{0}</p></translation> </message> @@ -103,55 +102,85 @@ <translation>AdBlock aktivieren</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="77"/> - <source>Press to clear the search edit</source> - <translation>Drücken, um den Suchtext zu löschen</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="110"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="81"/> <source>Actions</source> <translation>Aktionen</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="86"/> - <source>Add Custom Rule</source> - <translation>Spezifische Regel hinzufügen</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="88"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="146"/> <source>Learn more about writing rules...</source> <translation>Mehr über das Schreiben von Regeln lernen...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="95"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="141"/> <source>Update Subscription</source> <translation>Abonnement aktualisieren</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="99"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="130"/> <source>Browse Subscriptions...</source> <translation>Abonnements anschauen...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="103"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="207"/> <source>Remove Subscription</source> <translation>Abonnement löschen</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="70"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="63"/> <source>Enter search term for subscriptions and rules</source> <translation>Gib den Suchtext für Abonnements und Regeln ein</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="130"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="101"/> <source>Update Period (days):</source> <translation>Aktualisierungsperiode (Tage):</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="137"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="108"/> <source>Enter the update period (1 to 14 days)</source> <translation>Gib die Aktualisierungsperiode ein (1 bis 14 Tage)</translation> </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="42"/> + <source>Search...</source> + <translation>Suchen...</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="125"/> + <source>Add Rule</source> + <translation>Regel hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <source>Remove Rule</source> + <translation>Regel löschen</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="136"/> + <source>Disable Subscription</source> + <translation>Abonnement deaktivieren</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="138"/> + <source>Enable Subscription</source> + <translation>Abonnement aktivieren</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <source>Update All Subscriptions</source> + <translation>Alle Abonnements aktualisieren</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="199"/> + <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> + <translation><p>Soll das Abonnement <b>{0}</b> und alle abhängigen Abonnements wirklich gelöscht werden?</p><ul><li>{1}</li></ul></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="205"/> + <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> + <translation><p>Soll das Abonnement <b>{0}</b> wirklich gelöscht werden?</p></translation> + </message> </context> <context> <name>AdBlockIcon</name> @@ -199,63 +228,83 @@ <context> <name>AdBlockManager</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="126"/> + <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="135"/> <source>Custom Rules</source> <translation>Spezifische Regel</translation> </message> </context> <context> - <name>AdBlockModel</name> - <message> - <location filename="Helpviewer/AdBlock/AdBlockModel.py" line="87"/> - <source>Rule</source> - <translation>Regel</translation> - </message> -</context> -<context> <name>AdBlockSubscription</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Load subscription rules</source> <translation>Abonnementregeln laden</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="208"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="238"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Adblock Datei '{0}' konnte nicht zum Lesen geöffnet werden.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Adblock file '{0}' does not start with [Adblock.</source> <translation>Adblock Datei '{0}' startet nicht mit [Adblock.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="294"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="323"/> <source>Downloading subscription rules</source> <translation>Lade Abonnementregeln herunter</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="276"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="305"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Abonnementregeln konnten nicht heruntergeladen werden.</p><p>Fehler: {0}</p></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="286"/> - <source>Got empty subscription rules.</source> - <translation>Habe leere Abonnementregeln erhalten.</translation> - </message> - <message> <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <source>Got empty subscription rules.</source> + <translation>Habe leere Abonnementregeln erhalten.</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Adblock Datei '{0}' konnte nicht zum Schreiben geöffnet werden.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Saving subscription rules</source> <translation>Speichern der Abonnementregeln</translation> </message> </context> <context> + <name>AdBlockTreeWidget</name> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Add Custom Rule</source> + <translation>Spezifische Regel hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Write your rule here:</source> + <translation>Schreibe die Regel hier:</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="165"/> + <source>Add Rule</source> + <translation>Regel hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="167"/> + <source>Remove Rule</source> + <translation>Regel löschen</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="218"/> + <source>{0} (recently updated)</source> + <translation>{0} (kürzlich aktualisiert)</translation> + </message> +</context> +<context> <name>AddBookmarkDialog</name> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> @@ -1826,7 +1875,7 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="142"/> - <source>Open in New &Tab Ctrl+LMB</source> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>In neuem &Register öffnen\tStrg+LMK</translation> </message> </context> @@ -2063,7 +2112,7 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="90"/> - <source>Open in New &Tab Ctrl+LMB</source> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>In neuem &Register öffnen\tStrg+LMK</translation> </message> </context> @@ -13382,16 +13431,6 @@ <translation><h2>GreaseMonkey Skripte</h2></translation> </message> <message> - <location filename="Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="73"/> - <source>Double clicking script will show additional information</source> - <translation type="obsolete">Ein Doppelklick auf ein Skript zeigt Zusatzinformationen an</translation> - </message> - <message> - <location filename="Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a></p></source> - <translation type="obsolete"><p>Weitere Skripte von <a href="www.userscript.org">userscript.org</a> herunterladen.</p></translation> - </message> - <message> <location filename="Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="123"/> <source>Press to open the scripts directory</source> <translation>Drücken, um das Skripteverzeichnis zu öffnen</translation> @@ -13915,7 +13954,7 @@ </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="977"/> - <source>Open Link in New Tab Ctrl+LMB</source> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Link in neuem Fenster öffnen\tStrg+LMK</translation> </message> <message> @@ -15191,677 +15230,677 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Open File</source> <translation>Datei &öffnen</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Open a help file for display</source> + <translation>Öffnet eine Hilfedatei zur Anzeige</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="412"/> - <source>Open a help file for display</source> - <translation>Öffnet eine Hilfedatei zur Anzeige</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Datei öffnen</b><p>Dies öffnet eine neue Hilfedatei zur Anzeige. Es wird zunächst ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Print</source> <translation>&Drucken</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="500"/> + <source>Print the displayed help</source> + <translation>Druckt die angezeigte Hilfe</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="501"/> - <source>Print the displayed help</source> - <translation>Druckt die angezeigte Hilfe</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Drucken</b><p>Druckt den angezeigten Hilfetext.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="542"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Close the current help window</source> <translation>Schließt das aktuelle Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>&Backward</source> <translation>&Zurück</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="602"/> - <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> - <translation><b>Zurück</b><p>Bewegt die Hilfeanzeige rückwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> - <source>&Forward</source> - <translation>&Vorwärts</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Move one help screen forward</source> - <translation>Eine Hilfeseite vorwärts</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> - <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> - <translation><b>Vorwärts</b><p>Bewegt die Hilfeanzeige vorwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> - <source>&Home</source> - <translation>&Anfang</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> - <source>Move to the initial help screen</source> - <translation>Zur ersten Hilfeseite</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> - <source><b>Home</b><p>Moves to the initial help screen.</p></source> - <translation><b>Anfang</b><p>Zeigt die erste Hilfeseite an.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> - <source>Context sensitive help</source> - <translation>Kontextsensitive Hilfe</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> - <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> - <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im "Was ist das?" Mode (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> - <source>&About</source> - <translation>&Über</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Display information about this software</source> - <translation>Zeigt Informationen zu diesem Programm an</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> - <source>About &Qt</source> - <translation>Über &Qt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="817"/> - <source>Display information about the Qt toolkit</source> - <translation>Zeige Informationen über das Qt Toolkit an</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> - <source>&File</source> - <translation>&Datei</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1373"/> - <source>&Go</source> - <translation>&Gehe zu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1393"/> - <source>&Bookmarks</source> - <translation>&Lesezeichen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1456"/> - <source>&Help</source> - <translation>&Hilfe</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="601"/> + <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> + <translation><b>Zurück</b><p>Bewegt die Hilfeanzeige rückwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="610"/> + <source>&Forward</source> + <translation>&Vorwärts</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="616"/> + <source>Move one help screen forward</source> + <translation>Eine Hilfeseite vorwärts</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="617"/> + <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> + <translation><b>Vorwärts</b><p>Bewegt die Hilfeanzeige vorwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="626"/> + <source>&Home</source> + <translation>&Anfang</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="631"/> + <source>Move to the initial help screen</source> + <translation>Zur ersten Hilfeseite</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="632"/> + <source><b>Home</b><p>Moves to the initial help screen.</p></source> + <translation><b>Anfang</b><p>Zeigt die erste Hilfeseite an.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="788"/> + <source>Context sensitive help</source> + <translation>Kontextsensitive Hilfe</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="789"/> + <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> + <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im "Was ist das?" Mode (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="801"/> + <source>&About</source> + <translation>&Über</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Display information about this software</source> + <translation>Zeigt Informationen zu diesem Programm an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="813"/> + <source>About &Qt</source> + <translation>Über &Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="816"/> + <source>Display information about the Qt toolkit</source> + <translation>Zeige Informationen über das Qt Toolkit an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1327"/> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1372"/> + <source>&Go</source> + <translation>&Gehe zu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1392"/> + <source>&Bookmarks</source> + <translation>&Lesezeichen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1455"/> + <source>&Help</source> + <translation>&Hilfe</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="600"/> <source>Move one help screen backward</source> <translation>Eine Hilfeseite zurück</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="806"/> + <location filename="Helpviewer/HelpWindow.py" line="805"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Über</b><p>Zeigt einige Informationen über dieses Programm an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="818"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Über Qt</b><p>Zeige informationen über das Qt Toolkit an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> + <location filename="Helpviewer/HelpWindow.py" line="832"/> <source>Zoom in on the text</source> <translation>Text vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="848"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Zoom out on the text</source> <translation>Text verkleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>&Copy</source> <translation>&Kopieren</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="675"/> + <source>Copy the selected text</source> + <translation>Kopiert den ausgewählten Text</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> - <source>Copy the selected text</source> - <translation>Kopiert den ausgewählten Text</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="677"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Kopieren</b><p>Kopiert den ausgewählten Text in die Zwischenablage.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1349"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>&Edit</source> <translation>&Bearbeiten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1357"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="834"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Vergrößern</b><p>Den angezeigten Text vergrößern.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="848"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Verkleinern</b><p>Den angezeigten Text verkleinern.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1386"/> + <location filename="Helpviewer/HelpWindow.py" line="1385"/> <source>H&istory</source> <translation>&Chronik</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>&Reload</source> <translation>E&rneut laden</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="646"/> + <source>Reload the current help screen</source> + <translation>Die aktuelle Hilfeseite ernaut laden</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="647"/> - <source>Reload the current help screen</source> - <translation>Die aktuelle Hilfeseite ernaut laden</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="648"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Erneut laden</b><p>Lädt die aktuelle Hilfeseite erneut.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>&Find...</source> <translation>&Suchen...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="689"/> + <source>Find text in page</source> + <translation>Text in Seite suchen</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> - <source>Find text in page</source> - <translation>Text in Seite suchen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Suchen</b><p>Text in der angezeigten Seite suchen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find &next</source> <translation>&Weitersuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find &previous</source> <translation>&Rückwärtssuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1466"/> <source>File</source> <translation>Datei</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1485"/> + <location filename="Helpviewer/HelpWindow.py" line="1484"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1490"/> + <location filename="Helpviewer/HelpWindow.py" line="1489"/> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1499"/> + <location filename="Helpviewer/HelpWindow.py" line="1498"/> <source>Find</source> <translation>Suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1535"/> + <location filename="Helpviewer/HelpWindow.py" line="1534"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1542"/> + <location filename="Helpviewer/HelpWindow.py" line="1541"/> <source>Go</source> <translation>Gehe zu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Hilfedateien (*.html *.htm);;PDF Dateien (*.pdf);;CHM Dateien (*.chm);;Alle Dateien (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>&New Tab</source> <translation>&Neues Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="385"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Neues Register</b><p>Dies öffnet ein neues Hilfe Register.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> - <source><b>New Window</b><p>This opens a new help browser window.</p></source> - <translation><b>Neues Fenster</b><p>Dies öffnet ein neues Hilfeanzeiger Fenster.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="543"/> - <source><b>Close</b><p>Closes the current help window.</p></source> - <translation><b>Schließen</b><p>Schließt das aktuelle Hilfefenster.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> - <source>Close &All</source> - <translation>Alle &schließen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="555"/> - <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> - <translation><b>Alle schließen</b><p>Schließt alle Hilfefenster mit Ausnahme des ersten.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> - <source>Close</source> - <translation>Schließen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> - <source>Print</source> - <translation>Drucken</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="384"/> - <source>Open a new help window tab</source> - <translation>Öffne ein neues Hilferegister</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="398"/> + <source><b>New Window</b><p>This opens a new help browser window.</p></source> + <translation><b>Neues Fenster</b><p>Dies öffnet ein neues Hilfeanzeiger Fenster.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="542"/> + <source><b>Close</b><p>Closes the current help window.</p></source> + <translation><b>Schließen</b><p>Schließt das aktuelle Hilfefenster.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="550"/> + <source>Close &All</source> + <translation>Alle &schließen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="554"/> + <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> + <translation><b>Alle schließen</b><p>Schließt alle Hilfefenster mit Ausnahme des ersten.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="536"/> + <source>Close</source> + <translation>Schließen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="495"/> + <source>Print</source> + <translation>Drucken</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="383"/> + <source>Open a new help window tab</source> + <translation>Öffne ein neues Hilferegister</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source>Open a new help browser window</source> <translation>Öffne ein neues Hilfeanzeiger Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New &Tab</source> <translation>Datei in neuem &Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Open a help file for display in a new tab</source> <translation>Öffnet eine Hilfedatei zur Anzeige in einem neuen Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="429"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Datei in neuem Register öffnen</b><p>Dies öffnet eine Hilfedatei zur Anzeige in einem neuen Register. Es wird zunächst ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>New Tab</source> <translation>Neues Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New Tab</source> <translation>Datei in neuem Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close All</source> <translation>Alle schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backward</source> <translation>Zurück</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Forward</source> <translation>Vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Reload</source> <translation>Erneut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Find...</source> <translation>Suchen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find next</source> <translation>Weitersuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find previous</source> <translation>Rückwärtssuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add Bookmark</source> <translation>Lesezeichen hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>About</source> <translation>Über</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About Qt</source> <translation>Über Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source>Find next occurrence of text in page</source> <translation>Das nächste Vorkommen des Textes in der Seite suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> + <location filename="Helpviewer/HelpWindow.py" line="704"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Weitersuchen</b><p>Suche das nächste Vorkommen des Textes in der aktuellen Seite.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="718"/> + <location filename="Helpviewer/HelpWindow.py" line="717"/> <source>Find previous occurrence of text in page</source> <translation>Das vorherige Vorkommen des Textes in der Seite suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Rückwärtssuchen</b><p>Suche das vorherige Vorkommen des Textes in der aktuellen Seite.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source>Print Preview</source> <translation>Seitenansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="527"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <source>Print preview of the displayed help</source> <translation>Seitenansicht der angezeigten Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="528"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Seitenansicht</b><p>Zeigt eine Seitenansicht des angezeigten Hilfetextes.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Show next tab</source> <translation>Zeige nächste Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Show previous tab</source> <translation>Zeige vorherige Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Switch between tabs</source> <translation>Zwischen Tabs umschalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear icons database</source> <translation>Iconsdatenbank löschen</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> + <source>Clear the database of favicons</source> + <translation>Löscht die Datenbank mit den Favicons</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Clear the database of favicons</source> - <translation>Löscht die Datenbank mit den Favicons</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1139"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Iconsdatenbank löschen</b><p>Löscht die Datenbank mit den Favicons besuchter URLs.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>&Preferences...</source> <translation>&Einstellungen...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> + <source>Set the prefered configuration</source> + <translation>Konfiguriert die Einstellungen</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="943"/> - <source>Set the prefered configuration</source> - <translation>Konfiguriert die Einstellungen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="944"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Einstellungen</b><p>Konfiguriert die einstellbaren Parameter der Applikation nach ihren Wünschen.</p></translation> </message> @@ -15871,985 +15910,985 @@ <translation>Inhalt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Close all help windows</source> <translation>Schließt alle Hilfefenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Sync with Table of Contents</source> <translation>Mit Inhalt synchronisieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1030"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source>Synchronizes the table of contents with current page</source> <translation>Synchronisiert das Inhaltsverzeichnis mit der aktuellen Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Mit Inhalt synchronisieren</b><p>Synchronisiert das Inhaltsverzeichnis mit der aktuellen Seite.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1040"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>Table of Contents</source> <translation>Inhaltsverzeichnis</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1042"/> <source>Shows the table of contents window</source> <translation>Zeigt das Fenster mit dem Inhaltsverzeichnis an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1045"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Inhaltsverzeichnis</b><p>Zeigt das Fenster mit dem Inhaltsverzeichnis an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp Documents</source> <translation>QtHelp Dokumente verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1082"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Dokumente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1084"/> + <location filename="Helpviewer/HelpWindow.py" line="1083"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>QtHelp Dokumente verwalten</b><p>Zeigt einen Dialog zur Verwaltung der QtHelp Dokumente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1446"/> + <location filename="Helpviewer/HelpWindow.py" line="1445"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1506"/> + <location filename="Helpviewer/HelpWindow.py" line="1505"/> <source>Filter</source> <translation>Filter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1511"/> + <location filename="Helpviewer/HelpWindow.py" line="1510"/> <source>Filtered by: </source> <translation>Filter: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2325"/> + <location filename="Helpviewer/HelpWindow.py" line="2324"/> <source>Could not find an associated content.</source> <translation>Konnte keinen zugehörigen Inhalt finden.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp Filters</source> <translation>QtHelp Filter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1096"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Filter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <location filename="Helpviewer/HelpWindow.py" line="1097"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>QtHelp Filter verwalten</b><p>Zeigt einen Dialog zur Verwaltung der QtHelp Filter.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1053"/> + <location filename="Helpviewer/HelpWindow.py" line="1052"/> <source>Index</source> <translation>Index</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Shows the index window</source> <translation>Zeigt das Indexfenster an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1058"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Index</b><p>Zeigt das Indexfenster an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1066"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Search</source> <translation>Suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <location filename="Helpviewer/HelpWindow.py" line="1068"/> <source>Shows the search window</source> <translation>Zeigt das Suchfenster an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1071"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Suchen</b><p>Zeigt das Suchfenster an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>Reindex Documentation</source> <translation>Dokumentation reindizieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1109"/> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source>Reindexes the documentation set</source> <translation>Reindiziert die Dokumentation</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1111"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Dokumentation reindizieren</b><p>Reindiziert die Dokumentation.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2434"/> + <location filename="Helpviewer/HelpWindow.py" line="2433"/> <source>Updating search index</source> <translation>Aktualisiere Suchindex</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2486"/> + <location filename="Helpviewer/HelpWindow.py" line="2485"/> <source>Looking for Documentation...</source> <translation>Suche nach Dokumentation...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2516"/> + <location filename="Helpviewer/HelpWindow.py" line="2515"/> <source>Unfiltered</source> <translation>Ungefiltert</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2534"/> <source>Help Engine</source> <translation>Hilfe</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="566"/> + <source>Private Browsing</source> + <translation>Privates Browsen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="562"/> + <source>Private &Browsing</source> + <translation>Privates &Browsen</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="567"/> - <source>Private Browsing</source> - <translation>Privates Browsen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> - <source>Private &Browsing</source> - <translation>Privates &Browsen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="568"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Privates Browsen</b><p>Schaltet das private Browsen ein. In diesem Modus wird keine Chronik mehr aufgezeichnet.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2064"/> + <location filename="Helpviewer/HelpWindow.py" line="2063"/> <source>Full Screen</source> <translation>Vollbild</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>&Full Screen</source> <translation>&Vollbild</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp &Documents</source> <translation>QtHelp &Dokumente verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp &Filters</source> <translation>QtHelp &Filter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>&Reindex Documentation</source> <translation>Dokumentation &reindizieren</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> + <source>Clear private data</source> + <translation>Private Daten löschen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1119"/> + <source>&Clear private data</source> + <translation>&Private Daten löschen</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1124"/> - <source>Clear private data</source> - <translation>Private Daten löschen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1120"/> - <source>&Clear private data</source> - <translation>&Private Daten löschen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1125"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Private Daten löschen</b><p>Löscht private Daten wie die Web-Chronik, Such-Chronik oder die Icons-Datenbank.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear &icons database</source> <translation>Iconsdatenbank &löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1225"/> + <location filename="Helpviewer/HelpWindow.py" line="1224"/> <source>Show the network monitor dialog</source> <translation>Zeigt den Netzwerkmonitordialog an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1408"/> + <location filename="Helpviewer/HelpWindow.py" line="1407"/> <source>&Settings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1437"/> + <location filename="Helpviewer/HelpWindow.py" line="1436"/> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Show page source</source> <translation>Seitenquelltext anzeigen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="892"/> + <source>Show the page source in an editor</source> + <translation>Zeige den Seitenquelltext in einem Editor</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="893"/> - <source>Show the page source in an editor</source> - <translation>Zeige den Seitenquelltext in einem Editor</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Seitenquelltext anzeigen</b><p>Zeige den Seitenquelltext in einem Editor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>&Languages...</source> <translation>&Sprachen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="956"/> + <location filename="Helpviewer/HelpWindow.py" line="955"/> <source>Configure the accepted languages for web pages</source> <translation>Konfigurieren der bevorzugten Sprachen für Websites</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="958"/> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Sprachen</b><p>Konfigurieren der bevorzugten Sprachen für Websites.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="969"/> + <location filename="Helpviewer/HelpWindow.py" line="968"/> <source>Configure cookies handling</source> <translation>Cookieverwaltung konfigurieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="971"/> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Cookieverwaltung konfigurieren</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1517"/> + <location filename="Helpviewer/HelpWindow.py" line="1516"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom reset</source> <translation>Vergrößerung zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom &reset</source> <translation>Vergrößerung &zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="861"/> + <source>Reset the zoom of the text</source> + <translation>Die Textgröße zurücksetzen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom text only</source> + <translation>Nur Text vergrößern</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom &text only</source> + <translation>Nur &Text vergrößern</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="876"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Nur Text vergrößern; Bilder behalten ihre Größe</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="878"/> + <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> + <translation><b>Nur Text vergrößern</b><p>Nur Text vergrößern; Bilder behalten ihre Größe.</p></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="862"/> - <source>Reset the zoom of the text</source> - <translation>Die Textgröße zurücksetzen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom text only</source> - <translation>Nur Text vergrößern</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom &text only</source> - <translation>Nur &Text vergrößern</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="877"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Nur Text vergrößern; Bilder behalten ihre Größe</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="879"/> - <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> - <translation><b>Nur Text vergrößern</b><p>Nur Text vergrößern; Bilder behalten ihre Größe.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Vergrößerung zurücksetzen</b><p>Setzt die Vergrößerung auf den Wert 100% zurück.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Import Bookmarks</source> <translation>Lesezeichen importieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>&Import Bookmarks...</source> <translation>Lesezeichen &importieren...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="470"/> <source>Import bookmarks from other browsers</source> <translation>Importiere Lesezeichen von anderen Browsern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Lesezeichen importieren</b><p>Importiere Lesezeichen von anderen Browsern.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Export Bookmarks</source> <translation>Lesezeichen exportieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>&Export Bookmarks...</source> <translation>Lesezeichen &exportieren...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="484"/> <source>Export the bookmarks into a file</source> <translation>Exportiert die Lesezeichen in eine Datei</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="487"/> + <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Lesezeichen exportieren</b><p>Exportiert die Lesezeichen in eine Datei.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Manage Bookmarks</source> <translation>Lesezeichen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>&Manage Bookmarks...</source> <translation>Lesezeichen &verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="731"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Öffnet einen Dialog zur Verwaltung der Lesezeichen.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="734"/> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Lesezeichen verwalten...</b><p>Öffnet einen Dialog zur Verwaltung der Lesezeichen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add &Bookmark...</source> <translation>Lesezeichen &hinzufügen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="747"/> + <source>Open a dialog to add a bookmark.</source> + <translation>Öffnet einen Dialog zum Hinzufügen von Lesezeichen.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="748"/> - <source>Open a dialog to add a bookmark.</source> - <translation>Öffnet einen Dialog zum Hinzufügen von Lesezeichen.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="749"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Lesezeichen hinzufügen...</b><p>Öffnet einen Dialog zum Hinzufügen von Lesezeichen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add Folder</source> <translation>Ordner hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add &Folder...</source> <translation>&Ordner hinzufügen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="760"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation>Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="761"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Ordner hinzufügen...</b><p>Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs</source> <translation>Lesezeichen für alle Tabs</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs...</source> <translation>Lesezeichen für alle Tabs...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>Bookmark all open tabs.</source> <translation>Fügt Lesezeichen für alle offenen Tabs hinzu.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="775"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Lesezeichen für alle Tabs...</b><p>Öffnet einen Dialog, um einen neuen Lesezeichenordner für alle offenen Tabs hinzuzufügen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1896"/> + <location filename="Helpviewer/HelpWindow.py" line="1895"/> <source>Saved Tabs</source> <translation>Gesicherte Tabs</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Stop</source> <translation>Anhalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>&Stop</source> <translation>An&halten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="661"/> + <source>Stop loading</source> + <translation>Laden anhalten</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="662"/> - <source>Stop loading</source> - <translation>Laden anhalten</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="663"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Anhalten</b><p>Hält das Laden der aktuellen Seite an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>&Save As...</source> <translation>&Speichern unter...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="443"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source>Save the current page to disk</source> <translation>Speichert die aktuelle Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="444"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Speichern unter</b><p>Dies speichert die aktuelle Seite in eine Datei.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search Engines</source> <translation>Suchmaschinen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1151"/> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>Configure the available search engines</source> <translation>Verwalte die verfügbaren Suchmaschinen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1153"/> + <location filename="Helpviewer/HelpWindow.py" line="1152"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Suchmaschinen verwalten...</b><p>Öffnet einen Dialog zur Verwaltung der verfügbaren Suchmaschinen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords</source> <translation>Gespeicherte Passwörter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords...</source> <translation>Gespeicherte Passwörter verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1166"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>Manage the saved passwords</source> <translation>Verwalten gespeicherter Passwörter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1167"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Gespeicherte Passwörter verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter Passwörter.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1181"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Konfiguriert AdBlock Abonnements und Regeln</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1183"/> + <location filename="Helpviewer/HelpWindow.py" line="1182"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Öffnet einen Dialog zum konfigurieren von AdBlock Abonnements und Regeln</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2495"/> + <location filename="Helpviewer/HelpWindow.py" line="2494"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Print as PDF</source> <translation>Als PDF drucken</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="513"/> + <source>Print the displayed help as PDF</source> + <translation>Druckt die angezeigte Hilfe als PDF</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="514"/> - <source>Print the displayed help as PDF</source> - <translation>Druckt die angezeigte Hilfe als PDF</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Als PDF drucken</b><p>Druckt den angezeigten Hilfetext als PDF-Datei.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline Storage</source> <translation>Offline Speicher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline &Storage...</source> <translation>Offline &Speicher...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="982"/> + <location filename="Helpviewer/HelpWindow.py" line="981"/> <source>Configure offline storage</source> <translation>Konfiguren des Offline Speicher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="984"/> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation><b>Offline Speicher</b><p>Öffnet einen Dialog zum Konfigurieren des Offline Speichers.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search &Engines...</source> <translation>Such&maschinen verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2093"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Sind sie sicher, dass sie privates Browsen einschalten möchten?</b><p>Wenn das private Browsen eingeschaltet ist, werden keine Web Seiten mehr zur Chronik hinzugefügt und Suchanfragen, Web Site Icons und Cookies werden nicht mehr gespeichert. HTML5 Offline Speicher wird deaktiviert. Bis das Fenster geschlossen wird, können sie jedoch weiterhin die Zurück und Vorwärts Knöpfe nutzen, um zu besuchten Web Seiten zurückzukehren.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1368"/> + <location filename="Helpviewer/HelpWindow.py" line="1367"/> <source>Text Encoding</source> <translation>Zeichenkodierung</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="2936"/> + <source>ISO</source> + <translation>ISO</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="2937"/> - <source>ISO</source> - <translation>ISO</translation> + <source>Windows</source> + <translation>Windows</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2938"/> - <source>Windows</source> - <translation>Windows</translation> + <source>ISCII</source> + <translation>ISCII</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2939"/> - <source>ISCII</source> - <translation>ISCII</translation> + <source>Unicode</source> + <translation>Unicode</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2940"/> - <source>Unicode</source> - <translation>Unicode</translation> + <source>Other</source> + <translation>Sonstige</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2941"/> - <source>Other</source> - <translation>Sonstige</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2942"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2964"/> + <location filename="Helpviewer/HelpWindow.py" line="2963"/> <source>Default Encoding</source> <translation>Standardkodierung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>Downloads</source> <translation>Downloads</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1237"/> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> <source>Shows the downloads window</source> <translation>Zeig das Downloadsfenster an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1239"/> + <location filename="Helpviewer/HelpWindow.py" line="1238"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Downloads</b><p>Zeig das Downloadsfenster an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates</source> <translation>Zertifikate verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates...</source> <translation>Zertifikate verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1211"/> + <location filename="Helpviewer/HelpWindow.py" line="1210"/> <source>Manage the saved certificates</source> <translation>Verwalten der gespeicherten Zertifikate</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1213"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Gespeicherte Zertifikate verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter Zertifikate.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1592"/> + <location filename="Helpviewer/HelpWindow.py" line="1591"/> <source>VirusTotal</source> <translation>VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1598"/> + <location filename="Helpviewer/HelpWindow.py" line="1597"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation><h2>Dateisuche</h2><p>Um nach dem aktuellsten VirusTotal Bericht einer Datei zu suchen, geben sie den Hashwert ein. Momentan sind die Hashmethoden MD5, SHA1 und SHA256 zugelassen. Sie können auch nach einem Dateibericht suchen, indem sie die Permalink-ID eingeben.</p><h2>URL Suche</h2><p>URL Suchen sind einfach. Geben sie lediglich die URL ein. Die Anwendung normalisiert sie und vergleicht sie mit den Einträgen in der VirusTotal Datenbank. Alternativ könne sie den MD5 hashwert der URL mit vorangestelltem "url:" eingeben, z.B. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>Nutzersuche:</h2><p>Wollen sie wissen, ob ein Freund ein VT Community Konto hat? Geben sie einfach seinen Spitznamen mit vorangestelltem "@"-Symbol ein, z.B. @EmilianoMartinez.</p><h2>Kommentare durchsuchen</h2><p>Die Kommentar in der VT Community können ihnen oft helfen, ihren PC zu desinfizieren, oder sind hilfreich bei der Untersuchung von Schadsoftware. Kommentartags erlauben es den Nutzern, die VT Community Reviews zu durchsuchen. Die standardisierten Datei Tags sind: {0} Die standardisierten URL Tags sind: {1}Von Nutzern definierte Tags werden mit einem "#"-symbol eingeleitet, z.B. #disinfect.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1642"/> + <location filename="Helpviewer/HelpWindow.py" line="1641"/> <source>Search VirusTotal</source> <translation>Suchen bei VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1648"/> + <location filename="Helpviewer/HelpWindow.py" line="1647"/> <source>Scan current site</source> <translation>Aktuelle Seite prüfen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source>VirusTotal Scan</source> <translation>VirusTotal Prüfung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation><p>Die VirusTotal Prüfung konnte nicht beauftragt werden.<p> <p>Ursache: {0}</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="582"/> <source>Quit the eric5 Web Browser</source> <translation>Beendet den eric5 Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="583"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation><b>Beenden</b><p>Beendet den eric5 Web-Browser.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>RSS Feeds Dialog</source> <translation>RSS Feeds Dialog</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&RSS Feeds Dialog...</source> <translation>&RSS Feeds Dialog...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation>Ctrl+Shift+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1252"/> + <location filename="Helpviewer/HelpWindow.py" line="1251"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation>Öffnet einen Dialog mit den konfigurierten RSS Feeds.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation><b>RSS Feeds Dialog...</b><p>Dies öffnet einen Dialog zur Anzeige der konfigurierten RSS Feeds. Er kann verwendet werden, um sie zu verwalten und ihren Inhalt anzuzeigen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Siteinfo Dialog</source> <translation>Site Informationen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>&Siteinfo Dialog...</source> <translation>&Site Informationen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1268"/> + <location filename="Helpviewer/HelpWindow.py" line="1267"/> <source>Open a dialog showing some information about the current site.</source> <translation>Öffnet einen Dialog zur Anzeige von Informationen über die aktuelle Site.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1270"/> + <location filename="Helpviewer/HelpWindow.py" line="1269"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation><b>Site Informationen...</b><p>Öffnet einen Dialog zur Anzeige von Informationen über die aktuelle Site.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1527"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation>Vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation>Verkleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>Network Monitor</source> <translation>Netzwerkmonitor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>&Network Monitor...</source> <translation>&Netzwerkmonitor...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1226"/> + <location filename="Helpviewer/HelpWindow.py" line="1225"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation><b>Netzwerkmonitor...</b><p>Zeigt den Netzwerkmonitordialog an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1811"/> + <location filename="Helpviewer/HelpWindow.py" line="1810"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation><b>eric5 Web Browser - {0}</b><p>Der eric5-Web-Browser ist eine kombinierte Anzeige für Hilfe- und HTML-Dateien. Er ist Bestandteil der eric5 Entwicklungsumgebung.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2070"/> + <location filename="Helpviewer/HelpWindow.py" line="2069"/> <source>Restore Window</source> <translation>Fenster wiederherstellen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage User Agent Settings</source> <translation>User Agent Einstellungen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage &User Agent Settings</source> <translation>User &Agent Einstellungen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1282"/> + <location filename="Helpviewer/HelpWindow.py" line="1281"/> <source>Shows a dialog to manage the User Agent settings</source> <translation>Zeigt einen Dialog zum Verwalten der User Agent Einstellungen an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1284"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation><b>User Agent Einstellungen verwalten</b><p>Zeigt einen Dialog zum Verwalten der User Agent Einstellungen an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1426"/> + <location filename="Helpviewer/HelpWindow.py" line="1425"/> <source>Global User Agent</source> <translation>Globaler User Agent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Save As</source> <translation>Speichern unter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen</source> <translation>Bildschirmphoto speichern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen...</source> <translation>Bildschirmphoto speichern...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source>Save the current page as a screen shot</source> <translation>Speichert die aktuelle Seite als Bildschirmphoto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="459"/> + <location filename="Helpviewer/HelpWindow.py" line="458"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation><b>Bildschirmphoto speichern...</b><p>Dies speichert die aktuelle Seite als Bildschirmphoto.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>Synchronize data</source> <translation>Synchronisation</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>&Synchronize Data...</source> <translation>&Synchronisation...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>Shows a dialog to synchronize data via the network</source> <translation>Zeigt einen Dialog zum Synchronisieren von Daten über das Netzwerk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1299"/> + <location filename="Helpviewer/HelpWindow.py" line="1298"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation><b>Synchronisation...</b><p>Dies zeigt einen Dialog zum Synchronisieren von Daten über das Netzwerk.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>ClickToFlash</source> <translation>ClickToFlash</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>&ClickToFlash...</source> <translation>&ClickToFlash...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1196"/> + <location filename="Helpviewer/HelpWindow.py" line="1195"/> <source>Configure ClickToFlash whitelist</source> <translation>ClickToFlash Whitelist konfigurieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1198"/> + <location filename="Helpviewer/HelpWindow.py" line="1197"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation><b>ClickToFlash...</b><p>Dies öffnet einen Dialog zur Konfiguration der ClickToFlash Whitelist.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information</source> <translation>Persönliche Informationen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information...</source> <translation>Persönliche Informationen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="998"/> + <location filename="Helpviewer/HelpWindow.py" line="997"/> <source>Configure personal information for completing form fields</source> <translation>Persönliche Informationen zum Ausfüllen von Formularen eingeben</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1000"/> + <location filename="Helpviewer/HelpWindow.py" line="999"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation><b>Persönliche Informationen...</b><p>Öffnet einen Dialog zur Eingabe persönlicher Informationen, die zum Ausfüllen von Formularen verwendet werden.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts</source> <translation>GreaseMonkey Skripte</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts...</source> <translation>GreaseMonkey Skripte...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Configure the GreaseMonkey Scripts</source> <translation>GreaseMonkey Skripte konfigurieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1017"/> + <location filename="Helpviewer/HelpWindow.py" line="1016"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation><b>GreaseMonkey Skripte...</b><p>Öffnet einen Dialog zur Konfiguration der verfügbaren GreaseMonkey Skripte.</p></translation> </message>
--- a/i18n/eric5_en.ts Mon Jul 30 19:19:29 2012 +0200 +++ b/i18n/eric5_en.ts Sat Aug 04 13:30:04 2012 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -102,55 +102,85 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="70"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="63"/> <source>Enter search term for subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="77"/> - <source>Press to clear the search edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="110"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="81"/> <source>Actions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="86"/> - <source>Add Custom Rule</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="88"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="146"/> <source>Learn more about writing rules...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="95"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="141"/> <source>Update Subscription</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="99"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="130"/> <source>Browse Subscriptions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="103"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="207"/> <source>Remove Subscription</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="130"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="101"/> <source>Update Period (days):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="137"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="108"/> <source>Enter the update period (1 to 14 days)</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="42"/> + <source>Search...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="125"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="136"/> + <source>Disable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="138"/> + <source>Enable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <source>Update All Subscriptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="199"/> + <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="205"/> + <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AdBlockIcon</name> @@ -198,63 +228,86 @@ <context> <name>AdBlockManager</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="126"/> + <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="135"/> <source>Custom Rules</source> <translation type="unfinished"></translation> </message> </context> <context> <name>AdBlockModel</name> - <message> - <location filename="Helpviewer/AdBlock/AdBlockModel.py" line="87"/> - <source>Rule</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>AdBlockSubscription</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Load subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="208"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="238"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Adblock file '{0}' does not start with [Adblock.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="294"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="323"/> <source>Downloading subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="276"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="305"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="286"/> - <source>Got empty subscription rules.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <source>Got empty subscription rules.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Saving subscription rules</source> <translation type="unfinished"></translation> </message> </context> <context> + <name>AdBlockTreeWidget</name> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Add Custom Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Write your rule here:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="165"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="167"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="218"/> + <source>{0} (recently updated)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>AddBookmarkDialog</name> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> @@ -15090,7 +15143,7 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="2495"/> + <location filename="Helpviewer/HelpWindow.py" line="2494"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -15100,1654 +15153,1654 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1053"/> + <location filename="Helpviewer/HelpWindow.py" line="1052"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1066"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>&New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="383"/> + <source>Open a new help window tab</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="384"/> - <source>Open a new help window tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="385"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> + <source>Open a new help browser window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="398"/> - <source>Open a new help browser window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Open a help file for display</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="412"/> - <source>Open a help file for display</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New &Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Open a help file for display in a new tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="429"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="443"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="444"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="470"/> <source>Import bookmarks from other browsers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="484"/> <source>Export the bookmarks into a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="487"/> + <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="500"/> + <source>Print the displayed help</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="501"/> - <source>Print the displayed help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="513"/> + <source>Print the displayed help as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="514"/> - <source>Print the displayed help as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="527"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <source>Print preview of the displayed help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="528"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="541"/> + <source>Close the current help window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="542"/> - <source>Close the current help window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="543"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close &All</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="553"/> + <source>Close all help windows</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="554"/> - <source>Close all help windows</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="555"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="566"/> + <source>Private Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="562"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="567"/> - <source>Private Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="568"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>&Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="600"/> + <source>Move one help screen backward</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="601"/> - <source>Move one help screen backward</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="616"/> + <source>Move one help screen forward</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Move one help screen forward</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Home</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>&Home</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="631"/> + <source>Move to the initial help screen</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="632"/> - <source>Move to the initial help screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>&Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="646"/> + <source>Reload the current help screen</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="647"/> - <source>Reload the current help screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="648"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="661"/> + <source>Stop loading</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="662"/> - <source>Stop loading</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="663"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>&Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="675"/> + <source>Copy the selected text</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> - <source>Copy the selected text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="677"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Find...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>&Find...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="689"/> + <source>Find text in page</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> - <source>Find text in page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find &next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>F3</source> <comment>Edit|Find next</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="703"/> + <source>Find next occurrence of text in page</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="704"/> - <source>Find next occurrence of text in page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find &previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="718"/> + <location filename="Helpviewer/HelpWindow.py" line="717"/> <source>Find previous occurrence of text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="731"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="734"/> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="747"/> + <source>Open a dialog to add a bookmark.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="748"/> - <source>Open a dialog to add a bookmark.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="749"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="760"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="761"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>Bookmark all open tabs.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="775"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="788"/> + <source>Context sensitive help</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="789"/> - <source>Context sensitive help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Display information about this software</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Display information about this software</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="806"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About &Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="817"/> + <location filename="Helpviewer/HelpWindow.py" line="816"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="818"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="832"/> + <source>Zoom in on the text</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom in on the text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="834"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="847"/> + <source>Zoom out on the text</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="848"/> - <source>Zoom out on the text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="861"/> + <source>Reset the zoom of the text</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="862"/> - <source>Reset the zoom of the text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> + <location filename="Helpviewer/HelpWindow.py" line="872"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> + <location filename="Helpviewer/HelpWindow.py" line="872"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="877"/> + <location filename="Helpviewer/HelpWindow.py" line="876"/> <source>Zoom text only; pictures remain constant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="879"/> + <location filename="Helpviewer/HelpWindow.py" line="878"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Ctrl+U</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="892"/> + <source>Show the page source in an editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="893"/> - <source>Show the page source in an editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2064"/> + <location filename="Helpviewer/HelpWindow.py" line="2063"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>F11</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Show next tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Show previous tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Shift+Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Switch between tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Ctrl+1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>&Preferences...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> + <source>Set the prefered configuration</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="943"/> - <source>Set the prefered configuration</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="944"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="956"/> + <location filename="Helpviewer/HelpWindow.py" line="955"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="958"/> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="969"/> + <location filename="Helpviewer/HelpWindow.py" line="968"/> <source>Configure cookies handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="971"/> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="982"/> + <location filename="Helpviewer/HelpWindow.py" line="981"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="984"/> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1030"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1040"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1042"/> <source>Shows the table of contents window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1045"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Shows the index window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1058"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <location filename="Helpviewer/HelpWindow.py" line="1068"/> <source>Shows the search window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1071"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1082"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1084"/> + <location filename="Helpviewer/HelpWindow.py" line="1083"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1096"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <location filename="Helpviewer/HelpWindow.py" line="1097"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1109"/> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source>Reindexes the documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1111"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> + <source>Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1119"/> + <source>&Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1124"/> - <source>Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1120"/> - <source>&Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1125"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> + <source>Clear the database of favicons</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Clear the database of favicons</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1139"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1151"/> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1153"/> + <location filename="Helpviewer/HelpWindow.py" line="1152"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1166"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1167"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1181"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1183"/> + <location filename="Helpviewer/HelpWindow.py" line="1182"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1224"/> + <source>Show the network monitor dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1327"/> + <source>&File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> + <source>&Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> + <source>&View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1367"/> + <source>Text Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1372"/> + <source>&Go</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1385"/> + <source>H&istory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1392"/> + <source>&Bookmarks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1407"/> + <source>&Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1436"/> + <source>&Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1445"/> + <source>&Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1455"/> + <source>&Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1466"/> + <source>File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1484"/> + <source>Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1489"/> + <source>View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1498"/> + <source>Find</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1505"/> + <source>Filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1510"/> + <source>Filtered by: </source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1516"/> + <source>Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1534"/> + <source>Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1541"/> + <source>Go</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> + <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1895"/> + <source>Saved Tabs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> + <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2324"/> + <source>Could not find an associated content.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2433"/> + <source>Updating search index</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2485"/> + <source>Looking for Documentation...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2515"/> + <source>Unfiltered</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2534"/> + <source>Help Engine</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2936"/> + <source>ISO</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2937"/> + <source>Windows</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2938"/> + <source>ISCII</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2939"/> + <source>Unicode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2940"/> + <source>Other</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2941"/> + <source>IBM</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="2963"/> + <source>Default Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> + <source>Downloads</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1238"/> + <source><b>Downloads</b><p>Shows the downloads window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> + <source>Manage Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> + <source>Manage Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1210"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> + <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1591"/> + <source>VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1597"/> + <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1641"/> + <source>Search VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1647"/> + <source>Scan current site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> + <source>VirusTotal Scan</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> + <source><p>The VirusTotal scan could not be scheduled.<p> +<p>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="582"/> + <source>Quit the eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="583"/> + <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1251"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <source>Siteinfo Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <source>&Siteinfo Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <source>Ctrl+Shift+I</source> + <comment>Help|Siteinfo Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1267"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1269"/> + <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> + <source>Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="826"/> + <source>Zoom In</source> + <comment>View|Zoom in</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="841"/> + <source>Zoom Out</source> + <comment>View|Zoom out</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> + <source>Network Monitor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> + <source>&Network Monitor...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1225"/> - <source>Show the network monitor dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> - <source>&File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1349"/> - <source>&Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1357"/> - <source>&View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1368"/> - <source>Text Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1373"/> - <source>&Go</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1386"/> - <source>H&istory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1393"/> - <source>&Bookmarks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1408"/> - <source>&Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1437"/> - <source>&Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1446"/> - <source>&Window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1456"/> - <source>&Help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> - <source>File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1485"/> - <source>Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1490"/> - <source>View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1499"/> - <source>Find</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1506"/> - <source>Filter</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1511"/> - <source>Filtered by: </source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1517"/> - <source>Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1535"/> - <source>Help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1542"/> - <source>Go</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> - <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1896"/> - <source>Saved Tabs</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2093"/> - <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2325"/> - <source>Could not find an associated content.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2434"/> - <source>Updating search index</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2486"/> - <source>Looking for Documentation...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2516"/> - <source>Unfiltered</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> - <source>Help Engine</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2937"/> - <source>ISO</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2938"/> - <source>Windows</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2939"/> - <source>ISCII</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2940"/> - <source>Unicode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2941"/> - <source>Other</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2942"/> - <source>IBM</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2964"/> - <source>Default Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> - <source>Downloads</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1237"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1239"/> - <source><b>Downloads</b><p>Shows the downloads window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> - <source>Manage Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> - <source>Manage Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1211"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1213"/> - <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1592"/> - <source>VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1598"/> - <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1642"/> - <source>Search VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1648"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> - <source>Quit the eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> - <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> - <source>RSS Feeds Dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> - <source>&RSS Feeds Dialog...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> - <source>Ctrl+Shift+F</source> - <comment>Help|RSS Feeds Dialog</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1252"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> - <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> - <source>Siteinfo Dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> - <source>&Siteinfo Dialog...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> - <source>Ctrl+Shift+I</source> - <comment>Help|Siteinfo Dialog</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1268"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1270"/> - <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1527"/> - <source>Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom In</source> - <comment>View|Zoom in</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> - <source>Zoom Out</source> - <comment>View|Zoom out</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> - <source>Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> - <source>&Network Monitor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1226"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1811"/> + <location filename="Helpviewer/HelpWindow.py" line="1810"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2070"/> + <location filename="Helpviewer/HelpWindow.py" line="2069"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1282"/> + <location filename="Helpviewer/HelpWindow.py" line="1281"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1284"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1426"/> + <location filename="Helpviewer/HelpWindow.py" line="1425"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Save As</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="459"/> + <location filename="Helpviewer/HelpWindow.py" line="458"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1299"/> + <location filename="Helpviewer/HelpWindow.py" line="1298"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1196"/> + <location filename="Helpviewer/HelpWindow.py" line="1195"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1198"/> + <location filename="Helpviewer/HelpWindow.py" line="1197"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="998"/> + <location filename="Helpviewer/HelpWindow.py" line="997"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1000"/> + <location filename="Helpviewer/HelpWindow.py" line="999"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1017"/> + <location filename="Helpviewer/HelpWindow.py" line="1016"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_es.ts Mon Jul 30 19:19:29 2012 +0200 +++ b/i18n/eric5_es.ts Sat Aug 04 13:30:04 2012 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation>¿Suscribir?</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>¿Suscribirse a esta suscripción de AdBlock?</p><p>{0}</p></translation> </message> @@ -104,53 +104,93 @@ <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="77"/> <source>Press to clear the search edit</source> - <translation>Pulse para limpiar la caja de búsqueda</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="110"/> + <translation type="obsolete">Pulse para limpiar la caja de búsqueda</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="81"/> <source>Actions</source> <translation>Acciones</translation> </message> <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="86"/> <source>Add Custom Rule</source> - <translation>Añadir Regla Personalizada</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="88"/> + <translation type="obsolete">Añadir Regla Personalizada</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="146"/> <source>Learn more about writing rules...</source> <translation>Aprender más acerca de escribir reglas...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="95"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="141"/> <source>Update Subscription</source> <translation>Actualizar Suscripción</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="99"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="130"/> <source>Browse Subscriptions...</source> <translation>Navegar Suscripciones...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="103"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="207"/> <source>Remove Subscription</source> <translation>Eliminar Suscripción</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="70"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="63"/> <source>Enter search term for subscriptions and rules</source> <translation>Introduzca el término de búsqueda para suscripciones y reglas</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="130"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="101"/> <source>Update Period (days):</source> <translation>Periodo de Actualización (días):</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="137"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="108"/> <source>Enter the update period (1 to 14 days)</source> <translation>Introducir el periodo de actualización (1 a 14 días)</translation> </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="42"/> + <source>Search...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="125"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="136"/> + <source>Disable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="138"/> + <source>Enable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <source>Update All Subscriptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="199"/> + <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="205"/> + <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AdBlockIcon</name> @@ -198,7 +238,7 @@ <context> <name>AdBlockManager</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="126"/> + <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="135"/> <source>Custom Rules</source> <translation>Reglas Personalizadas</translation> </message> @@ -208,53 +248,81 @@ <message> <location filename="Helpviewer/AdBlock/AdBlockModel.py" line="87"/> <source>Rule</source> - <translation>Regla</translation> + <translation type="obsolete">Regla</translation> </message> </context> <context> <name>AdBlockSubscription</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Load subscription rules</source> <translation>Cargar reglas de la suscripción</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="294"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="323"/> <source>Downloading subscription rules</source> <translation>Descargando reglas de la suscripción</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="286"/> - <source>Got empty subscription rules.</source> - <translation>El conjunto de reglas de suscripción está vacío.</translation> - </message> - <message> <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <source>Got empty subscription rules.</source> + <translation>El conjunto de reglas de suscripción está vacío.</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Saving subscription rules</source> <translation>Guardando reglas de la suscripción</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="208"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="238"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>No ha sido posible abrir el archivo de AdBlock '{0}' en modo lectura.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Adblock file '{0}' does not start with [Adblock.</source> <translation>El archivo de AdBlock '{0}' no comienza con [Adblock.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="276"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="305"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Las reglas de la subscrición no han podido ser descargadas.</p><p>Error: {0}</p></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>No ha sido posible abrir el archivo de AdBlock '{0}' en modo escritura.</translation> </message> </context> <context> + <name>AdBlockTreeWidget</name> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Add Custom Rule</source> + <translation type="unfinished">Añadir Regla Personalizada</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Write your rule here:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="165"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="167"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="218"/> + <source>{0} (recently updated)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>AddBookmarkDialog</name> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> @@ -15185,677 +15253,677 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="542"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Close the current help window</source> <translation>Cierra la ventana actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="384"/> + <location filename="Helpviewer/HelpWindow.py" line="383"/> <source>Open a new help window tab</source> <translation>Abre una nueva pestaña con la ventana de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>New Tab</source> <translation>Nueva pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>&New Tab</source> <translation>Nueva pes&taña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="385"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nueva pestaña</b><p>Abre una nueva pestaña con la ventana de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New Window</source> <translation>Nueva Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> + <source>Open a new help browser window</source> + <translation>Abre una nueva ventana del navegador de ayuda</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="398"/> - <source>Open a new help browser window</source> - <translation>Abre una nueva ventana del navegador de ayuda</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nueva Ventana</b><p>Abre una nueva ventana del navegador de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Open File</source> <translation>&Abrir archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Open a help file for display</source> + <translation>Abre un archivo de ayuda para mostrar</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="412"/> - <source>Open a help file for display</source> - <translation>Abre un archivo de ayuda para mostrar</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Abrir Archivo</b><p>Abre un nuevo archivo de ayuda para mostrar. Abre un diálogo de selección de archivo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New Tab</source> <translation>Abrir Archivo en Nueva Pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New &Tab</source> <translation>Abrir Archivo en Nueva Pes&taña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Open a help file for display in a new tab</source> <translation>Abre un fichero de ayuda para mostrar en una nueva pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="429"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Abrir Archivo en Nueva Pestaña</b><p>Abre un nuevo archivo de ayuda para mostrar en una nueva pestaña. Abre un diálogo de selección de archivo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Print</source> <translation>Im&primir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="501"/> + <location filename="Helpviewer/HelpWindow.py" line="500"/> <source>Print the displayed help</source> <translation>Imprimir la ayuda que se está mostrando</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> + <location filename="Helpviewer/HelpWindow.py" line="501"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Imprimir</b><p>Imprimir el texto de ayuda mostrado.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="543"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Cerrar</b><p>Cierra la ventana actual de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close All</source> <translation>Cerrar todo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close &All</source> <translation>Cerrar &Todo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="555"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Cerrar Todo</b><p>Cierra todas las ventanas de ayuda excepto la primera.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Quit</source> <translation>Salir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backward</source> <translation>Atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>&Backward</source> <translation>&Atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="601"/> + <location filename="Helpviewer/HelpWindow.py" line="600"/> <source>Move one help screen backward</source> <translation>Mover la ayuda una pantalla hacia atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="602"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Retroceso</b><p>Mueve la ayuda una pantalla hacia atrás. Si no hay ninguna disponible, esta acción no tiene efecto.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Forward</source> <translation>Adelante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Forward</source> <translation>A&delante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="616"/> + <source>Move one help screen forward</source> + <translation>Mover la ayuda una pantalla hacia adelante</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Move one help screen forward</source> - <translation>Mover la ayuda una pantalla hacia adelante</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Adelante</b><p>Mueve la ayuda una pantalla hacia adelante. Si no hay ninguna disponible, esta acción no tiene efecto.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>&Home</source> <translation>&Inicio</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="631"/> + <source>Move to the initial help screen</source> + <translation>Mover a la pantalla inicial de ayuda</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="632"/> - <source>Move to the initial help screen</source> - <translation>Mover a la pantalla inicial de ayuda</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Inicio</b><p>Mueve a la pantalla inicial de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Reload</source> <translation>Recargar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>&Reload</source> <translation>&Recargar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="647"/> + <location filename="Helpviewer/HelpWindow.py" line="646"/> <source>Reload the current help screen</source> <translation>Recarga la pantalla de ayuda actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="648"/> + <location filename="Helpviewer/HelpWindow.py" line="647"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Recargar</b><p>Recarga la ventana actual de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Copy</source> <translation>Copiar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>&Copy</source> <translation>&Copiar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="675"/> + <source>Copy the selected text</source> + <translation>Copiar el texto seleccionado</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> - <source>Copy the selected text</source> - <translation>Copiar el texto seleccionado</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="677"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Copiar</b><p>Copiar el texto seleccionado al portapapeles.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Find...</source> <translation>Buscar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>&Find...</source> <translation>&Buscar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="689"/> + <source>Find text in page</source> + <translation>Buscar texto en página</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> - <source>Find text in page</source> - <translation>Buscar texto en página</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Buscar</b><p>Buscar texto en la página actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find next</source> <translation>Buscar siguiente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find &next</source> <translation>Buscar sigui&ente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find previous</source> <translation>Buscar anterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find &previous</source> <translation>Buscar a&nterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add Bookmark</source> <translation>Añadir Marcador</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>What's This?</source> <translation>¿Qué es esto?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>&What's This?</source> <translation>¿&Qué es esto?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Context sensitive help</source> <translation>Ayuda sensible al contexto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="789"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostrar ayuda sensible al contexto</b><p>En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>About</source> <translation>Acerca de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>&About</source> <translation>&Acerca de</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Display information about this software</source> + <translation>Muestra información acerca de este software</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Display information about this software</source> - <translation>Muestra información acerca de este software</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="806"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Acerca de</b><p>Muestra información acerca de este software.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About Qt</source> <translation>Acerca de Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About &Qt</source> <translation>Acerca de &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="817"/> + <location filename="Helpviewer/HelpWindow.py" line="816"/> <source>Display information about the Qt toolkit</source> <translation>Muestra información sobre las herramientas Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="818"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Acerca de Qt</b><p>Muestra información sobre las herramientas Qt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom in</source> <translation>Aumentar zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom &in</source> <translation>A&umentar Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="833"/> + <location filename="Helpviewer/HelpWindow.py" line="832"/> <source>Zoom in on the text</source> <translation>Aumentar zoom en el texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="834"/> + <location filename="Helpviewer/HelpWindow.py" line="833"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Aumentar Zoom</b><p>Aumenta el zoom sobre el texto. Esto provoca que el texto sea mayor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom out</source> <translation>Disminuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="848"/> + <location filename="Helpviewer/HelpWindow.py" line="847"/> <source>Zoom out on the text</source> <translation>Disminuir zoom en el texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> + <location filename="Helpviewer/HelpWindow.py" line="848"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Disminuir Zoom</b><p>Disminuir el zoom en el texto. Esto provoca que el texto sea menor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1327"/> <source>&File</source> <translation>&Archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1349"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>&Edit</source> <translation>&Edición</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1357"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>&View</source> <translation>&Ver</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1373"/> + <location filename="Helpviewer/HelpWindow.py" line="1372"/> <source>&Go</source> <translation>&Ir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1386"/> + <location filename="Helpviewer/HelpWindow.py" line="1385"/> <source>H&istory</source> <translation>&Historial</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1393"/> + <location filename="Helpviewer/HelpWindow.py" line="1392"/> <source>&Bookmarks</source> <translation>&Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1456"/> + <location filename="Helpviewer/HelpWindow.py" line="1455"/> <source>&Help</source> <translation>A&yuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1466"/> <source>File</source> <translation>Archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1485"/> + <location filename="Helpviewer/HelpWindow.py" line="1484"/> <source>Edit</source> <translation>Edición</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1490"/> + <location filename="Helpviewer/HelpWindow.py" line="1489"/> <source>View</source> <translation>Ver</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1499"/> + <location filename="Helpviewer/HelpWindow.py" line="1498"/> <source>Find</source> <translation>Buscar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1535"/> + <location filename="Helpviewer/HelpWindow.py" line="1534"/> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1542"/> + <location filename="Helpviewer/HelpWindow.py" line="1541"/> <source>Go</source> <translation>Ir a</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Archivos de Ayuda (*.html *.htm);;Archivos PDF (*.pdf);;Archivos CHM (*.chm);;Todos los Archivos (*)</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="703"/> + <source>Find next occurrence of text in page</source> + <translation>Busca la próxima aparición del texto</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="704"/> - <source>Find next occurrence of text in page</source> - <translation>Busca la próxima aparición del texto</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Buscar siguiente</b><p>Buscar la siguiente aparición del texto en la página actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="718"/> + <location filename="Helpviewer/HelpWindow.py" line="717"/> <source>Find previous occurrence of text in page</source> <translation>Busca la anterior aparición del texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Buscar anterior</b><p>Buscar la anterior aparición del texto en la página actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="527"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <source>Print preview of the displayed help</source> <translation>Presentación preliminar de la ayuda mostrada</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="528"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Presentación Preliminar</b><p>Presentación preliminar del texto de ayuda mostrado.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Show next tab</source> <translation>Mostrar siguiente pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Show previous tab</source> <translation>Mostrar pestaña anterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Switch between tabs</source> <translation>Alternar entre pestañas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear icons database</source> <translation>Limpiar base de datos de iconos</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> + <source>Clear the database of favicons</source> + <translation>Limpiar base de datos de favicons</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Clear the database of favicons</source> - <translation>Limpiar base de datos de favicons</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1139"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Limpiar base de datos de iconos</b><p>Limpia la base de datos de favicons de URLs previamente visitadas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>Preferences</source> <translation>Preferencias</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>&Preferences...</source> <translation>&Preferencias...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> + <source>Set the prefered configuration</source> + <translation>Establecer la configuración preferida</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="943"/> - <source>Set the prefered configuration</source> - <translation>Establecer la configuración preferida</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="944"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferencias</b><p>Establecezca los elementos de configuración de la aplicación con sus valores preferidos.</p></translation> </message> @@ -15865,985 +15933,985 @@ <translation>Contenido</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Close all help windows</source> <translation>Cerrar todas las ventanas de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Sync with Table of Contents</source> <translation>Sincronizar con la Tabla de Contenidos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1030"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source>Synchronizes the table of contents with current page</source> <translation>Sincroniza la tabla de contenidos con la página actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Sincronizar con la Tabla de Contenidos</b>Sincroniza la tabla de contenidos con la página actual<p></p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1040"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>Table of Contents</source> <translation>Tabla de Contenidos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1042"/> <source>Shows the table of contents window</source> <translation>Muestra la ventana de la tabla de contenidos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1045"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Tabla de Contenidos</b><p>Muestra la ventana de la tabla de contenidos.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp Documents</source> <translation>Gestionar Documentos de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1082"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation>Muestra un diálogo para gestionar el conjunto de documentación de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1084"/> + <location filename="Helpviewer/HelpWindow.py" line="1083"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Gestionar Documentos de QtHelp</b><p>Muestra un diálogo para gestionar el conjunto de documentación de QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1446"/> + <location filename="Helpviewer/HelpWindow.py" line="1445"/> <source>&Window</source> <translation>&Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1506"/> + <location filename="Helpviewer/HelpWindow.py" line="1505"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1511"/> + <location filename="Helpviewer/HelpWindow.py" line="1510"/> <source>Filtered by: </source> <translation>Filtrado por:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2325"/> + <location filename="Helpviewer/HelpWindow.py" line="2324"/> <source>Could not find an associated content.</source> <translation>No se ha podido encontrar un contenido asociado.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp Filters</source> <translation>Gestionar Filtros de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1096"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation>Muestra un diálogo para gestionar los filtros deQtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <location filename="Helpviewer/HelpWindow.py" line="1097"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Gestionar Filtros de QtHelp</b><p>Muestra un diálogo para gestionar los filtros de QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1053"/> + <location filename="Helpviewer/HelpWindow.py" line="1052"/> <source>Index</source> <translation>Índice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Shows the index window</source> <translation>Muestra la ventana del índice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1058"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Índice</b><p>Muestra la ventana del índice.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1066"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Search</source> <translation>Buscar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <location filename="Helpviewer/HelpWindow.py" line="1068"/> <source>Shows the search window</source> <translation>Muestra la ventana de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1071"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Buscar</b><p>Muestra la ventana de búsqueda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>Reindex Documentation</source> <translation>Reindexar Documentación</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1109"/> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source>Reindexes the documentation set</source> <translation>Reindexa el conjunto de documentación</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1111"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Reindexar Documentación</b><p>Reindexa el conjunto de documentación.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2434"/> + <location filename="Helpviewer/HelpWindow.py" line="2433"/> <source>Updating search index</source> <translation>Actualizando índice de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2486"/> + <location filename="Helpviewer/HelpWindow.py" line="2485"/> <source>Looking for Documentation...</source> <translation>Buscando Documentación...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2516"/> + <location filename="Helpviewer/HelpWindow.py" line="2515"/> <source>Unfiltered</source> <translation>Sin filtrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2534"/> <source>Help Engine</source> <translation>Motor de Ayuda</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="566"/> + <source>Private Browsing</source> + <translation>Navegación Privada</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="562"/> + <source>Private &Browsing</source> + <translation>&Navegación Privada</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="567"/> - <source>Private Browsing</source> - <translation>Navegación Privada</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> - <source>Private &Browsing</source> - <translation>&Navegación Privada</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="568"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Navegación Privada</b><p>Habilita navegación privada. En este modo, el historial no queda registrado.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2064"/> + <location filename="Helpviewer/HelpWindow.py" line="2063"/> <source>Full Screen</source> <translation>Pantalla Completa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>&Full Screen</source> <translation>&Pantalla Completa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp &Documents</source> <translation>Gestionar &Documentos de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp &Filters</source> <translation>Gestionar &Filtros de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>&Reindex Documentation</source> <translation>&Reindexar Documentación</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> + <source>Clear private data</source> + <translation>Limpiar Datos Privados</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1119"/> + <source>&Clear private data</source> + <translation>Li&mpiar Datos Privados</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1124"/> - <source>Clear private data</source> - <translation>Limpiar Datos Privados</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1120"/> - <source>&Clear private data</source> - <translation>Li&mpiar Datos Privados</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1125"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Limpiar datos privados</b><p>Limpia los datos privados como historial de navegación, de búsqueda o base de datos de favicons.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear &icons database</source> <translation>Limpiar base de datos de &iconos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1225"/> + <location filename="Helpviewer/HelpWindow.py" line="1224"/> <source>Show the network monitor dialog</source> <translation>Muestra el diálogo de monitor de red</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1408"/> + <location filename="Helpviewer/HelpWindow.py" line="1407"/> <source>&Settings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1437"/> + <location filename="Helpviewer/HelpWindow.py" line="1436"/> <source>&Tools</source> <translation>&Herramientas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Show page source</source> <translation>Mostrar código fuente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="892"/> + <source>Show the page source in an editor</source> + <translation>Muestra el código fuente en un editor</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="893"/> - <source>Show the page source in an editor</source> - <translation>Muestra el código fuente en un editor</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Mostrar codigo fuente</b><p>Muestra el código fuente en un editor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>&Languages...</source> <translation>&Lenguajes...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="956"/> + <location filename="Helpviewer/HelpWindow.py" line="955"/> <source>Configure the accepted languages for web pages</source> <translation>Configurar los lenguajes aceptados para páginas web</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="958"/> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Lenguagjes</b><p>Configurar los lenguajes aceptados para páginas web..</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="969"/> + <location filename="Helpviewer/HelpWindow.py" line="968"/> <source>Configure cookies handling</source> <translation>Configurar manejo de cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="971"/> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Configurar manejo de cookies.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1517"/> + <location filename="Helpviewer/HelpWindow.py" line="1516"/> <source>Settings</source> <translation>Configuración</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom reset</source> <translation>Restablecer zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom &reset</source> <translation>&Restablecer zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="861"/> + <source>Reset the zoom of the text</source> + <translation>Restablecer el zoom aplicado al texto</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom text only</source> + <translation>Aplicar zoom al texto solamente</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom &text only</source> + <translation>Aplicar zoom al &texto solamente</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="876"/> + <source>Zoom text only; pictures remain constant</source> + <translation>El zoom se aplica al texto solamente; las imágenes permanecen constantes</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="878"/> + <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> + <translation><b>Aplicar zoom al texto solamente</b><p>El zoom se aplica al texto solamente; las imágenes permanecen constantes.</p></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="862"/> - <source>Reset the zoom of the text</source> - <translation>Restablecer el zoom aplicado al texto</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom text only</source> - <translation>Aplicar zoom al texto solamente</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom &text only</source> - <translation>Aplicar zoom al &texto solamente</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="877"/> - <source>Zoom text only; pictures remain constant</source> - <translation>El zoom se aplica al texto solamente; las imágenes permanecen constantes</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="879"/> - <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> - <translation><b>Aplicar zoom al texto solamente</b><p>El zoom se aplica al texto solamente; las imágenes permanecen constantes.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Restablecer zoom</b><p>Restablece el zoom aplicado al texto. Establece el factor de zoom a 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New &Window</source> <translation>Nueva &Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Import Bookmarks</source> <translation>Importar Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>&Import Bookmarks...</source> <translation>&Importar Marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="470"/> <source>Import bookmarks from other browsers</source> <translation>Importar marcadores desde otros navegadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Importar Marcadores</b><p>Importar marcadores desde otros navegadores.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Export Bookmarks</source> <translation>Exportar Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>&Export Bookmarks...</source> <translation>&Exportar Marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="484"/> <source>Export the bookmarks into a file</source> <translation>Exportar marcadores a un archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="487"/> + <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Exportar Marcadores</b><p>Exportar los marcadores a un archivo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Manage Bookmarks</source> <translation>Gestionar marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>&Manage Bookmarks...</source> <translation>&Gestionar marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="731"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Abrir un diálogo para gestionar los marcadores.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="734"/> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Gestionar Bookmarks...</b><p>Abrir un diálogo para gestionar los marcadores.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add &Bookmark...</source> <translation>Añadir &Marcador...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="747"/> + <source>Open a dialog to add a bookmark.</source> + <translation>Abrir un diálogo para añadir un marcador.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="748"/> - <source>Open a dialog to add a bookmark.</source> - <translation>Abrir un diálogo para añadir un marcador.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="749"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Añadir Marcador</b><p>Abre un diálogo para añadir la URL actual como un marcador.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add Folder</source> <translation>Añadir Carpeta</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add &Folder...</source> <translation>Añadir &Carpeta...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="760"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation>Abre un diálogo para añadir una nueva carpeta de marcadores.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="761"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Añadir Carpeta...</b><p>Abrir un diálogo para añadir una nueva carpeta de marcadores.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs</source> <translation>Todas las Pestañas a Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs...</source> <translation>Todas las Pestañas a Marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>Bookmark all open tabs.</source> <translation>Todas las pestañas abiertas a marcadores.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="775"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Todas las Pestañas a Marcadores...</b><p>Abrir un diálogo para añadir una nueva carpeta de marcadores para todas las pestañas abiertas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1896"/> + <location filename="Helpviewer/HelpWindow.py" line="1895"/> <source>Saved Tabs</source> <translation>Pestañas Guardadas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Stop</source> <translation>Detener</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>&Stop</source> <translation>&Detener</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="661"/> + <source>Stop loading</source> + <translation>Detener carga</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="662"/> - <source>Stop loading</source> - <translation>Detener carga</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="663"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Detener</b><p>Detiene la carga de la pestaña actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>&Save As...</source> <translation>Guardar co&mo...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="443"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source>Save the current page to disk</source> <translation>Guardar página actual en disco</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="444"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Guardar Como...</b><p>Guarda la página actual en disco.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search Engines</source> <translation>Configurar Motores de Búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1151"/> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>Configure the available search engines</source> <translation>Configurar los motores de búsqueda disponibles</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1153"/> + <location filename="Helpviewer/HelpWindow.py" line="1152"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Configurar Motores de Búsqueda...</b><p>Abre un diálogo para configurar los motores de búsqueda disponibles.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords</source> <translation>Gestionar Contraseñas Almacenadas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords...</source> <translation>Gestionar Contraseñas Almacenadas...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1166"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>Manage the saved passwords</source> <translation>Gestionar las contraseñas almacenadas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1167"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Gestionar Contraseñas Almacenadas</b><p>Abre un diálogo para gestionar las contraseñas almacenadas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1181"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Configurar las suscripciones y reglas de AdBlock</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1183"/> + <location filename="Helpviewer/HelpWindow.py" line="1182"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Abre un diálogo para configurar las suscripciones y reglas de AdBlock</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2495"/> + <location filename="Helpviewer/HelpWindow.py" line="2494"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="513"/> + <source>Print the displayed help as PDF</source> + <translation>Imprimir la ayuda mostrada como PDF</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="514"/> - <source>Print the displayed help as PDF</source> - <translation>Imprimir la ayuda mostrada como PDF</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Imprimir como PDF</b><p>Imprimir la ayuda mostrada como un archivo PDF.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline Storage</source> <translation>Almacenamiento Offline</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline &Storage...</source> <translation>Almacenamiento &Offline...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="982"/> + <location filename="Helpviewer/HelpWindow.py" line="981"/> <source>Configure offline storage</source> <translation>Configurar el almacenamiento offline</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="984"/> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation><b>Almacenamiento Offline</b><p>Abre un diálogo para configurar el almacenamiento offline (sin conexión).</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search &Engines...</source> <translation>Configurar Motor&es de Búsqueda...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2093"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>¿Está seguro de que desea activar la navegación privada?</b><p>Cuando la navegación privada ha sido activada, las páginas web no se añaden al historial, las búsquedas no se añaden a la lista de búsquedas recientes, y los iconos de website y las cookies no son almacenados. El almacenamiento offline de HTML5 tambien es desactivado. Hasta que la ventana sea cerrada, todavía se pueden utilizar los botones de Atrás y Adelante para retornar a las páginas web que hayan sido navegadas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1368"/> + <location filename="Helpviewer/HelpWindow.py" line="1367"/> <source>Text Encoding</source> <translation>Codificación de Texto</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="2936"/> + <source>ISO</source> + <translation>ISO</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="2937"/> - <source>ISO</source> - <translation>ISO</translation> + <source>Windows</source> + <translation>Windows</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2938"/> - <source>Windows</source> - <translation>Windows</translation> + <source>ISCII</source> + <translation>ISCII</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2939"/> - <source>ISCII</source> - <translation>ISCII</translation> + <source>Unicode</source> + <translation>Unicode</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2940"/> - <source>Unicode</source> - <translation>Unicode</translation> + <source>Other</source> + <translation>Otro</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2941"/> - <source>Other</source> - <translation>Otro</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2942"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2964"/> + <location filename="Helpviewer/HelpWindow.py" line="2963"/> <source>Default Encoding</source> <translation>Codificación por Defecto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>Downloads</source> <translation>Descargas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1237"/> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> <source>Shows the downloads window</source> <translation>Muestra la ventana de descargas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1239"/> + <location filename="Helpviewer/HelpWindow.py" line="1238"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Descargas</b><p>Muestra la ventana de descargas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates</source> <translation>Gestionar Certificados</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates...</source> <translation>Gestionar Certificados...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1211"/> + <location filename="Helpviewer/HelpWindow.py" line="1210"/> <source>Manage the saved certificates</source> <translation>Gestionar los certificados almacenados</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1213"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Gestionar Certificados Almacenados</b><p>Abre un diálogo para gestionar los certificados almacenados.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1592"/> + <location filename="Helpviewer/HelpWindow.py" line="1591"/> <source>VirusTotal</source> <translation>VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1598"/> + <location filename="Helpviewer/HelpWindow.py" line="1597"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation><h2>Búsqueda de archivo</h2><p>Para buscar el último informe de VirusTotal en un archivo dado, solamente introduzca su hash. Los hashes permitidos actualmente son MD5, SHA1 y SHA256. Tambien puede buscar un informe para un archivo concreto introduciendo su permalink id.</p><h2>Búsqueda de URL</h2><p>Las búsquedas de URL son sencillas, simplemente introduzca la URL concreta, la aplicación la normalizará y comparará contra las entradas en la base de datos de VirusTotal. Alternativamente se puede introducir el hash MD5 de una URL precedido por "url:", por ejemplo url:7f911bbcf618f052ac6b9928600d2820.</p><h2>Búsqueda de Usuario</h2><p>¿Desea saber si un amigo tiene cuenta Community de VT? Simplemente teclee su nick precedido por el símbolo "@",por ejemplo. @EmilianoMartinez.</p><h2>Búsqueda a través de comentarios</h2><p>Los comentarios en la Comunidad de VT pueden a menudo ser útiles en la desinfección de su PC, o bien pueden demostrar su utilidad al analizar una muestra en particular de malware, las etiquetas de comentario habilitan a los usuarios a través de las revisiones de la Comunidad de VT. Las etiquetas estándar de archivo son: {0} Las etiquetas estándar de URL son: {1} Las etiquetas generadas por los usuarios se preceden del símbolo "#", por ejemplo. #disinfect.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1642"/> + <location filename="Helpviewer/HelpWindow.py" line="1641"/> <source>Search VirusTotal</source> <translation>Buscar VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1648"/> + <location filename="Helpviewer/HelpWindow.py" line="1647"/> <source>Scan current site</source> <translation>Analizar sitio actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source>VirusTotal Scan</source> <translation>Análisis con VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation><p>El análisis con VirusTotal no se ha podido programar.<p> <p>Razón: {0}</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="583"/> + <location filename="Helpviewer/HelpWindow.py" line="582"/> <source>Quit the eric5 Web Browser</source> <translation>Salir del Navegador Web de eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="583"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation><b>Salir</b><p>Salir del Navegador Web de eric5.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>RSS Feeds Dialog</source> <translation>Diálogo de RSS Feeds</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&RSS Feeds Dialog...</source> <translation>Diálogo de &RSS Feeds...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation>Ctrl+Shift+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1252"/> + <location filename="Helpviewer/HelpWindow.py" line="1251"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation>Abrir un diálogo mostrando los RSS feeds configurados.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation><b>Diálogo de RSS Feeds ...</b><p>Abrir un diálogo para mostrar todos los RSS feeds configurados. Puede utilizarse para gestionar los feeds y cómo mostrar sus contenidos.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Siteinfo Dialog</source> <translation>Diálogo Siteinfo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>&Siteinfo Dialog...</source> <translation>Diálogo &Siteinfo...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1268"/> + <location filename="Helpviewer/HelpWindow.py" line="1267"/> <source>Open a dialog showing some information about the current site.</source> <translation>Abrir un diálogo para mostrar información acerca del site actual.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1270"/> + <location filename="Helpviewer/HelpWindow.py" line="1269"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation><b>Diálogo Siteinfo...</b><p>Abre un diálogo que muestra información acerca del site actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1527"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Tools</source> <translation>Herramientas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation>Aumentar Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation>Disminuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>Network Monitor</source> <translation>Monitor de Red</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>&Network Monitor...</source> <translation>Mo&nitor de Red...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1226"/> + <location filename="Helpviewer/HelpWindow.py" line="1225"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation><b>Monitor de Red...</b><p>Muestra el diálogo de monitor de red.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1811"/> + <location filename="Helpviewer/HelpWindow.py" line="1810"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation><b>Navegador Web de eric5- {0}</b><p>El Navegador Web de eric5 is una combación de navegador de archivos de ayuda y de HTML. Es parte del conjunto de herramientas de desarrollo de eric5.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2070"/> + <location filename="Helpviewer/HelpWindow.py" line="2069"/> <source>Restore Window</source> <translation>Restaurar Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage User Agent Settings</source> <translation>Gestionar Ajustes de Agente de Usuario</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage &User Agent Settings</source> <translation>Gestionar Ajustes de Agente de &Usuario</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1282"/> + <location filename="Helpviewer/HelpWindow.py" line="1281"/> <source>Shows a dialog to manage the User Agent settings</source> <translation>Muestra un diálogo para gestionar los ajustes de Agente de Usuario</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1284"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation><b>Gestionar Ajustes de Agente de Usuario</b><p>Muestra un diálogo para gestionar los ajustes de Agente de Usuario.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1426"/> + <location filename="Helpviewer/HelpWindow.py" line="1425"/> <source>Global User Agent</source> <translation>Agente de Usuario Global</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Save As</source> <translation>Guardar como</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen</source> <translation>Guardar Pantalla de Página</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen...</source> <translation>Guardar Pantalla de Página...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source>Save the current page as a screen shot</source> <translation>Guardar la página actual como pantallazo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="459"/> + <location filename="Helpviewer/HelpWindow.py" line="458"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation><b>Guardar Pantalla de Página...</b><p>Guarda la página actual como un pantallazo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>Synchronize data</source> <translation>Sincronizar datos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>&Synchronize Data...</source> <translation>&Sincronizar Datos...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>Shows a dialog to synchronize data via the network</source> <translation>Muestra un diálogo para sincronizar datos a través de la red</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1299"/> + <location filename="Helpviewer/HelpWindow.py" line="1298"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation><b>Sincronizar Datos...</b><p>Muestra un diálogo para sincronizar datos a través de la red.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>ClickToFlash</source> <translation>ClickToFlash</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>&ClickToFlash...</source> <translation>&ClickToFlash...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1196"/> + <location filename="Helpviewer/HelpWindow.py" line="1195"/> <source>Configure ClickToFlash whitelist</source> <translation>Configurar lista blanca de ClickToFlash</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1198"/> + <location filename="Helpviewer/HelpWindow.py" line="1197"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation><b>ClickToFlash...</b><p>Abre un diálogo para configurar la lista blanca de ClickToFlash.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="998"/> + <location filename="Helpviewer/HelpWindow.py" line="997"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1000"/> + <location filename="Helpviewer/HelpWindow.py" line="999"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1017"/> + <location filename="Helpviewer/HelpWindow.py" line="1016"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_fr.ts Mon Jul 30 19:19:29 2012 +0200 +++ b/i18n/eric5_fr.ts Sat Aug 04 13:30:04 2012 +0200 @@ -127,12 +127,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -152,53 +152,88 @@ <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="77"/> <source>Press to clear the search edit</source> - <translation type="unfinished">Cliquer pour vider la barre de recherche</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="110"/> + <translation type="obsolete">Cliquer pour vider la barre de recherche</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="81"/> <source>Actions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="86"/> - <source>Add Custom Rule</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="88"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="146"/> <source>Learn more about writing rules...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="95"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="141"/> <source>Update Subscription</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="99"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="130"/> <source>Browse Subscriptions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="103"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="207"/> <source>Remove Subscription</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="70"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="63"/> <source>Enter search term for subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="130"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="101"/> <source>Update Period (days):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="137"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="108"/> <source>Enter the update period (1 to 14 days)</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="42"/> + <source>Search...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="125"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="136"/> + <source>Disable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="138"/> + <source>Enable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <source>Update All Subscriptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="199"/> + <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="205"/> + <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AdBlockIcon</name> @@ -246,63 +281,86 @@ <context> <name>AdBlockManager</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="126"/> + <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="135"/> <source>Custom Rules</source> <translation type="unfinished"></translation> </message> </context> <context> <name>AdBlockModel</name> - <message> - <location filename="Helpviewer/AdBlock/AdBlockModel.py" line="87"/> - <source>Rule</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>AdBlockSubscription</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Load subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="294"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="323"/> <source>Downloading subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="286"/> - <source>Got empty subscription rules.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <source>Got empty subscription rules.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Saving subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="208"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="238"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Adblock file '{0}' does not start with [Adblock.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="276"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="305"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation type="unfinished"></translation> </message> </context> <context> + <name>AdBlockTreeWidget</name> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Add Custom Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Write your rule here:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="165"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="167"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="218"/> + <source>{0} (recently updated)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>AddBookmarkDialog</name> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> @@ -16540,152 +16598,152 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New Window</source> <translation>Nouvelle fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Open File</source> <translation>&Ouvrir Fichier</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Open a help file for display</source> + <translation>Ouvrir un fichier d'aide à afficher</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="412"/> - <source>Open a help file for display</source> - <translation>Ouvrir un fichier d'aide à afficher</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Ouvrir Fichier</b><p>Ouvre une nouvelle fenêtre d'aide.Affiche une boite de sélection pour choisir un fichier.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Print</source> <translation>&Imprimer</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="500"/> + <source>Print the displayed help</source> + <translation>Imprimer le fichier d'aide</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="501"/> - <source>Print the displayed help</source> - <translation>Imprimer le fichier d'aide</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Imprimer</b><p>Imprime le fichier d'aide affiché.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Close</source> <translation>&Fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="542"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Close the current help window</source> <translation>Ferme la fenêtre d'aide en cours</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>&Quit</source> <translation>&Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backward</source> <translation>Précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>&Backward</source> <translation>&Précédent</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="600"/> + <source>Move one help screen backward</source> + <translation>Retourne à la page d'aide précédente</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="601"/> - <source>Move one help screen backward</source> - <translation>Retourne à la page d'aide précédente</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Précédent</b><p>Retourne à la page d'aide précédente. S'il n'y en a pas, le bouton est désactivé.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Forward</source> <translation>Suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Forward</source> <translation>&Suivant</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="616"/> + <source>Move one help screen forward</source> + <translation>Avance à la page d'aide suivante</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Move one help screen forward</source> - <translation>Avance à la page d'aide suivante</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Suivant</b><p>Avance à la page d'aide suivante. S'il n'y en a pas, le bouton est désactivé.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Home</source> <translation>URL de démarrage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>&Home</source> <translation>&URL de démarrage</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="631"/> + <source>Move to the initial help screen</source> + <translation>Va à la page d'aide de démarrage</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="632"/> - <source>Move to the initial help screen</source> - <translation>Va à la page d'aide de démarrage</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>URL de démarrage</b><p>Va à la page d'aide initiale.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Reload</source> <translation>Recharger</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>&Reload</source> <translation>&Recharger</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="646"/> + <source>Reload the current help screen</source> + <translation>Recharge la page d'aide courante</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="647"/> - <source>Reload the current help screen</source> - <translation>Recharge la page d'aide courante</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="648"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Recharger</b><p>Recharge la page d'aide courante.</p></translation> </message> @@ -16705,7 +16763,7 @@ <translation type="obsolete"><b>Effacer l'historique</b><p>Efface l'historique des pages parcourues.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add Bookmark</source> <translation>Ajouter un signet</translation> </message> @@ -16740,157 +16798,157 @@ <translation type="obsolete"><b>Modifier les signets</b><p>Cette action ouvre une fenêtre où vous pourrez changer le nom des signets ainsi que leur ordre d'apparition dans le menu Signets.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>&What's This?</source> <translation>&Qu'est-ce que c'est?</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="788"/> + <source>Context sensitive help</source> + <translation>Aide contextuelle</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="789"/> - <source>Context sensitive help</source> - <translation>Aide contextuelle</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>About</source> <translation>À propos de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>&About</source> <translation>&À propos de </translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Display information about this software</source> + <translation>Affiche les informations concernant le logiciel</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Display information about this software</source> - <translation>Affiche les informations concernant le logiciel</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="806"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About Qt</source> <translation>À propos de Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About &Qt</source> <translation>À propos de &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="817"/> + <location filename="Helpviewer/HelpWindow.py" line="816"/> <source>Display information about the Qt toolkit</source> <translation>Affiche les informations concernant Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="818"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>À propos de Qt</b><p>Affiche les informations concernant Qt</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom in</source> <translation>Zoom avant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom &in</source> <translation>Zoom a&vant</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="832"/> + <source>Zoom in on the text</source> + <translation>Zoom sur le texte</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom in on the text</source> - <translation>Zoom sur le texte</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="834"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Zoom avant</b><p>Zoom sur le texte. Affiche le texte en plus gros.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom out</source> <translation>Zoom arrière</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom &out</source> <translation>Zoom a&rrière</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="847"/> + <source>Zoom out on the text</source> + <translation>Zoom arrière du texte</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="848"/> - <source>Zoom out on the text</source> - <translation>Zoom arrière du texte</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Zoom arrière</b><p>Zoom arrière du texte. Affiche le texte en plus petit.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Copy</source> <translation>Copier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>&Copy</source> <translation>&Copier</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="675"/> + <source>Copy the selected text</source> + <translation>Copie le texte sélectionné</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> - <source>Copy the selected text</source> - <translation>Copie le texte sélectionné</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="677"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Copier</b><p>Copie le texte sélectionné dans le presse-papier.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1327"/> <source>&File</source> <translation>&Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1349"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>&Edit</source> <translation>&Edition</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1357"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>&View</source> <translation>&Affichage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1373"/> + <location filename="Helpviewer/HelpWindow.py" line="1372"/> <source>&Go</source> <translation>A&ller</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1386"/> + <location filename="Helpviewer/HelpWindow.py" line="1385"/> <source>H&istory</source> <translation>&Historique</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1393"/> + <location filename="Helpviewer/HelpWindow.py" line="1392"/> <source>&Bookmarks</source> <translation>&Signets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1456"/> + <location filename="Helpviewer/HelpWindow.py" line="1455"/> <source>&Help</source> <translation>A&ide</translation> </message> @@ -16910,83 +16968,83 @@ <translation type="obsolete"><h3> À propos du Visionneur d'aide </h3><p>Le visualiseur d'aide est un petit navigateur permettant d'afficher des fichiers HTML d'aide comme la documentation de Qt</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>&Find...</source> <translation>&Rechercher...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="689"/> + <source>Find text in page</source> + <translation>Trouver le texte dans la page</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> - <source>Find text in page</source> - <translation>Trouver le texte dans la page</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Chercher</b><p>Recherche le texte dans la page courante.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find &next</source> <translation>Chercher &suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find &previous</source> <translation>Chercher &précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1466"/> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1485"/> + <location filename="Helpviewer/HelpWindow.py" line="1484"/> <source>Edit</source> <translation>Édition</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1490"/> + <location filename="Helpviewer/HelpWindow.py" line="1489"/> <source>View</source> <translation>Affichage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1499"/> + <location filename="Helpviewer/HelpWindow.py" line="1498"/> <source>Find</source> <translation>Recherche</translation> </message> @@ -16996,17 +17054,17 @@ <translation type="obsolete">Signets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1535"/> + <location filename="Helpviewer/HelpWindow.py" line="1534"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1542"/> + <location filename="Helpviewer/HelpWindow.py" line="1541"/> <source>Go</source> <translation>Aller à</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Fichiers d'aide (*.html *.htm);;Fichiers PDF (*.pdf);;Fichiers CHM (*.chm);;Tous les fichiers (*)</translation> </message> @@ -17016,23 +17074,23 @@ <translation type="obsolete">Visionneurs d'aide eric4</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>&New Tab</source> <translation>&Nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="384"/> + <location filename="Helpviewer/HelpWindow.py" line="383"/> <source>Open a new help window tab</source> <translation>Ouvrir un nouvel onglet d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="385"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nouvel onglet</b><p>Ouvre un nouvel onglet d'aide.</p></translation> </message> @@ -17042,22 +17100,22 @@ <translation type="obsolete">Nouvelle &fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="398"/> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source>Open a new help browser window</source> <translation>Ouvre une nouvelle fenêtre d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> + <location filename="Helpviewer/HelpWindow.py" line="398"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nouvelle fenêtre</b><p>Ouvre une nouvelle fenêtre d'aide.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="543"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Fermer</b><p>Ferme la fenêtre d'aide courante.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close &All</source> <translation>&Tout fermer</translation> </message> @@ -17067,7 +17125,7 @@ <translation type="obsolete">Ferme toutes les fenêtres d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="555"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Tout fermer</b><p>Ferme toutes les fenêtres d'aide sauf la première.</p></translation> </message> @@ -17097,106 +17155,106 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New &Tab</source> <translation>Ouvrir unfichier dans un nouvel &onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Open a help file for display in a new tab</source> <translation>Ouvre un fichier d'aide dans un nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="429"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Ouvrir un fichier dans un nouvel onglet</b><p>Ouvre un nouveau fichier d'aide avec une boite de dialogue.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>New Tab</source> <translation>Nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New Tab</source> <translation>Ouvrir le fichier dans un nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Gauche</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>RetArr (BackSpace)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Droite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Orig</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Find...</source> <translation>Rechercher...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find next</source> <translation>Chercher suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find previous</source> <translation>Chercher précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> @@ -17212,55 +17270,55 @@ <translation type="obsolete">Éditer les signets...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="703"/> + <source>Find next occurrence of text in page</source> + <translation>Recherche de la prochaine occurence du texte dans la page</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="704"/> - <source>Find next occurrence of text in page</source> - <translation>Recherche de la prochaine occurence du texte dans la page</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Chercher suivant</b><p>Recherche la prochaine occurence du texte dans la page.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="718"/> + <location filename="Helpviewer/HelpWindow.py" line="717"/> <source>Find previous occurrence of text in page</source> <translation>Recherche de l' occurence précédente dans la page</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Chercher précédent</b><p>Recherche l'occurence précédente dans la page.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="527"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <source>Print preview of the displayed help</source> <translation>Affiche un aperçu de l'aide avant impression</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="528"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Aperçu avant impression</b><p>Aperçu avant impression de l'aide affichée.</p></translation> </message> @@ -17295,37 +17353,37 @@ <translation type="obsolete"><p>Erreurs SSL:</p><p>%1</p><p>Voulez-vous ignorer ces erreurs ?</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Show next tab</source> <translation>Afficher la tabulation suivante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Show previous tab</source> <translation>Afficher la tabulation précédente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Switch between tabs</source> <translation>Intervertir les onglets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear icons database</source> <translation>Effacer la base d'icônes</translation> </message> @@ -17335,12 +17393,12 @@ <translation type="obsolete">&Effacer la base d'icônes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Clear the database of favicons</source> <translation>Effacer la base d'icônes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1139"/> + <location filename="Helpviewer/HelpWindow.py" line="1138"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Effacer la base d'icônes</b><p>Efface la base d'icônes de l'URL visitée précédemment.</p></translation> </message> @@ -17350,22 +17408,22 @@ <translation type="obsolete">&Configuration</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>&Preferences...</source> <translation>&Préférences...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> + <source>Set the prefered configuration</source> + <translation>Édition des préférences</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="943"/> - <source>Set the prefered configuration</source> - <translation>Édition des préférences</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="944"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> @@ -17375,649 +17433,649 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1030"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1040"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1042"/> <source>Shows the table of contents window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1045"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1082"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1084"/> + <location filename="Helpviewer/HelpWindow.py" line="1083"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1446"/> + <location filename="Helpviewer/HelpWindow.py" line="1445"/> <source>&Window</source> <translation type="unfinished">&Fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1506"/> + <location filename="Helpviewer/HelpWindow.py" line="1505"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1511"/> + <location filename="Helpviewer/HelpWindow.py" line="1510"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2325"/> + <location filename="Helpviewer/HelpWindow.py" line="2324"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1096"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <location filename="Helpviewer/HelpWindow.py" line="1097"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1053"/> + <location filename="Helpviewer/HelpWindow.py" line="1052"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Shows the index window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1058"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1066"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Search</source> <translation type="unfinished">Rechercher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <location filename="Helpviewer/HelpWindow.py" line="1068"/> <source>Shows the search window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1071"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1109"/> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source>Reindexes the documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1111"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2434"/> + <location filename="Helpviewer/HelpWindow.py" line="2433"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2486"/> + <location filename="Helpviewer/HelpWindow.py" line="2485"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2516"/> + <location filename="Helpviewer/HelpWindow.py" line="2515"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2534"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="566"/> + <source>Private Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="562"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="567"/> - <source>Private Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="568"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2064"/> + <location filename="Helpviewer/HelpWindow.py" line="2063"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> + <source>Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1119"/> + <source>&Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1124"/> - <source>Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1120"/> - <source>&Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1125"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1225"/> + <location filename="Helpviewer/HelpWindow.py" line="1224"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1408"/> + <location filename="Helpviewer/HelpWindow.py" line="1407"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1437"/> + <location filename="Helpviewer/HelpWindow.py" line="1436"/> <source>&Tools</source> <translation type="unfinished">&Outils</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Ctrl+U</source> <translation type="unfinished">Ctrl+U</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="892"/> + <source>Show the page source in an editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="893"/> - <source>Show the page source in an editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="956"/> + <location filename="Helpviewer/HelpWindow.py" line="955"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="958"/> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>Languages</source> <translation type="unfinished">Langages</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="969"/> + <location filename="Helpviewer/HelpWindow.py" line="968"/> <source>Configure cookies handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="971"/> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1517"/> + <location filename="Helpviewer/HelpWindow.py" line="1516"/> <source>Settings</source> <translation type="unfinished">Configuration</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="861"/> + <source>Reset the zoom of the text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom text only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom &text only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="876"/> + <source>Zoom text only; pictures remain constant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="878"/> + <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="862"/> - <source>Reset the zoom of the text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom text only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom &text only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="877"/> - <source>Zoom text only; pictures remain constant</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="879"/> - <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="470"/> <source>Import bookmarks from other browsers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="484"/> <source>Export the bookmarks into a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="487"/> + <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="731"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="734"/> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="747"/> + <source>Open a dialog to add a bookmark.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="748"/> - <source>Open a dialog to add a bookmark.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="749"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="760"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="761"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>Bookmark all open tabs.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="775"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1896"/> + <location filename="Helpviewer/HelpWindow.py" line="1895"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>&Stop</source> <translation type="unfinished">&Arrêt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="661"/> + <source>Stop loading</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="662"/> - <source>Stop loading</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="663"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="443"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="444"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1151"/> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1153"/> + <location filename="Helpviewer/HelpWindow.py" line="1152"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1166"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1167"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1181"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1183"/> + <location filename="Helpviewer/HelpWindow.py" line="1182"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2495"/> + <location filename="Helpviewer/HelpWindow.py" line="2494"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="513"/> + <source>Print the displayed help as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="514"/> - <source>Print the displayed help as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="982"/> + <location filename="Helpviewer/HelpWindow.py" line="981"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="984"/> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2093"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1368"/> + <location filename="Helpviewer/HelpWindow.py" line="1367"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -18027,337 +18085,337 @@ <translation type="obsolete">Défaut</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2937"/> + <location filename="Helpviewer/HelpWindow.py" line="2936"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="2937"/> + <source>Windows</source> + <translation type="unfinished">Windows</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="2938"/> - <source>Windows</source> - <translation type="unfinished">Windows</translation> + <source>ISCII</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2939"/> - <source>ISCII</source> - <translation type="unfinished"></translation> + <source>Unicode</source> + <translation type="unfinished">Unicode</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2940"/> - <source>Unicode</source> - <translation type="unfinished">Unicode</translation> + <source>Other</source> + <translation type="unfinished">Autre</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2941"/> - <source>Other</source> - <translation type="unfinished">Autre</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2942"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2964"/> + <location filename="Helpviewer/HelpWindow.py" line="2963"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1237"/> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> <source>Shows the downloads window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1239"/> + <location filename="Helpviewer/HelpWindow.py" line="1238"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1211"/> + <location filename="Helpviewer/HelpWindow.py" line="1210"/> <source>Manage the saved certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1213"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1592"/> + <location filename="Helpviewer/HelpWindow.py" line="1591"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1598"/> + <location filename="Helpviewer/HelpWindow.py" line="1597"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1642"/> + <location filename="Helpviewer/HelpWindow.py" line="1641"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1648"/> + <location filename="Helpviewer/HelpWindow.py" line="1647"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="582"/> + <source>Quit the eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="583"/> - <source>Quit the eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1252"/> + <location filename="Helpviewer/HelpWindow.py" line="1251"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished">Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1268"/> + <location filename="Helpviewer/HelpWindow.py" line="1267"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1270"/> + <location filename="Helpviewer/HelpWindow.py" line="1269"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1527"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Tools</source> <translation type="unfinished">Outils</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1226"/> + <location filename="Helpviewer/HelpWindow.py" line="1225"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1811"/> + <location filename="Helpviewer/HelpWindow.py" line="1810"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2070"/> + <location filename="Helpviewer/HelpWindow.py" line="2069"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1282"/> + <location filename="Helpviewer/HelpWindow.py" line="1281"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1284"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1426"/> + <location filename="Helpviewer/HelpWindow.py" line="1425"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Save As</source> <translation type="unfinished">Enregistrer sous</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="459"/> + <location filename="Helpviewer/HelpWindow.py" line="458"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1299"/> + <location filename="Helpviewer/HelpWindow.py" line="1298"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1196"/> + <location filename="Helpviewer/HelpWindow.py" line="1195"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1198"/> + <location filename="Helpviewer/HelpWindow.py" line="1197"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="998"/> + <location filename="Helpviewer/HelpWindow.py" line="997"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1000"/> + <location filename="Helpviewer/HelpWindow.py" line="999"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1017"/> + <location filename="Helpviewer/HelpWindow.py" line="1016"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_it.ts Mon Jul 30 19:19:29 2012 +0200 +++ b/i18n/eric5_it.ts Sat Aug 04 13:30:04 2012 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation>Iscriversi ?</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Iscriversi a questa lista AdBlock?</p><p>{0}</p></translation> </message> @@ -110,55 +110,95 @@ <translation>Abilita AdBlock</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="70"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="63"/> <source>Enter search term for subscriptions and rules</source> <translation>Inserisci un termine di ricerca per le sottoscrizioni e le regole</translation> </message> <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="77"/> <source>Press to clear the search edit</source> - <translation>Premi per pulire la ricerca</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="110"/> + <translation type="obsolete">Premi per pulire la ricerca</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="81"/> <source>Actions</source> <translation>Azioni</translation> </message> <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="86"/> <source>Add Custom Rule</source> - <translation>Aggiungi regola personalizzata</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="88"/> + <translation type="obsolete">Aggiungi regola personalizzata</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="146"/> <source>Learn more about writing rules...</source> <translation>Documentazione aggiuntiva sulla scrittura delle regole...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="95"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="141"/> <source>Update Subscription</source> <translation>Aggiorna sottoscrizione</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="99"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="130"/> <source>Browse Subscriptions...</source> <translation>Naviga sottoscrizioni...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="103"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="207"/> <source>Remove Subscription</source> <translation>Rimuovi sottoscrizione</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="130"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="101"/> <source>Update Period (days):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="137"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="108"/> <source>Enter the update period (1 to 14 days)</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="42"/> + <source>Search...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="125"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="136"/> + <source>Disable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="138"/> + <source>Enable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <source>Update All Subscriptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="199"/> + <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="205"/> + <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AdBlockIcon</name> @@ -206,7 +246,7 @@ <context> <name>AdBlockManager</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="126"/> + <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="135"/> <source>Custom Rules</source> <translation>Regole personalizzate</translation> </message> @@ -216,53 +256,81 @@ <message> <location filename="Helpviewer/AdBlock/AdBlockModel.py" line="87"/> <source>Rule</source> - <translation>Regole</translation> + <translation type="obsolete">Regole</translation> </message> </context> <context> <name>AdBlockSubscription</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Load subscription rules</source> <translation>Carica regole di sottoscrizione</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="294"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="323"/> <source>Downloading subscription rules</source> <translation>Scarica regole di sottoscrizione</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="286"/> - <source>Got empty subscription rules.</source> - <translation>Ricevuto regole di sottoscrizione vuote.</translation> - </message> - <message> <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <source>Got empty subscription rules.</source> + <translation>Ricevuto regole di sottoscrizione vuote.</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Saving subscription rules</source> <translation>Salvataggio regole di sottoscrizione</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="208"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="238"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Non posso aprire il file adblock '{0}' in lettura.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Adblock file '{0}' does not start with [Adblock.</source> <translation>Il file adblock '{0}' non inizia con [Adblock.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="276"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="305"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Le regole di sottoscrizione non possono essere scaricate.</p><p>Errore {0}</p></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Non posso aprire il file adblock '{0}' in scrittura.</translation> </message> </context> <context> + <name>AdBlockTreeWidget</name> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Add Custom Rule</source> + <translation type="unfinished">Aggiungi regola personalizzata</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Write your rule here:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="165"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="167"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="218"/> + <source>{0} (recently updated)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>AddBookmarkDialog</name> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> @@ -15353,677 +15421,677 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New Window</source> <translation>Nuova finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Open File</source> <translation>&Apri File</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Open a help file for display</source> + <translation>Apri un file di help per la visualizzazione</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="412"/> - <source>Open a help file for display</source> - <translation>Apri un file di help per la visualizzazione</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Apri file</b><p>Questo apre un nuovo file di help per la visualizzazione. Fa apparire un dialogo sdi selezione.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Print</source> <translation>Stam&pa</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="500"/> + <source>Print the displayed help</source> + <translation>Stampa l'help mostrato</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="501"/> - <source>Print the displayed help</source> - <translation>Stampa l'help mostrato</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Stampa</b><p>Stampa il testo di help visualizzato.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Close</source> <translation>&Chiudi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="542"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Close the current help window</source> <translation>Chiudi l'attuale finestra di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backward</source> <translation>Indietro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>&Backward</source> <translation>&Indietro</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="600"/> + <source>Move one help screen backward</source> + <translation>vai alla schermata di help precedente</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="601"/> - <source>Move one help screen backward</source> - <translation>vai alla schermata di help precedente</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Indietro</b><p>Muove allo schermo di help precedente. Se non è disponibile, questa azione è disabilitata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Forward</source> <translation>Avanti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Forward</source> <translation>A&vanti</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="616"/> + <source>Move one help screen forward</source> + <translation>Vai alla schermata di help successiva</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Move one help screen forward</source> - <translation>Vai alla schermata di help successiva</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Avanti</b><p>Muove allo schermo di help successivo. Se non è disponibile, questa azione è disabilitata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>&Home</source> <translation>&Home</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="631"/> + <source>Move to the initial help screen</source> + <translation>Vai alla schermata di help iniziale</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="632"/> - <source>Move to the initial help screen</source> - <translation>Vai alla schermata di help iniziale</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Inizio</b><p>Va allo schemo iniziale di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Reload</source> <translation>Ricarica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>&Reload</source> <translation>&Ricarica</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="646"/> + <source>Reload the current help screen</source> + <translation>Ricarica la schermata di help attuale</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="647"/> - <source>Reload the current help screen</source> - <translation>Ricarica la schermata di help attuale</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="648"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Ricarica</b><p>Ricarica la schermata di help corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add Bookmark</source> <translation>Aggiungi segnalibro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>What's This?</source> <translation>Cos'è questo ?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>&What's This?</source> <translation>C&os'è Questo ?</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="788"/> + <source>Context sensitive help</source> + <translation>Help sensibile al contesto</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="789"/> - <source>Context sensitive help</source> - <translation>Help sensibile al contesto</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostra helo sensibile al contesto</b><p>Nella modalità Cos'è Questo, il cursore del mouse mostra una freccia con un punto interrogativo e puoi premere sugli elementi dell'interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nel dialoghi questa funzionalità è accessibile usando il bottone di help contestuale nella fisestra del titolo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>About</source> <translation>About</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>&About</source> <translation>&About</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Display information about this software</source> + <translation>Mostra informazioni su questo software</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Display information about this software</source> - <translation>Mostra informazioni su questo software</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="806"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>About</b><p>Mostra alcune informazioni su questo software.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About Qt</source> <translation>About Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About &Qt</source> <translation>About &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="817"/> + <location filename="Helpviewer/HelpWindow.py" line="816"/> <source>Display information about the Qt toolkit</source> <translation>Mostra informazioni sulle librerie Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="818"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>About Qt</b><p>Mostra delle informazioni sulle librerie Qt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom in</source> <translation>Ingrandisci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom &in</source> <translation>Ingrand&isci</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="832"/> + <source>Zoom in on the text</source> + <translation>Ingrandisci nel testo</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom in on the text</source> - <translation>Ingrandisci nel testo</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="834"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Ingrandisci</b><p>Ingrandisci nel testo. Questo aumenta le dimensioni del testo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom out</source> <translation>Riduci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom &out</source> <translation>&Riduci</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="847"/> + <source>Zoom out on the text</source> + <translation>Riduci il testo</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="848"/> - <source>Zoom out on the text</source> - <translation>Riduci il testo</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Riduci</b><p>Riduci nel testo. Questo diminuisce le dimensioni del testo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Copy</source> <translation>Copia</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>&Copy</source> <translation>&Copia</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="675"/> + <source>Copy the selected text</source> + <translation>Copia il testo selezionato</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> - <source>Copy the selected text</source> - <translation>Copia il testo selezionato</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="677"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Copia</b><p>Copia il testo selezionato nella clipboard.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1327"/> <source>&File</source> <translation>&File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1349"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>&Edit</source> <translation>&Edita</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1357"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>&View</source> <translation>&Visualizza</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1373"/> + <location filename="Helpviewer/HelpWindow.py" line="1372"/> <source>&Go</source> <translation>&Vai</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1386"/> + <location filename="Helpviewer/HelpWindow.py" line="1385"/> <source>H&istory</source> <translation>Cronolog&ia</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1393"/> + <location filename="Helpviewer/HelpWindow.py" line="1392"/> <source>&Bookmarks</source> <translation>Segnali&bri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1456"/> + <location filename="Helpviewer/HelpWindow.py" line="1455"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>&Find...</source> <translation>&Trova...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="689"/> + <source>Find text in page</source> + <translation>Trova testo nella pagina</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> - <source>Find text in page</source> - <translation>Trova testo nella pagina</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Trova</b><p>Trova il testo nella pagina corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find &next</source> <translation>Trova &successivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find &previous</source> <translation>Trova &precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1466"/> <source>File</source> <translation>File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1485"/> + <location filename="Helpviewer/HelpWindow.py" line="1484"/> <source>Edit</source> <translation>Modifica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1490"/> + <location filename="Helpviewer/HelpWindow.py" line="1489"/> <source>View</source> <translation>Visualizza</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1499"/> + <location filename="Helpviewer/HelpWindow.py" line="1498"/> <source>Find</source> <translation>Trova</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1535"/> + <location filename="Helpviewer/HelpWindow.py" line="1534"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1542"/> + <location filename="Helpviewer/HelpWindow.py" line="1541"/> <source>Go</source> <translation>Vai</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>File di help (*.html *.htm);;File PDF (*.pdf);;File CHM (*.chm);;Tutti i file (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>&New Tab</source> <translation>&Nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="384"/> + <location filename="Helpviewer/HelpWindow.py" line="383"/> <source>Open a new help window tab</source> <translation>Apri una nuova scheda di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="385"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nuova scheda</b><p>Apre una nuova scheda di help.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> + <source>Open a new help browser window</source> + <translation>Apre una nuova finestra del browser per l'help</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="398"/> - <source>Open a new help browser window</source> - <translation>Apre una nuova finestra del browser per l'help</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nuova finestra</b><p>Apre una nuova finestra di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="543"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Chiudi</b><p>Chiude l'attuale finestra di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close &All</source> <translation>Chiudi &tutti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="555"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Chiudi tutti</b><p>Chiude tutte le finestre di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New &Tab</source> <translation>Apri file in una nuova &scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Ctrl+Shift+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Open a help file for display in a new tab</source> <translation>Apri il file di help per mostrarlo in una nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="429"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Apri file in una nuova scheda</b><p>Apre un nuovo file di help per visualizzarlo in una nuova scheda. Mostra un dialogo di selezione.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>New Tab</source> <translation>Nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New Tab</source> <translation>Apri il file in una nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close All</source> <translation>Chiudi tutti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Sinistra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Destra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Find...</source> <translation>Trova...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find next</source> <translation>Trova successivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find previous</source> <translation>Trova precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="703"/> + <source>Find next occurrence of text in page</source> + <translation>Trova la prossima ricorrenza del testo nella pagina</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="704"/> - <source>Find next occurrence of text in page</source> - <translation>Trova la prossima ricorrenza del testo nella pagina</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Trova prossimo</b><p>Trova la prossima ricorrenza del testo nella pagina corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="718"/> + <location filename="Helpviewer/HelpWindow.py" line="717"/> <source>Find previous occurrence of text in page</source> <translation>Trova la precedente ricorrenza del testo nella pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Trova precedente</b><p>Trova la precedente ricorrenza del testo nella pagina corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="527"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <source>Print preview of the displayed help</source> <translation>Stampa il preview dell'help mostrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="528"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Stampa Preview</b><p>Stampa la preview del testo di help mostrato.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Show next tab</source> <translation>Mostra linguetta successiva</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Show previous tab</source> <translation>Mostra la linguetta precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Switch between tabs</source> <translation>Cicla tra le linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear icons database</source> <translation>Pulisci il database delle icone</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> + <source>Clear the database of favicons</source> + <translation>Pulisci il database delle favicone</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Clear the database of favicons</source> - <translation>Pulisci il database delle favicone</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1139"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Pulisci il database delle icone</b><p>Pulisci il databse delle favicons dei siti visitati precedentemente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>&Preferences...</source> <translation>&Preferenze...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> + <source>Set the prefered configuration</source> + <translation>Imposta la configurazione preferita</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="943"/> - <source>Set the prefered configuration</source> - <translation>Imposta la configurazione preferita</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="944"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferenze</b><p>Imposta i valori di configurazione dell'applicazione ai valori preferiti</p></translation> </message> @@ -16033,217 +16101,217 @@ <translation>Contenuti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1053"/> + <location filename="Helpviewer/HelpWindow.py" line="1052"/> <source>Index</source> <translation>Indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1066"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Search</source> <translation>Ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Close all help windows</source> <translation>Chiudi tutte le finestre di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Sync with Table of Contents</source> <translation>Sincronizza con l'indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1030"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source>Synchronizes the table of contents with current page</source> <translation>Sincronizza l'indice con il contenuto della pagina attuale</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Sincronizza con l'indice</b><p>Sincronizza l'indice con il contenuto della pagina attuale.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1040"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>Table of Contents</source> <translation>Indice dei contenuti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1042"/> <source>Shows the table of contents window</source> <translation>Mostra la finestra dell'indice dei contenuti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1045"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Indice dei contenuti</b><p>Mostra la finestra dell'indice dei contenuti.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Shows the index window</source> <translation>Mostra la finestra dell'indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1058"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Indice</b><p>Mostra la finestra dell'indice.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <location filename="Helpviewer/HelpWindow.py" line="1068"/> <source>Shows the search window</source> <translation>Mostra la finestra di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1071"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Cerca</b><p>Mostra la finestra di ricerca</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp Documents</source> <translation>Gestisci i documenti QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1082"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation>Mostra un dialogo per gestire i documenti QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1084"/> + <location filename="Helpviewer/HelpWindow.py" line="1083"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Gestisci i documenti QtHelp</b><p>Mostra un dialogo per gestire i documenti QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp Filters</source> <translation>Gestisci i filtri QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1096"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation>Mostra un dialogo per gestire i filtri QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <location filename="Helpviewer/HelpWindow.py" line="1097"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Gestisci i filtri QtHelp</b><p>Mostra un dialogo per gestire i filtri QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>Reindex Documentation</source> <translation>Reindicizza la documentazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1109"/> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source>Reindexes the documentation set</source> <translation>Reindicizza l'insieme della documentazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1111"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Reindicizza la documentazione</b><p>Reindicizza l'insieme della documentazione</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1446"/> + <location filename="Helpviewer/HelpWindow.py" line="1445"/> <source>&Window</source> <translation>&Finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1506"/> + <location filename="Helpviewer/HelpWindow.py" line="1505"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1511"/> + <location filename="Helpviewer/HelpWindow.py" line="1510"/> <source>Filtered by: </source> <translation>Filtrato per:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2325"/> + <location filename="Helpviewer/HelpWindow.py" line="2324"/> <source>Could not find an associated content.</source> <translation>Non posso trovare un contenuto associato.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2434"/> + <location filename="Helpviewer/HelpWindow.py" line="2433"/> <source>Updating search index</source> <translation>Aggiornamento indice di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2486"/> + <location filename="Helpviewer/HelpWindow.py" line="2485"/> <source>Looking for Documentation...</source> <translation>Ricerca documentazione...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2516"/> + <location filename="Helpviewer/HelpWindow.py" line="2515"/> <source>Unfiltered</source> <translation>Non filtrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2534"/> <source>Help Engine</source> <translation>Motore di help</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="566"/> + <source>Private Browsing</source> + <translation>Navigazione anonima</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="562"/> + <source>Private &Browsing</source> + <translation>Navigazione &Anonima</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="567"/> - <source>Private Browsing</source> - <translation>Navigazione anonima</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> - <source>Private &Browsing</source> - <translation>Navigazione &Anonima</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="568"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Navigazione anonima</b><p>Attiva la navigazione anonima. In questa modalità la cronologia non è più registrata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2064"/> + <location filename="Helpviewer/HelpWindow.py" line="2063"/> <source>Full Screen</source> <translation>Tutto schermo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>&Full Screen</source> <translation>&Tutto schermo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp &Documents</source> <translation>Gestisci i &Documenti QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp &Filters</source> <translation>Gestisci &Filtri QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>&Reindex Documentation</source> <translation>&Reindicizza la documentazione</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> + <source>Clear private data</source> + <translation>Pulisci dati privati</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1119"/> + <source>&Clear private data</source> + <translation>Pulis&ci dati privati</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1124"/> - <source>Clear private data</source> - <translation>Pulisci dati privati</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1120"/> - <source>&Clear private data</source> - <translation>Pulis&ci dati privati</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1125"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Pulisci dati privati</b><p>Pulische i dati privati come la cronologia di navigazione, cronologia ricerche o il database delle favicon.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear &icons database</source> <translation>Pulisci database delle &icone</translation> </message> @@ -16258,7 +16326,7 @@ <translation type="obsolete">Mostra il &Network Monitor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1225"/> + <location filename="Helpviewer/HelpWindow.py" line="1224"/> <source>Show the network monitor dialog</source> <translation>Mostra il dialogo del network monitor</translation> </message> @@ -16268,298 +16336,298 @@ <translation type="obsolete"><b>Mostra il Network Monitor</b><p>Mostra il dialogo del network monitor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1408"/> + <location filename="Helpviewer/HelpWindow.py" line="1407"/> <source>&Settings</source> <translation>Impo&stazioni</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1437"/> + <location filename="Helpviewer/HelpWindow.py" line="1436"/> <source>&Tools</source> <translation>&Tools</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Show page source</source> <translation>Mostra sorgente pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="892"/> + <source>Show the page source in an editor</source> + <translation>Mostra il sorgente della pagina in un editor</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="893"/> - <source>Show the page source in an editor</source> - <translation>Mostra il sorgente della pagina in un editor</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Mostra sorgente pagina</b><p>Mostra il sorgente della pagina nell'editor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>&Languages...</source> <translation>&Lingue...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="956"/> + <location filename="Helpviewer/HelpWindow.py" line="955"/> <source>Configure the accepted languages for web pages</source> <translation>Configura le lingue accettare per le pagine web</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="958"/> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Lingue</b><p>Configura le lingue accettare per le pagine web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>Languages</source> <translation>Lingue</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>C&ookies...</source> <translation>C&ookie...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="969"/> + <location filename="Helpviewer/HelpWindow.py" line="968"/> <source>Configure cookies handling</source> <translation>Configura la gestione dei cookie</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="971"/> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Configura la gestione dei cookie.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1517"/> + <location filename="Helpviewer/HelpWindow.py" line="1516"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom reset</source> <translation>Reset dello zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom &reset</source> <translation>&Reset zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="861"/> + <source>Reset the zoom of the text</source> + <translation>Resetta lo zoom del testo</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom text only</source> + <translation>Zoom solo del testo</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom &text only</source> + <translation>Zoom solo del &testo</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="876"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Zoom solo del testo; le immagini rimangono costanti</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="878"/> + <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> + <translation><b>Zoom solo testo</b><p>Zoom solo del testo; le immagini rimangono costanti.</p></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="862"/> - <source>Reset the zoom of the text</source> - <translation>Resetta lo zoom del testo</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom text only</source> - <translation>Zoom solo del testo</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom &text only</source> - <translation>Zoom solo del &testo</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="877"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Zoom solo del testo; le immagini rimangono costanti</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="879"/> - <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> - <translation><b>Zoom solo testo</b><p>Zoom solo del testo; le immagini rimangono costanti.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Reset zoom</b><p>Reset dello zoom del testo. Imposta il fattore di zoom al 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New &Window</source> <translation>Nuova &Finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Import Bookmarks</source> <translation>Importa Segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>&Import Bookmarks...</source> <translation>&Importa Segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="470"/> <source>Import bookmarks from other browsers</source> <translation>Importa segnalibri da altri browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Importa segnalibri</b><p>Importa segnalibri da un altro browser.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Export Bookmarks</source> <translation>Esporta segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>&Export Bookmarks...</source> <translation>&Esporta Segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="484"/> <source>Export the bookmarks into a file</source> <translation>Esporta i segnalibri in un file</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="487"/> + <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Esporta segnalibri</b><p>Esporta segnalibri in un file.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Manage Bookmarks</source> <translation>Gestisci segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>&Manage Bookmarks...</source> <translation>&Gestisci segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="731"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Apri un dialogo per gestire i segnalibri.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="734"/> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Gestisci segnalibri...</b><p>Apri un dialogo per gestire i segnalibri.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add &Bookmark...</source> <translation>&Aggiungi segnalibro...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="747"/> + <source>Open a dialog to add a bookmark.</source> + <translation>Apri un dialogo per aggiungere un segnalibro.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="748"/> - <source>Open a dialog to add a bookmark.</source> - <translation>Apri un dialogo per aggiungere un segnalibro.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="749"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Aggiungi segnalibro</b><p>Apri un dialogo per aggiungere l'URL corrente come segnalibro.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add Folder</source> <translation>Aggiungi cartella</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add &Folder...</source> <translation>Aggiungi &Cartella...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="760"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation>Apri un dialogo per aggiungere una nuova cartella di segnalibri.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="761"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Aggiungi cartella...</b><p>Apri un dialogo per aggiungere una nuova cartella di segnalibri.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs</source> <translation>Aggiungi ai segnalibri tutte le linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs...</source> <translation>Aggiungi ai segnalibri tutte le linguette...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>Bookmark all open tabs.</source> <translation>Aggiungi ai segnalibri tutte lelinguette aperte.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="775"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Aggiungi ai segnalibri tutte le linguette...</b><p>Apri un dialogo per aggiungere ai segnalibri tutte le linguette aperte.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1896"/> + <location filename="Helpviewer/HelpWindow.py" line="1895"/> <source>Saved Tabs</source> <translation>Salva Linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Stop</source> <translation>Ferma</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="662"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Stop loading</source> <translation>Ferma caricamento</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="663"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Stop</b><p>Ferma il caricamento della linguetta corrente.</p></translation> </message> @@ -16569,23 +16637,23 @@ <translation type="obsolete">Salva come</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>&Save As...</source> <translation>&Salva come...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Ctrl+Shift+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="443"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source>Save the current page to disk</source> <translation>Salva la pagina corrente su disco</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="444"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Salva come...</b><p>Salva la pagina corrente su disco.</p></translation> </message> @@ -16610,112 +16678,112 @@ <translation type="obsolete"><b>Esci</b><p>Esci dal browser web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search Engines</source> <translation>Configura motori di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1151"/> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>Configure the available search engines</source> <translation>Configura i motori di ricerca disponibili</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1153"/> + <location filename="Helpviewer/HelpWindow.py" line="1152"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Configura motori di ricerca...</b><p>Apri un dialogo per configurare i motori di ricerca disponibi.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords</source> <translation>Gestisci password salvate</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords...</source> <translation>Gestisci password salvate...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1166"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>Manage the saved passwords</source> <translation>Gestisci le password salvate</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1167"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Gestisci password salvate...</b><p>Apre un dialogo per gestire le password salvate.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1181"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Configura le regole di sottoscrizione di AdBlock</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1183"/> + <location filename="Helpviewer/HelpWindow.py" line="1182"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Apre un dialogo per configurare le regole di sottoscrizione di AdBlock.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2495"/> + <location filename="Helpviewer/HelpWindow.py" line="2494"/> <source>eric5 Web Browser</source> <translation>Web Browser di eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Print as PDF</source> <translation>Stampa come pdf</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="513"/> + <source>Print the displayed help as PDF</source> + <translation>Stampa l'help visualizzato come PDF</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="514"/> - <source>Print the displayed help as PDF</source> - <translation>Stampa l'help visualizzato come PDF</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Stampa come PDF</b><p>Stampa il testo di aiuto visualizzato come file PDF.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline Storage</source> <translation>Offline Storage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline &Storage...</source> <translation>Offline &Storage...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="982"/> + <location filename="Helpviewer/HelpWindow.py" line="981"/> <source>Configure offline storage</source> <translation>Configura offline storage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="984"/> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation><b>Offline Storage</b><p>Apre un dialogo per configurare lo storage offline.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search &Engines...</source> <translation>Configura motori di &ricerca...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2093"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Sei sicuro di voler attivare la navigazione riservata?</b><p>Quando la navigazione riservata è attivata, le pagine web non sono aggiunte alla cronologia, le ricerche non sono aggiunte alla lista delle ultime ricerche e le icone dei siti e i cookie non sono salvati, l'offline storage di HTML5 viene disattivato. Fino alla chiusura della finestra, puoi premere sui pulsanti Precedente e Successivo per tornare alle pagine web che hai visitato.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1368"/> + <location filename="Helpviewer/HelpWindow.py" line="1367"/> <source>Text Encoding</source> <translation>Codifica testo</translation> </message> @@ -16725,337 +16793,337 @@ <translation type="obsolete">User Agent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2937"/> + <location filename="Helpviewer/HelpWindow.py" line="2936"/> <source>ISO</source> <translation>ISO</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="2937"/> + <source>Windows</source> + <translation>Windows</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="2938"/> - <source>Windows</source> - <translation>Windows</translation> + <source>ISCII</source> + <translation>ISCII</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2939"/> - <source>ISCII</source> - <translation>ISCII</translation> + <source>Unicode</source> + <translation>Unicode</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2940"/> - <source>Unicode</source> - <translation>Unicode</translation> + <source>Other</source> + <translation>Altro</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2941"/> - <source>Other</source> - <translation>Altro</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2942"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2964"/> + <location filename="Helpviewer/HelpWindow.py" line="2963"/> <source>Default Encoding</source> <translation>Encoding di default</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>Downloads</source> <translation>Downloads</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1237"/> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> <source>Shows the downloads window</source> <translation>Mostra la finestra dei download</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1239"/> + <location filename="Helpviewer/HelpWindow.py" line="1238"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Download</b><p>Mostra la finestra dei download.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates</source> <translation>Gestisci certificati</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates...</source> <translation>Gestisci certificati...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1211"/> + <location filename="Helpviewer/HelpWindow.py" line="1210"/> <source>Manage the saved certificates</source> <translation>Gestisci i certificati salvati</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1213"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Gestisci i certificati salvati...</b><p>Apre un dialogo per gestire i certificati salvati.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1592"/> + <location filename="Helpviewer/HelpWindow.py" line="1591"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1598"/> + <location filename="Helpviewer/HelpWindow.py" line="1597"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1642"/> + <location filename="Helpviewer/HelpWindow.py" line="1641"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1648"/> + <location filename="Helpviewer/HelpWindow.py" line="1647"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="582"/> + <source>Quit the eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="583"/> - <source>Quit the eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1252"/> + <location filename="Helpviewer/HelpWindow.py" line="1251"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1268"/> + <location filename="Helpviewer/HelpWindow.py" line="1267"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1270"/> + <location filename="Helpviewer/HelpWindow.py" line="1269"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1527"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>Network Monitor</source> <translation type="unfinished">Network Monitor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1226"/> + <location filename="Helpviewer/HelpWindow.py" line="1225"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1811"/> + <location filename="Helpviewer/HelpWindow.py" line="1810"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2070"/> + <location filename="Helpviewer/HelpWindow.py" line="2069"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1282"/> + <location filename="Helpviewer/HelpWindow.py" line="1281"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1284"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1426"/> + <location filename="Helpviewer/HelpWindow.py" line="1425"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Save As</source> <translation type="unfinished">Salva come</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="459"/> + <location filename="Helpviewer/HelpWindow.py" line="458"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1299"/> + <location filename="Helpviewer/HelpWindow.py" line="1298"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1196"/> + <location filename="Helpviewer/HelpWindow.py" line="1195"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1198"/> + <location filename="Helpviewer/HelpWindow.py" line="1197"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="998"/> + <location filename="Helpviewer/HelpWindow.py" line="997"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1000"/> + <location filename="Helpviewer/HelpWindow.py" line="999"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1017"/> + <location filename="Helpviewer/HelpWindow.py" line="1016"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_ru.ts Mon Jul 30 19:19:29 2012 +0200 +++ b/i18n/eric5_ru.ts Sat Aug 04 13:30:04 2012 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation>Подписаться?</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Подписаться на AdBlock подписку?</p><p>{0}</p></translation> </message> @@ -110,55 +110,95 @@ <translation>Разрешить AdBlock</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="70"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="63"/> <source>Enter search term for subscriptions and rules</source> <translation>Введите образец для поиска подписок и правил</translation> </message> <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="77"/> <source>Press to clear the search edit</source> - <translation>Очистить редактор поиска</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="110"/> + <translation type="obsolete">Очистить редактор поиска</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="81"/> <source>Actions</source> <translation>Действия</translation> </message> <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="86"/> <source>Add Custom Rule</source> - <translation>Добавить пользовательское правило</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="88"/> + <translation type="obsolete">Добавить пользовательское правило</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="146"/> <source>Learn more about writing rules...</source> <translation>Узнать больше о написании правил...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="95"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="141"/> <source>Update Subscription</source> <translation>Обновить подписку</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="99"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="130"/> <source>Browse Subscriptions...</source> <translation>Просмотреть подписки...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="103"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="207"/> <source>Remove Subscription</source> <translation>Удалить подписку</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="130"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="101"/> <source>Update Period (days):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="137"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="108"/> <source>Enter the update period (1 to 14 days)</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="42"/> + <source>Search...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="125"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="136"/> + <source>Disable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="138"/> + <source>Enable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <source>Update All Subscriptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="199"/> + <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="205"/> + <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AdBlockIcon</name> @@ -206,7 +246,7 @@ <context> <name>AdBlockManager</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="126"/> + <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="135"/> <source>Custom Rules</source> <translation>Пользовательское правило</translation> </message> @@ -216,53 +256,81 @@ <message> <location filename="Helpviewer/AdBlock/AdBlockModel.py" line="87"/> <source>Rule</source> - <translation>Правило</translation> + <translation type="obsolete">Правило</translation> </message> </context> <context> <name>AdBlockSubscription</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Load subscription rules</source> <translation>Загрузить правила подписки</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="208"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="238"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Невозможно открыть adblock файл '{0}' для чтения.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Adblock file '{0}' does not start with [Adblock.</source> <translation>Adblock файл '{0}' начинается не с '[Adblock'.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="294"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="323"/> <source>Downloading subscription rules</source> <translation>Загрузка правил подписки</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="276"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="305"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Не могу загрузить правила подписки.</p><p>Ошибка: {0}</p></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="286"/> - <source>Got empty subscription rules.</source> - <translation>Правила подписки пусты.</translation> - </message> - <message> <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <source>Got empty subscription rules.</source> + <translation>Правила подписки пусты.</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Невозможно открыть adblock файл '{0}' для записи.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Saving subscription rules</source> <translation>Сохранение правил подписки</translation> </message> </context> <context> + <name>AdBlockTreeWidget</name> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Add Custom Rule</source> + <translation type="unfinished">Добавить пользовательское правило</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Write your rule here:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="165"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="167"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="218"/> + <source>{0} (recently updated)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>AddBookmarkDialog</name> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> @@ -15453,683 +15521,683 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New Window</source> <translation>Новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Open File</source> <translation>Открыть файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Open File</source> <translation>&Открыть файл</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Open a help file for display</source> + <translation>Открыть файл помощи для дисплея</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="412"/> - <source>Open a help file for display</source> - <translation>Открыть файл помощи для дисплея</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Открыть файл</b><p>Открыть новый файл помощи. Вызывает файловый диалог</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Print</source> <translation>&Печать</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="500"/> + <source>Print the displayed help</source> + <translation>Печатать текущий раздел помощи</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="501"/> - <source>Print the displayed help</source> - <translation>Печатать текущий раздел помощи</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Печать</b><p>Печатать текущий раздел помощи</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="542"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Close the current help window</source> <translation>Закрыть это окно помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backward</source> <translation>Назад</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>&Backward</source> <translation>&Назад</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="600"/> + <source>Move one help screen backward</source> + <translation>Назад на один экран</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="601"/> - <source>Move one help screen backward</source> - <translation>Назад на один экран</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Назад</b><p>Сместиться на один экран назад. Если это возможно.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Forward</source> <translation>Вперёд</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Forward</source> <translation>&Вперёд</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="616"/> + <source>Move one help screen forward</source> + <translation>Вперёд на один экран</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Move one help screen forward</source> - <translation>Вперёд на один экран</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Вперёд</b><p>Сместиться на один экран вперёд, если это возможно.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Home</source> <translation>Домой</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>&Home</source> <translation>&Домой</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="631"/> + <source>Move to the initial help screen</source> + <translation>Вернуться на первоначальную страницу</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="632"/> - <source>Move to the initial help screen</source> - <translation>Вернуться на первоначальную страницу</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Домой</b><p>Вернуться на первоначальную страницу.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add Bookmark</source> <translation>Добавить закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>What's This?</source> <translation>Что это?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>&What's This?</source> <translation>&Что это?</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="788"/> + <source>Context sensitive help</source> + <translation>Контекстная помощь</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="789"/> - <source>Context sensitive help</source> - <translation>Контекстная помощь</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Показать контекстную помощь</b> <p>В режиме контекстной помощи курсор мыши выглядит как стрелка со знаком вопроса, и, щёлкнув по элементу интерфейса, Вы можете просмотреть краткую помощь о его роли и его использовании. В диалогах можно воспользоваться кнопкой контекстной помощи в заголовке окна.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>About</source> <translation>О</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>&About</source> <translation>&О</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Display information about this software</source> + <translation>Информация о ПО</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Display information about this software</source> - <translation>Информация о ПО</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="806"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>О...</b><p>Информация об этом программном продукте.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About Qt</source> <translation>О Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About &Qt</source> <translation>О &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="817"/> + <location filename="Helpviewer/HelpWindow.py" line="816"/> <source>Display information about the Qt toolkit</source> <translation>Информация о библиотеке Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="818"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>О Qt</b><p>Информация о библиотеке Qt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom in</source> <translation>Увеличить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom &in</source> <translation>У&величить масштаб</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="832"/> + <source>Zoom in on the text</source> + <translation>Увеличить масштаб текста</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom in on the text</source> - <translation>Увеличить масштаб текста</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="834"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Увеличить масштаб</b><p>Увеличить масштаб. Размер букв увеличится.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom out</source> <translation>Уменьшить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom &out</source> <translation>У&меньшить масштаб</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="847"/> + <source>Zoom out on the text</source> + <translation>Уменьшить масштаб текста</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="848"/> - <source>Zoom out on the text</source> - <translation>Уменьшить масштаб текста</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Уменьшить масштаб</b><p>Уменьшить масштаб. Размер букв уменьшится.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Copy</source> <translation>Копировать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>&Copy</source> <translation>&Копировать</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="675"/> + <source>Copy the selected text</source> + <translation>Копировать выбранный текст</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> - <source>Copy the selected text</source> - <translation>Копировать выбранный текст</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="677"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Копировать</b><p>Копировать выбранный текст в буфер обмена.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1327"/> <source>&File</source> <translation>&Файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1349"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>&Edit</source> <translation>&Правка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1357"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>&View</source> <translation>&Вид</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1373"/> + <location filename="Helpviewer/HelpWindow.py" line="1372"/> <source>&Go</source> <translation>&Перейти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1386"/> + <location filename="Helpviewer/HelpWindow.py" line="1385"/> <source>H&istory</source> <translation>И&стория</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1393"/> + <location filename="Helpviewer/HelpWindow.py" line="1392"/> <source>&Bookmarks</source> <translation>&Закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1456"/> + <location filename="Helpviewer/HelpWindow.py" line="1455"/> <source>&Help</source> <translation>&Помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Reload</source> <translation>Переоткрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>&Reload</source> <translation>П&ереоткрыть</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="646"/> + <source>Reload the current help screen</source> + <translation>Переоткрыть это окно помощи</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="647"/> - <source>Reload the current help screen</source> - <translation>Переоткрыть это окно помощи</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="648"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Переоткрыть</b><p>Переоткрыть это окно помощи.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>&Find...</source> <translation>&Найти...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="689"/> + <source>Find text in page</source> + <translation>Найти далее</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> - <source>Find text in page</source> - <translation>Найти далее</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Поиск</b><p>Искать текст на текущей странице.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find &next</source> <translation>Найти &далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find &previous</source> <translation>Найти п&редыдущее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1466"/> <source>File</source> <translation>Файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1485"/> + <location filename="Helpviewer/HelpWindow.py" line="1484"/> <source>Edit</source> <translation>Редактировать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1490"/> + <location filename="Helpviewer/HelpWindow.py" line="1489"/> <source>View</source> <translation>Вид</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1499"/> + <location filename="Helpviewer/HelpWindow.py" line="1498"/> <source>Find</source> <translation>Найти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1535"/> + <location filename="Helpviewer/HelpWindow.py" line="1534"/> <source>Help</source> <translation>Помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1542"/> + <location filename="Helpviewer/HelpWindow.py" line="1541"/> <source>Go</source> <translation>Перейти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Файлы помощи (*.html *.htm);;Файлы PDF (*.pdf);;Файлы CHM (*.chm);;Все файлы (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>&New Tab</source> <translation>&Новая закладка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="385"/> + <location filename="Helpviewer/HelpWindow.py" line="384"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Новая закладка</b> <p>Открывает новую закладку с помощью.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> + <location filename="Helpviewer/HelpWindow.py" line="398"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Новое окно</b> <p>Открывает новое окно просмотрщика.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="543"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Закрыть</b> <p>Закрывает текущее окно просмотрщика помощи.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close &All</source> <translation>Закрыть &всё</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="555"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Закрыть все</b> <p>Закрывает все окна просмотрщиков помощи, кроме первого.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="384"/> + <location filename="Helpviewer/HelpWindow.py" line="383"/> <source>Open a new help window tab</source> <translation>Открыть новую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="398"/> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source>Open a new help browser window</source> <translation>Открыть новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New &Tab</source> <translation>Открыть файл в новой &закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Open a help file for display in a new tab</source> <translation>Открыть файл для отображения в новой закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="429"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Открыть файл в новой закладке</b> <p>Открывает файл в новой закладке. Запускает диалог выбора файла</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="378"/> <source>New Tab</source> <translation>Новая закладка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New Tab</source> <translation>Открыть файл в новой закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close All</source> <translation>Закрыть всё</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Find...</source> <translation>Найти...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find next</source> <translation>Найти далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find previous</source> <translation>Найти предыдущее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="703"/> + <source>Find next occurrence of text in page</source> + <translation>Искать далее на странице</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="704"/> - <source>Find next occurrence of text in page</source> - <translation>Искать далее на странице</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Искать далее</b><p>Искать далее на текущей странице.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="718"/> + <location filename="Helpviewer/HelpWindow.py" line="717"/> <source>Find previous occurrence of text in page</source> <translation>Искать на странице назад</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Искать назад</b><p>Искать назад на текущей странице.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="527"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <source>Print preview of the displayed help</source> <translation>Предварительный просмотр печати помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="528"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Предварительный просмотр печати</b><p>Предварительный просмотр печати помощи.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Show next tab</source> <translation>Показать следующую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Show previous tab</source> <translation>Показать предыдущую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Switch between tabs</source> <translation>Переключиться между закладками</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear icons database</source> <translation>Очистить базу данных иконок</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> + <source>Clear the database of favicons</source> + <translation>Очистить базу данных иконок</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Clear the database of favicons</source> - <translation>Очистить базу данных иконок</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1139"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Очистить базу данных иконок</b><p>Очистить базу данных иконок ранее посещённых WEB сайтов.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>Preferences</source> <translation>Предпочтения</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>&Preferences...</source> <translation>&Предпочтения...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> + <source>Set the prefered configuration</source> + <translation>Установите предпочтительную конфигурацию</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="943"/> - <source>Set the prefered configuration</source> - <translation>Установите предпочтительную конфигурацию</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="944"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Предпочтения</b> <p>Настройте Eric по своему вкусу.</p></translation> @@ -16140,217 +16208,217 @@ <translation>Содержимое</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Close all help windows</source> <translation>Закрыть все окна просмотрщиков помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Sync with Table of Contents</source> <translation>Синхронизировать с содержанием</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1030"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source>Synchronizes the table of contents with current page</source> <translation>Синхронизировать содержание с текущей страницей</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Синхронизировать с содержанием</b><p>Синхронизировать содержание с текущей страницей.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1040"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>Table of Contents</source> <translation>Содержание</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1042"/> <source>Shows the table of contents window</source> <translation>Показывает окно с содержанием</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1045"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Содержание</b><p>Показывает окно с содержанием.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp Documents</source> <translation>Управлять документацией Qt4</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1082"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation>Показывает диалог управления документацией Qt4</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1084"/> + <location filename="Helpviewer/HelpWindow.py" line="1083"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Управлять документацией Qt4</b><p>Показывает диалог управления документацией Qt4.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1446"/> + <location filename="Helpviewer/HelpWindow.py" line="1445"/> <source>&Window</source> <translation>&Окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1506"/> + <location filename="Helpviewer/HelpWindow.py" line="1505"/> <source>Filter</source> <translation>Фильтр</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1511"/> + <location filename="Helpviewer/HelpWindow.py" line="1510"/> <source>Filtered by: </source> <translation>Фильтровать по:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2325"/> + <location filename="Helpviewer/HelpWindow.py" line="2324"/> <source>Could not find an associated content.</source> <translation>Невозможно найти соответствующее содержание.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp Filters</source> <translation>Управлять фильтрами документации QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1096"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation>Показывает диалог управления фильтрами документации QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <location filename="Helpviewer/HelpWindow.py" line="1097"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Управлять фильтрами документации QtHelp</b><p>Показывает диалог управления фильтрами документации QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1053"/> + <location filename="Helpviewer/HelpWindow.py" line="1052"/> <source>Index</source> <translation>Индекс</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Shows the index window</source> <translation>Показать окно индексов</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1058"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Индекс</b><p>Показать окно индексов.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1066"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Search</source> <translation>Поиск</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <location filename="Helpviewer/HelpWindow.py" line="1068"/> <source>Shows the search window</source> <translation>Показать окно поиска</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1071"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Поиск</b><p>Показать окно поиска.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>Reindex Documentation</source> <translation>Переиндексировать документацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1109"/> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source>Reindexes the documentation set</source> <translation>Переиндексировать документацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1111"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Переиндексировать документацию</b><p>Переиндексировать документацию.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2434"/> + <location filename="Helpviewer/HelpWindow.py" line="2433"/> <source>Updating search index</source> <translation>Обновление поискового индекса</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2486"/> + <location filename="Helpviewer/HelpWindow.py" line="2485"/> <source>Looking for Documentation...</source> <translation>Идёт поиск помощи...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2516"/> + <location filename="Helpviewer/HelpWindow.py" line="2515"/> <source>Unfiltered</source> <translation>Нефильтрованное</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2534"/> <source>Help Engine</source> <translation>Просмотрщик помощи</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="566"/> + <source>Private Browsing</source> + <translation>Личный просмотр</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="562"/> + <source>Private &Browsing</source> + <translation>Личный &просмотр</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="567"/> - <source>Private Browsing</source> - <translation>Личный просмотр</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> - <source>Private &Browsing</source> - <translation>Личный &просмотр</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="568"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Личный просмотр</b><p>Разрешает режим личного просмотра. В этом режиме история не сохраняется.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2064"/> + <location filename="Helpviewer/HelpWindow.py" line="2063"/> <source>Full Screen</source> <translation>Полный экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>&Full Screen</source> <translation>Полный &экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp &Documents</source> <translation>Управлять &документацией QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp &Filters</source> <translation>Управлять &фильтрами документации QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>&Reindex Documentation</source> <translation>&Переиндексировать документацию</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> + <source>Clear private data</source> + <translation>Очистить личные данные</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1119"/> + <source>&Clear private data</source> + <translation>&Очистить личные данные</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1124"/> - <source>Clear private data</source> - <translation>Очистить личные данные</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1120"/> - <source>&Clear private data</source> - <translation>&Очистить личные данные</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1125"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Очистить личные данные</b><p>Очистить личные данные: удалить историю просмотров, историю поиска или базу данных иконок.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear &icons database</source> <translation>Очистить базу данных &иконок</translation> </message> @@ -16365,7 +16433,7 @@ <translation type="obsolete">Показать монитор &сети</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1225"/> + <location filename="Helpviewer/HelpWindow.py" line="1224"/> <source>Show the network monitor dialog</source> <translation>Показать диалог монитора сети</translation> </message> @@ -16375,298 +16443,298 @@ <translation type="obsolete"><b>Показать монитор сети</b><p>Показать диалог монитора сети.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1408"/> + <location filename="Helpviewer/HelpWindow.py" line="1407"/> <source>&Settings</source> <translation>&Настройка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1437"/> + <location filename="Helpviewer/HelpWindow.py" line="1436"/> <source>&Tools</source> <translation>&Инструменты</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Show page source</source> <translation>Показать исходный текст страницы</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="892"/> + <source>Show the page source in an editor</source> + <translation>Показать исходный текст страницы в редакторе</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="893"/> - <source>Show the page source in an editor</source> - <translation>Показать исходный текст страницы в редакторе</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Показать исходный текст страницы</b><p>Показать исходный текст страницы в редакторе.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>&Languages...</source> <translation>&Языки...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="956"/> + <location filename="Helpviewer/HelpWindow.py" line="955"/> <source>Configure the accepted languages for web pages</source> <translation>Настроить допустимые языки для WEB страниц</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="958"/> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Языки</b><p>Настроить допустимые языки для WEB страниц.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="969"/> + <location filename="Helpviewer/HelpWindow.py" line="968"/> <source>Configure cookies handling</source> <translation>Настройка cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="971"/> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Настройка cookies.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1517"/> + <location filename="Helpviewer/HelpWindow.py" line="1516"/> <source>Settings</source> <translation>Настройка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom reset</source> <translation>Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom &reset</source> <translation>&Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="861"/> + <source>Reset the zoom of the text</source> + <translation>Сбросить масштаб</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom text only</source> + <translation>Масштаб текста</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom &text only</source> + <translation>Масштаб &текста</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="876"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Масштаб текста; Изображения остаются неизменными</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="878"/> + <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> + <translation><b>Масштаб текста</b><p>Масштаб текста; Изображения остаются неизменными.</p></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="862"/> - <source>Reset the zoom of the text</source> - <translation>Сбросить масштаб</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom text only</source> - <translation>Масштаб текста</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom &text only</source> - <translation>Масштаб &текста</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="877"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Масштаб текста; Изображения остаются неизменными</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="879"/> - <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> - <translation><b>Масштаб текста</b><p>Масштаб текста; Изображения остаются неизменными.</p></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Сбросить масштаб</b><p>Сбросить масштаб текста, т.е. установить масштаб в 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New &Window</source> <translation>&Новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Import Bookmarks</source> <translation>Импортировать закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>&Import Bookmarks...</source> <translation>&Импортировать закладки...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="470"/> <source>Import bookmarks from other browsers</source> <translation>Импортировать закладки из других браузеров</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Импортировать закладки</b><p>Импортировать закладки из других браузеров.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Export Bookmarks</source> <translation>Экспорт закладок</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>&Export Bookmarks...</source> <translation>&Экспорт закладок...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="484"/> <source>Export the bookmarks into a file</source> <translation>Экспортировать закладки в файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="487"/> + <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Экспорт закладок</b><p>Экспортировать закладки в файл.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Manage Bookmarks</source> <translation>Управлять закладками</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>&Manage Bookmarks...</source> <translation>&Управлять закладками...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="731"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Показать диалог управления закладками.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="734"/> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Управлять закладками...</b><p>Показать диалог управления закладками.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add &Bookmark...</source> <translation>Добавить &закладку...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="747"/> + <source>Open a dialog to add a bookmark.</source> + <translation>Показать диалог добавления закладки.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="748"/> - <source>Open a dialog to add a bookmark.</source> - <translation>Показать диалог добавления закладки.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="749"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Добавить закладку</b><p>Показать диалог добавления текущей страницы в закладки.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add Folder</source> <translation>Добавить папку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add &Folder...</source> <translation>Добавить &папку...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="760"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation>Показать диалог добавления новой папки закладок.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="761"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Добавить папку</b><p>Показать диалог добавления новой папки закладок.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs</source> <translation>Создать закладки для всех открытых страниц</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs...</source> <translation>Создать закладки для всех открытых страниц...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>Bookmark all open tabs.</source> <translation>Создать закладки для всех открытых страниц.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="775"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Создать закладки для всех открытых страниц...</b><p>Показать диалог добавления папки для закладок.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1896"/> + <location filename="Helpviewer/HelpWindow.py" line="1895"/> <source>Saved Tabs</source> <translation>Сохраненные закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Stop</source> <translation>Стоп</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>&Stop</source> <translation>Ст&оп</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="662"/> + <location filename="Helpviewer/HelpWindow.py" line="661"/> <source>Stop loading</source> <translation>Остановить загрузку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="663"/> + <location filename="Helpviewer/HelpWindow.py" line="662"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Стоп</b><p>Остановить загрузку.</p></translation> </message> @@ -16676,23 +16744,23 @@ <translation type="obsolete">Сохранить как</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>&Save As...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="443"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source>Save the current page to disk</source> <translation>Сохранить текущую страницу в файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="444"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Сохранить как...</b><p>Сохранить текущую страницу в файл.</p></translation> </message> @@ -16717,447 +16785,447 @@ <translation type="obsolete"><b>Выход</b><p>Закрыть просмотрщик Web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search Engines</source> <translation>Настройка поисковиков</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1151"/> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>Configure the available search engines</source> <translation>Настроить все поисковики</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1153"/> + <location filename="Helpviewer/HelpWindow.py" line="1152"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Настроить все поисковики...</b><p>Открыть диалог для настройки поисковиков.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords</source> <translation>Менеджировать сохранённые пароли</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords...</source> <translation>Менеджировать сохранённые пароли...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1166"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>Manage the saved passwords</source> <translation>Менеджировать сохранённые пароли</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1167"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Менеджировать сохранённые пароли...</b>Открыть диалог для менеджирования сохранённых паролей<p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1181"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source>Configure AdBlock subscriptions and rules</source> <translation>Настроить AdBlock подписки и правила</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1183"/> + <location filename="Helpviewer/HelpWindow.py" line="1182"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Показать диалог для настройки AdBlock подписок и правил.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2495"/> + <location filename="Helpviewer/HelpWindow.py" line="2494"/> <source>eric5 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Print as PDF</source> <translation>Печать как PDF</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="513"/> + <source>Print the displayed help as PDF</source> + <translation>Печатать текущий раздел помощи как PDF</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="514"/> - <source>Print the displayed help as PDF</source> - <translation>Печатать текущий раздел помощи как PDF</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Печать как PDF</b><p>Печатать текущий раздел помощи как PDF</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline Storage</source> <translation>Автономное хранилище</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline &Storage...</source> <translation>Автономное &хранилище...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="982"/> + <location filename="Helpviewer/HelpWindow.py" line="981"/> <source>Configure offline storage</source> <translation>Настройка автономного хранилища</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="984"/> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation>Offline Storage<b></b><p>Настройка автономного хранилища.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search &Engines...</source> <translation>Настройка &поисковиков...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2093"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Подтвердите включение закрытого режима.</b><p>В закрытом режиме посещённые WEB страницы не сохраняются в истории, поиски не сохраняються в списке последних поисков, иконки сайтов и cookies так же не сохраняются. HTML5 автономное хранилище будет выключено. Пока текущее окно не закрыто, переход вперёд и назад на просмотренные уже страницы всё же будет работать.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1368"/> + <location filename="Helpviewer/HelpWindow.py" line="1367"/> <source>Text Encoding</source> <translation>Кодировка текста</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="2936"/> + <source>ISO</source> + <translation></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="2937"/> - <source>ISO</source> - <translation></translation> + <source>Windows</source> + <translation>Windows</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2938"/> - <source>Windows</source> - <translation>Windows</translation> + <source>ISCII</source> + <translation></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2939"/> - <source>ISCII</source> - <translation></translation> + <source>Unicode</source> + <translation>Юникод</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2940"/> - <source>Unicode</source> - <translation>Юникод</translation> + <source>Other</source> + <translation>Другое</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2941"/> - <source>Other</source> - <translation>Другое</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2942"/> <source>IBM</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2964"/> + <location filename="Helpviewer/HelpWindow.py" line="2963"/> <source>Default Encoding</source> <translation>Кодировка по умолчанию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>Downloads</source> <translation>Загрузки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1237"/> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> <source>Shows the downloads window</source> <translation>Показать окно загрузки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1239"/> + <location filename="Helpviewer/HelpWindow.py" line="1238"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Загрузки</b><p>Показать окно загрузки.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates</source> <translation>Управлять сертификатами</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates...</source> <translation>Управлять сертификатами...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1211"/> + <location filename="Helpviewer/HelpWindow.py" line="1210"/> <source>Manage the saved certificates</source> <translation>Управлять сохранёнными сертификатами</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1213"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Управлять сохранёнными сертификатами</b><p>Показывает диалог управления сохранёнными сертификатами.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1592"/> + <location filename="Helpviewer/HelpWindow.py" line="1591"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1598"/> + <location filename="Helpviewer/HelpWindow.py" line="1597"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1642"/> + <location filename="Helpviewer/HelpWindow.py" line="1641"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1648"/> + <location filename="Helpviewer/HelpWindow.py" line="1647"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="582"/> + <source>Quit the eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="583"/> - <source>Quit the eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1252"/> + <location filename="Helpviewer/HelpWindow.py" line="1251"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished">Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1268"/> + <location filename="Helpviewer/HelpWindow.py" line="1267"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1270"/> + <location filename="Helpviewer/HelpWindow.py" line="1269"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1527"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>Network Monitor</source> <translation type="unfinished">Монитор сети</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1226"/> + <location filename="Helpviewer/HelpWindow.py" line="1225"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1811"/> + <location filename="Helpviewer/HelpWindow.py" line="1810"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2070"/> + <location filename="Helpviewer/HelpWindow.py" line="2069"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1282"/> + <location filename="Helpviewer/HelpWindow.py" line="1281"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1284"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1426"/> + <location filename="Helpviewer/HelpWindow.py" line="1425"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Save As</source> <translation type="unfinished">Сохранить как</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="459"/> + <location filename="Helpviewer/HelpWindow.py" line="458"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1299"/> + <location filename="Helpviewer/HelpWindow.py" line="1298"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1196"/> + <location filename="Helpviewer/HelpWindow.py" line="1195"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1198"/> + <location filename="Helpviewer/HelpWindow.py" line="1197"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="998"/> + <location filename="Helpviewer/HelpWindow.py" line="997"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1000"/> + <location filename="Helpviewer/HelpWindow.py" line="999"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1017"/> + <location filename="Helpviewer/HelpWindow.py" line="1016"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_tr.ts Mon Jul 30 19:19:29 2012 +0200 +++ b/i18n/eric5_tr.ts Sat Aug 04 13:30:04 2012 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation>Üye olunacak mı?</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Bu Bloğun üyeliği yahılacak mı?</p><p>{0}</p></translation> </message> @@ -110,55 +110,95 @@ <translation>AdBlock'u etkinleştir</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="70"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="63"/> <source>Enter search term for subscriptions and rules</source> <translation>Üyelik ve kuralları için arama terimlerini giriniz</translation> </message> <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="77"/> <source>Press to clear the search edit</source> - <translation>Arama içeriğini temizlemek için basınız</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="110"/> + <translation type="obsolete">Arama içeriğini temizlemek için basınız</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="81"/> <source>Actions</source> <translation>İşlemler</translation> </message> <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="86"/> <source>Add Custom Rule</source> - <translation>Özel Kural Ekle</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="88"/> + <translation type="obsolete">Özel Kural Ekle</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="146"/> <source>Learn more about writing rules...</source> <translation>Yazım kuralları hakkında daha fazla bilgi...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="95"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="141"/> <source>Update Subscription</source> <translation>Üyeliği Güncelle</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="99"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="130"/> <source>Browse Subscriptions...</source> <translation>Üyeliğe Gözat...</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="103"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="207"/> <source>Remove Subscription</source> <translation>Üyeliği İpta Et</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="130"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="101"/> <source>Update Period (days):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="137"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="108"/> <source>Enter the update period (1 to 14 days)</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="42"/> + <source>Search...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="125"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="136"/> + <source>Disable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="138"/> + <source>Enable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <source>Update All Subscriptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="199"/> + <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="205"/> + <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AdBlockIcon</name> @@ -206,7 +246,7 @@ <context> <name>AdBlockManager</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="126"/> + <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="135"/> <source>Custom Rules</source> <translation>Özel Kurallar</translation> </message> @@ -216,53 +256,81 @@ <message> <location filename="Helpviewer/AdBlock/AdBlockModel.py" line="87"/> <source>Rule</source> - <translation>Kudal</translation> + <translation type="obsolete">Kudal</translation> </message> </context> <context> <name>AdBlockSubscription</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Load subscription rules</source> <translation>Üyelik kuralları yükleniyor</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="208"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="238"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>'{0}' dosyasına okuma blokesini kaldır.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Adblock file '{0}' does not start with [Adblock.</source> <translation>Block'{0}' dosyası [Adblock ile başlamıyor.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="294"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="323"/> <source>Downloading subscription rules</source> <translation>Üyelik kuralları indiriliyor</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="276"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="305"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Üyelik kuralları indirilemiyor.</p><p>Hatar: {0}</p></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="286"/> - <source>Got empty subscription rules.</source> - <translation>Boş üyelik kuralları alındı.</translation> - </message> - <message> <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <source>Got empty subscription rules.</source> + <translation>Boş üyelik kuralları alındı.</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>'{0}' dosyasına yazma blokesini kaldır.</translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Saving subscription rules</source> <translation>Üyelik kurallarını kaydediliyor</translation> </message> </context> <context> + <name>AdBlockTreeWidget</name> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Add Custom Rule</source> + <translation type="unfinished">Özel Kural Ekle</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Write your rule here:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="165"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="167"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="218"/> + <source>{0} (recently updated)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>AddBookmarkDialog</name> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> @@ -15533,7 +15601,7 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="2495"/> + <location filename="Helpviewer/HelpWindow.py" line="2494"/> <source>eric5 Web Browser</source> <translation>Eric5 Web Gözatıcısı</translation> </message> @@ -15543,12 +15611,12 @@ <translation>İçerik</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1053"/> + <location filename="Helpviewer/HelpWindow.py" line="1052"/> <source>Index</source> <translation>Dizin</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1066"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Search</source> <translation>Ara</translation> </message> @@ -15558,111 +15626,111 @@ <translation type="obsolete">Yönlendirme Menüsünü Göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="542"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Close the current help window</source> <translation>Geçerli yardım penceresini kapat</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="383"/> + <source>Open a new help window tab</source> + <translation>Yeni bir yardım penceresi sekmesi aç</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="378"/> + <source>New Tab</source> + <translation>Yeni Sekme</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="378"/> + <source>&New Tab</source> + <translation>Ye&ni Sekme</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="378"/> + <source>Ctrl+T</source> + <comment>File|New Tab</comment> + <translation>Ctrl+T</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="384"/> - <source>Open a new help window tab</source> - <translation>Yeni bir yardım penceresi sekmesi aç</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> - <source>New Tab</source> - <translation>Yeni Sekme</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> - <source>&New Tab</source> - <translation>Ye&ni Sekme</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> - <source>Ctrl+T</source> - <comment>File|New Tab</comment> - <translation>Ctrl+T</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="385"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Yeni Sekme</b><p>Bu yeni bin yardım penceresi sekmesi açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New Window</source> <translation>Yeni Pencere</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New &Window</source> <translation>Yeni &Pencere</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> + <source>Open a new help browser window</source> + <translation>Yeni bir yardım gözatıcı penceresi aç</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="398"/> - <source>Open a new help browser window</source> - <translation>Yeni bir yardım gözatıcı penceresi aç</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Yeni Pencere</b><p>Bu yeni bir yardım gözatıcı penceresi açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Open File</source> <translation>D&osya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Open a help file for display</source> + <translation>Göstermek için bir yardım dosyası aç</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="412"/> - <source>Open a help file for display</source> - <translation>Göstermek için bir yardım dosyası aç</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Dosya Aç</b><p>Bu göstermek için yeni bir yardım dosyası açar. Dosya seçme diyaloğu görünür.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New Tab</source> <translation>Yeni Sekmede Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New &Tab</source> <translation>Yeni Sek&mede Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Open a help file for display in a new tab</source> <translation>Yeni bir sekmede göstermek için bir yardım dosyası aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="429"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> @@ -15672,175 +15740,175 @@ <translation type="obsolete">Farklı Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>&Save As...</source> <translation>Farklı K&aydet...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="443"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source>Save the current page to disk</source> <translation>Geçerli sayfayı harddiske kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="444"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Farklı Kaydet...</b><p>Geçerli sayfayı harddiske kaydet.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Import Bookmarks</source> <translation>Yerimlerini İçeaktar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>&Import Bookmarks...</source> <translation>Yerimlerini &İçeaktar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="470"/> <source>Import bookmarks from other browsers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Export Bookmarks</source> <translation>Yerimlerini Dışaaktar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>&Export Bookmarks...</source> <translation>Y&erimlerini Dışaaktar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="484"/> <source>Export the bookmarks into a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="487"/> + <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Print</source> <translation>&Yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="500"/> + <source>Print the displayed help</source> + <translation>Görüntülenen yardımı yazdır</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="501"/> - <source>Print the displayed help</source> - <translation>Görüntülenen yardımı yazdır</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Yazdır</b><p>Görüntülenen yardım metnini yazdır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source>Print Preview</source> <translation>Baskı Öngörünümü</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="527"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <source>Print preview of the displayed help</source> <translation>Görüntülenen yardımının baskıöngörünümünü göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="528"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Yazıcı Öngörünümü</b><p>Görüntülenen yardım metninin yazıcı öngörünümü.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="543"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Kapat</b><p>Geçerli yardım penceresini kapat.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close All</source> <translation>Hepsini Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close &All</source> <translation>Hepsini K&apat</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="553"/> + <source>Close all help windows</source> + <translation>Tüm yardım pencerelerini kapat</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="554"/> - <source>Close all help windows</source> - <translation>Tüm yardım pencerelerini kapat</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="555"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Hepisini Kapat</b><p>İlk açılan hariç tüm yardım pencerelerini kapat.</p></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="566"/> + <source>Private Browsing</source> + <translation>Özel Gözatım</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="562"/> + <source>Private &Browsing</source> + <translation>Özel &Gözatım</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="567"/> - <source>Private Browsing</source> - <translation>Özel Gözatım</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> - <source>Private &Browsing</source> - <translation>Özel &Gözatım</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="568"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> @@ -15856,791 +15924,791 @@ <translation type="obsolete"><b>Çık</b><p>Web gözatıcısından çık.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backward</source> <translation>Geriye Doğru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>&Backward</source> <translation>Geriye &Doğru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="600"/> + <source>Move one help screen backward</source> + <translation>Önceki yardım ekranına götür</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="601"/> - <source>Move one help screen backward</source> - <translation>Önceki yardım ekranına götür</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Geriye Doğru</b><p>Bir yardım ekranın geriye taşı. Eğer hazırda bir tane yoksa ,bu işlem iptal edilir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Forward</source> <translation>İleriye</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Forward</source> <translation>İleri&ye</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="616"/> + <source>Move one help screen forward</source> + <translation>Bir yardım görüntüsü ileri taşı</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="617"/> - <source>Move one help screen forward</source> - <translation>Bir yardım görüntüsü ileri taşı</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>İleriye Doğru</b><p>Yardım ekranın bir ileriye taşı. Eğer hazırda bir tane yoksa ,bu işlem iptal edilir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>&Home</source> <translation>&Ev</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="631"/> + <source>Move to the initial help screen</source> + <translation>İlk yardım sayfasına taşı</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="632"/> - <source>Move to the initial help screen</source> - <translation>İlk yardım sayfasına taşı</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Giriş</b><p>Yardım ekranını ilk baştakine taşı.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Reload</source> <translation>Yeniden Yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>&Reload</source> <translation>&Yeniden Yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="646"/> + <source>Reload the current help screen</source> + <translation>Geçerli yardım ekranını yeniden yükle</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="647"/> - <source>Reload the current help screen</source> - <translation>Geçerli yardım ekranını yeniden yükle</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="648"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Yeniden Yükle</b><p>Geçerli yardım görüntüsünü yeniden yükle.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Stop</source> <translation>Dur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>&Stop</source> <translation>D&ur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="661"/> + <source>Stop loading</source> + <translation>Yüklemeyi durdur</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="662"/> - <source>Stop loading</source> - <translation>Yüklemeyi durdur</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="663"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Copy</source> <translation>Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>&Copy</source> <translation>&Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="675"/> + <source>Copy the selected text</source> + <translation>Seçilen metni kopyala</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="676"/> - <source>Copy the selected text</source> - <translation>Seçilen metni kopyala</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="677"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Kopya</b><p>Seçilen metni clipboard kopyala.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Find...</source> <translation>Bul...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>&Find...</source> <translation>&Bul...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="690"/> + <location filename="Helpviewer/HelpWindow.py" line="689"/> <source>Find text in page</source> <translation>Metni sayfa içinde bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> + <location filename="Helpviewer/HelpWindow.py" line="690"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>BUl</b><p>Metni geçerli sayfada bul.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find next</source> <translation>Sonrakini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find &next</source> <translation>So&nrakini Bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="704"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source>Find next occurrence of text in page</source> <translation>Geçerli sayfadaki metinde bir sonrakini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> + <location filename="Helpviewer/HelpWindow.py" line="704"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Bir sonrakini bul</b><p>Geçerli sayfadaki metinde bir sonrakini bul.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find previous</source> <translation>Öncekini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find &previous</source> <translation>Öncekini b&ul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="718"/> + <location filename="Helpviewer/HelpWindow.py" line="717"/> <source>Find previous occurrence of text in page</source> <translation>Geçerli sayfadaki metinde bir öncekini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Bir öncekini bul</b><p>Geçerli sayfadaki metinde bir öncekini bul.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Manage Bookmarks</source> <translation>Yerimleri Yönetimi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>&Manage Bookmarks...</source> <translation>Yerimleri Yöneti&mi...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="731"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Yerimlerini yönetmek için diyalog aç.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="734"/> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Yerimlerini Yönet...</b><p>Yerimlerini düzenlemek için bir diyalog açılır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add Bookmark</source> <translation>Yerimi Ekle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add &Bookmark...</source> <translation>&Yerimi Ekle...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="747"/> + <source>Open a dialog to add a bookmark.</source> + <translation>Yerimlerine eklemek için bir diyalog aç.</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="748"/> - <source>Open a dialog to add a bookmark.</source> - <translation>Yerimlerine eklemek için bir diyalog aç.</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="749"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Yerimi Ekle</b><p>Geçerli URL yi yerimi olarak eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add Folder</source> <translation>,Dizin Ekle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add &Folder...</source> <translation>Dizin &Ekle...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="760"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation>Yeni yerimi dizini eklemek için bir diyalog açar.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="761"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Kalsör Ekle...</b><p>Yeni yerimi klasörü eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs</source> <translation>Tüm Sekmeleri Yerimi yap</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs...</source> <translation>Tüm Sekmeleri Yerimi yap...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>Bookmark all open tabs.</source> <translation>Tüm Açık Sekmeleri Yerimi yap.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="775"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>What's This?</source> <translation>Bu nedir?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>&What's This?</source> <translation>Bu &Nedir?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="789"/> + <location filename="Helpviewer/HelpWindow.py" line="788"/> <source>Context sensitive help</source> <translation>Duyarlı yardım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> + <location filename="Helpviewer/HelpWindow.py" line="789"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Duyarlı yardım içeriğini görüntüle</b><p>Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>About</source> <translation>Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>&About</source> <translation>H&akkında</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Display information about this software</source> + <translation>Bu yazılım hakkında bilgi göster</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Display information about this software</source> - <translation>Bu yazılım hakkında bilgi göster</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="806"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Hakkında</b><p>Bu yazılım hakkındaki çeşitli bilgileri gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About Qt</source> <translation>Qt Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About &Qt</source> <translation>&Qt Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="817"/> + <location filename="Helpviewer/HelpWindow.py" line="816"/> <source>Display information about the Qt toolkit</source> <translation>Qt araçkiti hakkında bilgi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="818"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Qt Hakkında</b><p>Qt Araçkiti hakkında bazı bilgiler gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom in</source> <translation>Büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom &in</source> <translation>Bü&yült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="832"/> + <source>Zoom in on the text</source> + <translation>MEtni Büyüt</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom in on the text</source> - <translation>MEtni Büyüt</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="834"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Büyüt</b><p>Metin içinde büyüt. Bu metni daha büyük yapar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom out</source> <translation>Küçült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom &out</source> <translation>Küçü&lt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="847"/> + <source>Zoom out on the text</source> + <translation>Metin üzerinde küçült</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="848"/> - <source>Zoom out on the text</source> - <translation>Metin üzerinde küçült</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Küçült</b><p>Metin üzerinde küçült. Bu metni daha küçük yapar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom reset</source> <translation>Büyütmeyi sıfırla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom &reset</source> <translation>Büyütmeyi sıfı&rla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="861"/> + <source>Reset the zoom of the text</source> + <translation>Metin büyütme durumunu sıfırla</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="862"/> - <source>Reset the zoom of the text</source> - <translation>Metin büyütme durumunu sıfırla</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Büyütmeyi başa döndür</b><p>Metin büyütmesini sıfırla. Bu büyütme katsayısını 100% e ayarlar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> + <location filename="Helpviewer/HelpWindow.py" line="872"/> <source>Zoom text only</source> <translation>Yalnızca metni büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> + <location filename="Helpviewer/HelpWindow.py" line="872"/> <source>Zoom &text only</source> <translation>Yalnızca me&tni büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="877"/> + <location filename="Helpviewer/HelpWindow.py" line="876"/> <source>Zoom text only; pictures remain constant</source> <translation>Yalnıza metni yaklaştır; resimler sabit kalsın</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="879"/> + <location filename="Helpviewer/HelpWindow.py" line="878"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Yanız metni yaklaştır</b><p>Yalnızca metni yaklaştır; resimler sabit kalsın.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Show page source</source> <translation>Sayfa kaynağını göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="892"/> + <source>Show the page source in an editor</source> + <translation>Sayfa kaynağını bir düzenleyici sayfasinda göster</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="893"/> - <source>Show the page source in an editor</source> - <translation>Sayfa kaynağını bir düzenleyici sayfasinda göster</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Sayfa kaynağını göster</b><p>Sayfa kaynağını bir düzenleyicide göster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2064"/> + <location filename="Helpviewer/HelpWindow.py" line="2063"/> <source>Full Screen</source> <translation>Tam Ekran</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>&Full Screen</source> <translation>&Tam Ekran</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Show next tab</source> <translation>Sonraki sekmeyi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Show previous tab</source> <translation>Önceki sekmeyi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Switch between tabs</source> <translation>Sekmeler arasında değiştir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>Preferences</source> <translation>Seçenekler</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>&Preferences...</source> <translation>&Seçenekler...</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> + <source>Set the prefered configuration</source> + <translation>tercih edilen ayarları yapınız</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="943"/> - <source>Set the prefered configuration</source> - <translation>tercih edilen ayarları yapınız</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="944"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Tercihler</b><p>Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>Languages</source> <translation>Diller</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>&Languages...</source> <translation>Di&ller...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="956"/> + <location filename="Helpviewer/HelpWindow.py" line="955"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="958"/> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Cookies</source> <translation>Çerezler</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>C&ookies...</source> <translation>&Çerezler...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="969"/> + <location filename="Helpviewer/HelpWindow.py" line="968"/> <source>Configure cookies handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="971"/> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Sync with Table of Contents</source> <translation>İçindekiler Tablosu ile senkronize et</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1030"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1040"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>Table of Contents</source> <translation>İçindekiler Tablosu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1042"/> <source>Shows the table of contents window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1045"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Shows the index window</source> <translation>Dizin penceresini göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1058"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Dizin</b><p>Dizin penceresini gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <location filename="Helpviewer/HelpWindow.py" line="1068"/> <source>Shows the search window</source> <translation>Arama pencerelerini göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1071"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Arama</b><p>Arama penceresini gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp Documents</source> <translation>OtHelp Dökümanlları Yönetimi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp &Documents</source> <translation>OtHelp &Dökümanlları Yönetimi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1082"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1084"/> + <location filename="Helpviewer/HelpWindow.py" line="1083"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp Filters</source> <translation>QtHelp Süzgeçlerini Yönet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp &Filters</source> <translation>QtHelp &Filtre Yöneticisi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1096"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation>QtHelp filtrelerini yönetmek için bir diyalog gösterir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <location filename="Helpviewer/HelpWindow.py" line="1097"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>Reindex Documentation</source> <translation>Belgeyi Yeniden İindexle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>&Reindex Documentation</source> <translation>&Belgeyi Yeniden İindexle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1109"/> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source>Reindexes the documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1111"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> + <source>Clear private data</source> + <translation>Özel verileri temizle</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1119"/> + <source>&Clear private data</source> + <translation>&Özel verileri temizle</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1124"/> - <source>Clear private data</source> - <translation>Özel verileri temizle</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1120"/> - <source>&Clear private data</source> - <translation>&Özel verileri temizle</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1125"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear icons database</source> <translation>İkon veritabanını temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear &icons database</source> <translation>İkon ver&itabanını temizle</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> + <source>Clear the database of favicons</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Clear the database of favicons</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1139"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search Engines</source> <translation>Arama Motoru Ayarları</translation> </message> @@ -16650,52 +16718,52 @@ <translation type="obsolete">Arama Motoru Ayarlanı&yor...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1151"/> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>Configure the available search engines</source> <translation>Ulaşılabilen Arama motorunu ayarla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1153"/> + <location filename="Helpviewer/HelpWindow.py" line="1152"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Arama Motoru Ayarlanıyor...</b><p>Ulaşılabilen arama motorunu ayarlamak için bir diyalog açılır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords</source> <translation>Kaydedilmiş Parolaları Yönet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords...</source> <translation>Kaydedilmiş Parolaları Yönet...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1166"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>Manage the saved passwords</source> <translation>Kaydedilmiş parolaları yönet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1167"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Kaydadilmiş Parolaların Yönetimi...</b><p>Kaydedilmiş parolalları yönetmek için bir diyalog açılır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>Ad Block</source> <translation>Engel ekle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>&Ad Block...</source> <translation>&Engel Ekle...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1181"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1183"/> + <location filename="Helpviewer/HelpWindow.py" line="1182"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> @@ -16710,7 +16778,7 @@ <translation type="obsolete">Ağ Gözleyicisi&ni Göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1225"/> + <location filename="Helpviewer/HelpWindow.py" line="1224"/> <source>Show the network monitor dialog</source> <translation>Ağ Gözleyicisi diyaloğunu göster</translation> </message> @@ -16720,52 +16788,52 @@ <translation type="obsolete"><b>Ağ Gözleyicisini Göster</b><p>Ağ gözleyicisi diyaloğunu göster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1327"/> <source>&File</source> <translation>&Dosya</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1349"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>&Edit</source> <translation>Düz&en</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1357"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>&View</source> <translation>&Görünüm</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1373"/> + <location filename="Helpviewer/HelpWindow.py" line="1372"/> <source>&Go</source> <translation>&Git</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1386"/> + <location filename="Helpviewer/HelpWindow.py" line="1385"/> <source>H&istory</source> <translation>Geçmi&ş</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1393"/> + <location filename="Helpviewer/HelpWindow.py" line="1392"/> <source>&Bookmarks</source> <translation>&Yerimleri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1408"/> + <location filename="Helpviewer/HelpWindow.py" line="1407"/> <source>&Settings</source> <translation>Ayar&lar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1437"/> + <location filename="Helpviewer/HelpWindow.py" line="1436"/> <source>&Tools</source> <translation>&Araçlar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1446"/> + <location filename="Helpviewer/HelpWindow.py" line="1445"/> <source>&Window</source> <translation>&Pencere</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1456"/> + <location filename="Helpviewer/HelpWindow.py" line="1455"/> <source>&Help</source> <translation>&Yardım</translation> </message> @@ -16790,47 +16858,47 @@ <translation type="obsolete">Diğerlerini Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1466"/> <source>File</source> <translation>Dosya</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1485"/> + <location filename="Helpviewer/HelpWindow.py" line="1484"/> <source>Edit</source> <translation>Düzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1490"/> + <location filename="Helpviewer/HelpWindow.py" line="1489"/> <source>View</source> <translation>Görünüm</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1499"/> + <location filename="Helpviewer/HelpWindow.py" line="1498"/> <source>Find</source> <translation>Bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1506"/> + <location filename="Helpviewer/HelpWindow.py" line="1505"/> <source>Filter</source> <translation>Süzgeç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1511"/> + <location filename="Helpviewer/HelpWindow.py" line="1510"/> <source>Filtered by: </source> <translation>Süzülen: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1517"/> + <location filename="Helpviewer/HelpWindow.py" line="1516"/> <source>Settings</source> <translation>Ayarlar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1535"/> + <location filename="Helpviewer/HelpWindow.py" line="1534"/> <source>Help</source> <translation>Yardım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1542"/> + <location filename="Helpviewer/HelpWindow.py" line="1541"/> <source>Go</source> <translation>Git</translation> </message> @@ -16840,7 +16908,7 @@ <translation type="obsolete"><p>Görüntülenen bu düzenleme alanından direkt yardım dosyasını gir. Aşağı kayan listededen öncelikle görünmesini istediğiniz yardım dosyasını seçiniz.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Yardım Dosyaları (*.html *.htm);;PDF Dosyaları (*.pdf);;CHM Dosyaları (*.chm);;Tüm Dosyalar (*)</translation> </message> @@ -16860,7 +16928,7 @@ <translation type="obsolete"><h3>Eric Web Gözatıcısı Hakkındar</h3><p>Eric Web Gözatıcısı Yardım dosyası ve HTML gözatıcısının birleştirilmiş halidir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1896"/> + <location filename="Helpviewer/HelpWindow.py" line="1895"/> <source>Saved Tabs</source> <translation>Sekmeleri Kaydet</translation> </message> @@ -16880,412 +16948,412 @@ <translation type="obsolete">Yükleme bitirildi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2325"/> + <location filename="Helpviewer/HelpWindow.py" line="2324"/> <source>Could not find an associated content.</source> <translation>Birleştirilmiş bir içerek bulunamadı.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2434"/> + <location filename="Helpviewer/HelpWindow.py" line="2433"/> <source>Updating search index</source> <translation>Arama index yenileniyor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2486"/> + <location filename="Helpviewer/HelpWindow.py" line="2485"/> <source>Looking for Documentation...</source> <translation>Dökümanlara bakılıyor...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2516"/> + <location filename="Helpviewer/HelpWindow.py" line="2515"/> <source>Unfiltered</source> <translation>Süzülmemiş</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2534"/> <source>Help Engine</source> <translation>Yardım Motoru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="513"/> + <source>Print the displayed help as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="514"/> - <source>Print the displayed help as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="982"/> + <location filename="Helpviewer/HelpWindow.py" line="981"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="984"/> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1211"/> + <location filename="Helpviewer/HelpWindow.py" line="1210"/> <source>Manage the saved certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1213"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1237"/> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> <source>Shows the downloads window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1239"/> + <location filename="Helpviewer/HelpWindow.py" line="1238"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1368"/> + <location filename="Helpviewer/HelpWindow.py" line="1367"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2093"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="2936"/> + <source>ISO</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="2937"/> - <source>ISO</source> - <translation type="unfinished"></translation> + <source>Windows</source> + <translation>Windows</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2938"/> - <source>Windows</source> - <translation>Windows</translation> + <source>ISCII</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2939"/> - <source>ISCII</source> - <translation type="unfinished"></translation> + <source>Unicode</source> + <translation>Evrensel kod</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2940"/> - <source>Unicode</source> - <translation>Evrensel kod</translation> + <source>Other</source> + <translation>Diğer</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2941"/> - <source>Other</source> - <translation>Diğer</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2942"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2964"/> + <location filename="Helpviewer/HelpWindow.py" line="2963"/> <source>Default Encoding</source> <translation>Varsayılan Kodlama</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1592"/> + <location filename="Helpviewer/HelpWindow.py" line="1591"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1598"/> + <location filename="Helpviewer/HelpWindow.py" line="1597"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1642"/> + <location filename="Helpviewer/HelpWindow.py" line="1641"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1648"/> + <location filename="Helpviewer/HelpWindow.py" line="1647"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="582"/> + <source>Quit the eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="583"/> - <source>Quit the eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1252"/> + <location filename="Helpviewer/HelpWindow.py" line="1251"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished">Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1268"/> + <location filename="Helpviewer/HelpWindow.py" line="1267"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1270"/> + <location filename="Helpviewer/HelpWindow.py" line="1269"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1527"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Tools</source> <translation type="unfinished">Araçlar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>Network Monitor</source> <translation type="unfinished">Ağ Gözleyicisi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1226"/> + <location filename="Helpviewer/HelpWindow.py" line="1225"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1811"/> + <location filename="Helpviewer/HelpWindow.py" line="1810"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2070"/> + <location filename="Helpviewer/HelpWindow.py" line="2069"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1282"/> + <location filename="Helpviewer/HelpWindow.py" line="1281"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1284"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1426"/> + <location filename="Helpviewer/HelpWindow.py" line="1425"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Save As</source> <translation type="unfinished">Farklı Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="459"/> + <location filename="Helpviewer/HelpWindow.py" line="458"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1299"/> + <location filename="Helpviewer/HelpWindow.py" line="1298"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1196"/> + <location filename="Helpviewer/HelpWindow.py" line="1195"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1198"/> + <location filename="Helpviewer/HelpWindow.py" line="1197"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="998"/> + <location filename="Helpviewer/HelpWindow.py" line="997"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1000"/> + <location filename="Helpviewer/HelpWindow.py" line="999"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1017"/> + <location filename="Helpviewer/HelpWindow.py" line="1016"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_zh_CN.GB2312.ts Mon Jul 30 19:19:29 2012 +0200 +++ b/i18n/eric5_zh_CN.GB2312.ts Sat Aug 04 13:30:04 2012 +0200 @@ -127,12 +127,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -152,53 +152,88 @@ <message> <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="77"/> <source>Press to clear the search edit</source> - <translation type="unfinished">点击清除搜索编辑</translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="110"/> + <translation type="obsolete">点击清除搜索编辑</translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="81"/> <source>Actions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="86"/> - <source>Add Custom Rule</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="88"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="146"/> <source>Learn more about writing rules...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="95"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="141"/> <source>Update Subscription</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="99"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="130"/> <source>Browse Subscriptions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="103"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="207"/> <source>Remove Subscription</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="70"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="63"/> <source>Enter search term for subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="130"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="101"/> <source>Update Period (days):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="137"/> + <location filename="Helpviewer/AdBlock/AdBlockDialog.ui" line="108"/> <source>Enter the update period (1 to 14 days)</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="42"/> + <source>Search...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="125"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="136"/> + <source>Disable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="138"/> + <source>Enable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <source>Update All Subscriptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="199"/> + <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockDialog.py" line="205"/> + <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AdBlockIcon</name> @@ -246,63 +281,86 @@ <context> <name>AdBlockManager</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="126"/> + <location filename="Helpviewer/AdBlock/AdBlockManager.py" line="135"/> <source>Custom Rules</source> <translation type="unfinished"></translation> </message> </context> <context> <name>AdBlockModel</name> - <message> - <location filename="Helpviewer/AdBlock/AdBlockModel.py" line="87"/> - <source>Rule</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>AdBlockSubscription</name> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Load subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="294"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="323"/> <source>Downloading subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="286"/> - <source>Got empty subscription rules.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <source>Got empty subscription rules.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Saving subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="208"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="238"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="216"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="246"/> <source>Adblock file '{0}' does not start with [Adblock.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="276"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="305"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="315"/> + <location filename="Helpviewer/AdBlock/AdBlockSubscription.py" line="343"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation type="unfinished"></translation> </message> </context> <context> + <name>AdBlockTreeWidget</name> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Add Custom Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="115"/> + <source>Write your rule here:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="165"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="167"/> + <source>Remove Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/AdBlock/AdBlockTreeWidget.py" line="218"/> + <source>{0} (recently updated)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>AddBookmarkDialog</name> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> @@ -16506,38 +16564,38 @@ <translation type="obsolete">Eric4 帮助浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="542"/> + <location filename="Helpviewer/HelpWindow.py" line="541"/> <source>Close the current help window</source> <translation>关闭当前帮助浏览器</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="383"/> + <source>Open a new help window tab</source> + <translation>打开新帮助窗口选项卡</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="378"/> + <source>New Tab</source> + <translation>新建选项卡</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="378"/> + <source>&New Tab</source> + <translation>新建选项卡(&N)</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="378"/> + <source>Ctrl+T</source> + <comment>File|New Tab</comment> + <translation>Ctrl+T</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="384"/> - <source>Open a new help window tab</source> - <translation>打开新帮助窗口选项卡</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> - <source>New Tab</source> - <translation>新建选项卡</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> - <source>&New Tab</source> - <translation>新建选项卡(&N)</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> - <source>Ctrl+T</source> - <comment>File|New Tab</comment> - <translation>Ctrl+T</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="385"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>新建选项卡</b><p>打开新帮助窗口选项卡。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New Window</source> <translation>新建窗口</translation> </message> @@ -16547,142 +16605,142 @@ <translation type="obsolete">新建窗口(&e)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> + <source>Open a new help browser window</source> + <translation>打开一个新的帮助浏览器窗口</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="398"/> - <source>Open a new help browser window</source> - <translation>打开一个新的帮助浏览器窗口</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="399"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>新建窗口</b><p>打开一个新的帮助浏览窗口。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Open File</source> <translation>打开文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Open File</source> <translation>打开文件(&O)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="407"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="412"/> + <location filename="Helpviewer/HelpWindow.py" line="411"/> <source>Open a help file for display</source> <translation>打开显示一个帮助文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="413"/> + <location filename="Helpviewer/HelpWindow.py" line="412"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>打开文件</b><p>打开显示一个新帮助文件。将会弹出一个文件选择对话框。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New Tab</source> <translation>在新选项卡中打开文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Open File in New &Tab</source> <translation>在新选项卡中打开文件(&T)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="422"/> + <location filename="Helpviewer/HelpWindow.py" line="421"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="427"/> + <location filename="Helpviewer/HelpWindow.py" line="426"/> <source>Open a help file for display in a new tab</source> <translation>在新选项卡中打开显示帮助文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="429"/> + <location filename="Helpviewer/HelpWindow.py" line="428"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>在新选项卡中打开文件</b><p>在新选项卡中打开显示一个新帮助文件。将会弹出一个文件选择对话框。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>&Print</source> <translation>打印(&P)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="496"/> + <location filename="Helpviewer/HelpWindow.py" line="495"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="500"/> + <source>Print the displayed help</source> + <translation>打印显示的帮助</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="501"/> - <source>Print the displayed help</source> - <translation>打印显示的帮助</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="502"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>打印</b><p>打印显示的帮助文本。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="523"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source>Print Preview</source> <translation>打印预览</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="527"/> + <location filename="Helpviewer/HelpWindow.py" line="526"/> <source>Print preview of the displayed help</source> <translation>显示的帮助的打印预览</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="529"/> + <location filename="Helpviewer/HelpWindow.py" line="528"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>打印预览</b><p>显示的帮助文件的打印预览。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>&Close</source> <translation>关闭(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="537"/> + <location filename="Helpviewer/HelpWindow.py" line="536"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="543"/> + <location filename="Helpviewer/HelpWindow.py" line="542"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>关闭</b><p>关闭当前帮助窗口。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close All</source> <translation>全部关闭</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="551"/> + <location filename="Helpviewer/HelpWindow.py" line="550"/> <source>Close &All</source> <translation>全部关闭(&A)</translation> </message> @@ -16692,22 +16750,22 @@ <translation type="obsolete">关闭所有帮助窗口</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="555"/> + <location filename="Helpviewer/HelpWindow.py" line="554"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>全部关闭</b><p>关闭所有帮助窗口除了第一个。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>&Quit</source> <translation>退出(&Q)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="578"/> + <location filename="Helpviewer/HelpWindow.py" line="577"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> @@ -16723,222 +16781,222 @@ <translation type="obsolete"><b>退出</b><p>退出帮助浏览器。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backward</source> <translation>后退</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>&Backward</source> <translation>后退(&B)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="595"/> + <location filename="Helpviewer/HelpWindow.py" line="594"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="600"/> + <source>Move one help screen backward</source> + <translation>向后移动一个帮助屏幕</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="601"/> - <source>Move one help screen backward</source> - <translation>向后移动一个帮助屏幕</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>后移</b><p>向后移动一个帮助屏幕。如果没有有效的帮助屏幕,则该行为被禁用。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Forward</source> <translation>前移</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Forward</source> <translation>前移(&F)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="611"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="617"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Move one help screen forward</source> <translation>向前移动一个帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="618"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>前移</b><p>向前移动一个帮助屏幕。如果没有有效的帮助屏幕,则该行为被禁用。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>&Home</source> <translation>首页(&H)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="627"/> + <location filename="Helpviewer/HelpWindow.py" line="626"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="632"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source>Move to the initial help screen</source> <translation>移动到初始帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="633"/> + <location filename="Helpviewer/HelpWindow.py" line="632"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>返回</b><p>移动到初始帮助屏幕。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Reload</source> <translation>重新载入</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>&Reload</source> <translation>重新载入(&R)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="646"/> + <source>Reload the current help screen</source> + <translation>重新载入当前帮助屏幕</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="647"/> - <source>Reload the current help screen</source> - <translation>重新载入当前帮助屏幕</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="648"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>重新载入</b><p>重新载入当前帮助屏幕。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Copy</source> <translation>复制</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>&Copy</source> <translation>复制(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="671"/> + <location filename="Helpviewer/HelpWindow.py" line="670"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="676"/> + <location filename="Helpviewer/HelpWindow.py" line="675"/> <source>Copy the selected text</source> <translation>复制已选文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="677"/> + <location filename="Helpviewer/HelpWindow.py" line="676"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>复制</b><p>将已选文件复制到剪贴板中。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Find...</source> <translation>查找……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>&Find...</source> <translation>查找(&F)……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="685"/> + <location filename="Helpviewer/HelpWindow.py" line="684"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="689"/> + <source>Find text in page</source> + <translation>在页面中查找文本</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="690"/> - <source>Find text in page</source> - <translation>在页面中查找文本</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="691"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>查找</b><p>在页面中查找文本。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find next</source> <translation>查找下一个</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>Find &next</source> <translation>查找下一个(&n)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="699"/> + <location filename="Helpviewer/HelpWindow.py" line="698"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="703"/> + <source>Find next occurrence of text in page</source> + <translation>在页面中查找文本的下一个出现位置</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="704"/> - <source>Find next occurrence of text in page</source> - <translation>在页面中查找文本的下一个出现位置</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="705"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>查找下一个</b><p>在页面中查找文本的下一个出现位置。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find previous</source> <translation>查找上一个</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Find &previous</source> <translation>查找上一个(&p)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="713"/> + <location filename="Helpviewer/HelpWindow.py" line="712"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="718"/> + <location filename="Helpviewer/HelpWindow.py" line="717"/> <source>Find previous occurrence of text in page</source> <translation>在页面中查找文本的上一个出现位置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="720"/> + <location filename="Helpviewer/HelpWindow.py" line="719"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>查找上一个</b><p>在页面中查找文本的上一个出现位置。</p></translation> </message> @@ -16963,7 +17021,7 @@ <translation type="obsolete"><b>清除历史</b><p>清除历史信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add Bookmark</source> <translation>添加书签</translation> </message> @@ -17003,175 +17061,175 @@ <translation type="obsolete"><b>编辑书签</b><p>该行为显示一个对话框,可以改变书签的名称和文件以及在菜单中书签的顺序。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>What's This?</source> <translation>这是什么?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>&What's This?</source> <translation>这是什么(&W)?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="788"/> + <source>Context sensitive help</source> + <translation>背景帮助</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="789"/> - <source>Context sensitive help</source> - <translation>背景帮助</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="790"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>About</source> <translation>关于</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="802"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source>&About</source> <translation>关于(&A)</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="804"/> + <source>Display information about this software</source> + <translation>显示软件信息</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="805"/> - <source>Display information about this software</source> - <translation>显示软件信息</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="806"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>关于</b><p>显示与本软件有关的部分信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About Qt</source> <translation>关于 Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="814"/> + <location filename="Helpviewer/HelpWindow.py" line="813"/> <source>About &Qt</source> <translation>关于 &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="817"/> + <location filename="Helpviewer/HelpWindow.py" line="816"/> <source>Display information about the Qt toolkit</source> <translation>显示Qt工具包信息</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="819"/> + <location filename="Helpviewer/HelpWindow.py" line="818"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>关于 Qt</b><p>显示Qt工具包的部分相关信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom in</source> <translation>放大</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom &in</source> <translation>放大(&i)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="832"/> + <source>Zoom in on the text</source> + <translation>放大显示文本</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="833"/> - <source>Zoom in on the text</source> - <translation>放大显示文本</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="834"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>放大</b><p>放大显示文本。将使文本变大。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom out</source> <translation>缩小</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom &out</source> <translation>缩小(&o)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="847"/> + <source>Zoom out on the text</source> + <translation>缩小显示文本</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="848"/> - <source>Zoom out on the text</source> - <translation>缩小显示文本</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="849"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>缩小</b><p>缩小显示文本。将使文本变小。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Show next tab</source> <translation>显示下一个选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="913"/> + <location filename="Helpviewer/HelpWindow.py" line="912"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Show previous tab</source> <translation>显示上一个选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="922"/> + <location filename="Helpviewer/HelpWindow.py" line="921"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Switch between tabs</source> <translation>在选项卡间切换</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="931"/> + <location filename="Helpviewer/HelpWindow.py" line="930"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>Preferences</source> <translation>参数选择</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="940"/> + <location filename="Helpviewer/HelpWindow.py" line="939"/> <source>&Preferences...</source> <translation>参数选择(&P)……</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="942"/> + <source>Set the prefered configuration</source> + <translation>设定偏好配置</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="943"/> - <source>Set the prefered configuration</source> - <translation>设定偏好配置</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="944"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>参数选择</b><p>将应用程序的配置项设定为你喜欢的值。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear icons database</source> <translation>清除图标数据库</translation> </message> @@ -17181,42 +17239,42 @@ <translation type="obsolete">清除图标数据库(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Clear the database of favicons</source> <translation>清除喜好图标数据库</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1139"/> + <location filename="Helpviewer/HelpWindow.py" line="1138"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>清除图标数据库</b><p>清除以前访问过的 URL 的喜好图标的数据库。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1327"/> <source>&File</source> <translation>文件(&F)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1349"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>&Edit</source> <translation>编辑(&E)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1357"/> + <location filename="Helpviewer/HelpWindow.py" line="1356"/> <source>&View</source> <translation>视图(&V)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1373"/> + <location filename="Helpviewer/HelpWindow.py" line="1372"/> <source>&Go</source> <translation>跳转(&G)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1386"/> + <location filename="Helpviewer/HelpWindow.py" line="1385"/> <source>H&istory</source> <translation>历史(&i)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1393"/> + <location filename="Helpviewer/HelpWindow.py" line="1392"/> <source>&Bookmarks</source> <translation>书签(&B)</translation> </message> @@ -17226,7 +17284,7 @@ <translation type="obsolete">设置(&t)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1456"/> + <location filename="Helpviewer/HelpWindow.py" line="1455"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> @@ -17241,22 +17299,22 @@ <translation type="obsolete">右移</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1466"/> <source>File</source> <translation>文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1485"/> + <location filename="Helpviewer/HelpWindow.py" line="1484"/> <source>Edit</source> <translation>编辑</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1490"/> + <location filename="Helpviewer/HelpWindow.py" line="1489"/> <source>View</source> <translation>视图</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1499"/> + <location filename="Helpviewer/HelpWindow.py" line="1498"/> <source>Find</source> <translation>查找</translation> </message> @@ -17266,12 +17324,12 @@ <translation type="obsolete">书签</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1535"/> + <location filename="Helpviewer/HelpWindow.py" line="1534"/> <source>Help</source> <translation>帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1542"/> + <location filename="Helpviewer/HelpWindow.py" line="1541"/> <source>Go</source> <translation>跳转</translation> </message> @@ -17281,7 +17339,7 @@ <translation type="obsolete"><p>输入要直接显示到该编辑区域的帮助文件。从下拉列表中选择一个以前显示过的帮助文件。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1776"/> + <location filename="Helpviewer/HelpWindow.py" line="1775"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>帮助文件 (*.html *.htm);;PDF 文件 (*.pdf);;CHM 文件 (*.chm);;所有文件 (*)</translation> </message> @@ -17336,649 +17394,649 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="553"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1030"/> + <location filename="Helpviewer/HelpWindow.py" line="1029"/> <source>Synchronizes the table of contents with current page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1032"/> + <location filename="Helpviewer/HelpWindow.py" line="1031"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1040"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1043"/> + <location filename="Helpviewer/HelpWindow.py" line="1042"/> <source>Shows the table of contents window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1045"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1082"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1084"/> + <location filename="Helpviewer/HelpWindow.py" line="1083"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1446"/> + <location filename="Helpviewer/HelpWindow.py" line="1445"/> <source>&Window</source> <translation type="unfinished">窗口(&W)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1506"/> + <location filename="Helpviewer/HelpWindow.py" line="1505"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1511"/> + <location filename="Helpviewer/HelpWindow.py" line="1510"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2325"/> + <location filename="Helpviewer/HelpWindow.py" line="2324"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1096"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1098"/> + <location filename="Helpviewer/HelpWindow.py" line="1097"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1053"/> + <location filename="Helpviewer/HelpWindow.py" line="1052"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1055"/> <source>Shows the index window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1058"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1066"/> + <location filename="Helpviewer/HelpWindow.py" line="1065"/> <source>Search</source> <translation type="unfinished">搜索</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1069"/> + <location filename="Helpviewer/HelpWindow.py" line="1068"/> <source>Shows the search window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1071"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1109"/> + <location filename="Helpviewer/HelpWindow.py" line="1108"/> <source>Reindexes the documentation set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1111"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2434"/> + <location filename="Helpviewer/HelpWindow.py" line="2433"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2486"/> + <location filename="Helpviewer/HelpWindow.py" line="2485"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2516"/> + <location filename="Helpviewer/HelpWindow.py" line="2515"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2535"/> + <location filename="Helpviewer/HelpWindow.py" line="2534"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="566"/> + <source>Private Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="562"/> + <source>Private &Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="567"/> - <source>Private Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> - <source>Private &Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="568"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2064"/> + <location filename="Helpviewer/HelpWindow.py" line="2063"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="902"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1078"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1092"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1106"/> + <location filename="Helpviewer/HelpWindow.py" line="1105"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="1123"/> + <source>Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1119"/> + <source>&Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="1124"/> - <source>Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1120"/> - <source>&Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1125"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1134"/> + <location filename="Helpviewer/HelpWindow.py" line="1133"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1225"/> + <location filename="Helpviewer/HelpWindow.py" line="1224"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1408"/> + <location filename="Helpviewer/HelpWindow.py" line="1407"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1437"/> + <location filename="Helpviewer/HelpWindow.py" line="1436"/> <source>&Tools</source> <translation type="unfinished">工具(&T)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="889"/> + <location filename="Helpviewer/HelpWindow.py" line="888"/> <source>Ctrl+U</source> <translation type="unfinished">Ctrl+U</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="892"/> + <source>Show the page source in an editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="893"/> - <source>Show the page source in an editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="956"/> + <location filename="Helpviewer/HelpWindow.py" line="955"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="958"/> + <location filename="Helpviewer/HelpWindow.py" line="957"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="953"/> + <location filename="Helpviewer/HelpWindow.py" line="952"/> <source>Languages</source> <translation type="unfinished">语言</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="966"/> + <location filename="Helpviewer/HelpWindow.py" line="965"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="969"/> + <location filename="Helpviewer/HelpWindow.py" line="968"/> <source>Configure cookies handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="971"/> + <location filename="Helpviewer/HelpWindow.py" line="970"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1517"/> + <location filename="Helpviewer/HelpWindow.py" line="1516"/> <source>Settings</source> <translation type="unfinished">设置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom reset</source> <translation type="unfinished">重置缩放</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="857"/> + <location filename="Helpviewer/HelpWindow.py" line="856"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="861"/> + <source>Reset the zoom of the text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom text only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="872"/> + <source>Zoom &text only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="876"/> + <source>Zoom text only; pictures remain constant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="878"/> + <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="862"/> - <source>Reset the zoom of the text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom text only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="873"/> - <source>Zoom &text only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="877"/> - <source>Zoom text only; pictures remain constant</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="879"/> - <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="392"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="468"/> + <location filename="Helpviewer/HelpWindow.py" line="467"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="471"/> + <location filename="Helpviewer/HelpWindow.py" line="470"/> <source>Import bookmarks from other browsers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="473"/> + <location filename="Helpviewer/HelpWindow.py" line="472"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="482"/> + <location filename="Helpviewer/HelpWindow.py" line="481"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="485"/> + <location filename="Helpviewer/HelpWindow.py" line="484"/> <source>Export the bookmarks into a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="487"/> + <location filename="Helpviewer/HelpWindow.py" line="486"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="728"/> + <location filename="Helpviewer/HelpWindow.py" line="727"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="732"/> + <location filename="Helpviewer/HelpWindow.py" line="731"/> <source>Open a dialog to manage the bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="734"/> + <location filename="Helpviewer/HelpWindow.py" line="733"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="741"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="747"/> + <source>Open a dialog to add a bookmark.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="748"/> - <source>Open a dialog to add a bookmark.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="749"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="760"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Open a dialog to add a new bookmarks folder.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="762"/> + <location filename="Helpviewer/HelpWindow.py" line="761"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="770"/> + <location filename="Helpviewer/HelpWindow.py" line="769"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="773"/> + <location filename="Helpviewer/HelpWindow.py" line="772"/> <source>Bookmark all open tabs.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="775"/> + <location filename="Helpviewer/HelpWindow.py" line="774"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1896"/> + <location filename="Helpviewer/HelpWindow.py" line="1895"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="641"/> + <location filename="Helpviewer/HelpWindow.py" line="640"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Stop</source> <translation type="unfinished">中止</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>&Stop</source> <translation type="unfinished">中止(&S)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="655"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="661"/> + <source>Stop loading</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="662"/> - <source>Stop loading</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="663"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="443"/> + <location filename="Helpviewer/HelpWindow.py" line="442"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="445"/> + <location filename="Helpviewer/HelpWindow.py" line="444"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1151"/> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> <source>Configure the available search engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1153"/> + <location filename="Helpviewer/HelpWindow.py" line="1152"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1162"/> + <location filename="Helpviewer/HelpWindow.py" line="1161"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1166"/> + <location filename="Helpviewer/HelpWindow.py" line="1165"/> <source>Manage the saved passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1167"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1176"/> + <location filename="Helpviewer/HelpWindow.py" line="1175"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1181"/> + <location filename="Helpviewer/HelpWindow.py" line="1180"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1183"/> + <location filename="Helpviewer/HelpWindow.py" line="1182"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2495"/> + <location filename="Helpviewer/HelpWindow.py" line="2494"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="510"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="513"/> + <source>Print the displayed help as PDF</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="514"/> - <source>Print the displayed help as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="979"/> + <location filename="Helpviewer/HelpWindow.py" line="978"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="982"/> + <location filename="Helpviewer/HelpWindow.py" line="981"/> <source>Configure offline storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="984"/> + <location filename="Helpviewer/HelpWindow.py" line="983"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1147"/> + <location filename="Helpviewer/HelpWindow.py" line="1146"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2093"/> + <location filename="Helpviewer/HelpWindow.py" line="2092"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1368"/> + <location filename="Helpviewer/HelpWindow.py" line="1367"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -17988,337 +18046,337 @@ <translation type="obsolete">默认</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2937"/> + <location filename="Helpviewer/HelpWindow.py" line="2936"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="2937"/> + <source>Windows</source> + <translation type="unfinished">Windows</translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="2938"/> - <source>Windows</source> - <translation type="unfinished">Windows</translation> + <source>ISCII</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2939"/> - <source>ISCII</source> - <translation type="unfinished"></translation> + <source>Unicode</source> + <translation type="unfinished">Unicode</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2940"/> - <source>Unicode</source> - <translation type="unfinished">Unicode</translation> + <source>Other</source> + <translation type="unfinished">其它</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="2941"/> - <source>Other</source> - <translation type="unfinished">其它</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="2942"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2964"/> + <location filename="Helpviewer/HelpWindow.py" line="2963"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1237"/> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> <source>Shows the downloads window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1239"/> + <location filename="Helpviewer/HelpWindow.py" line="1238"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1207"/> + <location filename="Helpviewer/HelpWindow.py" line="1206"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1211"/> + <location filename="Helpviewer/HelpWindow.py" line="1210"/> <source>Manage the saved certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1213"/> + <location filename="Helpviewer/HelpWindow.py" line="1212"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1592"/> + <location filename="Helpviewer/HelpWindow.py" line="1591"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1598"/> + <location filename="Helpviewer/HelpWindow.py" line="1597"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1642"/> + <location filename="Helpviewer/HelpWindow.py" line="1641"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1648"/> + <location filename="Helpviewer/HelpWindow.py" line="1647"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3215"/> + <location filename="Helpviewer/HelpWindow.py" line="3214"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="Helpviewer/HelpWindow.py" line="582"/> + <source>Quit the eric5 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="Helpviewer/HelpWindow.py" line="583"/> - <source>Quit the eric5 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1252"/> + <location filename="Helpviewer/HelpWindow.py" line="1251"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1254"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1263"/> + <location filename="Helpviewer/HelpWindow.py" line="1262"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished">Ctrl+Shift+I</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1268"/> + <location filename="Helpviewer/HelpWindow.py" line="1267"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1270"/> + <location filename="Helpviewer/HelpWindow.py" line="1269"/> <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1527"/> + <location filename="Helpviewer/HelpWindow.py" line="1526"/> <source>Tools</source> <translation type="unfinished">工具</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> + <location filename="Helpviewer/HelpWindow.py" line="826"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="842"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1221"/> + <location filename="Helpviewer/HelpWindow.py" line="1220"/> <source>&Network Monitor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1226"/> + <location filename="Helpviewer/HelpWindow.py" line="1225"/> <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1811"/> + <location filename="Helpviewer/HelpWindow.py" line="1810"/> <source><b>eric5 Web Browser - {0}</b><p>The eric5 Web Browser is a combined help file and HTML browser. It is part of the eric5 development toolset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2070"/> + <location filename="Helpviewer/HelpWindow.py" line="2069"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1279"/> + <location filename="Helpviewer/HelpWindow.py" line="1278"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1282"/> + <location filename="Helpviewer/HelpWindow.py" line="1281"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1284"/> + <location filename="Helpviewer/HelpWindow.py" line="1283"/> <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1426"/> + <location filename="Helpviewer/HelpWindow.py" line="1425"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="438"/> + <location filename="Helpviewer/HelpWindow.py" line="437"/> <source>Save As</source> <translation type="unfinished">另存为</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="452"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="457"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="459"/> + <location filename="Helpviewer/HelpWindow.py" line="458"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1293"/> + <location filename="Helpviewer/HelpWindow.py" line="1292"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1299"/> + <location filename="Helpviewer/HelpWindow.py" line="1298"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1190"/> <source>&ClickToFlash...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1196"/> + <location filename="Helpviewer/HelpWindow.py" line="1195"/> <source>Configure ClickToFlash whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1198"/> + <location filename="Helpviewer/HelpWindow.py" line="1197"/> <source><b>ClickToFlash...</b><p>Opens a dialog to configure the ClickToFlash whitelist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="993"/> + <location filename="Helpviewer/HelpWindow.py" line="992"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="998"/> + <location filename="Helpviewer/HelpWindow.py" line="997"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1000"/> + <location filename="Helpviewer/HelpWindow.py" line="999"/> <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1009"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <location filename="Helpviewer/HelpWindow.py" line="1014"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1017"/> + <location filename="Helpviewer/HelpWindow.py" line="1016"/> <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> <translation type="unfinished"></translation> </message>