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/weechat_scripting.it.txt | |
parent | fb78fe4e445a61934b9cdba6a183bfc8d64a25bd (diff) | |
download | weechat-07727a97c97100b46e895ce079d49a8d6db0d0ee.zip |
doc: update italian translations and docs
Diffstat (limited to 'doc/it/weechat_scripting.it.txt')
-rw-r--r-- | doc/it/weechat_scripting.it.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/it/weechat_scripting.it.txt b/doc/it/weechat_scripting.it.txt index 912c10552..341b13f48 100644 --- a/doc/it/weechat_scripting.it.txt +++ b/doc/it/weechat_scripting.it.txt @@ -17,9 +17,8 @@ Introduzione WeeChat (Wee Enhanced Environment for Chat) è un client di chat libero, veloce e leggero, realizzato per molti sistemi operativi. -// TRANSLATION MISSING -This manual documents way to write scripts for WeeChat, using one of supported -script languages: +Questo manuale documenta come scrivere script per WeeChat, usando uno dei +linguaggi di scripting supportati: * python * perl @@ -72,11 +71,10 @@ Tcl Guile (scheme) ^^^^^^^^^^^^^^ -// TRANSLATION MISSING -* Functions are called with `(weechat:xxx arg1 arg2 ...)` -* Following functions take one list of arguments (instead of many arguments - for other functions), because number of arguments exceed number of allowed - arguments in Guile: +* Le funzioni sono chiamate con `(weechat:xxx arg1 arg2 ...)` +* Le seguenti funzioni prendono un elenco di argomenti (invece di più argomenti + come per le altre funzioni), poiché il numero di argomenti eccede il numero + di argomenti consentiti in Guile: ** config_new_section ** config_new_option ** bar_new |