diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-21 16:39:13 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-21 16:39:13 +0100 |
commit | 97048d57fc9a52817e0a4c59b215162ac986aab4 (patch) | |
tree | 9a8e67049889d34e9092c7eee1a9be068f566c83 /doc/it/weechat_plugin_api.it.txt | |
parent | bee3f511c218b5ef30e2108cdf13f66765cdd43c (diff) | |
download | weechat-97048d57fc9a52817e0a4c59b215162ac986aab4.zip |
Update italian translations and docs
Diffstat (limited to 'doc/it/weechat_plugin_api.it.txt')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index c7e94b5a4..285a69768 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8947,8 +8947,7 @@ weechat_buffer_match_list _Novità nella versione 0.3.5._ -// TRANSLATION MISSING -Check if buffer matches a list of buffers. +Verifica se il buffer corrisponde ad una lista di buffer. Prototipo: @@ -8960,16 +8959,14 @@ int weechat_buffer_match_list (struct t_gui_buffer *buffer, const char *string); Argomenti: * 'buffer': puntatore al buffer -// TRANSLATION MISSING -* 'string': comma-separated list of buffers: -** "*" means all buffers -** name beginning with "!" is excluded -** name can start or end with "*" to match many buffers +* 'string': elenco separato da virgole di buffer: +** "*" indica tutti i buffer +** il nome preceduto da "!" viene escluso +** il nome può iniziare o terminare con "*" per corrispondere a più buffer Valore restituito: -// TRANSLATION MISSING -* 1 if buffer matches list of buffers, 0 otherwise +* 1 se il buffer coincide con la lista, altrimenti 0 Esempio in C: |