Skip to content

Commit

Permalink
RSS Feed | Ex- and Include categories affects the entire global feed #…
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Mar 1, 2019
1 parent 3e0e722 commit 8b74555
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -318,9 +318,9 @@ COM_KUNENA_A_RSS_CACHE = "Caching Interval"
COM_KUNENA_A_RSS_CACHE_DESC = "How many minutes between caching of RSS feed output. Select '0' to disable caching. <br />Please beware, lower numbers may affect performance!"
COM_KUNENA_A_RSS_DESC = "The RSS feed enables users to download the latest posts to their desktop or RSS reader application. See <a href='http://www.rssreader.com' target='_blank'>rssreader.com</a> for an example."
COM_KUNENA_A_RSS_EXCLUDED_CATEGORIES = "Exclude Categories"
COM_KUNENA_A_RSS_EXCLUDED_CATEGORIES_DESC = "Specify a list of categories (separated by comma) to be excluded in <u>all</u> feeds. <br />Leave empty to ignore feature."
COM_KUNENA_A_RSS_EXCLUDED_CATEGORIES_DESC = "Specify the ID's of the categories (separated by comma) to be excluded in <u>all</u> feeds. <br />Leave empty to ignore feature."
COM_KUNENA_A_RSS_INCLUDED_CATEGORIES = "Include Categories"
COM_KUNENA_A_RSS_INCLUDED_CATEGORIES_DESC = "Specify a list of categories (separated by comma) to be included exclusively in global feeds. <br />Please note: This option is not real useful, because global feeds will then ONLY present data from these categories specified.<br />Leave empty to include all categories in global feeds.<br />Note: categories will be ignored, if feed is on a category level."
COM_KUNENA_A_RSS_INCLUDED_CATEGORIES_DESC = "Specify the ID's of the categories (separated by comma) to be included exclusively in global feeds. <br />Please note: This option is not real useful, because global feeds will then ONLY present data from these categories specified.<br />Leave empty to include all categories in global feeds.<br />Note: categories will be ignored, if feed is on a category level."
COM_KUNENA_A_RSS_LIMIT = "RSS Limit"
COM_KUNENA_A_RSS_LIMIT_DESC = "You can also limit the number of items in your RSS feeds. Use this, if the timelimit is not enough. Can be used with, or without, a timelimit.<br />Use 0 or leave empty for no limit."
COM_KUNENA_A_RSS_OLD_TITLES = "Use Oldstyle Titles"
Expand Down

0 comments on commit 8b74555

Please sign in to comment.