diff options
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/plugin_api/infolists.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/url_options.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/alias_commands.txt | 42 | ||||
-rw-r--r-- | doc/it/autogen/user/relay_options.txt | 4 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 48 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 4 |
7 files changed, 52 insertions, 52 deletions
diff --git a/doc/it/autogen/plugin_api/infolists.txt b/doc/it/autogen/plugin_api/infolists.txt index 8ef37a236..a6f32b11d 100644 --- a/doc/it/autogen/plugin_api/infolists.txt +++ b/doc/it/autogen/plugin_api/infolists.txt @@ -58,7 +58,7 @@ | weechat | plugin | elenco dei plugin | puntatore al plugin (opzionale) | nome plugin (può iniziare o terminare con "*" come carattere jolly) (opzionale) -| weechat | url_options | options for URL | - | - +| weechat | url_options | opzioni per la URL | - | - | weechat | window | elenco delle finestre | puntatore alla finestra (opzionale) | "current" per la finestra corrente o un numero della finestra (opzionale) diff --git a/doc/it/autogen/plugin_api/infos.txt b/doc/it/autogen/plugin_api/infos.txt index aff7231bd..8557125fd 100644 --- a/doc/it/autogen/plugin_api/infos.txt +++ b/doc/it/autogen/plugin_api/infos.txt @@ -6,7 +6,7 @@ | irc | irc_buffer | ottiene puntatore al buffer per un server/canale/nick IRC | server,canale,nick (canale e nick sono opzionali) -| irc | irc_is_channel | 1 if string is a valid IRC channel name for server | server,channel (server is optional) +| irc | irc_is_channel | 1 se la stringa è il nome di un canale IRC valido per il server | server,canale (server è opzionale) | irc | irc_is_nick | 1 se la stringa è un nick IRC valido | nick diff --git a/doc/it/autogen/plugin_api/url_options.txt b/doc/it/autogen/plugin_api/url_options.txt index 497bf884f..197ebf806 100644 --- a/doc/it/autogen/plugin_api/url_options.txt +++ b/doc/it/autogen/plugin_api/url_options.txt @@ -1,6 +1,6 @@ [width="100%",cols="2,^1,7",options="header"] |======================================== -| Option | Type | Constants ^(1)^ +| Opzione | Tipo | Costanti ^(1)^ | header | long | diff --git a/doc/it/autogen/user/alias_commands.txt b/doc/it/autogen/user/alias_commands.txt index c47886e41..782799073 100644 --- a/doc/it/autogen/user/alias_commands.txt +++ b/doc/it/autogen/user/alias_commands.txt @@ -3,32 +3,32 @@ ........................................ /alias [-completion <completamento>] <alias> [<comando> [;<comando>...]] -completion: completion for alias (optional, by default completion is done with target command) - note: you can use %%command to use completion of an existing 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) + nota: è possibile usare %%comando per usare il completamento di un comando esistente + alias: nome dell'alias (può iniziare o terminare con "*" per elencare gli alias) + comando: nome del comando con gli argomenti (più comandi 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 ........................................ diff --git a/doc/it/autogen/user/relay_options.txt b/doc/it/autogen/user/relay_options.txt index a3eb66c85..a6935f063 100644 --- a/doc/it/autogen/user/relay_options.txt +++ b/doc/it/autogen/user/relay_options.txt @@ -49,7 +49,7 @@ ** valori: 0 .. 65535 (valore predefinito: `256`) * [[option_relay.network.allowed_ips]] *relay.network.allowed_ips* -** descrizione: `regular expression with IPs allowed to use relay, example: "^(123.45.67.89|192.160.*)$"` +** descrizione: `espressione regolare con gli indirizzi IP a cui è consentito usare il relay, esempio: "^(123.45.67.89|192.160.*)$"` ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `""`) @@ -59,7 +59,7 @@ ** valori: qualsiasi stringa (valore predefinito: `""`) * [[option_relay.network.compression_level]] *relay.network.compression_level* -** descrizione: `compression level for packets sent to client with WeeChat protocol (0 = disable compression, 1 = low compression ... 9 = best compression)` +** descrizione: `livello di compressione per i pacchetti inviati al client con il protocollo WeeChat (0 = disabilita compressione, 1 = compressione bassa ... 9 = compressione migliore)` ** tipo: intero ** valori: 0 .. 9 (valore predefinito: `6`) diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index edac20f66..0572b0397 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -175,22 +175,22 @@ Esempi: mouse|cursor [verbose] hdata [free] - list: list plugins with debug levels - set: set debug level for plugin - plugin: name of plugin ("core" for WeeChat core) - level: debug level for plugin (0 = disable debug) - dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes) - buffer: dump buffer content with hexadecimal values in log file - color: display infos about current color pairs - cursor: toggle debug for cursor mode - hdata: display infos about hdata (with free: remove all hdata in memory) - hooks: display infos about hooks -infolists: display infos about infolists - memory: display infos about memory usage - mouse: toggle debug for mouse - tags: display tags for lines - term: display infos about terminal - windows: display windows tree + list: elenca i plugin con i livelli di debug + set: imposta il livello di debug per il plugin + plugin: nome del plugin ("core" per il core di WeeChat) + livello: livello di debug per il plugin (0 = disattiva debug) + dump: salva un dump della memoria nel file di log di WeeChat (lo stesso dump viene salvato in caso di crash di WeeChat) + buffer: esegue un dump del contenuto del buffer con valori esadecimali nel file di log + color: mostra informazioni sulle coppie di colore correnti + cursor: abilita/disabilita debug per la modalità cursore + hdata: mostra informazioni su hdata (con free: rimuove tutti gli hdata in memoria) + hooks: mostra informazioni sugli hook +infolists: mostra informazioni sulle liste info + memory: mostra informazioni sull'uso della memoria + mouse: abilita/disabilita debug per il mouse + tags: mostra tag per le righe + term: mostra informazioni sul terminale + windows: mostra l'albero delle finestre ........................................ [[command_weechat_filter]] @@ -398,17 +398,17 @@ Senza argomenti, il comando visualizza il layout salvato. ........................................ /mouse enable|disable|toggle [<ritardo>] - enable: enable mouse -disable: disable mouse - toggle: toggle mouse - delay: delay (in seconds) after which initial mouse state is restored (useful to temporarily disable mouse) + enable: abilita mouse +disable: disabilita mouse + toggle: abilita/disabilita mouse +ritardo: ritardo (in secondi) dopo il quale viene ripristinato lo stato iniziale del mouse (utile per disattivarlo temporaneamente) -The mouse state is saved in option "weechat.look.mouse". +Lo stato del mouse viene salvato nell'opzione "weechat.look.mouse". -Examples: - enable mouse: +Esempi: + abilita mouse: /mouse enable - toggle mouse for 5 seconds: + abilita/disabilita mouse per 5 secondi: /mouse toggle 5 ........................................ diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index ef0bc7d64..68e348628 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -559,7 +559,7 @@ ** valori: on, off (valore predefinito: `on`) * [[option_weechat.look.mouse]] *weechat.look.mouse* -** descrizione: `enable mouse support` +** descrizione: `abilita il supporto del mouse` ** tipo: bool ** valori: on, off (valore predefinito: `off`) @@ -679,7 +679,7 @@ ** valori: 1 .. 2147483647 (valore predefinito: `3`) * [[option_weechat.look.scroll_bottom_after_switch]] *weechat.look.scroll_bottom_after_switch* -** descrizione: `scroll to bottom of window after switch to another buffer (do not remember scroll position in windows); the scroll is done only for buffers with formatted content (not free content)` +** descrizione: `scorri verso il fondo della finestra dopo essere passati ad un altro buffer non ricordare la posizione di scorrimento nelle finestre); lo scorrimento viene eseguito solo per i buffer con contenuto formattato (contenuto non libero)` ** tipo: bool ** valori: on, off (valore predefinito: `off`) |