diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 22:03:12 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 22:03:12 +0100 |
commit | 79f2f46decf7ce5b6ae9a0799426b76ec2c51e62 (patch) | |
tree | 734c3e3142166bd4e79961598bb75eaf73be93bf /doc/pl/autogen/user | |
parent | 26dfd69f879c7d89b35c537fb7005d8a456cb5e7 (diff) | |
download | weechat-79f2f46decf7ce5b6ae9a0799426b76ec2c51e62.zip |
core: rename option weechat.look.save_layout_on_exit to weechat.look.store_layout_on_exit, replace "save" by "store" for layouts
Diffstat (limited to 'doc/pl/autogen/user')
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.txt | 12 | ||||
-rw-r--r-- | doc/pl/autogen/user/weechat_options.txt | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt index 38feae0d7..6e6853123 100644 --- a/doc/pl/autogen/user/weechat_commands.txt +++ b/doc/pl/autogen/user/weechat_commands.txt @@ -483,16 +483,16 @@ Przykłady: rename <name> <new_name> store: store current buffers/windows in a layout - apply: apply saved layout + apply: apply stored layout leave: leave current layout (does not update any layout) - del: delete buffers and/or windows in a saved layout + del: delete buffers and/or windows in a stored layout (if neither "buffers" nor "windows" is given after the name, the layout is deleted) rename: rename a layout - name: name for saved layout (default is "default") -buffers: save/apply only buffers (order of buffers) -windows: save/apply only windows (buffer displayed by each window) + name: name for stored layout (default is "default") +buffers: store/apply only buffers (order of buffers) +windows: store/apply only windows (buffer displayed by each window) -Without argument, this command displays saved layouts. +Without argument, this command displays stored layouts. ---- [[command_weechat_mouse]] diff --git a/doc/pl/autogen/user/weechat_options.txt b/doc/pl/autogen/user/weechat_options.txt index b6e574d35..9b7b735f0 100644 --- a/doc/pl/autogen/user/weechat_options.txt +++ b/doc/pl/autogen/user/weechat_options.txt @@ -803,11 +803,6 @@ ** typ: bool ** wartości: on, off (domyślna wartość: `on`) -* [[option_weechat.look.save_layout_on_exit]] *weechat.look.save_layout_on_exit* -** opis: `zapisz układ przy wyjściu (bufory, okna, lub oba)` -** typ: liczba -** wartości: none, buffers, windows, all (domyślna wartość: `none`) - * [[option_weechat.look.scroll_amount]] *weechat.look.scroll_amount* ** opis: `ile linii przewijać za pomocą scroll_up i scroll_down` ** typ: liczba @@ -838,6 +833,11 @@ ** typ: ciąg ** wartości: dowolny ciąg (domyślna wartość: `""`) +* [[option_weechat.look.store_layout_on_exit]] *weechat.look.store_layout_on_exit* +** opis: `store layout on exit (buffers, windows, or both)` +** typ: liczba +** wartości: none, buffers, windows, all (domyślna wartość: `none`) + * [[option_weechat.look.tab_width]] *weechat.look.tab_width* ** opis: `number of spaces used to display tabs in messages` ** typ: liczba |