summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-13 12:50:36 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-13 12:50:36 +0100
commit542dc8cd33e1be4c310cba4253b986a01abe7675 (patch)
treeb4028593b84f405e7659ae498c8d31540dfccd99 /doc
parent1e14a6d0895021d63032399db76d528e290991b1 (diff)
downloadweechat-542dc8cd33e1be4c310cba4253b986a01abe7675.zip
core: rename options save/reset to add/del in command /layout
The "save" option does not save to disk (so it was a bit confusing with /save command); therefore it is renamed to "add". The "reset" option does not really reset but delete things in the layout (or the layout itself); therefore it is renamed to "del" (for consistency, like other commands in WeeChat core and plugins).
Diffstat (limited to 'doc')
-rw-r--r--doc/de/autogen/user/weechat_commands.txt28
-rw-r--r--doc/en/autogen/user/weechat_commands.txt12
-rw-r--r--doc/fr/autogen/user/weechat_commands.txt12
-rw-r--r--doc/it/autogen/user/weechat_commands.txt32
-rw-r--r--doc/ja/autogen/user/weechat_commands.txt28
5 files changed, 56 insertions, 56 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index d149e198a..89b72fe2c 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -469,26 +469,26 @@ Beispiele:
----
[[command_weechat_layout]]
-[command]*`layout`* Layout für Buffer und Fenster speichern, anwenden oder zurücksetzen::
+[command]*`layout`* manage buffers/windows layouts::
----
-/layout save [<name>] [buffers|windows]
+/layout add [<name>] [buffers|windows]
apply [<name>] [buffers|windows]
leave
- reset [<name>] [buffers|windows]
+ del [<name>] [buffers|windows]
rename <name> <new_name>
- save: speichert das aktuelle Layout
- apply: das gespeicherte Layout anwenden
- leave: belässt das aktuelle Layout (es wird kein Layout aktualisiert)
- reset: das gespeicherte Layout, mit Buffern und/oder Fenstern, zurücksetzen
- (falls Buffer und Fenster zurückgesetzt werden, dann wird das Layout entfernt)
- rename: ein Layout umbenennen
- name: Name unter welchem das Layout gesichert werden soll (Standardlayout lautet "default")
-buffers: speichert bzw. verwendet nur Buffer (Reihenfolge der Buffer)
-windows: speichert bzw. verwendet nur Fenster (Buffer welche im jeweiligen Fenster dargestellt werden)
-
-Wird der Befehl ohne Argumente aufgerufen wird das gespeicherte Layout dargestellt.
+ add: create a layout using the current buffers/windows
+ apply: apply saved layout
+ leave: leave current layout (does not update any layout)
+ del: delete buffers and/or windows in a saved 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)
+
+Without argument, this command displays saved layouts.
----
[[command_weechat_mouse]]
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt
index a4b7922b1..3b875e726 100644
--- a/doc/en/autogen/user/weechat_commands.txt
+++ b/doc/en/autogen/user/weechat_commands.txt
@@ -469,20 +469,20 @@ Examples:
----
[[command_weechat_layout]]
-[command]*`layout`* save/apply/reset layout for buffers and windows::
+[command]*`layout`* manage buffers/windows layouts::
----
-/layout save [<name>] [buffers|windows]
+/layout add [<name>] [buffers|windows]
apply [<name>] [buffers|windows]
leave
- reset [<name>] [buffers|windows]
+ del [<name>] [buffers|windows]
rename <name> <new_name>
- save: save current layout
+ add: create a layout using the current buffers/windows
apply: apply saved layout
leave: leave current layout (does not update any layout)
- reset: reset buffers and/or windows in a saved layout
- (if both buffers and windows are reset, the layout is removed)
+ del: delete buffers and/or windows in a saved 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)
diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt
index 1641ae557..2887e5102 100644
--- a/doc/fr/autogen/user/weechat_commands.txt
+++ b/doc/fr/autogen/user/weechat_commands.txt
@@ -469,20 +469,20 @@ Exemples:
----
[[command_weechat_layout]]
-[command]*`layout`* sauver/appliquer/réinitialiser la disposition des tampons et fenêtres::
+[command]*`layout`* gestion des dispositions de tampons/fenêtres::
----
-/layout save [<nom>] [buffers|windows]
+/layout add [<nom>] [buffers|windows]
apply [<nom>] [buffers|windows]
leave
- reset [<nom>] [buffers|windows]
+ del [<nom>] [buffers|windows]
rename <nom> <nouveau_nom>
- save: sauver la disposition courante
+ add: créer une disposition avec les tampons/fenêtres courants
apply: appliquer une disposition sauvegardée
leave: quitter la disposition courante (ne met à jour aucune disposition)
- reset: réinitialiser les tampons et/ou fenêtres dans une disposition sauvegardée
- (si les tampons et fenêtres sont réinitialisées ensemble, la disposition est supprimée)
+ del: supprimer les tampons et/ou fenêtres dans une disposition sauvegardée
+ (si ni "buffers" ni "windows" n'est donné après le nom, la disposition est supprimée)
rename: renommer une disposition
nom: nom pour la disposition sauvegardée (par défaut "default")
buffers: sauver/appliquer seulement pour les tampons (ordre des tampons)
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt
index bcab907d7..dfb647f90 100644
--- a/doc/it/autogen/user/weechat_commands.txt
+++ b/doc/it/autogen/user/weechat_commands.txt
@@ -469,26 +469,26 @@ Esempi:
----
[[command_weechat_layout]]
-[command]*`layout`* salva/applica/ripristina il layout per i buffer e le finestre::
+[command]*`layout`* manage buffers/windows layouts::
----
-/layout save [<nome>] [buffers|windows]
+/layout add [<name>] [buffers|windows]
apply [<name>] [buffers|windows]
leave
- reset [<nome>] [buffers|windows]
- rename <nome> <nuovo_nome>
-
- save: salva il layout corrente
- apply: applica il layout salvato
- leave: lascia il layout corrente (non applica nessun layout
- reset: ripristina buffer e/o finestre in un layout salvato
- (se sia i buffer che le finestre vengono ripristinate, il layout viene rimosso)
- rename: rinomina un layout
- nome: nome per il layout salvato (per default è "default")
-buffers: salva/applica modifiche solo ai buffer (ordine dei buffer)
-windows: salva/applica modifiche solo alle finestre (buffer visualizzato da ogni finestra)
-
-Senza argomenti, il comando mostra i layout salvati.
+ del [<name>] [buffers|windows]
+ rename <name> <new_name>
+
+ add: create a layout using the current buffers/windows
+ apply: apply saved layout
+ leave: leave current layout (does not update any layout)
+ del: delete buffers and/or windows in a saved 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)
+
+Without argument, this command displays saved layouts.
----
[[command_weechat_mouse]]
diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt
index 78ad831fd..4ac89ec87 100644
--- a/doc/ja/autogen/user/weechat_commands.txt
+++ b/doc/ja/autogen/user/weechat_commands.txt
@@ -469,26 +469,26 @@ listdefault: デフォルトキーをリストアップ
----
[[command_weechat_layout]]
-[command]*`layout`* バッファとウィンドウのレイアウトを保存/適用/リセット::
+[command]*`layout`* manage buffers/windows layouts::
----
-/layout save [<name>] [buffers|windows]
+/layout add [<name>] [buffers|windows]
apply [<name>] [buffers|windows]
leave
- reset [<name>] [buffers|windows]
+ del [<name>] [buffers|windows]
rename <name> <new_name>
- save: 現在のレイアウトを保存
- apply: 保存されたレイアウトを適用
- leave: 現在のレイアウトを保持する (レイアウトを更新しない)
- reset: 保存されたレイアウトでバッファとウィンドウをリセット
- (バッファとウィンドウの両方がリセットされる場合、レイアウトは削除されます)
- rename: レイアウトのリネーム
- name: 保存されたレイアウトの名前 (初期状態は "default")
-buffers: バッファのみに対してレイアウトを保存/適用 (バッファの順番)
-windows: ウィンドウのみに対してレイアウトを保存/適用 (それぞれのウィンドウに表示されるバッファ)
-
-引数無しでは、保存されたレイアウトを表示します。
+ add: create a layout using the current buffers/windows
+ apply: apply saved layout
+ leave: leave current layout (does not update any layout)
+ del: delete buffers and/or windows in a saved 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)
+
+Without argument, this command displays saved layouts.
----
[[command_weechat_mouse]]