diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-11 19:08:49 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-11 19:08:49 +0100 |
commit | dcd7ff81b363498cd2d89d45410f1992fa35de7e (patch) | |
tree | 92b85827717338b2dbcbc59d45bb9f4b14cebed9 /doc/it/autogen/user | |
parent | 58f1403414f4868c6f5888c476852a60ab976ef4 (diff) | |
download | weechat-dcd7ff81b363498cd2d89d45410f1992fa35de7e.zip |
core: update translations
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 88 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 10 |
2 files changed, 55 insertions, 43 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index bb58e71c2..bcab907d7 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -65,60 +65,62 @@ Examples: ---- /buffer list - clear [<numero>|<nome>|-merged|-all] - move|merge <numero> - swap <numero1>|<nome1> [<numero2>|<nome2>] - unmerge [<numero>|-all] - close [<n1>[-<n2>]|<nome>] - notify <livello> + clear [<number>|<name>|-merged|-all] + move|merge <number> + swap <number1>|<name1> [<number2>|<name2>] + unmerge [<number>|-all] + renumber [<number1> [<number2> [<start>]]] + close [<n1>[-<n2>]|<name>] + notify <level> localvar - set <proprietà> <valore> - get <proprietà> - <numero>|<nome> - - list: elenca i buffer (senza argomento viene mostrata questa lista) - clear: pulisce il contenuto del buffer (numero per un buffer, -merged per i buffer incollati, -all per tutti i buffer o nessun parametro per quello corrente) - move: sposta il buffer nella lista (può essere relativo, ad esempio -1) - swap: scambia due buffer (scambia con il buffer corrente se viene specificato solo il nome/numero) - merge: unisce il buffer corrente ad un altro (l'area di chat risulterà un mix di entrambi) - (la combinazione predefinita ctrl-x alterna tra i buffer incollati) - unmerge: stacca il buffer dagli altri che hanno lo stesso numero - close: chiude buffer (numero/serie oppure nome sono opzionali) - notify: imposta il livello di notifica per il buffer corrente: questo livello determina se il buffer deve essere aggiunto alla hotlist oppure no: - none: mai - highlight: solo per le notifiche - message: messaggi dagli utenti + notifiche - all: tutti i messaggi - reset: ripristina al valore predefinito (tutto) -localvar: visualizza le variabili locali per il buffer corrente - set: imposta una proprietà per il buffer corrente - get: mostra una proprietà del buffer corrente - numero: passa al buffer per numero, prefisso possibile: - '+': passaggio relativo, aggiunge un numero a quello corrente - '-': passaggio relativo, sottrae un numero a quello corrente - '*': passa al numero, usando l'opzione "weechat.look.jump_current_to_previous_buffer" - nome: passa al buffer tramite nome (parziale) + set <property> <value> + get <property> + <number>|<name> + + list: list buffers (without argument, this list is displayed) + clear: clear buffer content (number for a buffer, -merged for merged buffers, -all for all buffers, or nothing for current buffer) + move: move buffer in the list (may be relative, for example -1) + swap: swap two buffers (swap with current buffer if only one number/name given) + merge: merge current buffer to another buffer (chat area will be mix of both buffers) + (by default ctrl-x switches between merged buffers) + unmerge: unmerge buffer from other buffers which have same number +renumber: renumber buffers (works only if option weechat.look.buffer_auto_renumber is off) + close: close buffer (number/range or name is optional) + notify: set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: + none: never + highlight: for highlights only + message: for messages from users + highlights + all: all messages + reset: reset to default value (all) +localvar: display local variables for current buffer + set: set a property for current buffer + get: display a property of current buffer + number: jump to buffer by number, possible prefix: + '+': relative jump, add number to current + '-': relative jump, sub number to current + '*': jump to number, using option "weechat.look.jump_current_to_previous_buffer" + name: jump to buffer by (partial) name -Esempi: - pulisce il buffer corrente: +Examples: + clear current buffer: /buffer clear - sposta il buffer al numero 5: + move buffer to number 5: /buffer move 5 - scambia il buffer 1 con il 3: + swap buffer 1 with 3: /buffer swap 1 3 - scambia il buffer #weechat con quello corrente: + swap buffer #weechat with current buffer: /buffer swap #weechat - unisce con il buffer core: + merge with core buffer: /buffer merge 1 - stacca il buffer: + unmerge buffer: /buffer unmerge - chiude il buffer corrente: + close current buffer: /buffer close - chiude i buffer da 5 a 7: + close buffers 5 to 7: /buffer close 5-7 - passa a #weechat: + jump to #weechat: /buffer #weechat - passa al buffer successivo: + jump to next buffer: /buffer +1 ---- diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 5b7a942a2..d63e84b34 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -408,11 +408,21 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"--"`) +* [[option_weechat.look.buffer_auto_renumber]] *weechat.look.buffer_auto_renumber* +** descrizione: `automatically renumber buffers to have only consecutive numbers and start with number 1; if disabled, gaps between buffer numbers are allowed and the first buffer can have a number greater than 1` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + * [[option_weechat.look.buffer_notify_default]] *weechat.look.buffer_notify_default* ** descrizione: `livello predefinito di notifica per i buffer (usato per comunicare a WeeChat se il buffer deve essere visualizzato nella hotlist oppure no, a seconda dell'importanza del messaggio): all: tutti i messaggi (predefinito), message=messaggi+notifiche, highlight=solo notifiche, none=non viene mai visualizzato nella hotlist` ** tipo: intero ** valori: none, highlight, message, all (valore predefinito: `all`) +* [[option_weechat.look.buffer_position]] *weechat.look.buffer_position* +** descrizione: `position of a new buffer: end = after the end of list (number = last number + 1) (default), first_gap = at first available number in the list (after the end of list if no number is available); this option is used only if the buffer has no layout number` +** tipo: intero +** valori: end, first_gap (valore predefinito: `end`) + * [[option_weechat.look.buffer_search_case_sensitive]] *weechat.look.buffer_search_case_sensitive* ** descrizione: `default text search in buffer: case sensitive or not` ** tipo: bool |