summaryrefslogtreecommitdiff
path: root/doc/it/weechat_scripting.it.txt
diff options
context:
space:
mode:
authorMarco Paolone <marcopaolone@gmail.com>2011-11-17 13:32:28 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-11-17 13:32:28 +0100
commit07727a97c97100b46e895ce079d49a8d6db0d0ee (patch)
treebeeab8bb437826b1bcf4cfc42af3423dcb1d54d4 /doc/it/weechat_scripting.it.txt
parentfb78fe4e445a61934b9cdba6a183bfc8d64a25bd (diff)
downloadweechat-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.txt14
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