Alias: Fix the help for @alias add.

This commit is contained in:
skizzhg 2012-02-16 17:17:00 +01:00 committed by Valentin Lorentz
parent 816ae143bc
commit 56afad786c
6 changed files with 10 additions and 10 deletions

View File

@ -77,7 +77,7 @@ msgstr "Dieser Name ist nicht zulässig. Probiere anstatt %q."
msgid ""
"<name> <alias>\n"
"\n"
" Defines an alias <name> that executes <alias>. The <alias>\n"
" Defines an alias <name> that executes <command>. The <command>\n"
" should be in the standard \"command argument [nestedcommand argument]\"\n"
" arguments to the alias; they'll be filled with the first, second, etc.\n"
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"

View File

@ -85,7 +85,7 @@ msgstr "Tuo nimi ei ole kelvollinen. Yritä sen sijaan %q:ta."
msgid ""
"<name> <alias>\n"
"\n"
" Defines an alias <name> that executes <alias>. The <alias>\n"
" Defines an alias <name> that executes <command>. The <command>\n"
" should be in the standard \"command argument [nestedcommand argument]\"\n"
" arguments to the alias; they'll be filled with the first, second, etc.\n"
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"

View File

@ -78,7 +78,7 @@ msgstr "Ce nom n'est pas valide. Essayez plutôt %q."
msgid ""
"<name> <alias>\n"
"\n"
" Defines an alias <name> that executes <alias>. The <alias>\n"
" Defines an alias <name> that executes <command>. The <command>\n"
" should be in the standard \"command argument [nestedcommand argument]\"\n"
" arguments to the alias; they'll be filled with the first, second, etc.\n"
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"

View File

@ -83,7 +83,7 @@ msgstr "Az a név nem érvényes. Próbáld meg %q-t inkább."
msgid ""
"<name> <alias>\n"
"\n"
" Defines an alias <name> that executes <alias>. The <alias>\n"
" Defines an alias <name> that executes <command>. The <command>\n"
" should be in the standard \"command argument [nestedcommand argument]\"\n"
" arguments to the alias; they'll be filled with the first, second, etc.\n"
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"

View File

@ -81,9 +81,9 @@ msgstr "Nome non valido. Prova %q invece."
#: plugin.py:292
#, docstring
msgid ""
"<name> <alias>\n"
"<name> <command>\n"
"\n"
" Defines an alias <name> that executes <alias>. The <alias>\n"
" Defines an alias <name> that executes <command>. The <command>\n"
" should be in the standard \"command argument [nestedcommand argument]\"\n"
" arguments to the alias; they'll be filled with the first, second, etc.\n"
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"
@ -91,9 +91,9 @@ msgid ""
" remaining arguments,\" and cannot be combined with optional arguments.\n"
" "
msgstr ""
"<nome> <alias>\n"
"<nome> <comando>\n"
"\n"
" Definisce un <nome> che esegue <alias>. <alias> deve essere nello\n"
" Definisce un <nome> che esegue <comando>. <comando> deve essere nello\n"
" standard \"comando argomento [comando_nidificato argomento]\"; gli\n"
" argomenti dati devono essere riportati in sequenza. Per gli argomenti\n"
" richiesti è possibile utilizzare $1, $2, ecc., mentre @1, @2, ecc. per\n"

View File

@ -289,9 +289,9 @@ class Alias(callbacks.Plugin):
@internationalizeDocstring
def add(self, irc, msg, args, name, alias):
"""<name> <alias>
"""<name> <command>
Defines an alias <name> that executes <alias>. The <alias>
Defines an alias <name> that executes <command>. The <command>
should be in the standard "command argument [nestedcommand argument]"
arguments to the alias; they'll be filled with the first, second, etc.
arguments. $1, $2, etc. can be used for required arguments. @1, @2,