diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_options.txt | 7 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 |
4 files changed, 21 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index 9a8bee296..9d7aa47d9 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -328,6 +328,11 @@ ** Typ: integer ** Werte: 0 .. 2147483647 (Standardwert: `4096`) +* *weechat.history.max_minutes* +** Beschreibung: `maximum number of minutes in history per buffer (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)` +** Typ: integer +** Werte: 0 .. 2147483647 (Standardwert: `0`) + * *weechat.history.max_visited_buffers* ** Beschreibung: `maximale Anzahl an besuchten Buffern welche im Speicher gehalten werden sollen` ** Typ: integer diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 056f1d811..3ed8e3929 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -328,6 +328,11 @@ ** type: integer ** values: 0 .. 2147483647 (default value: `4096`) +* *weechat.history.max_minutes* +** description: `maximum number of minutes in history per buffer (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)` +** type: integer +** values: 0 .. 2147483647 (default value: `0`) + * *weechat.history.max_visited_buffers* ** description: `maximum number of visited buffers to keep in memory` ** type: integer diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index 3be4bf6da..106dc7a37 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -324,10 +324,15 @@ ** valeurs: 0 .. 2147483647 (valeur par défaut: `100`) * *weechat.history.max_lines* -** description: `nombre maximum de lignes dans l'historique (0 = sans limite)` +** description: `nombre maximum de lignes dans l'historique par tampon (0 = sans limite)` ** type: entier ** valeurs: 0 .. 2147483647 (valeur par défaut: `4096`) +* *weechat.history.max_minutes* +** description: `nombre maximum de minutes dans l'historique par tampon (0 = sans limite, exemples: 1440 = une journée, 10080 = une semaine, 43200 = un mois, 525600 = une année)` +** type: entier +** valeurs: 0 .. 2147483647 (valeur par défaut: `0`) + * *weechat.history.max_visited_buffers* ** description: `nombre maximum de tampons visités à garder en mémoire` ** type: entier diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index bb1b41f9f..ac27669a2 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -328,6 +328,11 @@ ** tipo: intero ** valori: 0 .. 2147483647 (valore predefinito: `4096`) +* *weechat.history.max_minutes* +** descrizione: `maximum number of minutes in history per buffer (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)` +** tipo: intero +** valori: 0 .. 2147483647 (valore predefinito: `0`) + * *weechat.history.max_visited_buffers* ** descrizione: `numero massimo di buffer visitati da memorizzare` ** tipo: intero |