mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Admin: Internationalize docstring for clearq + l10n-fr.
This commit is contained in:
parent
e643a0015a
commit
a231abce89
@ -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 10:43+CEST\n"
|
"POT-Creation-Date: 2011-10-30 19:20+CET\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: ProgVal <progval@gmail.com>\n"
|
"Language-Team: ProgVal <progval@gmail.com>\n"
|
||||||
@ -200,3 +200,14 @@ msgstr ""
|
|||||||
msgid "I'm not currently globally ignoring anyone."
|
msgid "I'm not currently globally ignoring anyone."
|
||||||
msgstr "Je n'ignore actuellement personne globalement."
|
msgstr "Je n'ignore actuellement personne globalement."
|
||||||
|
|
||||||
|
#: plugin.py:351
|
||||||
|
msgid ""
|
||||||
|
"takes no arguments\n"
|
||||||
|
"\n"
|
||||||
|
" Clears the current send queue for this network.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"Ne prend pas d'argument\n"
|
||||||
|
"\n"
|
||||||
|
"Vide la queue en attente pour ce réseau."
|
||||||
|
|
||||||
|
@ -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-10-30 19:20+CET\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"
|
||||||
@ -185,3 +185,12 @@ msgstr ""
|
|||||||
msgid "I'm not currently globally ignoring anyone."
|
msgid "I'm not currently globally ignoring anyone."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:351
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"takes no arguments\n"
|
||||||
|
"\n"
|
||||||
|
" Clears the current send queue for this network.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
@ -346,6 +346,7 @@ class Admin(callbacks.Plugin):
|
|||||||
list = wrap(list)
|
list = wrap(list)
|
||||||
|
|
||||||
|
|
||||||
|
@internationalizeDocstring
|
||||||
def clearq(self, irc, msg, args):
|
def clearq(self, irc, msg, args):
|
||||||
"""takes no arguments
|
"""takes no arguments
|
||||||
|
|
||||||
|
@ -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-10-30T14:21:52+0100)'
|
version = '0.83.4.1+limnoria (2011-10-30T19:22:39+0100)'
|
||||||
|
Loading…
Reference in New Issue
Block a user