mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +01:00
Alias: Fix the help for @alias add.
This commit is contained in:
parent
816ae143bc
commit
56afad786c
@ -77,7 +77,7 @@ msgstr "Dieser Name ist nicht zulässig. Probiere anstatt %q."
|
|||||||
msgid ""
|
msgid ""
|
||||||
"<name> <alias>\n"
|
"<name> <alias>\n"
|
||||||
"\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"
|
" 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 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"
|
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"
|
||||||
|
@ -85,7 +85,7 @@ msgstr "Tuo nimi ei ole kelvollinen. Yritä sen sijaan %q:ta."
|
|||||||
msgid ""
|
msgid ""
|
||||||
"<name> <alias>\n"
|
"<name> <alias>\n"
|
||||||
"\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"
|
" 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 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"
|
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"
|
||||||
|
@ -78,7 +78,7 @@ msgstr "Ce nom n'est pas valide. Essayez plutôt %q."
|
|||||||
msgid ""
|
msgid ""
|
||||||
"<name> <alias>\n"
|
"<name> <alias>\n"
|
||||||
"\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"
|
" 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 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"
|
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"
|
||||||
|
@ -83,7 +83,7 @@ msgstr "Az a név nem érvényes. Próbáld meg %q-t inkább."
|
|||||||
msgid ""
|
msgid ""
|
||||||
"<name> <alias>\n"
|
"<name> <alias>\n"
|
||||||
"\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"
|
" 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 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"
|
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"
|
||||||
|
@ -81,9 +81,9 @@ msgstr "Nome non valido. Prova %q invece."
|
|||||||
#: plugin.py:292
|
#: plugin.py:292
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid ""
|
msgid ""
|
||||||
"<name> <alias>\n"
|
"<name> <command>\n"
|
||||||
"\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"
|
" 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 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"
|
" 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"
|
" remaining arguments,\" and cannot be combined with optional arguments.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"<nome> <alias>\n"
|
"<nome> <comando>\n"
|
||||||
"\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"
|
" standard \"comando argomento [comando_nidificato argomento]\"; gli\n"
|
||||||
" argomenti dati devono essere riportati in sequenza. Per gli argomenti\n"
|
" argomenti dati devono essere riportati in sequenza. Per gli argomenti\n"
|
||||||
" richiesti è possibile utilizzare $1, $2, ecc., mentre @1, @2, ecc. per\n"
|
" richiesti è possibile utilizzare $1, $2, ecc., mentre @1, @2, ecc. per\n"
|
||||||
|
@ -289,9 +289,9 @@ class Alias(callbacks.Plugin):
|
|||||||
|
|
||||||
@internationalizeDocstring
|
@internationalizeDocstring
|
||||||
def add(self, irc, msg, args, name, alias):
|
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]"
|
should be in the standard "command argument [nestedcommand argument]"
|
||||||
arguments to the alias; they'll be filled with the first, second, etc.
|
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,
|
arguments. $1, $2, etc. can be used for required arguments. @1, @2,
|
||||||
|
Loading…
Reference in New Issue
Block a user