diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-04 16:12:56 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-04 16:12:56 +0100 |
commit | 6b7d96f4b4d59178ad22dd19e1e9a115f4b108d2 (patch) | |
tree | 39a25abe1572c52474e82e470c92551b3c5379c2 /doc | |
parent | 12b82146aac152153e427f65faa60b502829236a (diff) | |
download | weechat-6b7d96f4b4d59178ad22dd19e1e9a115f4b108d2.zip |
core: mute all buffers by default in command /mute (replace option -all by -core)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 28 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 6 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 6 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 26 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.txt | 22 | ||||
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.txt | 26 |
6 files changed, 57 insertions, 57 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 61d3245b0..290aa40b6 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -525,23 +525,23 @@ Beispiele: [command]*`mute`* Führt einen Befehl ohne Textausgabe aus:: ---- -/mute [-current | -buffer <name> | -all] <command> +/mute [-core | -current | -buffer <name>] <command> --current: Ausgabe im aktuellen Buffer wird unterdrückt - -buffer: Ausgabe im ausgewählten Buffer wird unterdrückt - name: vollständiger Buffername (Beispiel: "irc.server.freenode", "irc.freenode.#weechat") - -all: Ausgabe wird für ALLE Buffer unterdrückt - command: Ein Befehl der ohne Textausgabe ausgeführt werden soll (das Präfix, '/', wird automatisch hinzugefügt, falls es dem Befehl nicht vorangestellt wurde) + -core: no output on WeeChat core buffer +-current: no output on current buffer + -buffer: no output on specified buffer + name: full buffer name (examples: "irc.server.freenode", "irc.freenode.#weechat") + command: command to execute silently (a '/' is automatically added if not found at beginning of command) -Wird kein Buffer ausgewählt (-current, -buffer oder -all), dann wird lediglich die Textausgabe im WeeChat Core Buffer unterdrückt. +If no target is specified (-core, -current or -buffer), then default is to mute all buffers. -Beispiele: - Speichern der Konfiguration: - /mute save - Nachricht in den aktuellen Channel senden: - /mute -current msg * hi! - Nachricht an den #weechat Channel senden: - /mute -buffer irc.freenode.#weechat msg #weechat hi! +Examples: + config save: + /mute save + message to current IRC channel: + /mute -current msg * hi! + message to #weechat channel: + /mute -buffer irc.freenode.#weechat msg #weechat hi! ---- [[command_weechat_plugin]] diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 8b4bfd3f2..46ecba0f3 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -525,15 +525,15 @@ Examples: [command]*`mute`* execute a command silently:: ---- -/mute [-current | -buffer <name> | -all] <command> +/mute [-core | -current | -buffer <name>] <command> + -core: no output on WeeChat core buffer -current: no output on current buffer -buffer: no output on specified buffer name: full buffer name (examples: "irc.server.freenode", "irc.freenode.#weechat") - -all: no output on ALL buffers command: command to execute silently (a '/' is automatically added if not found at beginning of command) -If no target is specified (-current, -buffer or -all), then default is to mute WeeChat core buffer only. +If no target is specified (-core, -current or -buffer), then default is to mute all buffers. Examples: config save: diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index 9e3731b3b..34e536eae 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -525,15 +525,15 @@ Exemples: [command]*`mute`* exécuter une commande silencieusement:: ---- -/mute [-current | -buffer <nom> | -all] <commande> +/mute [-core | -current | -buffer <nom>] <commande> + -core: pas d'affichage sur le tampon core WeeChat -current: pas d'affichage sur le tampon courant -buffer: pas d'affichage sur le tampon spécifié nom: nom complet du tampon (exemples: "irc.server.freenode", "irc.freenode.#weechat") - -all: pas d'affichage sur TOUS les tampons commande: commande à exécuter silencieusement (un '/' est automatiquement ajouté s'il n'est pas trouvé au début de la commande) -Si aucune cible n'est spécifiée (-current, -buffer ou -all), alors par défaut seul le tampon core WeeChat sera silencieux. +Si aucune cible n'est spécifiée (-core, -current ou -buffer), alors par défaut tous les tampons seront silencieux. Exemples: sauvegarde configuration: diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index c1684e8ae..9c9a068ac 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -525,23 +525,23 @@ Esempi: [command]*`mute`* esegue un comando in silenzio:: ---- -/mute [-current | -buffer <nome> | -all] <comando> +/mute [-core | -current | -buffer <name>] <command> --current: nessun output sul buffer corrente - -buffer: nessun output sul buffer specificato - nome: nome completo del buffer (esempi: "irc.server.freenode", "irc.freenode.#weechat") - -all: nessun output su TUTTI i buffer - command: comando da eseguire in silenzio (una '/' viene aggiunta automaticamente all'inizio del comando se non trovata) + -core: no output on WeeChat core buffer +-current: no output on current buffer + -buffer: no output on specified buffer + name: full buffer name (examples: "irc.server.freenode", "irc.freenode.#weechat") + command: command to execute silently (a '/' is automatically added if not found at beginning of command) -Se non viene specificata una destinazione (-current, -buffer o -all), la destinazione predefinita è il buffer core di WeeChat. +If no target is specified (-core, -current or -buffer), then default is to mute all buffers. -Esempi: - salva la configurazione: +Examples: + config save: /mute save - messaggio sul canale IRC corrente: - /mute -current msg * ciao! - messaggio sul canale #weechat: - /mute -buffer irc.freenode.#weechat msg #weechat ciao! + message to current IRC channel: + /mute -current msg * hi! + message to #weechat channel: + /mute -buffer irc.freenode.#weechat msg #weechat hi! ---- [[command_weechat_plugin]] diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt index 0ab2e2f8d..3c4ff3d84 100644 --- a/doc/ja/autogen/user/weechat_commands.txt +++ b/doc/ja/autogen/user/weechat_commands.txt @@ -525,22 +525,22 @@ disable: マウスの無効化 [command]*`mute`* 静かにコマンドを実行:: ---- -/mute [-current | -buffer <name> | -all] <command> +/mute [-core | -current | -buffer <name>] <command> --current: 現在のバッファへの出力を禁止 - -buffer: 指定したバッファへの出力を禁止 - name: 完全なバッファの名前 (例: "irc.server.freenode"、"irc.freenode.#weechat") - -all: 全てのバッファへの出力を禁止 - command: 静かに実行するコマンド (最初に '/' が無い場合は自動的に追加されます) + -core: no output on WeeChat core buffer +-current: no output on current buffer + -buffer: no output on specified buffer + name: full buffer name (examples: "irc.server.freenode", "irc.freenode.#weechat") + command: command to execute silently (a '/' is automatically added if not found at beginning of command) -ターゲット (-current、-buffer、-all) が指定されなかった場合、デフォルトでは WeeChat コアバッファへの出力のみが抑制されます。 +If no target is specified (-core, -current or -buffer), then default is to mute all buffers. -例: - save を行う: +Examples: + config save: /mute save - 現在の IRC チャンネルへのメッセージ: + message to current IRC channel: /mute -current msg * hi! - #weechat チャンネルへのメッセージ: + message to #weechat channel: /mute -buffer irc.freenode.#weechat msg #weechat hi! ---- diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt index fd7c75567..23e1c6870 100644 --- a/doc/pl/autogen/user/weechat_commands.txt +++ b/doc/pl/autogen/user/weechat_commands.txt @@ -525,23 +525,23 @@ Przykłady: [command]*`mute`* wykonuje komendę po cichu:: ---- -/mute [-current | -buffer <nazwa> | -all] <komenda> +/mute [-core | -current | -buffer <name>] <command> --current: bez wyjścia na obecnym kanale - -buffer: bez wyjścia w podanym buforze - nazwa: pełna nazwa bufora (przykłady: "irc.server.freenode", "irc.freenode.#weechat") - -all: bez wyjścia we WSZYSTKICH buforach - komenda: komenda do cichego wykonania ( '/' jest dodawane automatycznie jeśli nie znalezione na początku komendy) + -core: no output on WeeChat core buffer +-current: no output on current buffer + -buffer: no output on specified buffer + name: full buffer name (examples: "irc.server.freenode", "irc.freenode.#weechat") + command: command to execute silently (a '/' is automatically added if not found at beginning of command) -Jeżeli nie podano celu (-current, -buffer lub -all), wtedy domyślnie jest wyciszany tylko bufor rdzenia WeeChat. +If no target is specified (-core, -current or -buffer), then default is to mute all buffers. -Przykłady: - zapisanie konfiguracji: +Examples: + config save: /mute save - wiadomość do obecnego kanału IRC: - /mute -current msg * hej! - wiadomość na kanał #weechat: - /mute -buffer irc.freenode.#weechat msg #weechat hej! + message to current IRC channel: + /mute -current msg * hi! + message to #weechat channel: + /mute -buffer irc.freenode.#weechat msg #weechat hi! ---- [[command_weechat_plugin]] |