summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/de/autogen/user/weechat_options.txt2
-rw-r--r--doc/en/autogen/user/weechat_options.txt2
-rw-r--r--doc/fr/autogen/user/weechat_options.txt2
-rw-r--r--doc/it/autogen/user/weechat_options.txt2
-rw-r--r--doc/ja/autogen/user/weechat_options.txt2
-rw-r--r--po/cs.po5
-rw-r--r--po/de.po5
-rw-r--r--po/es.po5
-rw-r--r--po/fr.po9
-rw-r--r--po/hu.po4
-rw-r--r--po/it.po5
-rw-r--r--po/ja.po5
-rw-r--r--po/pl.po5
-rw-r--r--po/pt_BR.po5
-rw-r--r--po/ru.po4
-rw-r--r--po/weechat.pot4
-rw-r--r--src/core/wee-config.c3
17 files changed, 39 insertions, 30 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt
index b499bf0c3..76bd06141 100644
--- a/doc/de/autogen/user/weechat_options.txt
+++ b/doc/de/autogen/user/weechat_options.txt
@@ -284,7 +284,7 @@
** Werte: on, off (Standardwert: `on`)
* [[option_weechat.completion.default_template]] *weechat.completion.default_template*
-** Beschreibung: `Standardvorlage für die automatische Vervollständigung (in der Dokumentation finden Sie die vorgegebenen Codes und Werte)`
+** Beschreibung: `default completion template (please see documentation for template codes and values: plugin API reference, function "weechat_hook_command")`
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette (Standardwert: `"%(nicks)|%(irc_channels)"`)
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index 9f74e159b..74a3387bf 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -284,7 +284,7 @@
** values: on, off (default value: `on`)
* [[option_weechat.completion.default_template]] *weechat.completion.default_template*
-** description: `default completion template (please see documentation for template codes and values)`
+** description: `default completion template (please see documentation for template codes and values: plugin API reference, function "weechat_hook_command")`
** type: string
** values: any string (default value: `"%(nicks)|%(irc_channels)"`)
diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt
index ff6f154d0..93db5952d 100644
--- a/doc/fr/autogen/user/weechat_options.txt
+++ b/doc/fr/autogen/user/weechat_options.txt
@@ -284,7 +284,7 @@
** valeurs: on, off (valeur par défaut: `on`)
* [[option_weechat.completion.default_template]] *weechat.completion.default_template*
-** description: `modèle de complétion par défaut (merci de consulter la documentation pour les codes et valeurs du modèle)`
+** description: `modèle de complétion par défaut (merci de consulter la documentation pour les codes et valeurs du modèle: Référence API extension, fonction "weechat_hook_command")`
** type: chaîne
** valeurs: toute chaîne (valeur par défaut: `"%(nicks)|%(irc_channels)"`)
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt
index 58f52e729..e5e1e2a9f 100644
--- a/doc/it/autogen/user/weechat_options.txt
+++ b/doc/it/autogen/user/weechat_options.txt
@@ -284,7 +284,7 @@
** valori: on, off (valore predefinito: `on`)
* [[option_weechat.completion.default_template]] *weechat.completion.default_template*
-** descrizione: `modello di completamento predefinito (consulta la documentazione per codici e valori del template)`
+** descrizione: `default completion template (please see documentation for template codes and values: plugin API reference, function "weechat_hook_command")`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"%(nicks)|%(irc_channels)"`)
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt
index 213e89517..e226f69ad 100644
--- a/doc/ja/autogen/user/weechat_options.txt
+++ b/doc/ja/autogen/user/weechat_options.txt
@@ -284,7 +284,7 @@
** 値: on, off (デフォルト値: `on`)
* [[option_weechat.completion.default_template]] *weechat.completion.default_template*
-** 説明: `デフォルトの補完テンプレート (テンプレートコードと値のドキュメントを参照)`
+** 説明: `default completion template (please see documentation for template codes and values: plugin API reference, function "weechat_hook_command")`
** タイプ: 文字列
** 値: 未制約文字列 (デフォルト値: `"%(nicks)|%(irc_channels)"`)
diff --git a/po/cs.po b/po/cs.po
index b7c2b4d09..0d5c6d447 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: 2013-01-20 12:07+0100\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3010,9 +3010,10 @@ msgid ""
"the base word ends at first space after cursor"
msgstr ""
+#, fuzzy
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
"výchozí šablona pro doplňování (prosím podívejte se do dokumentace pro kódy "
"šablon a hodnot)"
diff --git a/po/de.po b/po/de.po
index 677bd2c48..8f27a39c1 100644
--- a/po/de.po
+++ b/po/de.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: 2013-01-20 12:07+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n"
@@ -3423,9 +3423,10 @@ msgstr ""
"werden, um eine Vervollständigung durchführen zu können (Beispiel: In einen "
"schon geschriebenen Text, einen Nick einzufügen)"
+#, fuzzy
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
"Standardvorlage für die automatische Vervollständigung (in der Dokumentation "
"finden Sie die vorgegebenen Codes und Werte)"
diff --git a/po/es.po b/po/es.po
index ebe9ab11d..4b18f8235 100644
--- a/po/es.po
+++ b/po/es.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: 2013-01-20 12:07+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3199,9 +3199,10 @@ msgstr ""
"cursor, de otra forma la palabra base termina en el primer espacio después "
"del cursor"
+#, fuzzy
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
"plantilla por defecto para autocompletar (por favor ver la documentación "
"para ver los códigos y valores)"
diff --git a/po/fr.po b/po/fr.po
index 3c85f06e1..a12a99649 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-01-31 19:07+0100\n"
-"PO-Revision-Date: 2013-01-31 14:11+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
+"PO-Revision-Date: 2013-02-01 11:12+0100\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: French\n"
@@ -3319,10 +3319,11 @@ msgstr ""
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
"modèle de complétion par défaut (merci de consulter la documentation pour "
-"les codes et valeurs du modèle)"
+"les codes et valeurs du modèle: Référence API extension, fonction "
+"\"weechat_hook_command\")"
msgid ""
"add space after nick completion (when nick is not first word on command line)"
diff --git a/po/hu.po b/po/hu.po
index 3b247adce..9459f773e 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: 2013-01-20 12:07+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2665,7 +2665,7 @@ msgstr ""
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
msgid ""
diff --git a/po/it.po b/po/it.po
index 8f5963a00..a232247f9 100644
--- a/po/it.po
+++ b/po/it.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: 2013-01-20 12:07+0100\n"
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3183,9 +3183,10 @@ msgstr ""
"se abilitata, la parola base da completare termina al carattere prima del "
"cursore; altrimenti la parola base termina al primo spazio dopo il cursore"
+#, fuzzy
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
"modello di completamento predefinito (consulta la documentazione per codici "
"e valori del template)"
diff --git a/po/ja.po b/po/ja.po
index e5f1dfeea..1cff2d6fc 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: 2013-01-20 12:07+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
@@ -3190,9 +3190,10 @@ msgstr ""
"有効化された場合、補完する元単語はカーソル前の文字で終了; そうでなければ元単"
"語はカーソル後の最初の文字で終了"
+#, fuzzy
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
"デフォルトの補完テンプレート (テンプレートコードと値のドキュメントを参照)"
diff --git a/po/pl.po b/po/pl.po
index dd8374d92..e9be73099 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -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: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: 2013-01-20 12:08+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3270,9 +3270,10 @@ msgstr ""
"kursorem; w innym wypadku słowo bazowe kończy się na pierwszej spacji po "
"kursorze"
+#, fuzzy
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
"domyślny szablon dopełnień (zajrzyj do dokumentacji w celu uzyskania kodów i "
"wartości szablonów)"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 69589d955..b7e9344f0 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -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: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: 2013-01-20 12:08+0100\n"
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3101,9 +3101,10 @@ msgid ""
"the base word ends at first space after cursor"
msgstr ""
+#, fuzzy
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
"modelo de completação padrão (por favor veja a documentação para os códigos "
"de modelo e valores)"
diff --git a/po/ru.po b/po/ru.po
index f8a8cedd5..2b51d1588 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -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: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: 2013-01-20 12:08+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2695,7 +2695,7 @@ msgstr ""
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
msgid ""
diff --git a/po/weechat.pot b/po/weechat.pot
index 3cdc12aa7..212074150 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-01-31 19:07+0100\n"
+"POT-Creation-Date: 2013-02-01 11:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2348,7 +2348,7 @@ msgstr ""
msgid ""
"default completion template (please see documentation for template codes and "
-"values)"
+"values: plugin API reference, function \"weechat_hook_command\")"
msgstr ""
msgid ""
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index c53265401..72bd3ace0 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -2690,7 +2690,8 @@ config_weechat_init_options ()
weechat_config_file, ptr_section,
"default_template", "string",
N_("default completion template (please see documentation for template "
- "codes and values)"),
+ "codes and values: plugin API reference, function "
+ "\"weechat_hook_command\")"),
NULL, 0, 0, "%(nicks)|%(irc_channels)", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL);
config_completion_nick_add_space = config_file_new_option (