# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-01-22 07:53+CET\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" "Generated-By: pygettext.py 1.5\n" #: config.py:49 #, docstring msgid "Valid values include 'asInFeed', 'oldestFirst', 'newestFirst'." msgstr "" #: config.py:54 msgid "" "Determines whether the bot will bold the title of the feed when\n" " it announces new news." msgstr "" #: config.py:57 msgid "" "Determines what string is\n" " used to separate headlines in new feeds." msgstr "" #: config.py:60 msgid "" "Determines what\n" " prefix is prepended (if any) to the new news item announcements made in the\n" " channel." msgstr "" #: config.py:60 msgid "New news from " msgstr "" #: config.py:64 msgid ": " msgstr "" #: config.py:64 msgid "" "Determines what\n" " suffix is appended to the feed name in a news item." msgstr "" #: config.py:67 msgid "" "Determines which RSS feeds\n" " should be announced in the channel; valid input is a list of strings\n" " (either registered RSS feeds or RSS feed URLs) separated by spaces." msgstr "" #: config.py:71 msgid "" "Indicates how many seconds the bot will\n" " wait between retrieving RSS feeds; requests made within this period will\n" " return cached results." msgstr "" #: config.py:75 msgid "" "Determines whether feed items should be\n" " sorted by their update timestamp or kept in the same order as they appear\n" " in a feed." msgstr "" #: config.py:83 msgid "" "Determines what feeds should be accessible as\n" " commands." msgstr "" #: config.py:86 msgid "" "Determines whether the bot will list the link\n" " along with the title of the feed when the rss command is called.\n" " supybot.plugins.RSS.announce.showLinks affects whether links will be\n" " listed when a feed is automatically announced." msgstr "" #: config.py:97 msgid "" "Indicates how many headlines an rss feed\n" " will output by default, if no number is provided." msgstr "" #: config.py:100 msgid "" "Indicates how many headlines an rss feed\n" " will output when it is first added to announce for a channel." msgstr "" #: config.py:103 msgid "" "Space separated list of \n" " strings, lets you filter headlines to those containing one or more items\n" " in this whitelist." msgstr "" #: config.py:107 msgid "" "Space separated list of \n" " strings, lets you filter headlines to those not containing any items\n" " in this blacklist." msgstr "" #: config.py:113 msgid "" "Determines whether the bot will list the link\n" " along with the title of the feed when a feed is automatically\n" " announced." msgstr "" #: plugin.py:57 #, docstring msgid "" "This plugin is useful both for announcing updates to RSS feeds in a\n" " channel, and for retrieving the headlines of RSS feeds via command. Use\n" " the \"add\" command to add feeds to this plugin, and use the \"announce\"\n" " command to determine what feeds should be announced in a given channel." msgstr "" #: plugin.py:325 #, docstring msgid "Return feed items, sorted according to sortFeedItems." msgstr "" #: plugin.py:378 #, docstring msgid "" " \n" "\n" " Adds a command to this plugin that will look up the RSS feed at the\n" " given URL.\n" " " msgstr "" #: plugin.py:389 #, docstring msgid "" "\n" "\n" " Removes the command for looking up RSS feeds at from\n" " this plugin.\n" " " msgstr "" #: plugin.py:395 msgid "That's not a valid RSS feed command name." msgstr "" #: plugin.py:406 #, docstring msgid "" "[]\n" "\n" " Returns the list of feeds announced in . is\n" " only necessary if the message isn't sent in the channel itself.\n" " " msgstr "" #: plugin.py:413 msgid "I am currently not announcing any feeds." msgstr "" #: plugin.py:418 #, docstring msgid "" "[] [ ...]\n" "\n" " Adds the list of feeds to the current list of announced feeds in\n" " . Valid feeds include the names of registered feeds as\n" " well as URLs for RSS feeds. is only necessary if the\n" " message isn't sent in the channel itself.\n" " " msgstr "" #: plugin.py:436 #, docstring msgid "" "[] [ ...]\n" "\n" " Removes the list of feeds from the current list of announced feeds\n" " in . Valid feeds include the names of registered feeds as\n" " well as URLs for RSS feeds. is only necessary if the\n" " message isn't sent in the channel itself.\n" " " msgstr "" #: plugin.py:454 #, docstring msgid "" " []\n" "\n" " Gets the title components of the given RSS feed.\n" " If is given, return only that many headlines.\n" " " msgstr "" #: plugin.py:467 msgid "Couldn't get RSS feed." msgstr "" #: plugin.py:482 #, docstring msgid "" "\n" "\n" " Returns information from the given RSS feed, namely the title,\n" " URL, description, and last update date, if available.\n" " " msgstr "" #: plugin.py:495 msgid "I couldn't retrieve that RSS feed." msgstr "" #: plugin.py:508 msgid "Title: %s; URL: %u; Description: %s; Last updated: %s." msgstr ""