core: add option "close" in command /window (closes #853)
This commit is contained in:
parent
e5f963f78a
commit
f15a24b2ec
@ -20,6 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
|||||||
|
|
||||||
New features::
|
New features::
|
||||||
|
|
||||||
|
* core: add option "close" in command /window (issue #853)
|
||||||
* api: add argument "strip_items" in function string_split
|
* api: add argument "strip_items" in function string_split
|
||||||
* exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (issue #1356)
|
* exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (issue #1356)
|
||||||
|
|
||||||
|
@ -33,8 +33,9 @@
|
|||||||
| /UMODE | /mode $nick | -
|
| /UMODE | /mode $nick | -
|
||||||
| /V | /command core version | -
|
| /V | /command core version | -
|
||||||
| /W | /who | -
|
| /W | /who | -
|
||||||
| /WC | /window merge | -
|
| /WC | /window close | -
|
||||||
| /WI | /whois | -
|
| /WI | /whois | -
|
||||||
| /WII | /whois $1 $1 | -
|
| /WII | /whois $1 $1 | -
|
||||||
|
| /WM | /window merge | -
|
||||||
| /WW | /whowas | -
|
| /WW | /whowas | -
|
||||||
|===
|
|===
|
||||||
|
@ -974,6 +974,7 @@ Beispiele:
|
|||||||
resize [-window <number>] [h|v][+|-]<pct>
|
resize [-window <number>] [h|v][+|-]<pct>
|
||||||
balance
|
balance
|
||||||
merge [-window <number>] [all]
|
merge [-window <number>] [all]
|
||||||
|
close [-window <number>]
|
||||||
page_up|page_down [-window <number>]
|
page_up|page_down [-window <number>]
|
||||||
refresh
|
refresh
|
||||||
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
|
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
|
||||||
@ -983,59 +984,62 @@ Beispiele:
|
|||||||
zoom [-window <number>]
|
zoom [-window <number>]
|
||||||
bare [<delay>]
|
bare [<delay>]
|
||||||
|
|
||||||
list: listet die geöffneten Fenster (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben)
|
list: list opened windows (without argument, this list is displayed)
|
||||||
-1: springt zum vorherigen Fenster
|
-1: jump to previous window
|
||||||
+1: springt zum nächsten Fenster
|
+1: jump to next window
|
||||||
b#: springt zum nächsten Fenster, welches die Buffer Nummer # besitzt
|
b#: jump to next window displaying buffer number #
|
||||||
up: wechselt zum Fenster über dem aktuellen
|
up: switch to window above current one
|
||||||
down: wechselt zum Fenster unter dem aktuellen
|
down: switch to window below current one
|
||||||
left: wechselt zum linken Fenster
|
left: switch to window on the left
|
||||||
right: wechselt zum rechten Fenster
|
right: switch to window on the right
|
||||||
number: Nummer des Fensters (siehe /window list)
|
number: window number (see /window list)
|
||||||
splith: teilt das aktuelle Fenster horizontal (um den Vorgang rückgängig zu machen: /window merge)
|
splith: split current window horizontally (to undo: /window merge)
|
||||||
splitv: teilt das aktuelle Fenster vertikal (um den Vorgang rückgängig zu machen: /window merge)
|
splitv: split current window vertically (to undo: /window merge)
|
||||||
resize: verändert die Größe des aktuellen Fensters. Die neue Größe des Fensters ist prozentual <pct> zum Stammfensters groß
|
resize: resize window size, new size is <pct> percentage of parent window
|
||||||
wird "h" oder "v" angegeben, findet eine Größenanpassung des Stammfenster statt, sofern es vom selben Typ ist (horizontal/vertikal)
|
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
|
||||||
balance: passt die Größe aller Fenster an
|
balance: balance the sizes of all windows
|
||||||
merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
|
merge: merge window with another (all = keep only one window)
|
||||||
page_up: scrollt eine Seite nach oben
|
close: close window
|
||||||
page_down: scrollt eine Seite nach unten
|
page_up: scroll one page up
|
||||||
refresh: Seite wird neu aufgebaut
|
page_down: scroll one page down
|
||||||
scroll: scrollt eine Anzahl an Zeilen (+/-N) oder zu einer angegebenen Zeit: s=Sekunden, m=Minuten, h=Stunden, d=Tage, M=Monate, y=Jahre
|
refresh: refresh screen
|
||||||
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: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
|
||||||
scroll_up: scrollt ein paar Zeilen nach oben
|
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_down: scrollt ein paar Zeilen nach unten
|
scroll_up: scroll a few lines up
|
||||||
scroll_top: scrollt zum Anfang des Buffers
|
scroll_down: scroll a few lines down
|
||||||
scroll_bottom: scrollt zum Ende des Buffers
|
scroll_top: scroll to top of buffer
|
||||||
scroll_beyond_end: scrollt über das Ende des Buffers hinaus
|
scroll_bottom: scroll to bottom of buffer
|
||||||
scroll_previous_highlight: scrollt zum vorherigen Hightlight
|
scroll_beyond_end: scroll beyond the end of buffer
|
||||||
scroll_next_highlight: scrollt zum nächsten Highlight
|
scroll_previous_highlight: scroll to previous highlight
|
||||||
scroll_unread: springt zur ersten ungelesenen Zeile in einem Buffer
|
scroll_next_highlight: scroll to next highlight
|
||||||
swap: tauscht die Buffer von zwei Fenstern (mit optionaler Angabe für das Zielfenster)
|
scroll_unread: scroll to unread marker
|
||||||
zoom: vergrößert ein Fenster auf 100%
|
swap: swap buffers of two windows (with optional direction for target window)
|
||||||
bare: wechselt zum einfachen Anzeigemodus (optional kann eine Wartezeit, in Sekunden, angegeben werden, wann zum Standardmodus zurück gewechselt werden soll)
|
zoom: zoom on window
|
||||||
|
bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode)
|
||||||
|
|
||||||
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.
|
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
|
||||||
|
|
||||||
Beispiele:
|
Examples:
|
||||||
springt zum Fenster mit dem Buffer #1:
|
jump to window displaying buffer #1:
|
||||||
/window b1
|
/window b1
|
||||||
scrollt zwei Zeilen hoch:
|
scroll 2 lines up:
|
||||||
/window scroll -2
|
/window scroll -2
|
||||||
scrollt zwei Tage hoch: /window scroll -2d
|
scroll 2 days up:
|
||||||
/window scroll -2d
|
/window scroll -2d
|
||||||
scrollt zum Beginn des aktuellen Tages:
|
scroll to beginning of current day:
|
||||||
/window scroll -d
|
/window scroll -d
|
||||||
Fenster #2 wird vergrößert:
|
zoom on window #2:
|
||||||
/window zoom -window 2
|
/window zoom -window 2
|
||||||
teilt das Fenster horizontal, wobei das obere Fenster 30% an Platz zugeteilt bekommt:
|
split window horizontally using 30% of space for the window on top:
|
||||||
/window splith 30
|
/window splith 30
|
||||||
ändert die Größe auf 75% des Stammfensters:
|
resize window to 75% of the parent window size:
|
||||||
/window resize 75
|
/window resize 75
|
||||||
die vertikale Aufteilung um 10% vergrößern:
|
resize vertical split, add 10% in size:
|
||||||
/window resize v+10
|
/window resize v+10
|
||||||
eine Teilung wird rückgängig gemacht:
|
remove the split, keep the current window:
|
||||||
/window merge
|
/window merge
|
||||||
aktiviert den einfachen Anzeigemodus für zwei Sekunden:
|
close the current window:
|
||||||
|
/window close
|
||||||
|
enable bare display for 2 seconds:
|
||||||
/window bare 2
|
/window bare 2
|
||||||
----
|
----
|
||||||
|
@ -33,8 +33,9 @@
|
|||||||
| /UMODE | /mode $nick | -
|
| /UMODE | /mode $nick | -
|
||||||
| /V | /command core version | -
|
| /V | /command core version | -
|
||||||
| /W | /who | -
|
| /W | /who | -
|
||||||
| /WC | /window merge | -
|
| /WC | /window close | -
|
||||||
| /WI | /whois | -
|
| /WI | /whois | -
|
||||||
| /WII | /whois $1 $1 | -
|
| /WII | /whois $1 $1 | -
|
||||||
|
| /WM | /window merge | -
|
||||||
| /WW | /whowas | -
|
| /WW | /whowas | -
|
||||||
|===
|
|===
|
||||||
|
@ -974,6 +974,7 @@ Examples:
|
|||||||
resize [-window <number>] [h|v][+|-]<pct>
|
resize [-window <number>] [h|v][+|-]<pct>
|
||||||
balance
|
balance
|
||||||
merge [-window <number>] [all]
|
merge [-window <number>] [all]
|
||||||
|
close [-window <number>]
|
||||||
page_up|page_down [-window <number>]
|
page_up|page_down [-window <number>]
|
||||||
refresh
|
refresh
|
||||||
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
|
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
|
||||||
@ -998,6 +999,7 @@ Examples:
|
|||||||
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
|
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
|
||||||
balance: balance the sizes of all windows
|
balance: balance the sizes of all windows
|
||||||
merge: merge window with another (all = keep only one window)
|
merge: merge window with another (all = keep only one window)
|
||||||
|
close: close window
|
||||||
page_up: scroll one page up
|
page_up: scroll one page up
|
||||||
page_down: scroll one page down
|
page_down: scroll one page down
|
||||||
refresh: refresh screen
|
refresh: refresh screen
|
||||||
@ -1034,8 +1036,10 @@ Examples:
|
|||||||
/window resize 75
|
/window resize 75
|
||||||
resize vertical split, add 10% in size:
|
resize vertical split, add 10% in size:
|
||||||
/window resize v+10
|
/window resize v+10
|
||||||
remove the split:
|
remove the split, keep the current window:
|
||||||
/window merge
|
/window merge
|
||||||
|
close the current window:
|
||||||
|
/window close
|
||||||
enable bare display for 2 seconds:
|
enable bare display for 2 seconds:
|
||||||
/window bare 2
|
/window bare 2
|
||||||
----
|
----
|
||||||
|
@ -33,8 +33,9 @@
|
|||||||
| /UMODE | /mode $nick | -
|
| /UMODE | /mode $nick | -
|
||||||
| /V | /command core version | -
|
| /V | /command core version | -
|
||||||
| /W | /who | -
|
| /W | /who | -
|
||||||
| /WC | /window merge | -
|
| /WC | /window close | -
|
||||||
| /WI | /whois | -
|
| /WI | /whois | -
|
||||||
| /WII | /whois $1 $1 | -
|
| /WII | /whois $1 $1 | -
|
||||||
|
| /WM | /window merge | -
|
||||||
| /WW | /whowas | -
|
| /WW | /whowas | -
|
||||||
|===
|
|===
|
||||||
|
@ -974,6 +974,7 @@ Exemples :
|
|||||||
resize [-window <numéro>] [h|v][+|-]<pct>
|
resize [-window <numéro>] [h|v][+|-]<pct>
|
||||||
balance
|
balance
|
||||||
merge [-window <numéro>] [all]
|
merge [-window <numéro>] [all]
|
||||||
|
close [-window <numéro>]
|
||||||
page_up|page_down [-window <numéro>]
|
page_up|page_down [-window <numéro>]
|
||||||
refresh
|
refresh
|
||||||
scroll [-window <numéro>] [+|-]<valeur>[s|m|h|d|M|y]
|
scroll [-window <numéro>] [+|-]<valeur>[s|m|h|d|M|y]
|
||||||
@ -998,6 +999,7 @@ Exemples :
|
|||||||
si "h" ou "v" est spécifié, le redimensionnement affecte la fenêtre parente la plus proche avec un découpage de ce type (horizontal/vertical)
|
si "h" ou "v" est spécifié, le redimensionnement affecte la fenêtre parente la plus proche avec un découpage de ce type (horizontal/vertical)
|
||||||
balance : équilibrer la taille de toutes les fenêtres
|
balance : équilibrer la taille de toutes les fenêtres
|
||||||
merge : fusionner la fenêtre avec une autre
|
merge : fusionner la fenêtre avec une autre
|
||||||
|
close : fermer la fenêtre
|
||||||
page_up : faire défiler d'une page vers le haut
|
page_up : faire défiler d'une page vers le haut
|
||||||
page_down : faire défiler d'une page vers le bas
|
page_down : faire défiler d'une page vers le bas
|
||||||
refresh : redessiner l'écran
|
refresh : redessiner l'écran
|
||||||
@ -1034,8 +1036,10 @@ Exemples :
|
|||||||
/window resize 75
|
/window resize 75
|
||||||
redimensionner le découpage vertical, ajouter 10% dans la taille :
|
redimensionner le découpage vertical, ajouter 10% dans la taille :
|
||||||
/window resize v+10
|
/window resize v+10
|
||||||
supprimer l'éclatement :
|
supprimer l'éclatement, garder la fenêtre courante :
|
||||||
/window merge
|
/window merge
|
||||||
|
fermer la fenêtre courante :
|
||||||
|
/window close
|
||||||
activer le mode d'affichage dépouillé pendant 2 secondes :
|
activer le mode d'affichage dépouillé pendant 2 secondes :
|
||||||
/window bare 2
|
/window bare 2
|
||||||
----
|
----
|
||||||
|
@ -33,8 +33,9 @@
|
|||||||
| /UMODE | /mode $nick | -
|
| /UMODE | /mode $nick | -
|
||||||
| /V | /command core version | -
|
| /V | /command core version | -
|
||||||
| /W | /who | -
|
| /W | /who | -
|
||||||
| /WC | /window merge | -
|
| /WC | /window close | -
|
||||||
| /WI | /whois | -
|
| /WI | /whois | -
|
||||||
| /WII | /whois $1 $1 | -
|
| /WII | /whois $1 $1 | -
|
||||||
|
| /WM | /window merge | -
|
||||||
| /WW | /whowas | -
|
| /WW | /whowas | -
|
||||||
|===
|
|===
|
||||||
|
@ -974,6 +974,7 @@ Examples:
|
|||||||
resize [-window <number>] [h|v][+|-]<pct>
|
resize [-window <number>] [h|v][+|-]<pct>
|
||||||
balance
|
balance
|
||||||
merge [-window <number>] [all]
|
merge [-window <number>] [all]
|
||||||
|
close [-window <number>]
|
||||||
page_up|page_down [-window <number>]
|
page_up|page_down [-window <number>]
|
||||||
refresh
|
refresh
|
||||||
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
|
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
|
||||||
@ -998,6 +999,7 @@ Examples:
|
|||||||
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
|
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
|
||||||
balance: balance the sizes of all windows
|
balance: balance the sizes of all windows
|
||||||
merge: merge window with another (all = keep only one window)
|
merge: merge window with another (all = keep only one window)
|
||||||
|
close: close window
|
||||||
page_up: scroll one page up
|
page_up: scroll one page up
|
||||||
page_down: scroll one page down
|
page_down: scroll one page down
|
||||||
refresh: refresh screen
|
refresh: refresh screen
|
||||||
@ -1034,8 +1036,10 @@ Examples:
|
|||||||
/window resize 75
|
/window resize 75
|
||||||
resize vertical split, add 10% in size:
|
resize vertical split, add 10% in size:
|
||||||
/window resize v+10
|
/window resize v+10
|
||||||
remove the split:
|
remove the split, keep the current window:
|
||||||
/window merge
|
/window merge
|
||||||
|
close the current window:
|
||||||
|
/window close
|
||||||
enable bare display for 2 seconds:
|
enable bare display for 2 seconds:
|
||||||
/window bare 2
|
/window bare 2
|
||||||
----
|
----
|
||||||
|
@ -33,8 +33,9 @@
|
|||||||
| /UMODE | /mode $nick | -
|
| /UMODE | /mode $nick | -
|
||||||
| /V | /command core version | -
|
| /V | /command core version | -
|
||||||
| /W | /who | -
|
| /W | /who | -
|
||||||
| /WC | /window merge | -
|
| /WC | /window close | -
|
||||||
| /WI | /whois | -
|
| /WI | /whois | -
|
||||||
| /WII | /whois $1 $1 | -
|
| /WII | /whois $1 $1 | -
|
||||||
|
| /WM | /window merge | -
|
||||||
| /WW | /whowas | -
|
| /WW | /whowas | -
|
||||||
|===
|
|===
|
||||||
|
@ -974,6 +974,7 @@ command: 実行するコマンド (コマンドが '/' で始まらない場合
|
|||||||
resize [-window <number>] [h|v][+|-]<pct>
|
resize [-window <number>] [h|v][+|-]<pct>
|
||||||
balance
|
balance
|
||||||
merge [-window <number>] [all]
|
merge [-window <number>] [all]
|
||||||
|
close [-window <number>]
|
||||||
page_up|page_down [-window <number>]
|
page_up|page_down [-window <number>]
|
||||||
refresh
|
refresh
|
||||||
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
|
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
|
||||||
@ -983,59 +984,62 @@ command: 実行するコマンド (コマンドが '/' で始まらない場合
|
|||||||
zoom [-window <number>]
|
zoom [-window <number>]
|
||||||
bare [<delay>]
|
bare [<delay>]
|
||||||
|
|
||||||
list: 開けられたウィンドウのリストアップ (引数無しの場合、このリストが表示されます)
|
list: list opened windows (without argument, this list is displayed)
|
||||||
-1: 前のウィンドウに移動
|
-1: jump to previous window
|
||||||
+1: 次のウィンドウに移動
|
+1: jump to next window
|
||||||
b#: バッファ番号 # のウィンドウに移動
|
b#: jump to next window displaying buffer number #
|
||||||
up: 現在のウィンドウの上のウィンドウに移動
|
up: switch to window above current one
|
||||||
down: 現在のウィンドウの下のウィンドウに移動
|
down: switch to window below current one
|
||||||
left: 左のウィンドウに移動
|
left: switch to window on the left
|
||||||
right: 右のウィンドウに移動
|
right: switch to window on the right
|
||||||
number: ウィンドウ番号 (/window list を参照してください)
|
number: window number (see /window list)
|
||||||
splith: 現在のウィンドウを水平分割 (/window merge で元に戻る)
|
splith: split current window horizontally (to undo: /window merge)
|
||||||
splitv: 現在のウィンドウを垂直分割 (/window merge で元に戻る)
|
splitv: split current window vertically (to undo: /window merge)
|
||||||
resize: ウィンドウサイズの変更、新しいサイズは親ウィンドウの <pct> パーセントで指定
|
resize: resize window size, new size is <pct> percentage of parent window
|
||||||
"h" または "v" を指定した場合、最近接の親ウィンドウの横幅または縦幅を変更
|
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
|
||||||
balance: 全てのウィンドウのサイズを均等にする
|
balance: balance the sizes of all windows
|
||||||
merge: ウィンドウを他のものをマージする (all = 一つのウィンドウにまとめる)
|
merge: merge window with another (all = keep only one window)
|
||||||
page_up: 1 ページ分上方向にスクロール
|
close: close window
|
||||||
page_down: 1 ページ分下方向にスクロール
|
page_up: scroll one page up
|
||||||
refresh: 画面のリフレッシュ
|
page_down: scroll one page down
|
||||||
scroll: 指定行数 (+/-N) か指定期間 (s=秒、m=分、h=時間、d=日、M=月、y=年) スクロール
|
refresh: refresh screen
|
||||||
scroll_horiz: 指定列数 (+/-N) かウィンドウサイズの割合で水平方向にスクロール (フリーコンテンツを含むバッファ以外は無効)
|
scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
|
||||||
scroll_up: 数行分上方向にスクロール
|
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_down: 数行分下方向にスクロール
|
scroll_up: scroll a few lines up
|
||||||
scroll_top: バッファの一番上にスクロール
|
scroll_down: scroll a few lines down
|
||||||
scroll_bottom: バッファの一番下にスクロール
|
scroll_top: scroll to top of buffer
|
||||||
scroll_beyond_end: バッファの末尾を越えてスクロール
|
scroll_bottom: scroll to bottom of buffer
|
||||||
scroll_previous_highlight: 一つ前のハイライトにスクロール
|
scroll_beyond_end: scroll beyond the end of buffer
|
||||||
scroll_next_highlight: 次のハイライトにスクロール
|
scroll_previous_highlight: scroll to previous highlight
|
||||||
scroll_unread: 未読マーカにスクロール
|
scroll_next_highlight: scroll to next highlight
|
||||||
swap: 2 つのウィンドウのバッファを入れ替え (ターゲットウィンドウの方向を任意指定)
|
scroll_unread: scroll to unread marker
|
||||||
zoom: ウィンドウを拡大
|
swap: swap buffers of two windows (with optional direction for target window)
|
||||||
bare: 最小限表示を切り替える (自動的に標準表示モードに戻るまでの時間を秒単位で任意指定)
|
zoom: zoom on window
|
||||||
|
bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode)
|
||||||
|
|
||||||
splith と splitv に関しては、pct は新しいウィンドウのパーセンテージで、現在のウィンドウサイズに対する割合で計算されます。例えば 25 は size = current_size / 4 の新しいウィンドウを作成します。
|
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:
|
||||||
バッファ #1 を表示しているウィンドウに移動:
|
jump to window displaying buffer #1:
|
||||||
/window b1
|
/window b1
|
||||||
2 行分上方向にスクロール:
|
scroll 2 lines up:
|
||||||
/window scroll -2
|
/window scroll -2
|
||||||
2 日分上方向にスクロール:
|
scroll 2 days up:
|
||||||
/window scroll -2d
|
/window scroll -2d
|
||||||
今日の最初にスクロール:
|
scroll to beginning of current day:
|
||||||
/window scroll -d
|
/window scroll -d
|
||||||
ウィンドウ #2 を拡大:
|
zoom on window #2:
|
||||||
/window zoom -window 2
|
/window zoom -window 2
|
||||||
ウィンドウを水平分割 (上側ウィンドウの縦幅は現在のウィンドウの縦幅の 30%):
|
split window horizontally using 30% of space for the window on top:
|
||||||
/window splith 30
|
/window splith 30
|
||||||
ウィンドウサイズを親ウィンドウサイズの 75% に変更:
|
resize window to 75% of the parent window size:
|
||||||
/window resize 75
|
/window resize 75
|
||||||
ウィンドウサイズの横幅を 10% 増やす:
|
resize vertical split, add 10% in size:
|
||||||
/window resize v+10
|
/window resize v+10
|
||||||
分割を元に戻す:
|
remove the split, keep the current window:
|
||||||
/window merge
|
/window merge
|
||||||
最小限表示を 2 秒間有効にする:
|
close the current window:
|
||||||
|
/window close
|
||||||
|
enable bare display for 2 seconds:
|
||||||
/window bare 2
|
/window bare 2
|
||||||
----
|
----
|
||||||
|
@ -33,8 +33,9 @@
|
|||||||
| /UMODE | /mode $nick | -
|
| /UMODE | /mode $nick | -
|
||||||
| /V | /command core version | -
|
| /V | /command core version | -
|
||||||
| /W | /who | -
|
| /W | /who | -
|
||||||
| /WC | /window merge | -
|
| /WC | /window close | -
|
||||||
| /WI | /whois | -
|
| /WI | /whois | -
|
||||||
| /WII | /whois $1 $1 | -
|
| /WII | /whois $1 $1 | -
|
||||||
|
| /WM | /window merge | -
|
||||||
| /WW | /whowas | -
|
| /WW | /whowas | -
|
||||||
|===
|
|===
|
||||||
|
@ -968,74 +968,78 @@ Przykłady:
|
|||||||
|
|
||||||
----
|
----
|
||||||
/window list
|
/window list
|
||||||
-1|+1|b#|up|down|left|right [-window <numer>]
|
-1|+1|b#|up|down|left|right [-window <number>]
|
||||||
<numer>
|
<number>
|
||||||
splith|splitv [-window <numer>] [<pct>]
|
splith|splitv [-window <number>] [<pct>]
|
||||||
resize [-window <numer>] [h|v][+|-]<pct>
|
resize [-window <number>] [h|v][+|-]<pct>
|
||||||
balance
|
balance
|
||||||
merge [-window <numer>] [all]
|
merge [-window <number>] [all]
|
||||||
page_up|page_down [-window <numer>]
|
close [-window <number>]
|
||||||
|
page_up|page_down [-window <number>]
|
||||||
refresh
|
refresh
|
||||||
scroll [-window <numer>] [+|-]<wartość>[s|m|h|d|M|y]
|
scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]
|
||||||
scroll_horiz [-window <numer>] [+|-]<wartość>[%]
|
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 <numer>]
|
scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>]
|
||||||
swap [-window <numer>] [up|down|left|right]
|
swap [-window <number>] [up|down|left|right]
|
||||||
zoom [-window <numer>]
|
zoom [-window <number>]
|
||||||
bare [<opóźnienie>]
|
bare [<delay>]
|
||||||
|
|
||||||
list: lista otwartych okien (bez argumentu wyświetlana jest ta lista)
|
list: list opened windows (without argument, this list is displayed)
|
||||||
-1: skok do poprzedniego okna
|
-1: jump to previous window
|
||||||
+1: skok do następnego okna
|
+1: jump to next window
|
||||||
b#: skok do następnego okna pokazującego bufor o numerze #
|
b#: jump to next window displaying buffer number #
|
||||||
up: przełączenie na okno ponad obecnym
|
up: switch to window above current one
|
||||||
down: przełączenie na okno pod obecnym
|
down: switch to window below current one
|
||||||
left: przełączenie na okno po lewej
|
left: switch to window on the left
|
||||||
right: przełączenie na okno po prawej
|
right: switch to window on the right
|
||||||
numer: okno numer (zobacz /window list)
|
number: window number (see /window list)
|
||||||
splith: dzieli obecne okno poziomo
|
splith: split current window horizontally (to undo: /window merge)
|
||||||
splitv: dzieli obecne okno pionowo
|
splitv: split current window vertically (to undo: /window merge)
|
||||||
resize: zmienia rozmiar okna, nowy rozmiar to <pct> procent okna nadrzędnego
|
resize: resize window size, new size is <pct> percentage of parent window
|
||||||
jeśli "h" lub "v" są podane, zmiana rozmiaru wpływa na najbliższe nadrzędne okno z podziałem tego typu (poziomy/pionowy)
|
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
|
||||||
balance: balansuje rozmiary pomiędzy oknami
|
balance: balance the sizes of all windows
|
||||||
merge: łączy okno z innym (all = posiadanie tylko jednego okna)
|
merge: merge window with another (all = keep only one window)
|
||||||
page_up: przewija stronę do góry
|
close: close window
|
||||||
page_down: przewija stronę w dół
|
page_up: scroll one page up
|
||||||
refresh: odświeża ekran
|
page_down: scroll one page down
|
||||||
scroll: przewija ilość linii (+/-N) lub o czas: s=sekundy, m=minuty, h=godziny, d=dni, M=miesiące, y=lata
|
refresh: refresh screen
|
||||||
scroll_horiz: przewija poziomo ilość kolumn (+/-N) lub procent rozmiaru okna (takie przewijanie jest możliwe tylko w buforach z wolną zawartością)
|
scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
|
||||||
scroll_up: przewija kilka linii w gorę
|
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_down: przewija kilka linii w dół
|
scroll_up: scroll a few lines up
|
||||||
scroll_top: przewija na samą górę bufora
|
scroll_down: scroll a few lines down
|
||||||
scroll_bottom: przewija na spód bufora
|
scroll_top: scroll to top of buffer
|
||||||
scroll_beyond_end: przewija poza koniec bufora
|
scroll_bottom: scroll to bottom of buffer
|
||||||
scroll_previous_highlight: przewija do poprzedniego highlighta
|
scroll_beyond_end: scroll beyond the end of buffer
|
||||||
scroll_next_highlight: przewija do następnego highlighta
|
scroll_previous_highlight: scroll to previous highlight
|
||||||
scroll_unread: przewija do znacznika nie przeczytania
|
scroll_next_highlight: scroll to next highlight
|
||||||
swap: zamienia bufory między dwoma oknami (z opcjonalnym kierunkiem dla docelowego okna)
|
scroll_unread: scroll to unread marker
|
||||||
zoom: powiększa okno
|
swap: swap buffers of two windows (with optional direction for target window)
|
||||||
bare: przełącza niesformatowane wysiwetlanie (z opcjonalnym czasem, po jakim nastąpi automatyczny powrót do standardowego trybu)
|
zoom: zoom on window
|
||||||
|
bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode)
|
||||||
|
|
||||||
Dla splith i splitv, pct oznacza procent reprezentujący rozmiar nowego okna, wyliczony z obecnego okna jako odniesieniem. Na przykład 25 oznacza utworzenie nowego okna o rozmiarze = obecny_rozmiar / 4
|
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
|
||||||
|
|
||||||
Przykłady:
|
Examples:
|
||||||
skok do okna wyświetlającego bufor #1:
|
jump to window displaying buffer #1:
|
||||||
/window b1
|
/window b1
|
||||||
przewiń 2 linie do góry:
|
scroll 2 lines up:
|
||||||
/window scroll -2
|
/window scroll -2
|
||||||
przewiń 2 dni do góry:
|
scroll 2 days up:
|
||||||
/window scroll -2d
|
/window scroll -2d
|
||||||
przewiń do początku obecnego dnia:
|
scroll to beginning of current day:
|
||||||
/window scroll -d
|
/window scroll -d
|
||||||
powiększ okno 2 #2:
|
zoom on window #2:
|
||||||
/window zoom -window 2
|
/window zoom -window 2
|
||||||
podziel okno poziomo dając 30%% miejsca oknu na górze:
|
split window horizontally using 30% of space for the window on top:
|
||||||
/window splith 30
|
/window splith 30
|
||||||
zmienia rozmiar okna do 75% rozmiaru okna nadrzędnego:
|
resize window to 75% of the parent window size:
|
||||||
/window resize 75
|
/window resize 75
|
||||||
zmienia rozmiar pionowego podziału, dodaje 10% do rozmiaru:
|
resize vertical split, add 10% in size:
|
||||||
/window resize v+10
|
/window resize v+10
|
||||||
usuń podział:
|
remove the split, keep the current window:
|
||||||
/window merge
|
/window merge
|
||||||
włączenie trybu niesformatowanego na 2 sekundy:
|
close the current window:
|
||||||
|
/window close
|
||||||
|
enable bare display for 2 seconds:
|
||||||
/window bare 2
|
/window bare 2
|
||||||
----
|
----
|
||||||
|
29
po/cs.po
29
po/cs.po
@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
|
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
|
||||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1086,6 +1086,14 @@ msgstr ""
|
|||||||
"%sChyba: nemohu spojit okna, není zde další okno se stejnou velikostí poblíž "
|
"%sChyba: nemohu spojit okna, není zde další okno se stejnou velikostí poblíž "
|
||||||
"aktuálního okna"
|
"aktuálního okna"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%sChyba: nemohu spojit okna, není zde další okno se stejnou velikostí poblíž "
|
||||||
|
"aktuálního okna"
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "nastavit nebo smazat \"away\" status"
|
msgstr "nastavit nebo smazat \"away\" status"
|
||||||
|
|
||||||
@ -2646,13 +2654,13 @@ msgstr "spravuje okna"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || -1|+1|b#|up|down|left|right || splith|splitv [<pct>] || resize "
|
"list || -1|+1|b#|up|down|left|right || splith|splitv [<pct>] || resize "
|
||||||
"[+/-]<pct> || balance || merge [all] || page_up|page_down || refresh || "
|
"[+/-]<pct> || balance || merge [all] || page_up|page_down || refresh || "
|
||||||
@ -2680,6 +2688,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -2723,8 +2732,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
33
po/de.po
33
po/de.po
@ -24,7 +24,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-06-16 14:09+0200\n"
|
"PO-Revision-Date: 2019-06-16 14:09+0200\n"
|
||||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||||
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
||||||
@ -1132,6 +1132,14 @@ msgstr ""
|
|||||||
"%sFehler: Fenster können nicht nicht zusammengefügt werden. Es existiert "
|
"%sFehler: Fenster können nicht nicht zusammengefügt werden. Es existiert "
|
||||||
"kein Fenster mit derselben Größe neben dem aktuellen Fenster"
|
"kein Fenster mit derselben Größe neben dem aktuellen Fenster"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%sFehler: Fenster können nicht nicht zusammengefügt werden. Es existiert "
|
||||||
|
"kein Fenster mit derselben Größe neben dem aktuellen Fenster"
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "Abwesenheitsstatus setzen oder entfernen"
|
msgstr "Abwesenheitsstatus setzen oder entfernen"
|
||||||
|
|
||||||
@ -3174,17 +3182,17 @@ msgstr ""
|
|||||||
msgid "manage windows"
|
msgid "manage windows"
|
||||||
msgstr "Fenster verwalten"
|
msgstr "Fenster verwalten"
|
||||||
|
|
||||||
#, no-c-format
|
#, fuzzy, no-c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
@ -3196,7 +3204,7 @@ msgstr ""
|
|||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
||||||
"<number>] || bare [<delay>]"
|
"<number>] || bare [<delay>]"
|
||||||
|
|
||||||
#, no-c-format
|
#, fuzzy, no-c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
" list: list opened windows (without argument, this list is "
|
" list: list opened windows (without argument, this list is "
|
||||||
"displayed)\n"
|
"displayed)\n"
|
||||||
@ -3216,6 +3224,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -3259,8 +3268,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
29
po/es.po
29
po/es.po
@ -22,7 +22,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
|
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
|
||||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1078,6 +1078,14 @@ msgstr ""
|
|||||||
"%sError: no puede unir las ventanas, no hay ninguna otra ventana con el "
|
"%sError: no puede unir las ventanas, no hay ninguna otra ventana con el "
|
||||||
"mismo tamaño de la actual"
|
"mismo tamaño de la actual"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%sError: no puede unir las ventanas, no hay ninguna otra ventana con el "
|
||||||
|
"mismo tamaño de la actual"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "activa/desactiva el estado ausente"
|
msgstr "activa/desactiva el estado ausente"
|
||||||
@ -2747,13 +2755,13 @@ msgstr "gestión de ventanas"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <número>] || <número> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <número>] || <número> || splith|"
|
||||||
"splitv [-window <número>] [<pct>] || resize [-window <número>] [+/-]<pct> || "
|
"splitv [-window <número>] [<pct>] || resize [-window <número>] [+/-]<pct> || "
|
||||||
@ -2784,6 +2792,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -2827,8 +2836,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
50
po/fr.po
50
po/fr.po
@ -21,8 +21,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-06-15 08:07+0200\n"
|
"PO-Revision-Date: 2019-06-17 19:24+0200\n"
|
||||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
@ -1109,6 +1109,14 @@ msgstr ""
|
|||||||
"%sErreur : impossible de fusionner les fenêtres, aucune autre fenêtre avec "
|
"%sErreur : impossible de fusionner les fenêtres, aucune autre fenêtre avec "
|
||||||
"la même taille à coté de la fenêtre actuelle"
|
"la même taille à coté de la fenêtre actuelle"
|
||||||
|
|
||||||
|
#, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%sErreur : impossible de fermer la fenêtre, aucune autre fenêtre avec la "
|
||||||
|
"même taille à coté de la fenêtre actuelle"
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "définir ou supprimer le statut d'absence"
|
msgstr "définir ou supprimer le statut d'absence"
|
||||||
|
|
||||||
@ -3093,23 +3101,23 @@ msgstr "gestion des fenêtres"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <numéro>] || <numéro> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <numéro>] || <numéro> || splith|"
|
||||||
"splitv [-window <numéro>] [<pct>] || resize [-window <numéro>] [h|v]"
|
"splitv [-window <numéro>] [<pct>] || resize [-window <numéro>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <numéro>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <numéro>] [all] || close [-window "
|
||||||
"[-window <numéro>] || refresh || scroll [-window <numéro>] [+|-]<valeur>[s|m|"
|
"<numéro>] || page_up|page_down [-window <numéro>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <numéro>] [+|-]<valeur>[%] || scroll_up|"
|
"window <numéro>] [+|-]<valeur>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<numéro>] [+|-]<valeur>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<numéro>] || swap [-window <numéro>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <numéro>] || swap [-window <numéro>] [up|down|left|"
|
||||||
"<numéro>] || bare [<délai>]"
|
"right] || zoom [-window <numéro>] || bare [<délai>]"
|
||||||
|
|
||||||
#, no-c-format
|
#, no-c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -3131,6 +3139,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -3174,8 +3183,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3200,6 +3211,7 @@ msgstr ""
|
|||||||
"vertical)\n"
|
"vertical)\n"
|
||||||
" balance : équilibrer la taille de toutes les fenêtres\n"
|
" balance : équilibrer la taille de toutes les fenêtres\n"
|
||||||
" merge : fusionner la fenêtre avec une autre\n"
|
" merge : fusionner la fenêtre avec une autre\n"
|
||||||
|
" close : fermer la fenêtre\n"
|
||||||
" page_up : faire défiler d'une page vers le haut\n"
|
" page_up : faire défiler d'une page vers le haut\n"
|
||||||
" page_down : faire défiler d'une page vers le bas\n"
|
" page_down : faire défiler d'une page vers le bas\n"
|
||||||
" refresh : redessiner l'écran\n"
|
" refresh : redessiner l'écran\n"
|
||||||
@ -3246,8 +3258,10 @@ msgstr ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" redimensionner le découpage vertical, ajouter 10% dans la taille :\n"
|
" redimensionner le découpage vertical, ajouter 10% dans la taille :\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" supprimer l'éclatement :\n"
|
" supprimer l'éclatement, garder la fenêtre courante :\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" fermer la fenêtre courante :\n"
|
||||||
|
" /window close\n"
|
||||||
" activer le mode d'affichage dépouillé pendant 2 secondes :\n"
|
" activer le mode d'affichage dépouillé pendant 2 secondes :\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
|
|
||||||
|
29
po/hu.po
29
po/hu.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
|
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
|
||||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1107,6 +1107,14 @@ msgstr ""
|
|||||||
"%s nem sikerült az ablakokat összefésülni: nincs a közelben azonos méretű "
|
"%s nem sikerült az ablakokat összefésülni: nincs a közelben azonos méretű "
|
||||||
"ablak.\n"
|
"ablak.\n"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%s nem sikerült az ablakokat összefésülni: nincs a közelben azonos méretű "
|
||||||
|
"ablak.\n"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "távolléti státusz váltása"
|
msgstr "távolléti státusz váltása"
|
||||||
@ -2300,13 +2308,13 @@ msgstr "ablakok kezelése"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv "
|
"[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv "
|
||||||
"[pct] | resize pct | merge [all]]"
|
"[pct] | resize pct | merge [all]]"
|
||||||
@ -2331,6 +2339,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -2374,8 +2383,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
29
po/it.po
29
po/it.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
|
"PO-Revision-Date: 2019-05-13 21:31+0200\n"
|
||||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1064,6 +1064,14 @@ msgstr ""
|
|||||||
"%sErrore: impossibile unire le finestre, non c'è un'altra finestra della "
|
"%sErrore: impossibile unire le finestre, non c'è un'altra finestra della "
|
||||||
"stessa dimensione vicino quella corrente"
|
"stessa dimensione vicino quella corrente"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%sErrore: impossibile unire le finestre, non c'è un'altra finestra della "
|
||||||
|
"stessa dimensione vicino quella corrente"
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "imposta o elimina lo stato di assenza"
|
msgstr "imposta o elimina lo stato di assenza"
|
||||||
|
|
||||||
@ -2834,13 +2842,13 @@ msgstr "gestione delle finestre"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <numero>] || <numero> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <numero>] || <numero> || splith|"
|
||||||
"splitv [-window <numero>] [<pct>] || resize [-window <numero>] [+/-]<pct> || "
|
"splitv [-window <numero>] [<pct>] || resize [-window <numero>] [+/-]<pct> || "
|
||||||
@ -2871,6 +2879,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -2914,8 +2923,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
33
po/ja.po
33
po/ja.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-05-26 09:00+0900\n"
|
"PO-Revision-Date: 2019-05-26 09:00+0900\n"
|
||||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
||||||
@ -1093,6 +1093,14 @@ msgstr ""
|
|||||||
"%sエラー: ウィンドウのマージに失敗、現在のウィンドウの近くには同じサイズの異"
|
"%sエラー: ウィンドウのマージに失敗、現在のウィンドウの近くには同じサイズの異"
|
||||||
"なるウィンドウがありません"
|
"なるウィンドウがありません"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%sエラー: ウィンドウのマージに失敗、現在のウィンドウの近くには同じサイズの異"
|
||||||
|
"なるウィンドウがありません"
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "離席状態の切り替え"
|
msgstr "離席状態の切り替え"
|
||||||
|
|
||||||
@ -3004,17 +3012,17 @@ msgstr ""
|
|||||||
msgid "manage windows"
|
msgid "manage windows"
|
||||||
msgstr "ウィンドウの操作"
|
msgstr "ウィンドウの操作"
|
||||||
|
|
||||||
#, no-c-format
|
#, fuzzy, no-c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
@ -3026,7 +3034,7 @@ msgstr ""
|
|||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
||||||
"<number>] || bare [<delay>]"
|
"<number>] || bare [<delay>]"
|
||||||
|
|
||||||
#, no-c-format
|
#, fuzzy, no-c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
" list: list opened windows (without argument, this list is "
|
" list: list opened windows (without argument, this list is "
|
||||||
"displayed)\n"
|
"displayed)\n"
|
||||||
@ -3046,6 +3054,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -3089,8 +3098,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
33
po/pl.po
33
po/pl.po
@ -22,7 +22,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-06-01 00:12+0200\n"
|
"PO-Revision-Date: 2019-06-01 00:12+0200\n"
|
||||||
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
||||||
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
|
||||||
@ -1115,6 +1115,14 @@ msgstr ""
|
|||||||
"%sBłąd: nie można scalić okien, nie ma innego okna o takim samym rozmiarze w "
|
"%sBłąd: nie można scalić okien, nie ma innego okna o takim samym rozmiarze w "
|
||||||
"pobliżu obecnego"
|
"pobliżu obecnego"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%sBłąd: nie można scalić okien, nie ma innego okna o takim samym rozmiarze w "
|
||||||
|
"pobliżu obecnego"
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "ustawia lub kasuje status nieobecności"
|
msgstr "ustawia lub kasuje status nieobecności"
|
||||||
|
|
||||||
@ -3055,17 +3063,17 @@ msgstr ""
|
|||||||
msgid "manage windows"
|
msgid "manage windows"
|
||||||
msgstr "zarządza oknami"
|
msgstr "zarządza oknami"
|
||||||
|
|
||||||
#, no-c-format
|
#, fuzzy, no-c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <numer>] || <numer> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <numer>] || <numer> || splith|"
|
||||||
"splitv [-window <numer>] [<pct>] || resize [-window <numer>] [h|v][+|-]<pct> "
|
"splitv [-window <numer>] [<pct>] || resize [-window <numer>] [h|v][+|-]<pct> "
|
||||||
@ -3077,7 +3085,7 @@ msgstr ""
|
|||||||
"<numer>] [up|down|left|right] || zoom [-window <numer>] || bare "
|
"<numer>] [up|down|left|right] || zoom [-window <numer>] || bare "
|
||||||
"[<opóźnienie>]"
|
"[<opóźnienie>]"
|
||||||
|
|
||||||
#, no-c-format
|
#, fuzzy, no-c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
" list: list opened windows (without argument, this list is "
|
" list: list opened windows (without argument, this list is "
|
||||||
"displayed)\n"
|
"displayed)\n"
|
||||||
@ -3097,6 +3105,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -3140,8 +3149,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
29
po/pt.po
29
po/pt.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
|
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
|
||||||
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
||||||
"Language-Team: Portuguese <>\n"
|
"Language-Team: Portuguese <>\n"
|
||||||
@ -1089,6 +1089,14 @@ msgstr ""
|
|||||||
"%sErro: não é possível unir as janelas, não há outra janela com o mesmo "
|
"%sErro: não é possível unir as janelas, não há outra janela com o mesmo "
|
||||||
"tamanho junto à atual"
|
"tamanho junto à atual"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%sErro: não é possível unir as janelas, não há outra janela com o mesmo "
|
||||||
|
"tamanho junto à atual"
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "definir ou remover estado ausente"
|
msgstr "definir ou remover estado ausente"
|
||||||
|
|
||||||
@ -3013,13 +3021,13 @@ msgstr "gerir janelas"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <número>] || <número> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <número>] || <número> || splith|"
|
||||||
"splitv [-window <número>] [<pct>] || resize [-window <número>] [+/-]<pct> || "
|
"splitv [-window <número>] [<pct>] || resize [-window <número>] [+/-]<pct> || "
|
||||||
@ -3050,6 +3058,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -3093,8 +3102,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
29
po/pt_BR.po
29
po/pt_BR.po
@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
|
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
|
||||||
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
|
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1100,6 +1100,14 @@ msgstr ""
|
|||||||
"%sErro: impossível mesclar janelas, não já nenhuma outra janela com o mesmo "
|
"%sErro: impossível mesclar janelas, não já nenhuma outra janela com o mesmo "
|
||||||
"tamanho perto da atual"
|
"tamanho perto da atual"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%sErro: impossível mesclar janelas, não já nenhuma outra janela com o mesmo "
|
||||||
|
"tamanho perto da atual"
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "ativar ou remover o status de ausente"
|
msgstr "ativar ou remover o status de ausente"
|
||||||
|
|
||||||
@ -2797,13 +2805,13 @@ msgstr "gerencia janelas"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <número>] || <número> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <número>] || <número> || splith|"
|
||||||
"splitv [-window <número>] [<pct>] || resize [-window <número>] [+/-]<pct> || "
|
"splitv [-window <número>] [<pct>] || resize [-window <número>] [+/-]<pct> || "
|
||||||
@ -2834,6 +2842,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -2877,8 +2886,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
29
po/ru.po
29
po/ru.po
@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
|
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
|
||||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1129,6 +1129,14 @@ msgstr ""
|
|||||||
"%s не могу объединить окна, есть другое окно такого-же размера рядом с "
|
"%s не могу объединить окна, есть другое окно такого-же размера рядом с "
|
||||||
"текущим.\n"
|
"текущим.\n"
|
||||||
|
|
||||||
|
#, fuzzy, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
"%s не могу объединить окна, есть другое окно такого-же размера рядом с "
|
||||||
|
"текущим.\n"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr "переключает статус \"отошёл\""
|
msgstr "переключает статус \"отошёл\""
|
||||||
@ -2323,13 +2331,13 @@ msgstr "управление окнами"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv "
|
"[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv "
|
||||||
"[pct] | resize pct | merge [all]]"
|
"[pct] | resize pct | merge [all]]"
|
||||||
@ -2354,6 +2362,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -2397,8 +2406,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
27
po/tr.po
27
po/tr.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
|
"PO-Revision-Date: 2019-05-13 21:32+0200\n"
|
||||||
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1005,6 +1005,12 @@ msgid ""
|
|||||||
"current one"
|
"current one"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2104,13 +2110,13 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, no-c-format
|
#, no-c-format
|
||||||
@ -2133,6 +2139,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -2176,8 +2183,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2019-06-15 08:06+0200\n"
|
"POT-Creation-Date: 2019-06-17 13:21+0200\n"
|
||||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1009,6 +1009,12 @@ msgid ""
|
|||||||
"current one"
|
"current one"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format
|
||||||
|
msgid ""
|
||||||
|
"%sError: can not close window, there's no other window with same size near "
|
||||||
|
"current one"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "set or remove away status"
|
msgid "set or remove away status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2101,13 +2107,13 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
"list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|"
|
||||||
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
"splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v]"
|
||||||
"[+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down "
|
"[+|-]<pct> || balance || merge [-window <number>] [all] || close [-window "
|
||||||
"[-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|"
|
"<number>] || page_up|page_down [-window <number>] || refresh || scroll [-"
|
||||||
"h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|"
|
"window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window "
|
||||||
"scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|"
|
"<number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|"
|
||||||
"scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window "
|
"scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|"
|
||||||
"<number>] || swap [-window <number>] [up|down|left|right] || zoom [-window "
|
"scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|"
|
||||||
"<number>] || bare [<delay>]"
|
"right] || zoom [-window <number>] || bare [<delay>]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, no-c-format
|
#, no-c-format
|
||||||
@ -2130,6 +2136,7 @@ msgid ""
|
|||||||
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
"nearest parent window with a split of this type (horizontal/vertical)\n"
|
||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one window)\n"
|
" merge: merge window with another (all = keep only one window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -2173,8 +2180,10 @@ msgid ""
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"
|
" /window bare 2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -6839,6 +6839,21 @@ COMMAND_CALLBACK(window)
|
|||||||
return WEECHAT_RC_OK;
|
return WEECHAT_RC_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* close window */
|
||||||
|
if (string_strcasecmp (argv[1], "close") == 0)
|
||||||
|
{
|
||||||
|
if (!gui_window_close (ptr_win))
|
||||||
|
{
|
||||||
|
gui_chat_printf (NULL,
|
||||||
|
_("%sError: can not close window, "
|
||||||
|
"there's no other window with same "
|
||||||
|
"size near current one"),
|
||||||
|
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
|
||||||
|
return WEECHAT_RC_OK;
|
||||||
|
}
|
||||||
|
return WEECHAT_RC_OK;
|
||||||
|
}
|
||||||
|
|
||||||
/* switch to previous window */
|
/* switch to previous window */
|
||||||
if (string_strcasecmp (argv[1], "-1") == 0)
|
if (string_strcasecmp (argv[1], "-1") == 0)
|
||||||
{
|
{
|
||||||
@ -8148,6 +8163,7 @@ command_init ()
|
|||||||
" || resize [-window <number>] [h|v][+|-]<pct>"
|
" || resize [-window <number>] [h|v][+|-]<pct>"
|
||||||
" || balance"
|
" || balance"
|
||||||
" || merge [-window <number>] [all]"
|
" || merge [-window <number>] [all]"
|
||||||
|
" || close [-window <number>]"
|
||||||
" || page_up|page_down [-window <number>]"
|
" || page_up|page_down [-window <number>]"
|
||||||
" || refresh"
|
" || refresh"
|
||||||
" || scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]"
|
" || scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y]"
|
||||||
@ -8181,6 +8197,7 @@ command_init ()
|
|||||||
" balance: balance the sizes of all windows\n"
|
" balance: balance the sizes of all windows\n"
|
||||||
" merge: merge window with another (all = keep only one "
|
" merge: merge window with another (all = keep only one "
|
||||||
"window)\n"
|
"window)\n"
|
||||||
|
" close: close window\n"
|
||||||
" page_up: scroll one page up\n"
|
" page_up: scroll one page up\n"
|
||||||
" page_down: scroll one page down\n"
|
" page_down: scroll one page down\n"
|
||||||
" refresh: refresh screen\n"
|
" refresh: refresh screen\n"
|
||||||
@ -8225,8 +8242,10 @@ command_init ()
|
|||||||
" /window resize 75\n"
|
" /window resize 75\n"
|
||||||
" resize vertical split, add 10% in size:\n"
|
" resize vertical split, add 10% in size:\n"
|
||||||
" /window resize v+10\n"
|
" /window resize v+10\n"
|
||||||
" remove the split:\n"
|
" remove the split, keep the current window:\n"
|
||||||
" /window merge\n"
|
" /window merge\n"
|
||||||
|
" close the current window:\n"
|
||||||
|
" /window close\n"
|
||||||
" enable bare display for 2 seconds:\n"
|
" enable bare display for 2 seconds:\n"
|
||||||
" /window bare 2"),
|
" /window bare 2"),
|
||||||
"list"
|
"list"
|
||||||
@ -8256,6 +8275,7 @@ command_init ()
|
|||||||
" || swap up|down|left|right|-window %(windows_numbers)"
|
" || swap up|down|left|right|-window %(windows_numbers)"
|
||||||
" || zoom -window %(windows_numbers)"
|
" || zoom -window %(windows_numbers)"
|
||||||
" || merge all|-window %(windows_numbers)"
|
" || merge all|-window %(windows_numbers)"
|
||||||
|
" || close -window %(windows_numbers)"
|
||||||
" || bare"
|
" || bare"
|
||||||
" || %(windows_numbers)",
|
" || %(windows_numbers)",
|
||||||
&command_window, NULL, NULL);
|
&command_window, NULL, NULL);
|
||||||
|
@ -1969,40 +1969,39 @@ gui_window_merge (struct t_gui_window *window)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
parent = window->ptr_tree->parent_node;
|
parent = window->ptr_tree->parent_node;
|
||||||
if (parent)
|
if (!parent)
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
sister = (parent->child1->window == window) ?
|
||||||
|
parent->child2 : parent->child1;
|
||||||
|
if (!(sister->window))
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
if (window->win_y == sister->window->win_y)
|
||||||
{
|
{
|
||||||
sister = (parent->child1->window == window) ?
|
/* horizontal merge */
|
||||||
parent->child2 : parent->child1;
|
separator = (CONFIG_BOOLEAN(config_look_window_separator_horizontal)) ? 1 : 0;
|
||||||
|
window->win_width += sister->window->win_width + separator;
|
||||||
if (!(sister->window))
|
window->win_width_pct += sister->window->win_width_pct;
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (window->win_y == sister->window->win_y)
|
|
||||||
{
|
|
||||||
/* horizontal merge */
|
|
||||||
separator = (CONFIG_BOOLEAN(config_look_window_separator_horizontal)) ? 1 : 0;
|
|
||||||
window->win_width += sister->window->win_width + separator;
|
|
||||||
window->win_width_pct += sister->window->win_width_pct;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
/* vertical merge */
|
|
||||||
separator = (CONFIG_BOOLEAN(config_look_window_separator_vertical)) ? 1 : 0;
|
|
||||||
window->win_height += sister->window->win_height + separator;
|
|
||||||
window->win_height_pct += sister->window->win_height_pct;
|
|
||||||
}
|
|
||||||
if (sister->window->win_x < window->win_x)
|
|
||||||
window->win_x = sister->window->win_x;
|
|
||||||
if (sister->window->win_y < window->win_y)
|
|
||||||
window->win_y = sister->window->win_y;
|
|
||||||
|
|
||||||
gui_window_free (sister->window);
|
|
||||||
gui_window_tree_node_to_leaf (parent, window);
|
|
||||||
|
|
||||||
gui_window_switch_to_buffer (window, window->buffer, 1);
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
return 0;
|
else
|
||||||
|
{
|
||||||
|
/* vertical merge */
|
||||||
|
separator = (CONFIG_BOOLEAN(config_look_window_separator_vertical)) ? 1 : 0;
|
||||||
|
window->win_height += sister->window->win_height + separator;
|
||||||
|
window->win_height_pct += sister->window->win_height_pct;
|
||||||
|
}
|
||||||
|
if (sister->window->win_x < window->win_x)
|
||||||
|
window->win_x = sister->window->win_x;
|
||||||
|
if (sister->window->win_y < window->win_y)
|
||||||
|
window->win_y = sister->window->win_y;
|
||||||
|
|
||||||
|
gui_window_free (sister->window);
|
||||||
|
gui_window_tree_node_to_leaf (parent, window);
|
||||||
|
|
||||||
|
gui_window_switch_to_buffer (window, window->buffer, 1);
|
||||||
|
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -2047,6 +2046,34 @@ gui_window_merge_all (struct t_gui_window *window)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Closes a window.
|
||||||
|
*
|
||||||
|
* Returns:
|
||||||
|
* 1: OK
|
||||||
|
* 0: error
|
||||||
|
*/
|
||||||
|
|
||||||
|
int
|
||||||
|
gui_window_close (struct t_gui_window *window)
|
||||||
|
{
|
||||||
|
struct t_gui_window_tree *parent, *sister;
|
||||||
|
|
||||||
|
if (!gui_init_ok)
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
parent = window->ptr_tree->parent_node;
|
||||||
|
if (!parent)
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
sister = (parent->child1->window == window) ?
|
||||||
|
parent->child2 : parent->child1;
|
||||||
|
if (!(sister->window))
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
return gui_window_merge (sister->window);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Returns a code about position of 2 windows:
|
* Returns a code about position of 2 windows:
|
||||||
* 0 = they're not side by side
|
* 0 = they're not side by side
|
||||||
|
@ -233,6 +233,7 @@ extern void gui_window_resize_delta (struct t_gui_window_tree *tree,
|
|||||||
int delta_percentage);
|
int delta_percentage);
|
||||||
extern int gui_window_merge (struct t_gui_window *window);
|
extern int gui_window_merge (struct t_gui_window *window);
|
||||||
extern void gui_window_merge_all (struct t_gui_window *window);
|
extern void gui_window_merge_all (struct t_gui_window *window);
|
||||||
|
extern int gui_window_close (struct t_gui_window *window);
|
||||||
extern void gui_window_switch_up (struct t_gui_window *window);
|
extern void gui_window_switch_up (struct t_gui_window *window);
|
||||||
extern void gui_window_switch_down (struct t_gui_window *window);
|
extern void gui_window_switch_down (struct t_gui_window *window);
|
||||||
extern void gui_window_switch_left (struct t_gui_window *window);
|
extern void gui_window_switch_left (struct t_gui_window *window);
|
||||||
|
@ -60,9 +60,10 @@ char *alias_default[][3] =
|
|||||||
{ "UMODE", "mode $nick", NULL },
|
{ "UMODE", "mode $nick", NULL },
|
||||||
{ "V", "command core version", NULL },
|
{ "V", "command core version", NULL },
|
||||||
{ "W", "who", NULL },
|
{ "W", "who", NULL },
|
||||||
{ "WC", "window merge", NULL },
|
{ "WC", "window close", NULL },
|
||||||
{ "WI", "whois", NULL },
|
{ "WI", "whois", NULL },
|
||||||
{ "WII", "whois $1 $1", NULL },
|
{ "WII", "whois $1 $1", NULL },
|
||||||
|
{ "WM", "window merge", NULL },
|
||||||
{ "WW", "whowas", NULL },
|
{ "WW", "whowas", NULL },
|
||||||
{ NULL, NULL, NULL },
|
{ NULL, NULL, NULL },
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user