diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 22 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 22 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_options.txt | 20 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 22 |
4 files changed, 83 insertions, 3 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index 90499d3bc..bf6242e05 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -323,6 +323,26 @@ ** Typ: integer ** Werte: time, buffer, prefix, suffix, message (Standardwert: `message`) +* *weechat.look.bar_more_down* +** Beschreibung: `string displayed when bar can be scrolled down (for bars with filling different from "horizontal")` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"++"`) + +* *weechat.look.bar_more_left* +** Beschreibung: `string displayed when bar can be scrolled to the left (for bars with filling "horizontal")` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"<<"`) + +* *weechat.look.bar_more_right* +** Beschreibung: `string displayed when bar can be scrolled to the right (for bars with filling "horizontal")` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `">>"`) + +* *weechat.look.bar_more_up* +** Beschreibung: `string displayed when bar can be scrolled up (for bars with filling different from "horizontal")` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"--"`) + * *weechat.look.buffer_notify_default* ** Beschreibung: `Standardeinstellung der Benachrichtigungsstufe für Buffer (dies wird genutzt um WeeChat mitzuteilen ob der Buffer in der Hotlist angezeigt werden soll oder nicht, entsprechend der Wichtigkeit der Nachricht): all=alle Nachrichten (Standard), message=Nachrichten+Highlights, highlights=nur Highlights, none=Hotlist wird niemals angezeigt.` ** Typ: integer @@ -459,7 +479,7 @@ ** Werte: 0 .. 65535 (Standardwert: `32`) * *weechat.look.item_buffer_filter* -** Beschreibung: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter"` +** Beschreibung: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter")` ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"*"`) diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 76726828c..efb8c75d2 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -323,6 +323,26 @@ ** type: integer ** values: time, buffer, prefix, suffix, message (default value: `message`) +* *weechat.look.bar_more_down* +** description: `string displayed when bar can be scrolled down (for bars with filling different from "horizontal")` +** type: string +** values: any string (default value: `"++"`) + +* *weechat.look.bar_more_left* +** description: `string displayed when bar can be scrolled to the left (for bars with filling "horizontal")` +** type: string +** values: any string (default value: `"<<"`) + +* *weechat.look.bar_more_right* +** description: `string displayed when bar can be scrolled to the right (for bars with filling "horizontal")` +** type: string +** values: any string (default value: `">>"`) + +* *weechat.look.bar_more_up* +** description: `string displayed when bar can be scrolled up (for bars with filling different from "horizontal")` +** type: string +** values: any string (default value: `"--"`) + * *weechat.look.buffer_notify_default* ** description: `default notify level for buffers (used to tell WeeChat if buffer must be displayed in hotlist or not, according to importance of message): all=all messages (default), message=messages+highlights, highlight=highlights only, none=never display in hotlist` ** type: integer @@ -459,7 +479,7 @@ ** values: 0 .. 65535 (default value: `32`) * *weechat.look.item_buffer_filter* -** description: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter"` +** description: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter")` ** type: string ** values: any string (default value: `"*"`) diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index db729655f..8bb1a2bed 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -323,6 +323,26 @@ ** type: entier ** valeurs: time, buffer, prefix, suffix, message (valeur par défaut: `message`) +* *weechat.look.bar_more_down* +** description: `chaîne affichée quand la barre peut être défilée vers le bas (pour les barres avec un remplissage différent de "horizontal")` +** type: chaîne +** valeurs: toute chaîne (valeur par défaut: `"++"`) + +* *weechat.look.bar_more_left* +** description: `chaîne affichée quand la barre peut être défilée vers la gauche (pour les barres avec un remplissage "horizontal")` +** type: chaîne +** valeurs: toute chaîne (valeur par défaut: `"<<"`) + +* *weechat.look.bar_more_right* +** description: `chaîne affichée quand la barre peut être défilée vers la droite (pour les barres avec un remplissage "horizontal")` +** type: chaîne +** valeurs: toute chaîne (valeur par défaut: `">>"`) + +* *weechat.look.bar_more_up* +** description: `chaîne affichée quand la barre peut être défilée vers le haut (pour les barres avec un remplissage différent de "horizontal")` +** type: chaîne +** valeurs: toute chaîne (valeur par défaut: `"--"`) + * *weechat.look.buffer_notify_default* ** description: `niveau de notification par défaut pour les tampons (utilisé pour dire à WeeChat si le tampon doit être affiché dans la hotlist ou non, selon l'importance du message): all=tous les messages (par défaut), message=messages+highlights, highlight=highlights seulement, none=ne jemais afficher dans la hotlist` ** type: entier diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 8769ad8e9..f283c524b 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -323,6 +323,26 @@ ** tipo: intero ** valori: time, buffer, prefix, suffix, message (valore predefinito: `message`) +* *weechat.look.bar_more_down* +** descrizione: `string displayed when bar can be scrolled down (for bars with filling different from "horizontal")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"++"`) + +* *weechat.look.bar_more_left* +** descrizione: `string displayed when bar can be scrolled to the left (for bars with filling "horizontal")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"<<"`) + +* *weechat.look.bar_more_right* +** descrizione: `string displayed when bar can be scrolled to the right (for bars with filling "horizontal")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `">>"`) + +* *weechat.look.bar_more_up* +** descrizione: `string displayed when bar can be scrolled up (for bars with filling different from "horizontal")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"--"`) + * *weechat.look.buffer_notify_default* ** descrizione: `livello predefinito di notifica per i buffer (utilizzato 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+eventi, highlight=solo eventi, none=non viene mai visualizzato nella hotlist` ** tipo: intero @@ -459,7 +479,7 @@ ** valori: 0 .. 65535 (valore predefinito: `32`) * *weechat.look.item_buffer_filter* -** descrizione: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter"` +** descrizione: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter")` ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"*"`) |