mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
core: fix typo in /help command
This commit is contained in:
@@ -165,7 +165,7 @@ Beispiele:
|
||||
----
|
||||
/command <plugin> <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)
|
||||
----
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ Examples:
|
||||
----
|
||||
/command <plugin> <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)
|
||||
----
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ Exemples:
|
||||
----
|
||||
/command <extension> <commande>
|
||||
|
||||
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)
|
||||
----
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ Examples:
|
||||
----
|
||||
/command <plugin> <comando>
|
||||
|
||||
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)
|
||||
----
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ rgb2term: RGB 色をターミナル色 (0-255) に変換
|
||||
----
|
||||
/command <plugin> <command>
|
||||
|
||||
plugin: プラグインの名前 ('weechat' は WeeChat の内部コマンドを意味します)
|
||||
plugin: プラグインの名前 ('core' は WeeChat の内部コマンドを意味します)
|
||||
command: 実行するコマンド (コマンドの最初に '/' が無い場合、'/' が自動的に追加されます)
|
||||
----
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ Examples:
|
||||
----
|
||||
/command <wtyczka> <komenda>
|
||||
|
||||
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)
|
||||
----
|
||||
|
||||
|
||||
@@ -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 <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: cs\n"
|
||||
@@ -1256,11 +1256,11 @@ msgid "<plugin> <command>"
|
||||
msgstr "<plugin> <příkaz>"
|
||||
|
||||
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)"
|
||||
|
||||
|
||||
@@ -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 <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <weechatter@arcor.de>\n"
|
||||
"Language: de_DE\n"
|
||||
@@ -1294,11 +1294,11 @@ msgid "<plugin> <command>"
|
||||
msgstr "<plugin> <command>"
|
||||
|
||||
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)"
|
||||
|
||||
|
||||
@@ -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 <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: es\n"
|
||||
@@ -1267,12 +1267,11 @@ msgid "<plugin> <command>"
|
||||
msgstr "<plugin> <comando>"
|
||||
|
||||
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)"
|
||||
|
||||
|
||||
@@ -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 <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -1273,11 +1273,11 @@ msgid "<plugin> <command>"
|
||||
msgstr "<extension> <commande>"
|
||||
|
||||
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)"
|
||||
|
||||
|
||||
@@ -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 <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
|
||||
|
||||
@@ -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 <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: it\n"
|
||||
@@ -1245,11 +1245,11 @@ msgid "<plugin> <command>"
|
||||
msgstr "<plugin> <comando>"
|
||||
|
||||
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)"
|
||||
|
||||
|
||||
@@ -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 <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
|
||||
"Language: ja\n"
|
||||
@@ -1239,11 +1239,11 @@ msgid "<plugin> <command>"
|
||||
msgstr "<plugin> <command>"
|
||||
|
||||
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: 実行するコマンド (コマンドの最初に '/' が無い場合、'/' が自動的に追"
|
||||
"加されます)"
|
||||
|
||||
|
||||
@@ -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 <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: pl\n"
|
||||
@@ -1266,11 +1266,11 @@ msgid "<plugin> <command>"
|
||||
msgstr "<wtyczka> <komenda>"
|
||||
|
||||
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)"
|
||||
|
||||
|
||||
+4
-4
@@ -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 <sergiosdj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: pt_BR\n"
|
||||
@@ -1281,11 +1281,11 @@ msgid "<plugin> <command>"
|
||||
msgstr "<plugin> <comando>"
|
||||
|
||||
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)"
|
||||
|
||||
|
||||
@@ -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 <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
|
||||
|
||||
@@ -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 <sunder67@hotmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1063,7 +1063,7 @@ msgid "<plugin> <command>"
|
||||
msgstr "<eklenti> <komut>"
|
||||
|
||||
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 ""
|
||||
|
||||
+2
-2
@@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1069,7 +1069,7 @@ msgid "<plugin> <command>"
|
||||
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 ""
|
||||
|
||||
@@ -6715,7 +6715,7 @@ command_init ()
|
||||
NULL, "50000|command",
|
||||
N_("launch explicit WeeChat or plugin command"),
|
||||
N_("<plugin> <command>"),
|
||||
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)",
|
||||
|
||||
Reference in New Issue
Block a user