From e2798b2cf218a4c1d507638f7f10f8e5eb0e67ae Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 21 Mar 2014 14:32:09 +0100 Subject: [PATCH] core: fix typo in /help command --- doc/de/autogen/user/weechat_commands.txt | 2 +- doc/en/autogen/user/weechat_commands.txt | 2 +- doc/fr/autogen/user/weechat_commands.txt | 2 +- doc/it/autogen/user/weechat_commands.txt | 2 +- doc/ja/autogen/user/weechat_commands.txt | 2 +- doc/pl/autogen/user/weechat_commands.txt | 2 +- po/cs.po | 8 ++++---- po/de.po | 8 ++++---- po/es.po | 9 ++++----- po/fr.po | 8 ++++---- po/hu.po | 4 ++-- po/it.po | 8 ++++---- po/ja.po | 8 ++++---- po/pl.po | 8 ++++---- po/pt_BR.po | 8 ++++---- po/ru.po | 4 ++-- po/tr.po | 4 ++-- po/weechat.pot | 4 ++-- src/core/wee-command.c | 2 +- 19 files changed, 47 insertions(+), 48 deletions(-) diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index fd48cf57b..6bb5c3943 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -165,7 +165,7 @@ Beispiele: ---- /command - plugin: Name der Erweiterung ('weechat' für interne WeeChat Befehle) + plugin: Name der Erweiterung ('core' für interne WeeChat Befehle) command: auszuführender Befehl (es wird automatisch ein '/' vorangestellt, falls dieser nicht angegeben wurde) ---- diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index b41c4cb83..59581aa25 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -165,7 +165,7 @@ Examples: ---- /command - plugin: plugin name ('weechat' for WeeChat internal command) + plugin: plugin name ('core' for WeeChat internal command) command: command to execute (a '/' is automatically added if not found at beginning of command) ---- diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index 26752292a..01a81e067 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -165,7 +165,7 @@ Exemples: ---- /command -extension: nom de l'extension ('weechat' pour une commande interne WeeChat) +extension: nom de l'extension ('core' pour une commande interne WeeChat) commande: commande à exécuter (un '/' est automatiquement ajouté s'il n'est pas trouvé au début de la commande) ---- diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 5ebf953eb..f0a8378e5 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -165,7 +165,7 @@ Examples: ---- /command - plugin: nome plugin ('weechat' per il comando interno di WeeChat) + plugin: nome plugin ('core' per il comando interno di WeeChat) comando: comando da eseguire (una '/' viene aggiunta automaticamente se non trovata all'inizio del comando) ---- diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt index 1ab554e0a..c7900794e 100644 --- a/doc/ja/autogen/user/weechat_commands.txt +++ b/doc/ja/autogen/user/weechat_commands.txt @@ -165,7 +165,7 @@ rgb2term: RGB 色をターミナル色 (0-255) に変換 ---- /command - plugin: プラグインの名前 ('weechat' は WeeChat の内部コマンドを意味します) + plugin: プラグインの名前 ('core' は WeeChat の内部コマンドを意味します) command: 実行するコマンド (コマンドの最初に '/' が無い場合、'/' が自動的に追加されます) ---- diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt index d09ecced1..6b5b990e7 100644 --- a/doc/pl/autogen/user/weechat_commands.txt +++ b/doc/pl/autogen/user/weechat_commands.txt @@ -165,7 +165,7 @@ Examples: ---- /command - wtyczka: nazwa wtyczki ('weechat' dla wewnętrznych komend WeeChat ) + wtyczka: nazwa wtyczki ('core' dla wewnętrznych komend WeeChat ) komenda: komenda do wywołania ( '/' jest automatycznie dodawane jeśli nie występuje na początku komendy) ---- diff --git a/po/cs.po b/po/cs.po index 1b138a983..d1e587a55 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" -"PO-Revision-Date: 2014-03-18 09:20+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" +"PO-Revision-Date: 2014-03-21 13:45+0100\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" "Language: cs\n" @@ -1256,11 +1256,11 @@ msgid " " msgstr " " msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" -" plugin: jméno pluginu ('weechat' pro WeeChat vnitřní příkaz)\n" +" plugin: jméno pluginu ('core' pro WeeChat vnitřní příkaz)\n" " příkaz: příkaz, který spustit ('/' je automaticky dodáno, pokud není " "nalezeno na začátku příkazu)" diff --git a/po/de.po b/po/de.po index e6d783a59..f3b7b65cd 100644 --- a/po/de.po +++ b/po/de.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" -"PO-Revision-Date: 2014-03-20 10:49+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" +"PO-Revision-Date: 2014-03-21 13:45+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" "Language: de_DE\n" @@ -1294,11 +1294,11 @@ msgid " " msgstr " " msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" -" plugin: Name der Erweiterung ('weechat' für interne WeeChat Befehle)\n" +" plugin: Name der Erweiterung ('core' für interne WeeChat Befehle)\n" "command: auszuführender Befehl (es wird automatisch ein '/' vorangestellt, " "falls dieser nicht angegeben wurde)" diff --git a/po/es.po b/po/es.po index c514a2e5a..b7a138890 100644 --- a/po/es.po +++ b/po/es.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" -"PO-Revision-Date: 2014-03-18 09:20+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" +"PO-Revision-Date: 2014-03-21 13:46+0100\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" "Language: es\n" @@ -1267,12 +1267,11 @@ msgid " " msgstr " " msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" -" plugin: nombre del plugin ('weechat' para los comandos internos de " -"WeeChat)\n" +" plugin: nombre del plugin ('core' para los comandos internos de WeeChat)\n" "comando: comando a ejecutar (se añade una '/' automáticamente si no se " "encuentra al principio del comando)" diff --git a/po/fr.po b/po/fr.po index deee3e648..a38dd4820 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" -"PO-Revision-Date: 2014-03-19 19:23+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" +"PO-Revision-Date: 2014-03-21 13:45+0100\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -1273,11 +1273,11 @@ msgid " " msgstr " " msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" -"extension: nom de l'extension ('weechat' pour une commande interne WeeChat)\n" +"extension: nom de l'extension ('core' pour une commande interne WeeChat)\n" " commande: commande à exécuter (un '/' est automatiquement ajouté s'il n'est " "pas trouvé au début de la commande)" diff --git a/po/hu.po b/po/hu.po index 76590cf7b..c01ebe613 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -1199,7 +1199,7 @@ msgstr "Modul parancsok:\n" #, fuzzy msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" diff --git a/po/it.po b/po/it.po index 7f48307dc..96ec33cb9 100644 --- a/po/it.po +++ b/po/it.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" -"PO-Revision-Date: 2014-03-18 09:21+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" +"PO-Revision-Date: 2014-03-21 13:46+0100\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" "Language: it\n" @@ -1245,11 +1245,11 @@ msgid " " msgstr " " msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" -" plugin: nome plugin ('weechat' per il comando interno di WeeChat)\n" +" plugin: nome plugin ('core' per il comando interno di WeeChat)\n" "comando: comando da eseguire (una '/' viene aggiunta automaticamente se non " "trovata all'inizio del comando)" diff --git a/po/ja.po b/po/ja.po index 42cf056b0..6e4409692 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" -"PO-Revision-Date: 2014-03-19 01:42+0900\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" +"PO-Revision-Date: 2014-03-21 13:46+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" "Language: ja\n" @@ -1239,11 +1239,11 @@ msgid " " msgstr " " msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" -" plugin: プラグインの名前 ('weechat' は WeeChat の内部コマンドを意味します)\n" +" plugin: プラグインの名前 ('core' は WeeChat の内部コマンドを意味します)\n" "command: 実行するコマンド (コマンドの最初に '/' が無い場合、'/' が自動的に追" "加されます)" diff --git a/po/pl.po b/po/pl.po index 3ac5c58f9..37434a98c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" -"PO-Revision-Date: 2014-03-18 10:47+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" +"PO-Revision-Date: 2014-03-21 13:47+0100\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" "Language: pl\n" @@ -1266,11 +1266,11 @@ msgid " " msgstr " " msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" -" wtyczka: nazwa wtyczki ('weechat' dla wewnętrznych komend WeeChat )\n" +" wtyczka: nazwa wtyczki ('core' dla wewnętrznych komend WeeChat )\n" "komenda: komenda do wywołania ( '/' jest automatycznie dodawane jeśli nie " "występuje na początku komendy)" diff --git a/po/pt_BR.po b/po/pt_BR.po index 9152ca102..b388a9651 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-03-19 19:23+0100\n" -"PO-Revision-Date: 2014-03-18 09:22+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" +"PO-Revision-Date: 2014-03-21 13:47+0100\n" "Last-Translator: Sergio Durigan Junior \n" "Language-Team: weechat-dev \n" "Language: pt_BR\n" @@ -1281,11 +1281,11 @@ msgid " " msgstr " " msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" -" plugin: nome do plugin ('weechat' para comandos internos do weechat)\n" +" plugin: nome do plugin ('core' para comandos internos do weechat)\n" "command: comando a ser executado (um '/' é automaticamente adicionado se não " "for encontrado no começo de um comando)" diff --git a/po/ru.po b/po/ru.po index b38709b17..6069b319c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -1220,7 +1220,7 @@ msgstr "Команды Plugin'ов:\n" #, fuzzy msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" diff --git a/po/tr.po b/po/tr.po index 62c6cf762..0f12a4ec7 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 19:23+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" "PO-Revision-Date: 2014-03-18 09:23+0100\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -1063,7 +1063,7 @@ msgid " " msgstr " " msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" diff --git a/po/weechat.pot b/po/weechat.pot index 838514b7b..4c948735e 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-03-19 19:23+0100\n" +"POT-Creation-Date: 2014-03-21 13:43+0100\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: weechat-dev \n" @@ -1069,7 +1069,7 @@ msgid " " msgstr "" msgid "" -" plugin: plugin name ('weechat' for WeeChat internal command)\n" +" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" diff --git a/src/core/wee-command.c b/src/core/wee-command.c index bc30cc1fe..3877f676e 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6715,7 +6715,7 @@ command_init () NULL, "50000|command", N_("launch explicit WeeChat or plugin command"), N_(" "), - N_(" plugin: plugin name ('weechat' for WeeChat internal command)\n" + N_(" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not " "found at beginning of command)"), "%(plugins_names)|" PLUGIN_CORE " %(plugins_commands)",