mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 15:05:42 +02:00
doc: update italian docs
This commit is contained in:
committed by
Sebastien Helleu
parent
96ecfdd9d1
commit
508d8a1b43
+127
-163
File diff suppressed because it is too large
Load Diff
@@ -632,18 +632,18 @@ def my_process_cb(data, command, rc, out, err):
|
||||
weechat.hook_process("/bin/ls -l /etc", 10 * 1000, "my_process_cb", "")
|
||||
----------------------------------------
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[url_transfer]]
|
||||
URL transfer
|
||||
^^^^^^^^^^^^
|
||||
Trasferimento URL
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
_Novità nella versione 0.3.7._
|
||||
|
||||
To download URL (or post to URL), you have to use function `hook_process`, or
|
||||
`hook_process_hashtable` if you need to set options for URL transfer.
|
||||
Per scaricare un URL (o inviare verso un URL), è necessario usare la funzione
|
||||
`hook_process` oppure `hook_process_hashtable` se ci fosse bisogno di impostare
|
||||
delle opzioni per il trasferimento dell'URL.
|
||||
|
||||
Example of URL transfer without option: the HTML page will be received as "out"
|
||||
in callback (standard output of process):
|
||||
Esempio di trasferimento di un URL senza opzioni: la pagina HTML verrà
|
||||
ricevuta come "out" nella callback (output standard di un processo):
|
||||
|
||||
[source,python]
|
||||
----------------------------------------
|
||||
@@ -662,8 +662,8 @@ weechat.hook_process("url:http://www.kernel.org/kdist/finger_banner",
|
||||
30 * 1000, "kernel_process_cb", "")
|
||||
----------------------------------------
|
||||
|
||||
Example of URL transfer with an option: download latest WeeChat development
|
||||
package in file '/tmp/weechat-devel.tar.gz':
|
||||
Esempio di trasferimento di un URL con un'opzione: scaricare l'ultimo pacchetto
|
||||
di sviluppo di WeeChat nel file '/tmp/weechat-devel.tar.gz':
|
||||
|
||||
[source,python]
|
||||
----------------------------------------
|
||||
@@ -677,8 +677,9 @@ weechat.hook_process_hashtable("url:http://weechat.org/files/src/weechat-devel.t
|
||||
30 * 1000, "my_process_cb", "")
|
||||
----------------------------------------
|
||||
|
||||
For more information about URL transfer and available options, see functions
|
||||
`hook_process` and `hook_process_hashtable` in 'WeeChat Plugin API Reference'.
|
||||
Per maggiori informazioni sul trasferimento degli URL e le opzioni disponibili,
|
||||
consultare le funzioni `hook_process` e `hook_process_hashtable` in 'Referenze
|
||||
API per Plugin'.
|
||||
|
||||
[[config_options]]
|
||||
Configurazione / opzioni
|
||||
|
||||
@@ -94,8 +94,7 @@ compilare WeeChat.
|
||||
| Pacchetto ^(1)^ | Versione | Richiesto | Caratteristica
|
||||
| cmake | | *sì* | compilazione (ancora possibile con autotools, ma si raccomanda cmake)
|
||||
| libncursesw5-dev ^(2)^ | | *sì* | interfaccia ncurses
|
||||
// TRANSLATION MISSING
|
||||
| libcurl4-xxxxx-dev | | *sì* | URL transfer
|
||||
| libcurl4-xxxxx-dev | | *sì* | trasferimento URL
|
||||
| gettext | | | internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese)
|
||||
| libgcrypt11-dev | | | autenticazione SASL per i server IRC che utilizzano il meccanismo DH-BLOWFISH
|
||||
| libgnutls-dev | ≥ 2.2.0 | | connessione SSL al server IRC
|
||||
@@ -116,9 +115,9 @@ compilare WeeChat.
|
||||
potrebbero essere differenti in versioni e distribuzioni differenti. +
|
||||
^(2)^ WeeChat può essere compilato con libncurses5-dev, ma *NON* è raccomandato
|
||||
(potrebbero verificarsi bug di visualizzazione). +
|
||||
// TRANSLATION MISSING
|
||||
^(3)^ WeeChat can compile with Python 3.x, but recommended Python version is 2.7
|
||||
(all scripts run fine with version 2.x, but not with version 3.x).
|
||||
^(3)^ WeeChat può compilare con Python 3.x, ma si raccomanda di usare la
|
||||
versione 2.7 (tutti gli script vengono eseguiti correttamente con la versione
|
||||
2.x, ma non con la 3.x).
|
||||
|
||||
[[compile_with_cmake]]
|
||||
Compilazione con cmake
|
||||
@@ -1617,7 +1616,7 @@ personalizzare:
|
||||
| messaggio | alias | descrizione
|
||||
| error | | errore
|
||||
| invite | | invitato su un canale
|
||||
| join | | channel join
|
||||
| join | | ingresso nel canale
|
||||
| kick | | kick
|
||||
| kill | | kill
|
||||
| mode | | mode
|
||||
@@ -1626,8 +1625,7 @@ personalizzare:
|
||||
| quit | | quit
|
||||
| topic | | topic
|
||||
| wallops | | wallops
|
||||
// TRANSLATION MISSING
|
||||
| | ctcp | ctcp (sent or received, in a privmsg or notice message)
|
||||
| | ctcp | ctcp (inviato o ricevuto, in un messaggio privato o di notifica)
|
||||
| 221 | | stringa modalità utente
|
||||
| 275 | whois | whois (connessione sicura)
|
||||
| 301 | whois | whois (assente)
|
||||
|
||||
Reference in New Issue
Block a user