diff --git a/plugins/RSS/locale/fr.po b/plugins/RSS/locale/fr.po index abccb96e3..813a9c75c 100644 --- a/plugins/RSS/locale/fr.po +++ b/plugins/RSS/locale/fr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: Supybot-fr\n" -"POT-Creation-Date: 2012-06-03 04:38+CEST\n" +"POT-Creation-Date: 2012-07-31 19:07+UTC\n" "PO-Revision-Date: \n" "Last-Translator: Valentin Lorentz \n" "Language-Team: Supybot-fr \n" @@ -75,6 +75,32 @@ msgid "" " listed when a feed is automatically announced." msgstr "Détermine si le bot listera le lien de chaque flus avec son titre, lorsque la commande rss est appelée. supybot.plugins.RSS.announce.showLinks affecte si les liens sont affichés lorsqu'un flux est annoncé automatiquement." +#: config.py:84 +msgid "" +"Indicates how many headlines an rss feed\n" +" will output by default, if no number is provided." +msgstr "Indique combien d'éléments un flux rss affichera par défaut, si aucun nombre n'est donné." + +#: config.py:87 +msgid "" +"Indicates how many headlines an rss feed\n" +" will output when it is first added to announce for a channel." +msgstr "Indique combien d'éléments un flux rss affichera lorsque qu'il vient d'être configuré pour être annoncé sur le salon." + +#: config.py:90 +msgid "" +"Space separated list of \n" +" strings, lets you filter headlines to those containing one or more items\n" +" in this whitelist." +msgstr "Liste séparée par des espaces de chaînes, qui vous permet de filtrer les éléments par liste blanche." + +#: config.py:94 +msgid "" +"Space separated list of \n" +" strings, lets you filter headlines to those not containing any items\n" +" in this blacklist." +msgstr "Liste séparée par des espaces de chaînes, qui vous permet de filtrer les éléments par liste noire." + #: config.py:100 msgid "" "Determines whether the bot will list the link\n"