diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-24 10:07:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-24 10:07:44 +0200 |
commit | c8ac75601f0c0003c7ec0bf6605bd6e2258ab5a3 (patch) | |
tree | 3eac64137d9ed00831a8558fe842140366fc4a59 /doc | |
parent | 350938181b1bfb5b8854a9e0ace387fa10afb73d (diff) | |
download | weechat-c8ac75601f0c0003c7ec0bf6605bd6e2258ab5a3.zip |
irc: fix typos in /help ban and /help quiet
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/irc_commands.asciidoc | 12 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_commands.asciidoc | 4 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_commands.asciidoc | 4 | ||||
-rw-r--r-- | doc/ja/autogen/user/irc_commands.asciidoc | 12 | ||||
-rw-r--r-- | doc/pl/autogen/user/irc_commands.asciidoc | 12 |
5 files changed, 22 insertions, 22 deletions
diff --git a/doc/de/autogen/user/irc_commands.asciidoc b/doc/de/autogen/user/irc_commands.asciidoc index c8170d8d7..618ab400d 100644 --- a/doc/de/autogen/user/irc_commands.asciidoc +++ b/doc/de/autogen/user/irc_commands.asciidoc @@ -78,10 +78,10 @@ Beispiele: ---- /ban [<channel>] [<nick> [<nick>...]] -channel: Channelname - nick: Nick oder Host für den der Bann gelten soll +channel: channel name + nick: nick or host -Ohne Angabe von Argumenten wird die Ban-Liste für den aktuellen Channel angezeigt. +Without argument, this command displays the ban list for current channel. ---- [[command_irc_cap]] @@ -594,10 +594,10 @@ target: Nickname ---- /quiet [<channel>] [<nick> [<nick>...]] -channel: Name des Channel - nick: Nick oder Host +channel: channel name + nick: nick or host -Ohne Angabe von Argumenten wird, für den aktuellen Channel, eine Liste mit den Nick/Host ausgegeben denen das Wort entzogen worden ist. +Without argument, this command displays the quiet list for current channel. ---- [[command_irc_quote]] diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc index dc988aa6f..92f396bc3 100644 --- a/doc/en/autogen/user/irc_commands.asciidoc +++ b/doc/en/autogen/user/irc_commands.asciidoc @@ -81,7 +81,7 @@ Examples: channel: channel name nick: nick or host -Without argument, this command display ban list for current channel. +Without argument, this command displays the ban list for current channel. ---- [[command_irc_cap]] @@ -597,7 +597,7 @@ daemon2: forward message to this daemon channel: channel name nick: nick or host -Without argument, this command display quiet list for current channel. +Without argument, this command displays the quiet list for current channel. ---- [[command_irc_quote]] diff --git a/doc/it/autogen/user/irc_commands.asciidoc b/doc/it/autogen/user/irc_commands.asciidoc index 230159926..4d026f677 100644 --- a/doc/it/autogen/user/irc_commands.asciidoc +++ b/doc/it/autogen/user/irc_commands.asciidoc @@ -81,7 +81,7 @@ Examples: channel: channel name nick: nick or host -Without argument, this command display ban list for current channel. +Without argument, this command displays the ban list for current channel. ---- [[command_irc_cap]] @@ -597,7 +597,7 @@ demone2: reindirizza messaggio a questo demone channel: channel name nick: nick or host -Without argument, this command display quiet list for current channel. +Without argument, this command displays the quiet list for current channel. ---- [[command_irc_quote]] diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc index e73d63c42..ac0840311 100644 --- a/doc/ja/autogen/user/irc_commands.asciidoc +++ b/doc/ja/autogen/user/irc_commands.asciidoc @@ -78,10 +78,10 @@ arguments: コマンドの引数 (特殊変数 $nick、$channel、$server はそ ---- /ban [<channel>] [<nick> [<nick>...]] -channel: チャンネル名 - nick: ニックネームまたはホスト名 +channel: channel name + nick: nick or host -引数無しの場合は、現在のチャンネルのバンリストを表示。 +Without argument, this command displays the ban list for current channel. ---- [[command_irc_cap]] @@ -594,10 +594,10 @@ daemon2: メッセージをデーモンに転送 ---- /quiet [<channel>] [<nick> [<nick>...]] -channel: チャンネル名 - nick: ニックネーム又はホスト名 +channel: channel name + nick: nick or host -引数無しの場合は、現在のチャンネルの発言禁止リストを表示。 +Without argument, this command displays the quiet list for current channel. ---- [[command_irc_quote]] diff --git a/doc/pl/autogen/user/irc_commands.asciidoc b/doc/pl/autogen/user/irc_commands.asciidoc index ed15805e2..e4ce39034 100644 --- a/doc/pl/autogen/user/irc_commands.asciidoc +++ b/doc/pl/autogen/user/irc_commands.asciidoc @@ -78,10 +78,10 @@ Przykłady: ---- /ban [<kanał>] [<nick> [<nick>...]] -kanał: nazwa kanału - nick: nick lub host +channel: channel name + nick: nick or host -Bez podania argumentu komenda wyświetla listę banów na obecnym kanale. +Without argument, this command displays the ban list for current channel. ---- [[command_irc_cap]] @@ -594,10 +594,10 @@ demon2: prześlij do tego demona ---- /quiet [<kanał>] [<nick> [<nick>...]] -kanał: nazwa kanału - nick: nazwa użytkownika lub host +channel: channel name + nick: nick or host -Bez podania argumentu komenda wyświetla listę uciszeń dla obecnego kanału. +Without argument, this command displays the quiet list for current channel. ---- [[command_irc_quote]] |