diff --git a/localization/rssguard_en.ts b/localization/rssguard_en.ts index 86f329417..2265a6d31 100644 --- a/localization/rssguard_en.ts +++ b/localization/rssguard_en.ts @@ -435,12 +435,12 @@ version by clicking this popup notification. DiscoveredFeedsModel - + Title Title - + Type @@ -762,22 +762,22 @@ Item ID: %5 - + Filtered feed list - + Cannot select article in article list as your feed is filtered out from feed list. - + Filtered article list - + Cannot select article as it seems your article list is filtered. @@ -1007,16 +1007,6 @@ Item ID: %5 Titles of feeds/categories. Titles of feeds/categories. - - - Are you sure? - Are you sure? - - - - Do you really want to clean all articles from selected item? - - Root @@ -1044,27 +1034,27 @@ Item ID: %5 FeedsToolBar - + Toolbar spacer Toolbar spacer - + Everywhere - + Titles only - + Search feeds - + Feeds search box @@ -1072,111 +1062,119 @@ Item ID: %5 FeedsView - + Cannot edit item Cannot edit item - + Cannot delete item Cannot delete item - + Context menu for empty space Context menu for empty space - + Selected item cannot be edited because another critical operation is ongoing. Selected item cannot be edited because another critical operation is ongoing. - + Selected item cannot be deleted because another critical operation is ongoing. Selected item cannot be deleted because another critical operation is ongoing. - - + + Context menu for categories Context menu for categories - + + + Are you sure? Are you sure? - + Context menu for other items Context menu for other items - + Context menu for regex query - + Selected account does not support adding of new feeds. Selected account does not support adding of new feeds. - + Selected account does not support adding of new categories. Selected account does not support adding of new categories. - - - - + + + Do you really want to clean all articles from selected items? + + + + + + + Cannot edit items - + Selected items cannot be edited. This is not supported (yet). - + %1 does not support batch editing of multiple accounts. - + %1 does not support batch editing of items from multiple accounts. - + %1 does not support batch editing of items of varying types. - + Cannot edit some items - + Some of selected items cannot be edited. Proceeding to edit the rest. - + Some items won't be deleted - + Some selected items will not be deleted, because they cannot be deleted. - + Deleting %n items @@ -1184,7 +1182,7 @@ Item ID: %5 - + You are about to completely delete %n items. @@ -1192,28 +1190,28 @@ Item ID: %5 - + Context menu for recycle bins - + Context menu for accounts - + Context menu for label - + Context menu for important articles - - + + Not supported by account @@ -1801,37 +1799,42 @@ QtWebEngine cache folder -> "%7" - + + Discover Sitemaps too (can take some time for bigger websites) + + + + Discovered feeds - + Target parent folder - + Select parent item for your feed. - + Select &all - + &Unselect all - + Add single feed with advanced details - + &Import checked feeds @@ -1856,12 +1859,12 @@ QtWebEngine cache folder -> "%7" Error: %1 - + URL is valid. - + URL is NOT valid. @@ -4736,123 +4739,123 @@ Login tokens expiration: %2 MessagesToolBar - + No extra highlighting No extra highlighting - + Toolbar spacer Toolbar spacer - + Everywhere - + Titles only - + Search articles - + Article search box - + Menu for highlighting articles - + Highlight unread articles - + Highlight important articles - + Menu for filtering articles - + No extra filtering - + Show unread articles - + Show important articles - + Show today's articles - + Show yesterday's articles - + Show articles in last 24 hours - + Show articles in last 48 hours - + Show this week's articles - + Show last week's articles - + Show articles with attachments - + Show articles with some score - - + + Display all articles - + Article highlighter - + Article list filter @@ -7607,7 +7610,7 @@ Also, you can post-process generated feed data with yet another script if you wi File download progress bar - + Toolbar spacer Toolbar spacer diff --git a/src/librssguard/core/feedsproxymodel.h b/src/librssguard/core/feedsproxymodel.h index 1e8866bb2..8514834fd 100644 --- a/src/librssguard/core/feedsproxymodel.h +++ b/src/librssguard/core/feedsproxymodel.h @@ -74,6 +74,10 @@ class FeedsProxyModel : public QSortFilterProxyModel { const RootItem* m_selectedItem; bool m_showUnreadOnly; bool m_sortAlphabetically; + bool m_showNodeUnread; + bool m_showNodeProbes; + bool m_showNodeLabels; + bool m_showNodeImportant; QList> m_hiddenIndices; QList m_priorities; };