diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-16 11:29:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-16 11:29:03 +0100 |
commit | 39be4e3387b5e49a6e67534f3e3078c205e166ca (patch) | |
tree | 39e708aa39f0f8c64c5edffecbb1187a0f3c9d8d /doc | |
parent | 20a70c80f8f0dc188c2281642102290fb0460192 (diff) | |
download | weechat-39be4e3387b5e49a6e67534f3e3078c205e166ca.zip |
core: add bare display mode (for easy text selection and click on URLs)
New key: alt+"!", to swith to bare display (same key to come back to
standard display).
New options:
- weechat.look.bare_display_exit_on_input (default: on): by default
any changes in input will return to standard display
- weechat.look.bare_display_time_format (default: "%H:%M"): the format
of time used in bare display.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc.conf | 4 | ||||
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 80 | ||||
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 10 | ||||
-rw-r--r-- | doc/de/weechat_user.de.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 10 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 1 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_options.txt | 10 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 1 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 10 | ||||
-rw-r--r-- | doc/it/weechat_user.it.txt | 2 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.txt | 80 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_options.txt | 10 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.txt | 2 | ||||
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.txt | 102 | ||||
-rw-r--r-- | doc/pl/autogen/user/weechat_options.txt | 10 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.txt | 2 |
19 files changed, 212 insertions, 130 deletions
diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf index 39d89d36f..cb83ea49c 100644 --- a/doc/asciidoc.conf +++ b/doc/asciidoc.conf @@ -7,7 +7,7 @@ key\[(ctrl|alt|shift)\]=<span class="key \1">\1</span> key\[(ctrl|alt|shift)-\]=<span class="key \1">\1</span><span class="keyplus">+</span> key\[(ctrl|alt|shift)-([^\]]+)\]=<span class="key \1">\1</span><span class="keyplus">+</span>key[\2] key\[l\]=<span class="key">l</span><span class="keyplus"> (L)</span> -key\[([A-Za-z0-9/_&\=])\]=<span class="key">\1</span> -key\[([a-z0-9/_&\=][^\]]*)\]=<span class="key">\1</span> +key\[([A-Za-z0-9/_&\=!])\]=<span class="key">\1</span> +key\[([a-z0-9/_&\=!][^\]]*)\]=<span class="key">\1</span> key\[([^\]]+)\]=<span class="key other">\1</span> hex\[([0-9a-fA-F]+)\]=<span class="hexa">\1</span> diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 248ca90c5..ced40429c 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -869,49 +869,51 @@ Beispiele: scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>] swap [-window <number>] [up|down|left|right] zoom[-window <number>] - - list: listet die geöffneten Fenster (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben) - -1: springt zum vorherigen Fenster - +1: springt zum nächsten Fenster - b#: springt zum nächsten Fenster, welches die Buffer Nummer # besitzt - up: wechselt zum Fenster über dem aktuellen - down: wechselt zum Fenster unter dem aktuellen - left: wechselt zum linken Fenster - right: wechselt zum rechten Fenster - number: Nummer des Fensters (siehe /window list) - splith: teilt das aktuelle Fenster horizontal - splitv: teilt das aktuelle Fenster vertikal - resize: verändert die Größe des aktuellen Fensters. Die neue Größe des Fensters ist prozentual <pct> zum Stammfensters groß - balance: passt die Größe aller Fenster an - merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen) - page_up: scrollt eine Seite nach oben - page_down: scrollt eine Seite nach unten - refresh: Seite wird neu aufgebaut - scroll: scrollt eine Anzahl an Zeilen (+/-N) oder zu einer angegebenen Zeit: s=Sekunden, m=Minuten, h=Stunden, d=Tage, M=Monate, y=Jahre - scroll_horiz: scrollt horizontal eine Anzahl an Spalten (+/-N) oder prozentual von der Fenstergröße ausgehend (dieses scrolling ist nur in Buffern möglich die über einen freien Inhalt verfügen) - scroll_up: scrollt ein paar Zeilen nach oben - scroll_down: scrollt ein paar Zeilen nach unten - scroll_top: scrollt zum Anfang des Buffers -scroll_bottom: scrollt zum Ende des Buffers -scroll_beyond_end: scrollt über das Ende des Buffers hinaus -scroll_previous_highlight: scrollt zum vorherigen Hightlight -scroll_next_highlight: scrollt zum nächsten Highlight -scroll_unread: springt zur ersten ungelesenen Zeile in einem Buffer - swap: tauscht die Buffer von zwei Fenstern (mit optionaler Angabe für das Zielfenster) - zoom: vergrößert ein Fenster auf 100% - -Bei splith und splitv gibt "pct" die neue Größe des Fensters im Verhältnis zur aktuellen Größe an. Zum Beispiel würde ein Wert von 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters besitzt. - -Beispiele: - springt zum Fenster mit dem Buffer #1: + bare [<delay>] + + list: list opened windows (without argument, this list is displayed) + -1: jump to previous window + +1: jump to next window + b#: jump to next window displaying buffer number # + up: switch to window above current one + down: switch to window below current one + left: switch to window on the left + right: switch to window on the right + number: window number (see /window list) + splith: split current window horizontally + splitv: split current window vertically + resize: resize window size, new size is <pct> percentage of parent window + balance: balance the sizes of all windows + merge: merge window with another (all = keep only one window) + page_up: scroll one page up + page_down: scroll one page down + refresh: refresh screen + scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years + scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content) + scroll_up: scroll a few lines up + scroll_down: scroll a few lines down + scroll_top: scroll to top of buffer +scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer +scroll_previous_highlight: scroll to previous highlight +scroll_next_highlight: scroll to next highlight +scroll_unread: scroll to unread marker + swap: swap buffers of two windows (with optional direction for target window) + zoom: zoom on window + bare: toggle bare display (with optional delay in milliseconds for automatic return to standard display mode) + +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 + +Examples: + jump to window displaying buffer #1: /window b1 - scrollt zwei Zeilen hoch: + scroll 2 lines up: /window scroll -2 - scrollt zwei Tage hoch: /window scroll -2d + scroll 2 days up: /window scroll -2d - scrollt zum Beginn des aktuellen Tages: + scroll to beginning of current day: /window scroll -d - Fenster #2 wird vergrößert: + zoom on window #2: /window zoom -window 2 ---- diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index 364b7fd48..9f5b4f835 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -408,6 +408,16 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"--"`) +* [[option_weechat.look.bare_display_exit_on_input]] *weechat.look.bare_display_exit_on_input* +** Beschreibung: `exit the bare display mode on any changes in input` +** Typ: boolesch +** Werte: on, off (Standardwert: `on`) + +* [[option_weechat.look.bare_display_time_format]] *weechat.look.bare_display_time_format* +** Beschreibung: `time format in bare display mode (see man strftime for date/time specifiers)` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"%H:%M"`) + * [[option_weechat.look.buffer_auto_renumber]] *weechat.look.buffer_auto_renumber* ** Beschreibung: `automatisches nummerieren von Buffern um ausschließlich eine aufeinander folgende Durchnummerierung zu besitzen, die bei 1 beginnt; ist diese Option deaktiviert sind Lücken zwischen den Buffern möglich und der erste Buffer muss nicht mit der Zahl 1 beginnen` ** Typ: boolesch diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index fb788e026..977acb5e0 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -1025,6 +1025,8 @@ Befehl festgelegt werden: | key[alt-]key[>] | springt zum nächsten besuchten Buffer | `/input jump_next_visited_buffer` | key[alt-/] | wechselt zum jeweils zuletzt angezeigten Buffern | `/input jump_last_buffer_displayed` | key[alt-=] | schaltet Filterfunktion an/aus | `/filter toggle` +// TRANSLATION MISSING +| key[alt-!] | Toggle bare display on/off | `/window bare` |=== [[key_bindings_search_context]] diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 92b0be1a8..dc01d6dd1 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -869,6 +869,7 @@ Examples: scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>] swap [-window <number>] [up|down|left|right] zoom[-window <number>] + bare [<delay>] list: list opened windows (without argument, this list is displayed) -1: jump to previous window @@ -899,6 +900,7 @@ scroll_next_highlight: scroll to next highlight scroll_unread: scroll to unread marker swap: swap buffers of two windows (with optional direction for target window) zoom: zoom on window + bare: toggle bare display (with optional delay in milliseconds for automatic return to standard display mode) For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 751ed7be3..013d195c8 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -408,6 +408,16 @@ ** type: string ** values: any string (default value: `"--"`) +* [[option_weechat.look.bare_display_exit_on_input]] *weechat.look.bare_display_exit_on_input* +** description: `exit the bare display mode on any changes in input` +** type: boolean +** values: on, off (default value: `on`) + +* [[option_weechat.look.bare_display_time_format]] *weechat.look.bare_display_time_format* +** description: `time format in bare display mode (see man strftime for date/time specifiers)` +** type: string +** values: any string (default value: `"%H:%M"`) + * [[option_weechat.look.buffer_auto_renumber]] *weechat.look.buffer_auto_renumber* ** description: `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` ** type: boolean diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index d6d61c031..28053323c 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -1012,6 +1012,7 @@ The notify level for a buffer can be set with command `/buffer`: | key[alt-]key[>] | Switch to next buffer in list of visited buffers | `/input jump_next_visited_buffer` | key[alt-/] | Switch to last buffer displayed (before last jump to a buffer) | `/input jump_last_buffer_displayed` | key[alt-=] | Toggle filters on/off | `/filter toggle` +| key[alt-!] | Toggle bare display on/off | `/window bare` |=== [[key_bindings_search_context]] diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index e9af356b6..497403da0 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -869,6 +869,7 @@ Exemples: scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <numéro>] swap [-window <numéro>] [up|down|left|right] zoom [-window <numéro>] + bare [<délai>] list: lister les fenêtres ouvertes (sans paramètre, cette liste est affichée) -1: sauter à la fenêtre précédente @@ -899,6 +900,7 @@ scroll_next_highlight: faire défiler jusqu'au highlight suivant scroll_unread: faire défiler jusqu'au marqueur de données non lues swap: échanger les tampons de deux fenêtres (avec une direction facultative pour la fenêtre cible) zoom: zoomer sur la fenêtre + bare: activer/désactiver le more d'affichage dépouillé (avec un délai facultatif en millisecondes pour un retour automatique au mode d'affichage standard) Pour splith et splitv, pct est un pourcentage qui représente la taille de la nouvelle fenêtre, calculée par rapport à la taille de la fenêtre courante. Par exemple 25 signifie créer une fenêtre qui a pour taille: taille_courante / 4 diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index 5d8752b33..e5eefb22d 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -408,6 +408,16 @@ ** type: chaîne ** valeurs: toute chaîne (valeur par défaut: `"--"`) +* [[option_weechat.look.bare_display_exit_on_input]] *weechat.look.bare_display_exit_on_input* +** description: `sortir du mode d'affichage dépouillé ("bare") sur tout changement dans la ligne de commande` +** type: booléen +** valeurs: on, off (valeur par défaut: `on`) + +* [[option_weechat.look.bare_display_time_format]] *weechat.look.bare_display_time_format* +** description: `format de date/heure dans l'affichage dépouillé ("bare") (voir man strftime pour le format de date/heure)` +** type: chaîne +** valeurs: toute chaîne (valeur par défaut: `"%H:%M"`) + * [[option_weechat.look.buffer_auto_renumber]] *weechat.look.buffer_auto_renumber* ** description: `renuméroter automatiquement les tampons pour qu'ils aient des numéros consécutifs et démarrent au numéro 1; si désactivé, des trous entre les numéros de tampons sont autorisés et le premier tampon peut avoir un numéro supérieur à 1` ** type: booléen diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 8548feb9d..fb2b0d90b 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -1038,6 +1038,7 @@ commande `/buffer` : | key[alt-]key[>] | Sauter au tampon suivant dans la liste des tampons visités | `/input jump_next_visited_buffer` | key[alt-/] | Sauter au dernier tampon affiché (avant le dernier saut vers un tampon) | `/input jump_last_buffer_displayed` | key[alt-=] | Activer/désactiver les filtres | `/filter toggle` +| key[alt-!] | Activer/désactiver le mode d'affichage dépouillé | `/window bare` |=== [[key_bindings_search_context]] diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 60a27c7ee..60322fc99 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -869,6 +869,7 @@ Esempi: scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>] swap [-window <number>] [up|down|left|right] zoom[-window <number>] + bare [<delay>] list: list opened windows (without argument, this list is displayed) -1: jump to previous window @@ -899,6 +900,7 @@ scroll_next_highlight: scroll to next highlight scroll_unread: scroll to unread marker swap: swap buffers of two windows (with optional direction for target window) zoom: zoom on window + bare: toggle bare display (with optional delay in milliseconds for automatic return to standard display mode) For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index b740e3229..ba8347dc1 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -408,6 +408,16 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"--"`) +* [[option_weechat.look.bare_display_exit_on_input]] *weechat.look.bare_display_exit_on_input* +** descrizione: `exit the bare display mode on any changes in input` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + +* [[option_weechat.look.bare_display_time_format]] *weechat.look.bare_display_time_format* +** descrizione: `time format in bare display mode (see man strftime for date/time specifiers)` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"%H:%M"`) + * [[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 diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 8c31825e8..3cdbe9632 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -1048,6 +1048,8 @@ Il livello di notifica per un buffer può essere impostato con il comando `/buff | key[alt-]key[>] | Passa al buffer successivo nella lista dei buffer visitati | `/input jump_next_visited_buffer` | key[alt-/] | Passa all'ultimo buffer mostrato (prima dell'ultimo passaggio ad un buffer) | `/input jump_last_buffer_displayed` | key[alt-=] | Attiva/disattiva filtri | `/filter toggle` +// TRANSLATION MISSING +| key[alt-!] | Toggle bare display on/off | `/window bare` |=== [[key_bindings_search_context]] diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt index e1cb49b5d..8f617cc01 100644 --- a/doc/ja/autogen/user/weechat_commands.txt +++ b/doc/ja/autogen/user/weechat_commands.txt @@ -869,49 +869,51 @@ command: 実行するコマンド (コマンドが '/' で始まらない場合 scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>] swap [-window <number>] [up|down|left|right] zoom[-window <number>] - - list: 開けられたウィンドウのリストアップ (引数無しの場合、このリストが表示されます) - -1: 前のウィンドウに移動 - +1: 次のウィンドウに移動 - b#: バッファ番号 # のウィンドウに移動 - up: 現在のウィンドウの上のウィンドウに移動 - down: 現在のウィンドウの下のウィンドウに移動 - left: 左のウィンドウに移動 - right: 右のウィンドウに移動 - number: ウィンドウ番号 (/window list を参照) - splith: 現在のウィンドウを水平分割 - splitv: 現在のウィンドウを垂直分割 - resize: ウィンドウサイズの変更、新しいサイズは親ウィンドウの <pct> パーセントで指定 - balance: 全てのウィンドウのサイズを均等にする - merge: ウィンドウを他のものをマージする (all = 一つのウィンドウにまとめる) - page_up: 1 ページ分上方向にスクロール - page_down: 1 ページ分下方向にスクロール - refresh: スクリーンのリフレッシュ - scroll: 指定行数 (+/-N) か指定期間 (s=秒、m=分、h=時間、d=日、M=月、y=年) スクロール - scroll_horiz: 指定列数 (+/-N) かウィンドウサイズの割合で水平方向にスクロール (フリーコンテンツを含むバッファ以外は無効) - scroll_up: 数行分上方向にスクロール - scroll_down: 数行分下方向にスクロール - scroll_top: バッファの一番上にスクロール -scroll_bottom: バッファの一番下にスクロール -scroll_beyond_end: バッファの末尾を越えてスクロール -scroll_previous_highlight: 一つ前のハイライトにスクロール -scroll_next_highlight: 次のハイライトにスクロール -scroll_unread: 未読マーカにスクロール - swap: 2 つのウィンドウのバッファを入れ替え (ターゲットウィンドウの方向を任意指定) - zoom: ウィンドウを拡大 - -splith と splitv に関しては、pct は新しいウィンドウのパーセンテージで、現在のウィンドウサイズに対する割合で計算されます。例えば、25 は size = current_size / 4 の新しいウィンドウを作成します。 - -例: - バッファ #1 を表示しているウィンドウに移動: + bare [<delay>] + + list: list opened windows (without argument, this list is displayed) + -1: jump to previous window + +1: jump to next window + b#: jump to next window displaying buffer number # + up: switch to window above current one + down: switch to window below current one + left: switch to window on the left + right: switch to window on the right + number: window number (see /window list) + splith: split current window horizontally + splitv: split current window vertically + resize: resize window size, new size is <pct> percentage of parent window + balance: balance the sizes of all windows + merge: merge window with another (all = keep only one window) + page_up: scroll one page up + page_down: scroll one page down + refresh: refresh screen + scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years + scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content) + scroll_up: scroll a few lines up + scroll_down: scroll a few lines down + scroll_top: scroll to top of buffer +scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer +scroll_previous_highlight: scroll to previous highlight +scroll_next_highlight: scroll to next highlight +scroll_unread: scroll to unread marker + swap: swap buffers of two windows (with optional direction for target window) + zoom: zoom on window + bare: toggle bare display (with optional delay in milliseconds for automatic return to standard display mode) + +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 + +Examples: + jump to window displaying buffer #1: /window b1 - 2 行分上方向にスクロール: + scroll 2 lines up: /window scroll -2 - 2 日分上方向にスクロール: + scroll 2 days up: /window scroll -2d - 今日の最初にスクロール: + scroll to beginning of current day: /window scroll -d - ウィンドウ #2 を拡大: + zoom on window #2: /window zoom -window 2 ---- diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index 5bb8e1e69..13e7e672f 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -408,6 +408,16 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"--"`) +* [[option_weechat.look.bare_display_exit_on_input]] *weechat.look.bare_display_exit_on_input* +** 説明: `exit the bare display mode on any changes in input` +** タイプ: ブール +** 値: on, off (デフォルト値: `on`) + +* [[option_weechat.look.bare_display_time_format]] *weechat.look.bare_display_time_format* +** 説明: `time format in bare display mode (see man strftime for date/time specifiers)` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `"%H:%M"`) + * [[option_weechat.look.buffer_auto_renumber]] *weechat.look.buffer_auto_renumber* ** 説明: `自動的に番号を割り当てる場合、1 から始まる連番になります; 無効にした場合、バッファ番号に欠番が許され、最初のバッファに1より大きなバッファ番号を割り当てることが可能になります` ** タイプ: ブール diff --git a/doc/ja/weechat_user.ja.txt b/doc/ja/weechat_user.ja.txt index a03b34719..541fc448b 100644 --- a/doc/ja/weechat_user.ja.txt +++ b/doc/ja/weechat_user.ja.txt @@ -1011,6 +1011,8 @@ irc サーバ "freenode" に含まれる全てのバッファに対して設定 | key[alt-]key[>] | バッファ訪問履歴で次のバッファに移動 | `/input jump_next_visited_buffer` | key[alt-/] | 最後に表示したバッファに移動 (バッファ移動前に表示していたウィンドウ) | `/input jump_last_buffer_displayed` | key[alt-=] | フィルタの有効無効を切り替え | `/filter toggle` +// TRANSLATION MISSING +| key[alt-!] | Toggle bare display on/off | `/window bare` |=== [[key_bindings_search_context]] diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt index 5426dd85d..4860f1c08 100644 --- a/doc/pl/autogen/user/weechat_commands.txt +++ b/doc/pl/autogen/user/weechat_commands.txt @@ -856,62 +856,64 @@ Przykłady: ---- /window list - -1|+1|b#|up|down|left|right [-window <numer>] - <numer> - splith|splitv [-window <numer>] [<pct>] - resize [-window <numer>] [+/-]<pct> + -1|+1|b#|up|down|left|right [-window <number>] + <number> + splith|splitv [-window <number>] [<pct>] + resize [-window <number>] [+/-]<pct> balance - merge [-window <numer>] [all] - page_up|page_down [-window <numer>] + merge [-window <number>] [all] + page_up|page_down [-window <number>] refresh - scroll [-window <numer>] [+/-]<wartość>[s|m|h|d|M|y] - scroll_horiz [-window <numer>] [+/-]<wartość>[%] - scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <numer>] - swap [-window <numer>] [up|down|left|right] - zoom[-window <numer>] - - list: lista otwartych okien (bez argumentu wyświetlana jest ta lista) - -1: skok do poprzedniego okna - +1: skok do następnego okna - b#: skok do następnego okna pokazującego bufor o numerze # - up: przełączenie na okno ponad obecnym - down: przełączenie na okno pod obecnym - left: przełączenie na okno po lewej - right: przełączenie na okno po prawej - numer: okno numer (zobacz /window list) - splith: dzieli obecne okno poziomo - splitv: dzieli obecne okno pionowo - resize: zmienia rozmiar okna, nowy rozmiar to <pct> procent okna nadrzędnego - balance: balansuje rozmiary pomiędzy oknami - merge: łączy okno z innym (all = posiadanie tylko jednego okna) - page_up: przewija stronę do góry - page_down: przewija stronę w dół - refresh: odświeża ekran - scroll: przewija ilość linii (+/-N) lub o czas: s=sekundy, m=minuty, h=godziny, d=dni, M=miesiące, y=lata - scroll_horiz: przewija poziomo ilość kolumn (+/-N) lub procent rozmiaru okna (takie przewijanie jest możliwe tylko w buforach z wolną zawartością) - scroll_up: przewija kilka linii w gorę - scroll_down: przewija kilka linii w dół - scroll_top: przewija na samą górę bufora -scroll_bottom: przewija na spód bufora -scroll_beyond_end: przewija poza koniec bufora -scroll_previous_highlight: przewija do poprzedniego highlighta -scroll_next_highlight: przewija do następnego highlighta -scroll_unread: przewija do znacznika nie przeczytania - swap: zamienia bufory między dwoma oknami (z opcjonalnym kierunkiem dla docelowego okna) - zoom: powiększa okno - -Dla splith i splitv, pct oznacza procent reprezentujący rozmiar nowego okna, porównany z obecnym oknem jako odniesieniem. Na przykład 25 oznacza utworzenie nowego okna o rozmiarze = obecny_rozmiar / 4 - -Przykłady: - skok do okna wyświetlającego bufor #1: + scroll [-window <number>] [+/-]<value>[s|m|h|d|M|y] + scroll_horiz [-window <number>] [+/-]<value>[%] + scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>] + swap [-window <number>] [up|down|left|right] + zoom[-window <number>] + bare [<delay>] + + list: list opened windows (without argument, this list is displayed) + -1: jump to previous window + +1: jump to next window + b#: jump to next window displaying buffer number # + up: switch to window above current one + down: switch to window below current one + left: switch to window on the left + right: switch to window on the right + number: window number (see /window list) + splith: split current window horizontally + splitv: split current window vertically + resize: resize window size, new size is <pct> percentage of parent window + balance: balance the sizes of all windows + merge: merge window with another (all = keep only one window) + page_up: scroll one page up + page_down: scroll one page down + refresh: refresh screen + scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years + scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content) + scroll_up: scroll a few lines up + scroll_down: scroll a few lines down + scroll_top: scroll to top of buffer +scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer +scroll_previous_highlight: scroll to previous highlight +scroll_next_highlight: scroll to next highlight +scroll_unread: scroll to unread marker + swap: swap buffers of two windows (with optional direction for target window) + zoom: zoom on window + bare: toggle bare display (with optional delay in milliseconds for automatic return to standard display mode) + +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 + +Examples: + jump to window displaying buffer #1: /window b1 - przewiń 2 linie do góry: + scroll 2 lines up: /window scroll -2 - przewiń 2 dni do góry: + scroll 2 days up: /window scroll -2d - przewiń do początku obecnego dnia: + scroll to beginning of current day: /window scroll -d - powiększ okno 2 #2: + zoom on window #2: /window zoom -window 2 ---- diff --git a/doc/pl/autogen/user/weechat_options.txt b/doc/pl/autogen/user/weechat_options.txt index d90400245..d93fb968c 100644 --- a/doc/pl/autogen/user/weechat_options.txt +++ b/doc/pl/autogen/user/weechat_options.txt @@ -408,6 +408,16 @@ ** typ: ciąg ** wartości: dowolny ciąg (domyślna wartość: `"--"`) +* [[option_weechat.look.bare_display_exit_on_input]] *weechat.look.bare_display_exit_on_input* +** opis: `exit the bare display mode on any changes in input` +** typ: bool +** wartości: on, off (domyślna wartość: `on`) + +* [[option_weechat.look.bare_display_time_format]] *weechat.look.bare_display_time_format* +** opis: `time format in bare display mode (see man strftime for date/time specifiers)` +** typ: ciąg +** wartości: dowolny ciąg (domyślna wartość: `"%H:%M"`) + * [[option_weechat.look.buffer_auto_renumber]] *weechat.look.buffer_auto_renumber* ** opis: `automatyczna zmiana numerów buforów, aby uzyskać tylko kolejne numery i zaczynać od numeru 1; jeśli wyłączone dozwolone są przerwy między numerami buforów i pierwszy bufor może mieć numer większy od 1` ** typ: bool diff --git a/doc/pl/weechat_user.pl.txt b/doc/pl/weechat_user.pl.txt index 41464097a..5ce279ceb 100644 --- a/doc/pl/weechat_user.pl.txt +++ b/doc/pl/weechat_user.pl.txt @@ -1019,6 +1019,8 @@ Poziom powiadomień dla bufora może zostać ustawiony za pomocą komendy `/buff | key[alt-]key[>] | Przełącz na następny bufor z listy odwiedzonych buforów | `/input jump_next_visited_buffer` | key[alt-/] | Przełącz na ostatnio wyświetlony bufor (przed ostatnią zmianą bufora) | `/input jump_last_buffer_displayed` | key[alt-=] | Włącz/wyłącz filtry | `/filter toggle` +// TRANSLATION MISSING +| key[alt-!] | Toggle bare display on/off | `/window bare` |=== [[key_bindings_search_context]] |