summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
authorMarco Paolone <marcopaolone@gmail.com>2013-09-30 17:46:27 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-09-30 17:46:27 +0200
commitfdafdf147acf900680c7050120388aa2de251dd0 (patch)
tree2995c8f9902ca8072d349c9700892b90f8cbfe1d /doc/it/autogen
parentd33caa6ac50d58cc4ec5f662fb835f6eb4781a40 (diff)
downloadweechat-fdafdf147acf900680c7050120388aa2de251dd0.zip
core: update italian translations
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/plugin_api/hdata.txt16
-rw-r--r--doc/it/autogen/plugin_api/infolists.txt6
-rw-r--r--doc/it/autogen/user/irc_commands.txt6
-rw-r--r--doc/it/autogen/user/irc_options.txt20
-rw-r--r--doc/it/autogen/user/logger_commands.txt38
-rw-r--r--doc/it/autogen/user/relay_options.txt2
-rw-r--r--doc/it/autogen/user/weechat_commands.txt96
-rw-r--r--doc/it/autogen/user/weechat_options.txt16
-rw-r--r--doc/it/autogen/user/xfer_options.txt2
9 files changed, 101 insertions, 101 deletions
diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt
index e3c3b2e46..bf2f485c2 100644
--- a/doc/it/autogen/plugin_api/hdata.txt
+++ b/doc/it/autogen/plugin_api/hdata.txt
@@ -2,7 +2,7 @@
|========================================
| Plugin | Nome | Descrizione | Variabili | Aggiornamento consentito | Liste
-| guile | guile_callback | callback of a script |
+| guile | guile_callback | callback di uno script |
'script' (pointer, hdata: "guile_script") +
'function' (string) +
'data' (string) +
@@ -222,7 +222,7 @@
'irc_servers' +
'last_irc_server'
-| lua | lua_callback | callback of a script |
+| lua | lua_callback | callback di uno script |
'script' (pointer, hdata: "lua_script") +
'function' (string) +
'data' (string) +
@@ -256,7 +256,7 @@
'last_script' +
'scripts'
-| perl | perl_callback | callback of a script |
+| perl | perl_callback | callback di uno script |
'script' (pointer, hdata: "perl_script") +
'function' (string) +
'data' (string) +
@@ -290,7 +290,7 @@
'last_script' +
'scripts'
-| python | python_callback | callback of a script |
+| python | python_callback | callback di uno script |
'script' (pointer, hdata: "python_script") +
'function' (string) +
'data' (string) +
@@ -324,7 +324,7 @@
'last_script' +
'scripts'
-| ruby | ruby_callback | callback of a script |
+| ruby | ruby_callback | callback di uno script |
'script' (pointer, hdata: "ruby_script") +
'function' (string) +
'data' (string) +
@@ -386,7 +386,7 @@
'last_script_repo' +
'scripts_repo'
-| tcl | tcl_callback | callback of a script |
+| tcl | tcl_callback | callback di uno script |
'script' (pointer, hdata: "tcl_script") +
'function' (string) +
'data' (string) +
@@ -733,7 +733,7 @@
'gui_layouts' +
'last_gui_layout'
-| weechat | layout_buffer | buffer layout |
+| weechat | layout_buffer | layout del buffer |
'plugin_name' (string) +
'buffer_name' (string) +
'number' (integer) +
@@ -742,7 +742,7 @@
|
-
-| weechat | layout_window | window layout |
+| weechat | layout_window | layout della finestra |
'internal_id' (integer) +
'parent_node' (pointer, hdata: "layout_window") +
'split_pct' (integer) +
diff --git a/doc/it/autogen/plugin_api/infolists.txt b/doc/it/autogen/plugin_api/infolists.txt
index 8c859a944..f1f8e9418 100644
--- a/doc/it/autogen/plugin_api/infolists.txt
+++ b/doc/it/autogen/plugin_api/infolists.txt
@@ -48,13 +48,13 @@
| weechat | history | cronologia dei comandi | puntatore al buffer (se non impostato, restituisce la cronologia globale) (opzionale) | -
-| weechat | hook | elenco di hook | hook pointer (optional) | tipo,argomenti (il tipo è comando/timer/.., gli argomenti sono necessari solo per ottenere alcuni hook, (possono iniziare o terminare con "*" come carattere jolly, entrambi sono opzionali)
+| weechat | hook | elenco di hook | puntatore all'hook (opzionale) | tipo,argomenti (il tipo è comando/timer/.., gli argomenti sono necessari solo per ottenere alcuni hook, (possono iniziare o terminare con "*" come carattere jolly, entrambi sono opzionali)
| weechat | hotlist | elenco dei buffer nella hotlist | - | -
| weechat | key | elenco di tasti associati | - | contesto ("default", "search", "cursor" o "mouse") (opzionale)
-| weechat | layout | list of layouts | - | -
+| weechat | layout | elenco dei layout | - | -
| weechat | nicklist | nick nella lista nick per un buffer | puntatore al buffer | nick_xxx o group_xxx per ottenere solo xxx di nick/group (opzionale)
@@ -62,7 +62,7 @@
| weechat | plugin | elenco dei plugin | puntatore al plugin (opzionale) | nome plugin (può iniziare o terminare con "*" come carattere jolly) (opzionale)
-| weechat | proxy | list of proxies | proxy pointer (optional) | proxy name (can start or end with "*" as wildcard) (optional)
+| weechat | proxy | elenco dei proxy | puntatore al proxy (opzionale) | nome del proxy (può iniziare o terminare con "*" come carattere jolly) (opzionale)
| weechat | url_options | opzioni per la URL | - | -
diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt
index 4fb28f03e..dc03b8a16 100644
--- a/doc/it/autogen/user/irc_commands.txt
+++ b/doc/it/autogen/user/irc_commands.txt
@@ -482,7 +482,7 @@ demone2: reindirizza messaggio a questo demone
[[command_irc_query]]
[command]*`query`* invia un messaggio privato ad un nick::
........................................
-/query [-server <server>] <nick>[,<nick>...] [<text>]
+/query [-server <server>] <nick>[,<nick>...] [<testo>]
server: invia a questo server (nome interno)
nick: nick per la conversazione privata
@@ -739,8 +739,8 @@ server: nome server
........................................
/voice <nick> [<nick>...]
-nick: nick or mask (can start or end with "*" as wildcard)
- *: give voice to everybody on channel
+nick: nick o mask (può iniziare o terminare con "*" come carattere jolly)
+ *: concede il voice a tutti sul canale
........................................
[[command_irc_wallchops]]
diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt
index 122fad7ee..d07ee5062 100644
--- a/doc/it/autogen/user/irc_options.txt
+++ b/doc/it/autogen/user/irc_options.txt
@@ -94,7 +94,7 @@
** valori: on, off (valore predefinito: `on`)
* [[option_irc.look.ctcp_time_format]] *irc.look.ctcp_time_format*
-** descrizione: `formato dell'ora in risposta al messaggio CTCP TIME (consultare man strftime per gli specificatori data/ora)`
+** descrizione: `formato dell'ora in risposta al messaggio CTCP TIME (consultare man strftime per i dettagli su data/ora)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"%a, %d %b %Y %T %z"`)
@@ -259,12 +259,12 @@
** valori: on, off (valore predefinito: `on`)
* [[option_irc.look.notify_tags_ison]] *irc.look.notify_tags_ison*
-** descrizione: `comma separated list of tags used in messages displayed by notify when a nick joins or quits server (result of command ison), for example: "notify_message", "notify_private" or "notify_highlight"`
+** descrizione: `elenco separato da virgole di tag usati nei messaggi mostrati dalle notifiche quando un nick entra o esce da un server (risultato del comando ison), ad esempio: "notify_message", "notify_private" o "notify_highlight"`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"notify_message"`)
* [[option_irc.look.notify_tags_whois]] *irc.look.notify_tags_whois*
-** descrizione: `comma separated list of tags used in messages displayed by notify when a nick away status changes (result of command whois), for example: "notify_message", "notify_private" or "notify_highlight"`
+** descrizione: `elenco separato da virgole di tag usati nei messaggi stampati dalle notifiche quando un nick cambia lo stato di assenza (risultato del comando whois), ad esempio: "notify_message", "notify_private" o "notify_highlight"`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"notify_message"`)
@@ -279,7 +279,7 @@
** valori: independent, merge_by_server, merge_all (valore predefinito: `independent`)
* [[option_irc.look.pv_tags]] *irc.look.pv_tags*
-** descrizione: `comma separated list of tags used in private messages, for example: "notify_message", "notify_private" or "notify_highlight"`
+** descrizione: `elenco separato da virgole di tag usati nei messaggi privati, ad esempio: "notify_message", "notify_private" o "notify_highlight"`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"notify_private"`)
@@ -414,7 +414,7 @@
** valori: on, off (valore predefinito: `off`)
* [[option_irc.server_default.autojoin]] *irc.server_default.autojoin*
-** descrizione: `comma separated list of channels to join when connected to server (example: "#chan1,#chan2,#chan3 key1,key2") (note: content is evaluated, see /help eval)`
+** descrizione: `elenco separato da virgole di canali in cui entrare quando si è connessi al server (esempio: "#canale1", #canale2, #canale3 chiave1,chiave2") (nota: il contenuto viene valutato, consultare /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
@@ -454,7 +454,7 @@
** valori: qualsiasi stringa (valore predefinito: `""`)
* [[option_irc.server_default.command]] *irc.server_default.command*
-** descrizione: `command(s) to run when connected to server (many commands should be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval)`
+** descrizione: `comando(i) da eseguire quando si è connessi al server (più comandi vanno separati da ";", usare "\;" per un punto e virgola, le variabili speciali $nick, $canale e $server vengono sostituite dai loro valori) (nota: il contenuto viene valutato, consultare /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
@@ -499,12 +499,12 @@
** valori: qualsiasi stringa (valore predefinito: `""`)
* [[option_irc.server_default.password]] *irc.server_default.password*
-** descrizione: `password for server (note: content is evaluated, see /help eval)`
+** descrizione: `password per il server (nota: il contenuto viene valutato, consultare /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
* [[option_irc.server_default.proxy]] *irc.server_default.proxy*
-** descrizione: `name of proxy used for this server (optional, proxy must be defined with command /proxy)`
+** descrizione: `nome del proxy usato per questo server (opzionale, il proxy deve essere definito con il comando /proxy)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
@@ -519,7 +519,7 @@
** valori: plain, dh-blowfish, dh-aes, external (valore predefinito: `plain`)
* [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password*
-** descrizione: `password for SASL authentication (note: content is evaluated, see /help eval)`
+** descrizione: `password per l'autenticazione SASL (nota: il contenuto viene valutato, consultare /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
@@ -529,7 +529,7 @@
** valori: 1 .. 3600 (valore predefinito: `15`)
* [[option_irc.server_default.sasl_username]] *irc.server_default.sasl_username*
-** descrizione: `username for SASL authentication (note: content is evaluated, see /help eval)`
+** descrizione: `nome utente per l'autenticazione SASL (nota: il contenuto viene valutato, consultare /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
diff --git a/doc/it/autogen/user/logger_commands.txt b/doc/it/autogen/user/logger_commands.txt
index 97fa47998..acea97bc6 100644
--- a/doc/it/autogen/user/logger_commands.txt
+++ b/doc/it/autogen/user/logger_commands.txt
@@ -2,35 +2,35 @@
[command]*`logger`* configurazione del plugin logger::
........................................
/logger list
- set <level>
+ set <livello>
flush
disable
- list: show logging status for opened buffers
- set: set logging level on current buffer
- level: level for messages to be logged (0 = logging disabled, 1 = a few messages (most important) .. 9 = all messages)
- flush: write all log files now
-disable: disable logging on current buffer (set level to 0)
+ list: mostra lo stato del logging per i buffer aperti
+ set: imposta il livello di logging per il buffer corrente
+livello: livello per i messaggi da loggare (0 = disabilitato, 1 = alcuni messaggi (più importanti) .. 9 = tutti i messaggi)
+ flush: scrive immediatamente tutti i file di log
+disable: disabilita il logging sul buffer corrente (imposta livello a 0)
-Options "logger.level.*" and "logger.mask.*" can be used to set level or mask for a buffer, or buffers beginning with name.
+Le opzioni "logger.level.*" e "logger.mask.*" possono essere usate per impostare un livello o una mask per un buffer, o per i buffer che cominciano per nome.
-Log levels used by IRC plugin:
- 1: user message, notice, private
- 2: nick change
- 3: server message
- 4: join/part/quit
- 9: all other messages
+Livelli di log usati dal plugin IRC:
+ 1: messaggio utente, notifica, privato
+ 2: cambio di nick
+ 3: messaggio del server
+ 4: entrata/uscita/abbandono
+ 9: tutti gli altri messaggi
-Examples:
- set level to 5 for current buffer:
+Esempi:
+ imposta il livello 5 per buffer corrente:
/logger set 5
- disable logging for current buffer:
+ disabilita logging per il buffer corrente:
/logger disable
- set level to 3 for all IRC buffers:
+ imposta il livello 3 per tutti i buffer IRC:
/set logger.level.irc 3
- disable logging for main WeeChat buffer:
+ disabilita logging per il buffer principale di WeeChat:
/set logger.level.core.weechat 0
- use a directory per IRC server and a file per channel inside:
+ usa una directory per il server IRC e un file per ogni canale al suo interno:
/set logger.mask.irc "$server/$channel.weechatlog"
........................................
diff --git a/doc/it/autogen/user/relay_options.txt b/doc/it/autogen/user/relay_options.txt
index cba008d27..8a4cd6a26 100644
--- a/doc/it/autogen/user/relay_options.txt
+++ b/doc/it/autogen/user/relay_options.txt
@@ -104,7 +104,7 @@
** valori: 1 .. 1024 (valore predefinito: `5`)
* [[option_relay.network.password]] *relay.network.password*
-** descrizione: `password required by clients to access this relay (empty value means no password required) (note: content is evaluated, see /help eval)`
+** descrizione: `password richiesta dai client per accedere a questo relay (un valore nullo corrisponde a nessuna password richiesta) (nota: il contenuto viene valutato, consultare /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt
index bf64f4dc7..2a9b9ca6b 100644
--- a/doc/it/autogen/user/weechat_commands.txt
+++ b/doc/it/autogen/user/weechat_commands.txt
@@ -1,10 +1,10 @@
[[command_weechat_away]]
-[command]*`away`* set or remove away status::
+[command]*`away`* imposta o elimina lo stato di assenza::
........................................
/away [-all] [<messaggio>]
- -all: set or remove away status on all connected servers
-message: message for away (if no message is given, away status is removed)
+ -all: imposta o elimina lo stato di assenza su tutti i server connessi
+messaggio: messaggio di assenza (se non specificato, lo stato di assenza viene rimosso)
........................................
[[command_weechat_bar]]
@@ -122,24 +122,24 @@ Esempi:
[[command_weechat_color]]
[command]*`color`* definisce gli alias dei colori e visualizza la tavolozza dei colori::
........................................
-/color alias <color> <name>
- unalias <color>
+/color alias <colore> <nome>
+ unalias <colore>
reset
-o
- alias: add an alias for a color
-unalias: delete an alias
- color: color number (greater than or equal to 0, max depends on terminal, commonly 63 or 255)
- name: alias name for color (for example: "orange")
- reset: reset all color pairs (required when no more color pairs are available if automatic reset is disabled, see option weechat.look.color_pairs_auto_reset)
- -o: send terminal/colors info to current buffer as input
+ alias: aggiunge un alias per un colore
+unalias: elimina un alias
+ colore: numero colore (maggiore o ugale a 0, il massimo dipende dal terminale, di solito 63 o 255)
+ nome: nome alias per il colore (ad esempio: "arancione")
+ reset: ripristina tutte le coppie di colore (richiesto quando non ci sono più coppie disponibili se il ripristino automatico è disabilitato, consultare l'opzione weechat.look.color_pairs_auto_reset)
+ -o: invia le informazioni sul terminale/colori su un nuovo buffer.
-Without argument, this command displays colors in a new buffer.
+Senza argomento, il comando mostra i colori in un nuovo buffer.
-Examples:
- add alias "orange" for color 214:
- /color alias 214 orange
- delete color 214:
+Esempi:
+ aggiunge alias "arancione" per il colore 214:
+ /color alias 214 arancione
+ elimina il colore 214:
/color unalias 214
........................................
@@ -206,8 +206,8 @@ infolists: mostra informazioni sulle liste info
[[command_weechat_eval]]
[command]*`eval`* analizza l'espressione e invia il risultato al buffer::
........................................
-/eval [-n] <expression>
- [-n] -c <expression1> <operator> <expression2>
+/eval [-n] <espressione>
+ [-n] -c <espressione1> <operatore> <espressione2>
-n: display result without sending it to buffer (debug mode)
-c: evaluate as condition: use operators and parentheses, return a boolean value ("0" or "1")
@@ -615,44 +615,44 @@ Senza argomento, vengono salvati tutti i file (WeeChat e plugin).
........................................
[[command_weechat_secure]]
-[command]*`secure`* manage secured data (passwords or private data encrypted in file sec.conf)::
+[command]*`secure`* gestione dei dati sensibili (password o file privati cifrati nel file sec.conf)::
........................................
-/secure passphrase <passphrase>|-delete
- decrypt <passphrase>|-discard
- set <name> <value>
- del <name>
+/secure passphrase <chiave di cifratura>|-delete
+ decrypt <chiave di cifratura|-discard
+ set <nome> <valore>
+ del <nome>
-passphrase: change the passphrase (without passphrase, data is stored as plain text in file sec.conf)
- -delete: delete passphrase
- decrypt: decrypt data still encrypted (it happens only if passphrase was not given on startup)
- -discard: discard all data still encrypted
- set: add or change secured data
- del: delete secured data
+passphrase: cambia la chiave di cifratura (senza la chiave di cifratura, i dati vengono salvati in chiaron nel file sec.conf)
+ -delete: elimina la chiave di cifratura
+ decrypt: decifra tutti i dati ancora cifrati (accade solo se la chiave di cifratura non è stata digitata all'avvio)
+ -discard: scarta tutti i dati ancora cifrati
+ set: aggiunge o modifica dati sicuri
+ del: elimina dati sicuri
-Without argument, this command displays secured data in a new buffer.
+Senza argomento, questo comando mostra i dati messi al sicuro in un nuovo buffer.
-When a passphrase is used (data encrypted), it is asked by WeeChat on startup.
-It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade).
+Quando viene usata una chiave di cifratura (dati cifrati), questa viene richiesta da WeeChat all'avvio.
+È possibile impostare la variabile d'ambiente "WEECHAT_PASSPHRASE" per prevenire il prompt (questa stessa variabile viene usata da WeeChat con il comando /upgrade).
-Secured data with format ${sec.data.xxx} can be used in:
- - command line argument "--run-command"
- - options weechat.startup.command_{before|after}_plugins
- - proxy options: username, password
- - irc server options: autojoin, command, password, sasl_{username|password}
- - option relay.network.password
- - command /eval.
+I dati messi al sicuro con il formato ${sec.data.xxx} possono essere usati in questo modo:
+ - argomento della riga di comando "--run-command"
+ - opzioni weechat.startup.command_{before|after}_plugins
+ - opzioni del proxy: nome utente, password
+ - opzioni del server irc: autojoin, comando, password, sasl_{username|password}
+ - opzione relay.network.password
+ - comando /eval.
-Examples:
- set a passphrase:
- /secure passphrase this is my passphrase
- encrypt freenode SASL password:
- /secure set freenode mypassword
+Esempi:
+ imposta una chiave di cifratura:
+ /secure passphrase questa è la mia chiave di cifratura
+ cifra la password SASL di freenode:
+ /secure set freenode miapassword
/set irc.server.freenode.sasl_password "${sec.data.freenode}"
- encrypt oftc password for nickserv:
- /secure set oftc mypassword
+ cifra la password di oftc per nickserv:
+ /secure set oftc miapassword
/set irc.server.oftc.command "/msg nickserv identify ${sec.data.oftc}"
- alias to ghost the nick "mynick":
- /alias ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode}
+ alias per il "ghost" del nick "mionick":
+ /alias ghost /eval /msg -server freenode nickserv ghost mionick ${sec.data.freenode}
........................................
[[command_weechat_set]]
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt
index f39c015ae..e18996ca8 100644
--- a/doc/it/autogen/user/weechat_options.txt
+++ b/doc/it/autogen/user/weechat_options.txt
@@ -24,7 +24,7 @@
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `white`)
* [[option_weechat.color.chat_day_change]] *weechat.color.chat_day_change*
-** descrizione: `text color for message displayed when the day has changed`
+** descrizione: `colore del testo per i messaggi mostrati al cambio di data`
** tipo: colore
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `cyan`)
@@ -559,7 +559,7 @@
** valori: on, off (valore predefinito: `off`)
* [[option_weechat.look.hotlist_prefix]] *weechat.look.hotlist_prefix*
-** descrizione: `text displayed at the beginning of the hotlist`
+** descrizione: `testo mostrato in cima alla hotlist`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"H: "`)
@@ -574,7 +574,7 @@
** valori: group_time_asc, group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc (valore predefinito: `group_time_asc`)
* [[option_weechat.look.hotlist_suffix]] *weechat.look.hotlist_suffix*
-** descrizione: `text displayed at the end of the hotlist`
+** descrizione: `testo mostrato in fondo alla hotlist`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
@@ -629,7 +629,7 @@
** valori: on, off (valore predefinito: `on`)
* [[option_weechat.look.key_bind_safe]] *weechat.look.key_bind_safe*
-** descrizione: `allow only binding of "safe" keys (beginning with a ctrl or meta code)`
+** descrizione: `consente solo l'associazione di tasti "sicuri" (che iniziano con ctrl o alt)`
** tipo: bool
** valori: on, off (valore predefinito: `on`)
@@ -719,7 +719,7 @@
** valori: on, off (valore predefinito: `on`)
* [[option_weechat.look.prefix_error]] *weechat.look.prefix_error*
-** descrizione: `prefix for error messages (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)`
+** descrizione: `prefisso per i messaggi di errore (nota: il contenuto viene valutato, per cui è possibile usare colori con il formato "${color:xxx}", consultare /help eval`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"=!="`)
@@ -809,7 +809,7 @@
** valori: on, off (valore predefinito: `on`)
* [[option_weechat.look.time_format]] *weechat.look.time_format*
-** descrizione: `time format for dates converted to strings and displayed in messages (see man strftime for date/time specifiers)`
+** descrizione: `formato dell'ora per le date convertite in stringhe e mostrate nei messaggi(consultare man strftime per i dettagli su data/ora)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"%a, %d %b %Y %T"`)
@@ -869,12 +869,12 @@
** valori: on, off (valore predefinito: `on`)
* [[option_weechat.startup.command_after_plugins]] *weechat.startup.command_after_plugins*
-** descrizione: `command executed when WeeChat starts, after loading plugins (note: content is evaluated, see /help eval)`
+** descrizione: `comando eseguito all'avvio di WeeChat, dopo il caricamento dei plugin (nota: il contenuto viene valutato, consultare /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
* [[option_weechat.startup.command_before_plugins]] *weechat.startup.command_before_plugins*
-** descrizione: `command executed when WeeChat starts, before loading plugins (note: content is evaluated, see /help eval)`
+** descrizione: `comando eseguito all'avvio di WeeChat, prima del caricamento dei plugin (nota: il contenuto viene valutato, consultare /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
diff --git a/doc/it/autogen/user/xfer_options.txt b/doc/it/autogen/user/xfer_options.txt
index a0711497d..97f088b19 100644
--- a/doc/it/autogen/user/xfer_options.txt
+++ b/doc/it/autogen/user/xfer_options.txt
@@ -99,7 +99,7 @@
** valori: 0 .. 256 (valore predefinito: `20`)
* [[option_xfer.look.pv_tags]] *xfer.look.pv_tags*
-** descrizione: `comma separated list of tags used in private messages, for example: "notify_message", "notify_private" or "notify_highlight"`
+** descrizione: `elenco separato da virgole di tag usati nei messaggi privati, ad esempio: "notify_message", "notify_private" o "notify_highlight"`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"notify_private"`)