From bbb2515b0e34671ec25befdd95e0df38e42557d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 15 Aug 2024 16:49:31 +0200 Subject: [PATCH] doc/faq: add command to set "size_max" for nicklist when bar is moved to top --- doc/de/weechat_faq.de.adoc | 2 ++ doc/en/weechat_faq.en.adoc | 2 ++ doc/es/weechat_faq.es.adoc | 2 ++ doc/fr/weechat_faq.fr.adoc | 2 ++ doc/it/weechat_faq.it.adoc | 2 ++ doc/ja/weechat_faq.ja.adoc | 2 ++ doc/pl/weechat_faq.pl.adoc | 2 ++ doc/sr/weechat_faq.sr.adoc | 2 ++ 8 files changed, 16 insertions(+) diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index 79aa6f946..dbda73c86 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -338,6 +338,7 @@ die Benutzerliste am oberen oder unteren Rand des WeeChat-Bildschirmes zu positi ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- [[urls]] @@ -351,6 +352,7 @@ Um URLs einfacher zu öffnen, können alternativ folgende Optionen gesetzt werde ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- * Die Ausrichtung bei einem Zeilenumbruch innerhalb eines Wortes deaktivieren. diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 9a19ee28d..4eeb3a0f4 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -319,6 +319,7 @@ Another solution is to move nicklist to top or bottom, for example: ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- [[urls]] @@ -332,6 +333,7 @@ To make opening URLs easier, you can: ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- * disable alignment for multiline words: diff --git a/doc/es/weechat_faq.es.adoc b/doc/es/weechat_faq.es.adoc index f31a7ab59..ac7ba7ce7 100644 --- a/doc/es/weechat_faq.es.adoc +++ b/doc/es/weechat_faq.es.adoc @@ -332,6 +332,7 @@ Otra solución es mover la lista de apodos a la parte superior o inferior, por e ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- [[urls]] @@ -346,6 +347,7 @@ Para abrir direcciones URL más fácilmente, puede: ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- * inhabilitar la alineación de palabras multilínea: diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index 3d42f0e30..a17da01bb 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -331,6 +331,7 @@ exemple : ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- [[urls]] @@ -344,6 +345,7 @@ Pour rendre le clic d'URL plus facile, vous pouvez : ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- * désactiver l'alignement pour les mots sur plusieurs lignes : diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index 5dcf583af..5a093c0fb 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -354,6 +354,7 @@ Un'altra soluzione è spostare la lista nick in alto o in basso, per esempio: ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- [[urls]] @@ -370,6 +371,7 @@ To make opening URLs easier, you can: ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- // TRANSLATION MISSING diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc index 854478fe7..f11cf0649 100644 --- a/doc/ja/weechat_faq.ja.adoc +++ b/doc/ja/weechat_faq.ja.adoc @@ -325,6 +325,7 @@ kbd:[Ctrl] + kbd:[Alt] + マウス選択です。 ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- [[urls]] @@ -339,6 +340,7 @@ URL を簡単にクリックできるようにするには、以下を試して ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- * 複数行に渡る単語の整列を無効化します: diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index 8993cab7b..c87dc53b6 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -317,6 +317,7 @@ Innym rozwiązaniem jest przesunięcie listy nicków na górę lub dół, na prz ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- [[urls]] @@ -330,6 +331,7 @@ Możesz użyć prostego trybu wyświetlania (domyślnie: kbd:[Alt+l] (`L`)). ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- * wyłączyć wyrównanie dla wieloliniowych słów: diff --git a/doc/sr/weechat_faq.sr.adoc b/doc/sr/weechat_faq.sr.adoc index 3319ec81a..03eed6268 100644 --- a/doc/sr/weechat_faq.sr.adoc +++ b/doc/sr/weechat_faq.sr.adoc @@ -268,6 +268,7 @@ _прозор_ је површина екрана која приказује б ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- [[urls]] @@ -281,6 +282,7 @@ _прозор_ је површина екрана која приказује б ---- /set weechat.bar.nicklist.position top +/set weechat.bar.nicklist.size_max 8 ---- * искључите поравнање за речи које се простиру на више линија: