diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-14 07:47:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-14 07:47:50 +0200 |
commit | dea8b0bb09b5d301d9d61a6653d0f1683c8422c2 (patch) | |
tree | c1512bd3390067e1589a7f88b854247a130de03f /doc | |
parent | 55e2f258b7c28e67c89d22bd7778f9f11d0eb15c (diff) | |
download | weechat-dea8b0bb09b5d301d9d61a6653d0f1683c8422c2.zip |
irc: add option "-noswitch" in command /query (closes #394)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/irc_commands.asciidoc | 9 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_commands.asciidoc | 9 | ||||
-rw-r--r-- | doc/fr/autogen/user/irc_commands.asciidoc | 9 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_commands.asciidoc | 9 | ||||
-rw-r--r-- | doc/ja/autogen/user/aspell_commands.asciidoc | 22 | ||||
-rw-r--r-- | doc/ja/autogen/user/irc_commands.asciidoc | 9 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_options.asciidoc | 4 | ||||
-rw-r--r-- | doc/pl/autogen/user/irc_commands.asciidoc | 9 |
8 files changed, 43 insertions, 37 deletions
diff --git a/doc/de/autogen/user/irc_commands.asciidoc b/doc/de/autogen/user/irc_commands.asciidoc index 46230077d..dbbd68d68 100644 --- a/doc/de/autogen/user/irc_commands.asciidoc +++ b/doc/de/autogen/user/irc_commands.asciidoc @@ -551,11 +551,12 @@ Daemon2: Nachricht an diesen Daemon weiterleiten [command]*`query`* Eine private Nachricht an einen Nick schicken:: ---- -/query [-server <server>] <nick>[,<nick>...] [<text>] +/query [-noswitch] [-server <server>] <nick>[,<nick>...] [<text>] -server: an diesen Server senden (interner Name) -target: Nickname - text: zu sendender Text +-noswitch: do not switch to new buffer + server: send to this server (internal name) + nick: nick + text: text to send ---- [[command_irc_quiet]] diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc index 8c7257989..4bd603e9c 100644 --- a/doc/en/autogen/user/irc_commands.asciidoc +++ b/doc/en/autogen/user/irc_commands.asciidoc @@ -551,11 +551,12 @@ daemon2: forward message to this daemon [command]*`query`* send a private message to a nick:: ---- -/query [-server <server>] <nick>[,<nick>...] [<text>] +/query [-noswitch] [-server <server>] <nick>[,<nick>...] [<text>] -server: send to this server (internal name) - nick: nick - text: text to send +-noswitch: do not switch to new buffer + server: send to this server (internal name) + nick: nick + text: text to send ---- [[command_irc_quiet]] diff --git a/doc/fr/autogen/user/irc_commands.asciidoc b/doc/fr/autogen/user/irc_commands.asciidoc index 1e1f8b177..11aa61316 100644 --- a/doc/fr/autogen/user/irc_commands.asciidoc +++ b/doc/fr/autogen/user/irc_commands.asciidoc @@ -551,11 +551,12 @@ démon2 : faire suivre le message à ce démon [command]*`query`* envoyer un message privé à un pseudo:: ---- -/query [-server <serveur>] <pseudo>[,<pseudo>...] [<texte>] +/query [-noswitch] [-server <serveur>] <pseudo>[,<pseudo>...] [<texte>] -serveur : envoyer à ce serveur (nom interne) - pseudo : pseudo - texte : texte à envoyer +-noswitch : ne pas basculer sur le nouveau tampon + serveur : envoyer à ce serveur (nom interne) + pseudo : pseudo + texte : texte à envoyer ---- [[command_irc_quiet]] diff --git a/doc/it/autogen/user/irc_commands.asciidoc b/doc/it/autogen/user/irc_commands.asciidoc index f1a94437e..30a21b7bb 100644 --- a/doc/it/autogen/user/irc_commands.asciidoc +++ b/doc/it/autogen/user/irc_commands.asciidoc @@ -551,11 +551,12 @@ demone2: reindirizza messaggio a questo demone [command]*`query`* invia un messaggio privato ad un nick:: ---- -/query [-server <server>] <nick>[,<nick>...] [<testo>] +/query [-noswitch] [-server <server>] <nick>[,<nick>...] [<text>] -server: send to this server (internal name) - nick: nick - text: text to send +-noswitch: do not switch to new buffer + server: send to this server (internal name) + nick: nick + text: text to send ---- [[command_irc_quiet]] diff --git a/doc/ja/autogen/user/aspell_commands.asciidoc b/doc/ja/autogen/user/aspell_commands.asciidoc index 948181432..59499f49f 100644 --- a/doc/ja/autogen/user/aspell_commands.asciidoc +++ b/doc/ja/autogen/user/aspell_commands.asciidoc @@ -12,22 +12,22 @@ deldict addword [<dict>] <word> - enable: enable aspell - disable: disable aspell - toggle: toggle aspell -listdict: show installed dictionaries - setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma) - deldict: delete dictionary used on current buffer - addword: add a word in personal aspell dictionary + enable: aspell の有効化 + disable: aspell の無効化 + toggle: aspell の有効無効を切り替え +listdict: インストール済み辞書を表示 + setdict: 現在のバッファ用の辞書を設定 (コンマで区切れば複数の辞書を指定可能) + deldict: 現在のバッファ用の辞書を削除 + addword: aspell の個人辞書に単語を追加 -Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands). +いくつかのコマンドを除いて '/' で始まる入力行はチェックされません (/set aspell.check.commands を参照)。 -To enable aspell on all buffers, use option "default_dict", then enable aspell, for example: +全てのバッファで aspell を有効化するには、"default_dict" オプションを設定した後に、aspell を有効化してください。例: /set aspell.check.default_dict "en" /aspell enable -To display a list of suggestions in a bar, use item "aspell_suggest". +バーの中に提案のリストを表示するには、"aspell_suggest" アイテムを使ってください。 -Default key to toggle aspell is alt-s. +aspell の有効無効を切り替えるデフォルトのキーは alt-s です。 ---- diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc index 562665931..8543b5b0c 100644 --- a/doc/ja/autogen/user/irc_commands.asciidoc +++ b/doc/ja/autogen/user/irc_commands.asciidoc @@ -551,11 +551,12 @@ daemon2: メッセージをデーモンに転送 [command]*`query`* ニックネーム宛にプライベートメッセージを送信:: ---- -/query [-server <server>] <nick>[,<nick>...] [<text>] +/query [-noswitch] [-server <server>] <nick>[,<nick>...] [<text>] -server: このサーバに送信 (内部サーバ名) -target: ニックネーム - text: 送信するテキスト +-noswitch: do not switch to new buffer + server: send to this server (internal name) + nick: nick + text: text to send ---- [[command_irc_quiet]] diff --git a/doc/ja/autogen/user/weechat_options.asciidoc b/doc/ja/autogen/user/weechat_options.asciidoc index 819f68222..97f81f03f 100644 --- a/doc/ja/autogen/user/weechat_options.asciidoc +++ b/doc/ja/autogen/user/weechat_options.asciidoc @@ -913,12 +913,12 @@ ** 値: 未制約文字列 (デフォルト値: `"WeeChat ${info:version}"`) * [[option_weechat.look.word_chars_highlight]] *weechat.look.word_chars_highlight* -** 説明: `comma-separated list of chars (or range of chars) that are considered part or words for highlights; each item can be a single char, a range of chars (format: a-z), a class of wide character (for example "alnum", see man wctype); a "!" before the item makes it negative (ie the char is NOT considered part of words); the value "*" matches any char; unicode chars are allowed with the format \u1234, for example \u00A0 for unbreakable space (see /help print for supported formats)` +** 説明: `ハイライトする部分または文字と見なす文字 (または文字範囲) のカンマ区切りリスト; それぞれの要素は単一文字、文字範囲 (フォーマット: a-z)、全角文字のクラス (例えば "alnum"、wctype の man 参照); 要素の前の "!" は否定を意味します (この文字は単語の一部とみなされません); "*" は任意の文字にマッチします; unicode 文字はフォーマット \u1234 で使うことができます、例えば \u00A0 は固定スペースを意味します (サポートされるフォーマットは /help print を参照)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"!\u00A0,-,_,|,alnum"`) * [[option_weechat.look.word_chars_input]] *weechat.look.word_chars_input* -** 説明: `comma-separated list of chars (or range of chars) that are considered part or words for command line; each item can be a single char, a range of chars (format: a-z), a class of wide character (for example "alnum", see man wctype); a "!" before the item makes it negative (ie the char is NOT considered part of words); the value "*" matches any char; unicode chars are allowed with the format \u1234, for example \u00A0 for unbreakable space (see /help print for supported formats)` +** 説明: `コマンドラインの一部または単語と見なす文字 (または文字範囲) のカンマ区切りリスト; それぞれの要素は単一文字、文字範囲 (フォーマット: a-z)、全角文字のクラス (例えば "alnum"、wctype の man 参照); 要素の前の "!" は否定を意味します (この文字は単語の一部とみなされません); "*" は任意の文字にマッチします; unicode 文字はフォーマット \u1234 で使うことができます、例えば \u00A0 は固定スペースを意味します (サポートされるフォーマットは /help print を参照)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"!\u00A0,-,_,|,alnum"`) diff --git a/doc/pl/autogen/user/irc_commands.asciidoc b/doc/pl/autogen/user/irc_commands.asciidoc index 40d61bc51..d997a1764 100644 --- a/doc/pl/autogen/user/irc_commands.asciidoc +++ b/doc/pl/autogen/user/irc_commands.asciidoc @@ -551,11 +551,12 @@ demon2: prześlij do tego demona [command]*`query`* wysyła prywatną wiadomość do użytkownika:: ---- -/query [-server <serwer>] <nick>[,<nick>...] [<tekst>] +/query [-noswitch] [-server <server>] <nick>[,<nick>...] [<text>] -serwer: wyślij do tego serwera (nazwa wewnętrzna) - nick: nick - tekst: wiadomość do wysłania +-noswitch: do not switch to new buffer + server: send to this server (internal name) + nick: nick + text: text to send ---- [[command_irc_quiet]] |