clarify feed polling is for embedding

This commit is contained in:
Jeff Atwood 2014-06-23 16:22:25 -07:00
parent 240bd2d580
commit 30cf666f88
1 changed files with 5 additions and 5 deletions

View File

@ -907,12 +907,12 @@ en:
autohighlight_all_code: "Apply code highlighting to all preformatted code blocks even when they didn't specify the language" autohighlight_all_code: "Apply code highlighting to all preformatted code blocks even when they didn't specify the language"
embeddable_host: "Host that can embed the comments from this Discourse forum" embeddable_host: "Host that can embed the comments from this Discourse forum"
feed_polling_enabled: "Whether to import a RSS/ATOM feed as posts" feed_polling_enabled: "EMBEDDING ONLY: Whether to embed a RSS/ATOM feed as posts"
feed_polling_url: "URL of RSS/ATOM feed to import" feed_polling_url: "EMBEDDING ONLY: URL of RSS/ATOM feed to embed"
embed_by_username: "Discourse username of the user who creates the topics" embed_by_username: "Discourse username of the user who creates the embedded topics"
embed_username_key_from_feed: "Key to pull discourse username from feed" embed_username_key_from_feed: "Key to pull discourse username from feed"
embed_truncate: "Truncate the imported posts" embed_truncate: "Truncate the embedded posts"
embed_category: "Category of created topics" embed_category: "Category of embedded topics"
embed_post_limit: "Maximum number of posts to embed" embed_post_limit: "Maximum number of posts to embed"
embed_whitelist_selector: "css selector for elements that are allowed in embeds" embed_whitelist_selector: "css selector for elements that are allowed in embeds"
embed_blacklist_selector: "css selector for elements that are removed from embeds" embed_blacklist_selector: "css selector for elements that are removed from embeds"