diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 17:19:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 17:19:14 +0100 |
commit | 785066832761966676d5382b047b9e2ef2d1c045 (patch) | |
tree | a322394f3385e951a77bdc935addc008fb6387f0 /doc/it/autogen/user | |
parent | daee18621e752a1047337acbfd56e3d40d12976f (diff) | |
download | weechat-785066832761966676d5382b047b9e2ef2d1c045.zip |
Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 10 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 7 |
2 files changed, 12 insertions, 5 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index afa831aed..ce238f246 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -320,20 +320,22 @@ Questo comando esegue nuovamente un binario WeeChat, perciò deve essere stato compilato o installato con un gestore di pacchetti prima di eseguire questo comando. ........................................ -• *`/uptime`* `[-o]`:: +• *`/uptime`* `[-o | -ol]`:: ........................................ mostra l'uptime di WeeChat - -o: invia l'uptime al buffer corrente come input + -o: send uptime to current buffer as input (english string) + -ol: send uptime to current buffer as input (translated string) ........................................ -• *`/version`* `[-o]`:: +• *`/version`* `[-o | -ol]`:: ........................................ mostra la versione e la data di compilazione di WeeChat - -o: invia versione al buffer corrente come input + -o: send version to current buffer as input (english string) + -ol: send version to current buffer as input (translated string) ........................................ • *`/wait`* `numero[unità] comando`:: diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index c248ef517..5996a6413 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -364,7 +364,7 @@ ** valori: none, highlight, message, all (valore predefinito: all) * *weechat.look.buffer_time_format* -** descrizione: formato dell'ora per i buffer +** descrizione: time format for each line displayed in buffers ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: "%H:%M:%S") @@ -553,6 +553,11 @@ ** tipo: bool ** valori: on, off (valore predefinito: on) +* *weechat.look.time_format* +** descrizione: time format for dates converted to strings and displayed in messages +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: "%a, %d %b %Y %T") + * *weechat.network.gnutls_ca_file* ** descrizione: file contenente le autorità dei certificati ** tipo: stringa |