Todo: fix the help string for @todo (and update i18n and l10n-fr).

This commit is contained in:
Valentin Lorentz 2011-06-23 11:34:46 +02:00
parent a234b0e929
commit 61ec5f70fb
3 changed files with 6 additions and 6 deletions

View File

@ -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-20 09:38+CEST\n" "POT-Creation-Date: 2011-06-23 11:33+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"
@ -15,14 +15,14 @@ msgstr ""
#: plugin.py:135 #: plugin.py:135
msgid "" msgid ""
"[<username> [<task id>]|<task id>]\n" "[<username>] [<task id>]\n"
"\n" "\n"
" Retrieves a task for the given task id. If no task id is given, it\n" " Retrieves a task for the given task id. If no task id is given, it\n"
" will return a list of task ids that that user has added to their todo\n" " will return a list of task ids that that user has added to their todo\n"
" list.\n" " list.\n"
" " " "
msgstr "" msgstr ""
"[<utilisateur> [<id de tâche>]|<id de tâche>]\n" "[<utilisateur> <id de tâche>]\n"
"\n" "\n"
"Récupère la tâche correspondant à l'<id de tâche> donné. Si aucun id n'est donné, retourne une liste d'ids que cet utilisateur a ajouté à sa liste." "Récupère la tâche correspondant à l'<id de tâche> donné. Si aucun id n'est donné, retourne une liste d'ids que cet utilisateur a ajouté à sa liste."

View File

@ -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-23 11:33+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"
@ -18,7 +18,7 @@ msgstr ""
#: plugin.py:135 #: plugin.py:135
#, docstring #, docstring
msgid "" msgid ""
"[<username> [<task id>]|<task id>]\n" "[<username>] [<task id>]\n"
"\n" "\n"
" Retrieves a task for the given task id. If no task id is given, it\n" " Retrieves a task for the given task id. If no task id is given, it\n"
" will return a list of task ids that that user has added to their todo\n" " will return a list of task ids that that user has added to their todo\n"

View File

@ -132,7 +132,7 @@ class Todo(callbacks.Plugin):
@internationalizeDocstring @internationalizeDocstring
def todo(self, irc, msg, args, user, taskid): def todo(self, irc, msg, args, user, taskid):
"""[<username> [<task id>]|<task id>] """[<username>] [<task id>]
Retrieves a task for the given task id. If no task id is given, it Retrieves a task for the given task id. If no task id is given, it
will return a list of task ids that that user has added to their todo will return a list of task ids that that user has added to their todo