diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-18 21:27:22 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-18 21:27:22 +0100 |
commit | 49f4c8e9ef71046cf4697e2f512c4cb14dd44976 (patch) | |
tree | 604aca5e8a488fc94397f0a833151ccabda24d62 | |
parent | 8fc751532241e07031229f707c11b95e813fcfb7 (diff) | |
download | weechat-49f4c8e9ef71046cf4697e2f512c4cb14dd44976.zip |
core: fix typo in arguments description of command /mute
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | po/cs.po | 8 | ||||
-rw-r--r-- | po/de.po | 8 | ||||
-rw-r--r-- | po/es.po | 6 | ||||
-rw-r--r-- | po/fr.po | 8 | ||||
-rw-r--r-- | po/hu.po | 4 | ||||
-rw-r--r-- | po/it.po | 8 | ||||
-rw-r--r-- | po/ja.po | 8 | ||||
-rw-r--r-- | po/pl.po | 6 | ||||
-rw-r--r-- | po/pt_BR.po | 8 | ||||
-rw-r--r-- | po/ru.po | 4 | ||||
-rw-r--r-- | po/tr.po | 4 | ||||
-rw-r--r-- | po/weechat.pot | 4 | ||||
-rw-r--r-- | src/core/wee-command.c | 2 |
18 files changed, 44 insertions, 44 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index b19c73f85..0c95ea36e 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -519,7 +519,7 @@ Beispiele: [command]*`mute`* Führt einen Befehl ohne Textausgabe aus:: ---- -/mute [-current | -buffer <name> | -all] command +/mute [-current | -buffer <name> | -all] <command> -current: Ausgabe im aktuellen Buffer wird unterdrückt -buffer: Ausgabe im ausgewählten Buffer wird unterdrückt diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index b2b1ea3a5..12a20d9bd 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -519,7 +519,7 @@ Examples: [command]*`mute`* execute a command silently:: ---- -/mute [-current | -buffer <name> | -all] command +/mute [-current | -buffer <name> | -all] <command> -current: no output on current buffer -buffer: no output on specified buffer diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index 7fae344ee..513410da1 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -519,7 +519,7 @@ Exemples: [command]*`mute`* exécuter une commande silencieusement:: ---- -/mute [-current | -buffer <nom> | -all] commande +/mute [-current | -buffer <nom> | -all] <commande> -current: pas d'affichage sur le tampon courant -buffer: pas d'affichage sur le tampon spécifié diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index c05c8f598..1588b6c4b 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -519,7 +519,7 @@ Esempi: [command]*`mute`* esegue un comando in silenzio:: ---- -/mute [-current | -buffer <nome> | -all] comando +/mute [-current | -buffer <nome> | -all] <comando> -current: nessun output sul buffer corrente -buffer: nessun output sul buffer specificato diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt index 1b02b5d0d..012b5db50 100644 --- a/doc/ja/autogen/user/weechat_commands.txt +++ b/doc/ja/autogen/user/weechat_commands.txt @@ -519,7 +519,7 @@ disable: マウスの無効化 [command]*`mute`* 静かにコマンドを実行:: ---- -/mute [-current | -buffer <name> | -all] command +/mute [-current | -buffer <name> | -all] <command> -current: 現在のバッファへの出力を禁止 -buffer: 指定したバッファへの出力を禁止 @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" -"PO-Revision-Date: 2014-01-06 10:16+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" +"PO-Revision-Date: 2014-01-18 21:20+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: cs\n" @@ -1782,8 +1782,8 @@ msgstr "" msgid "execute a command silently" msgstr "vykonat příkaz v tichosti" -msgid "[-current | -buffer <name> | -all] command" -msgstr "[-current | -buffer <jméno> | -all] příkaz" +msgid "[-current | -buffer <name> | -all] <command>" +msgstr "[-current | -buffer <jméno> | -all] <příkaz>" msgid "" "-current: no output on current buffer\n" @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.3-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" -"PO-Revision-Date: 2014-01-06 10:16+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" +"PO-Revision-Date: 2014-01-18 21:20+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" "Language: de\n" @@ -2014,8 +2014,8 @@ msgstr "" msgid "execute a command silently" msgstr "Führt einen Befehl ohne Textausgabe aus" -msgid "[-current | -buffer <name> | -all] command" -msgstr "[-current | -buffer <name> | -all] command" +msgid "[-current | -buffer <name> | -all] <command>" +msgstr "[-current | -buffer <name> | -all] <command>" msgid "" "-current: no output on current buffer\n" @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" -"PO-Revision-Date: 2014-01-06 10:16+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" +"PO-Revision-Date: 2014-01-18 21:21+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: es\n" @@ -1884,7 +1884,7 @@ msgstr "" msgid "execute a command silently" msgstr "ejecuta un comando silenciosamente" -msgid "[-current | -buffer <name> | -all] command" +msgid "[-current | -buffer <name> | -all] <command>" msgstr "[-current | -buffer <nombre> | -all] <comando>" msgid "" @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" -"PO-Revision-Date: 2014-01-15 13:59+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" +"PO-Revision-Date: 2014-01-18 21:18+0100\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -1962,8 +1962,8 @@ msgstr "" msgid "execute a command silently" msgstr "exécuter une commande silencieusement" -msgid "[-current | -buffer <name> | -all] command" -msgstr "[-current | -buffer <nom> | -all] commande" +msgid "[-current | -buffer <name> | -all] <command>" +msgstr "[-current | -buffer <nom> | -all] <commande>" msgid "" "-current: no output on current buffer\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" "PO-Revision-Date: 2014-01-06 10:16+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1580,7 +1580,7 @@ msgstr "" msgid "execute a command silently" msgstr "%s belső parancsok:\n" -msgid "[-current | -buffer <name> | -all] command" +msgid "[-current | -buffer <name> | -all] <command>" msgstr "" msgid "" @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" -"PO-Revision-Date: 2014-01-06 10:16+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" +"PO-Revision-Date: 2014-01-18 21:22+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: it\n" @@ -1922,8 +1922,8 @@ msgstr "" msgid "execute a command silently" msgstr "esegue un comando in silenzio" -msgid "[-current | -buffer <name> | -all] command" -msgstr "[-current | -buffer <nome> | -all] comando" +msgid "[-current | -buffer <name> | -all] <command>" +msgstr "[-current | -buffer <nome> | -all] <comando>" msgid "" "-current: no output on current buffer\n" @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" -"PO-Revision-Date: 2014-01-13 10:55+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" +"PO-Revision-Date: 2014-01-18 21:22+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/WeeChat>\n" "Language: ja\n" @@ -1908,8 +1908,8 @@ msgstr "" msgid "execute a command silently" msgstr "静かにコマンドを実行" -msgid "[-current | -buffer <name> | -all] command" -msgstr "[-current | -buffer <name> | -all] command" +msgid "[-current | -buffer <name> | -all] <command>" +msgstr "[-current | -buffer <name> | -all] <command>" msgid "" "-current: no output on current buffer\n" @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" -"PO-Revision-Date: 2014-01-06 10:17+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" +"PO-Revision-Date: 2014-01-18 21:23+0100\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: pl\n" @@ -1956,7 +1956,7 @@ msgstr "" msgid "execute a command silently" msgstr "wykonuje komendę po cichu" -msgid "[-current | -buffer <name> | -all] command" +msgid "[-current | -buffer <name> | -all] <command>" msgstr "[-current | -buffer <nazwa> | -all] <komenda>" msgid "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 7d544057a..f7a132d9c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" -"PO-Revision-Date: 2014-01-06 10:17+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" +"PO-Revision-Date: 2014-01-18 21:23+0100\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: pt_BR\n" @@ -1863,8 +1863,8 @@ msgstr "" msgid "execute a command silently" msgstr "executa um comando silenciosamente" -msgid "[-current | -buffer <name> | -all] command" -msgstr "[-current | -buffer <nome> | -all] comando" +msgid "[-current | -buffer <name> | -all] <command>" +msgstr "[-current | -buffer <nome> | -all] <comando>" msgid "" "-current: no output on current buffer\n" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" "PO-Revision-Date: 2014-01-06 10:17+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1603,7 +1603,7 @@ msgstr "" msgid "execute a command silently" msgstr "Внутренние команды %s:\n" -msgid "[-current | -buffer <name> | -all] command" +msgid "[-current | -buffer <name> | -all] <command>" msgstr "" msgid "" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" "PO-Revision-Date: 2014-01-06 10:17+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1429,7 +1429,7 @@ msgstr "" msgid "execute a command silently" msgstr "" -msgid "[-current | -buffer <name> | -all] command" +msgid "[-current | -buffer <name> | -all] <command>" msgstr "" msgid "" diff --git a/po/weechat.pot b/po/weechat.pot index 66062c749..538a9a9fe 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-15 13:58+0100\n" +"POT-Creation-Date: 2014-01-18 21:17+0100\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1432,7 +1432,7 @@ msgstr "" msgid "execute a command silently" msgstr "" -msgid "[-current | -buffer <name> | -all] command" +msgid "[-current | -buffer <name> | -all] <command>" msgstr "" msgid "" diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 78c1092eb..be2f34c40 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6861,7 +6861,7 @@ command_init () hook_command ( NULL, "mute", N_("execute a command silently"), - N_("[-current | -buffer <name> | -all] command"), + N_("[-current | -buffer <name> | -all] <command>"), N_("-current: no output on current buffer\n" " -buffer: no output on specified buffer\n" " name: full buffer name (examples: \"irc.server.freenode\", " |