diff options
author | Marco Paolone <marcopaolone@gmail.com> | 2011-11-17 13:32:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-17 13:32:28 +0100 |
commit | 07727a97c97100b46e895ce079d49a8d6db0d0ee (patch) | |
tree | beeab8bb437826b1bcf4cfc42af3423dcb1d54d4 /doc/it/autogen/user/alias_commands.txt | |
parent | fb78fe4e445a61934b9cdba6a183bfc8d64a25bd (diff) | |
download | weechat-07727a97c97100b46e895ce079d49a8d6db0d0ee.zip |
doc: update italian translations and docs
Diffstat (limited to 'doc/it/autogen/user/alias_commands.txt')
-rw-r--r-- | doc/it/autogen/user/alias_commands.txt | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/it/autogen/user/alias_commands.txt b/doc/it/autogen/user/alias_commands.txt index 75bc9d728..d6593a7ef 100644 --- a/doc/it/autogen/user/alias_commands.txt +++ b/doc/it/autogen/user/alias_commands.txt @@ -1,33 +1,33 @@ [[command_alias_alias]] [command]*`alias`* crea un alias per un comando:: ........................................ -/alias [-completion <completion>] <alias> [<command> [;<command>...]] +/alias [-completion <completamento>] <alias> [<comando> [;<comando>...]] -completion: completion for alias (optional, by default completion is done with target command) - alias: name of alias (can start or end with "*" for alias listing) - command: command name with arguments (many commands can be separated by semicolons) +completamento: completamento per l'alias (opzionale, per default il completamento viene eseguito con il comando di destinazione) + alias: nome dell'alias (può iniziare o terminare con "*" per elencare gli alias) + comando: nome del comando (comandi multipli vanno separati da punto e virgola) -Without argument, this command lists all defined alias. +Senza argomento, questo comando elenca tutti gli alias definiti. -Note: in command, special variables are replaced: - $n: argument 'n' (between 1 and 9) - $-m: arguments from 1 to 'm' - $n-: arguments from 'n' to last - $n-m: arguments from 'n' to 'm' - $*: all arguments - $~: last argument - $nick: current nick - $channel: current channel - $server: current server +Nota: nel comando, vengono sostituite le variabili speciali: + $n: argomento 'n' (tra 1 e 9) + $-m: argomenti da 1 a 'm' + $n-: argomenti da 'n' all'ultimo + $n-m: argomenti da 'n' a 'm' + $*: tutti gli argomenti + $~: l'ultimo argomento + $nick: nick corrente + $channel: canale corrente + $server: server corrente -To remove an alias, use command /unalias. +Per rimuovere un alias, usare il comando /unalias. -Examples: - alias /split to split window horizontally: +Esempi: + alias /split per dividere la finestra orizzontalmente: /alias split /window splith - alias /hello to say "hello" on all channels but not on #weechat: - /alias hello /allchan -exclude=#weechat msg * hello - alias /forcejoin to send IRC command "forcejoin" with completion of /sajoin: + alias /ciao per dire "ciao" su tutti i canali tranne #weechat: + /alias ciao /allchan -exclude=#weechat msg * ciao + alias /forcejoin per inviare il comando IRC "forcejoin" con il completamento di /sajoin: /alias -completion %%sajoin forcejoin /quote forcejoin ........................................ |