mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
NickCapture: Fix plugin help and l10n-fr. Closes GH-116.
This commit is contained in:
parent
2e0f33f655
commit
52e0bc5ac0
@ -27,10 +27,10 @@ msgstr "Détermine tous les combien de temps (en secondes) le bot vérifiera son
|
|||||||
|
|
||||||
#: plugin.py:41
|
#: plugin.py:41
|
||||||
msgid ""
|
msgid ""
|
||||||
"This module constantly tries to take whatever nick is configured as\n"
|
"This plugin constantly tries to take whatever nick is configured as\n"
|
||||||
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
|
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
|
||||||
" will do the rest."
|
" will do the rest."
|
||||||
msgstr "Ce module essaye constament de récupérer le nick configuré dans supybot.nick. Assurez-vous de le configurer correctement, et ce plugin fera le reste."
|
msgstr "Ce plugin essaye constament de récupérer le nick configuré dans supybot.nick. Assurez-vous de le configurer correctement, et ce plugin fera le reste."
|
||||||
|
|
||||||
#: plugin.py:90
|
#: plugin.py:90
|
||||||
msgid "This is returned by the ISON command."
|
msgid "This is returned by the ISON command."
|
||||||
|
@ -30,7 +30,7 @@ msgstr ""
|
|||||||
#: plugin.py:40
|
#: plugin.py:40
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid ""
|
msgid ""
|
||||||
"This module constantly tries to take whatever nick is configured as\n"
|
"This plugin constantly tries to take whatever nick is configured as\n"
|
||||||
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
|
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
|
||||||
" will do the rest."
|
" will do the rest."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -37,7 +37,7 @@ from supybot.i18n import PluginInternationalization, internationalizeDocstring
|
|||||||
_ = PluginInternationalization('NickCapture')
|
_ = PluginInternationalization('NickCapture')
|
||||||
|
|
||||||
class NickCapture(callbacks.Plugin):
|
class NickCapture(callbacks.Plugin):
|
||||||
"""This module constantly tries to take whatever nick is configured as
|
"""This plugin constantly tries to take whatever nick is configured as
|
||||||
supybot.nick. Just make sure that's set appropriately, and thus plugin
|
supybot.nick. Just make sure that's set appropriately, and thus plugin
|
||||||
will do the rest."""
|
will do the rest."""
|
||||||
public = False
|
public = False
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
them once."""
|
||||||
version = '0.83.4.1+limnoria (2011-08-07T11:59:19+0200)'
|
version = '0.83.4.1+limnoria (2011-08-07T12:02:06+0200)'
|
||||||
|
Loading…
Reference in New Issue
Block a user