mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-09 02:54:13 +01:00
AutoMode: fix missing closing quote (update l10n-fr and l10n-fi), thanks to skizzhg.
This commit is contained in:
parent
15d9d0fe6c
commit
58152b5a70
@ -49,8 +49,8 @@ conf.registerGlobalValue(AutoMode, 'owner',
|
|||||||
registry.Boolean(True, _("""Determines whether this plugin will automode
|
registry.Boolean(True, _("""Determines whether this plugin will automode
|
||||||
owners.""")))
|
owners.""")))
|
||||||
conf.registerChannelValue(AutoMode, 'fallthrough',
|
conf.registerChannelValue(AutoMode, 'fallthrough',
|
||||||
registry.Boolean(False, _("""Determines whether the bot will "fall through
|
registry.Boolean(False, _("""Determines whether the bot will "fall
|
||||||
to halfop/voicing when auto-opping is turned off but
|
through" to halfop/voicing when auto-opping is turned off but
|
||||||
auto-halfopping/voicing are turned on.""")))
|
auto-halfopping/voicing are turned on.""")))
|
||||||
conf.registerChannelValue(AutoMode, 'op',
|
conf.registerChannelValue(AutoMode, 'op',
|
||||||
registry.Boolean(True, _("""Determines whether the bot will automatically
|
registry.Boolean(True, _("""Determines whether the bot will automatically
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Supybot AutoMode\n"
|
"Project-Id-Version: Supybot AutoMode\n"
|
||||||
"POT-Creation-Date: 2010-10-16 18:48+CEST\n"
|
"POT-Creation-Date: 2011-06-12 12:45+CEST\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Mika Suomalainen <mika.henrik.mainio@hotmail.com>\n"
|
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -30,11 +30,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: config.py:52
|
#: config.py:52
|
||||||
msgid ""
|
msgid ""
|
||||||
"Determines whether the bot will \"fall through\n"
|
"Determines whether the bot will \"fall\n"
|
||||||
" to halfop/voicing when auto-opping is turned off but\n"
|
" through\" to halfop/voicing when auto-opping is turned off but\n"
|
||||||
" auto-halfopping/voicing are turned on."
|
" auto-halfopping/voicing are turned on."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Määrittää \"siirtyykö botti\n"
|
"Määrittää \"siirtyykö\" botti\n"
|
||||||
"halfoppaamiseen/voicen antamiseen kun automaatti-oppaaminen on on/off asennossa mutta\n"
|
"halfoppaamiseen/voicen antamiseen kun automaatti-oppaaminen on on/off asennossa mutta\n"
|
||||||
"automaattinen-halfoppaaminen/voicen antaminen ovat käytössä."
|
"automaattinen-halfoppaaminen/voicen antaminen ovat käytössä."
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Supybot-fr\n"
|
"Project-Id-Version: Supybot-fr\n"
|
||||||
"POT-Creation-Date: 2010-10-16 18:48+CEST\n"
|
"POT-Creation-Date: 2011-06-12 12:45+CEST\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
|
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
|
||||||
"Language-Team: Supybot-fr <progval@gmail.com>\n"
|
"Language-Team: Supybot-fr <progval@gmail.com>\n"
|
||||||
@ -27,8 +27,8 @@ msgstr "Détermine si ce plugin mettra des modes automatiques sur les owners."
|
|||||||
|
|
||||||
#: config.py:52
|
#: config.py:52
|
||||||
msgid ""
|
msgid ""
|
||||||
"Determines whether the bot will \"fall through\n"
|
"Determines whether the bot will \"fall\n"
|
||||||
" to halfop/voicing when auto-opping is turned off but\n"
|
" through\" to halfop/voicing when auto-opping is turned off but\n"
|
||||||
" auto-halfopping/voicing are turned on."
|
" auto-halfopping/voicing are turned on."
|
||||||
msgstr "Détermine si le bot ne halfopera/voicera pas lorsque l'auto-op est désactivé, même si l'auto-halfopvoice est activé."
|
msgstr "Détermine si le bot ne halfopera/voicera pas lorsque l'auto-op est désactivé, même si l'auto-halfopvoice est activé."
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2011-02-26 09:49+CET\n"
|
"POT-Creation-Date: 2011-06-12 12:45+CEST\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -29,8 +29,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: config.py:52
|
#: config.py:52
|
||||||
msgid ""
|
msgid ""
|
||||||
"Determines whether the bot will \"fall through\n"
|
"Determines whether the bot will \"fall\n"
|
||||||
" to halfop/voicing when auto-opping is turned off but\n"
|
" through\" to halfop/voicing when auto-opping is turned off but\n"
|
||||||
" auto-halfopping/voicing are turned on."
|
" auto-halfopping/voicing are turned on."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user