summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/en/weechat_plugin_api.en.asciidoc6
-rw-r--r--doc/fr/weechat_plugin_api.fr.asciidoc6
-rw-r--r--doc/it/weechat_plugin_api.it.asciidoc9
-rw-r--r--doc/ja/weechat_plugin_api.ja.asciidoc6
4 files changed, 27 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc
index 568b122c7..677b904f3 100644
--- a/doc/en/weechat_plugin_api.en.asciidoc
+++ b/doc/en/weechat_plugin_api.en.asciidoc
@@ -4257,6 +4257,8 @@ Functions for configuration files.
==== config_new
+_Updated in 1.5._
+
Create a new configuration file.
Prototype:
@@ -4335,6 +4337,8 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
==== config_new_section
+_Updated in 1.5._
+
Create a new section in configuration file.
Prototype:
@@ -4661,6 +4665,8 @@ section = weechat.config_search_section(config_file, "section")
==== config_new_option
+_Updated in 1.5._
+
Create a new option in a section of a configuration file.
Prototype:
diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc
index 3a7cc0327..93ba6cde2 100644
--- a/doc/fr/weechat_plugin_api.fr.asciidoc
+++ b/doc/fr/weechat_plugin_api.fr.asciidoc
@@ -4327,6 +4327,8 @@ Fonctions pour les fichiers de configuration.
==== config_new
+_Mis à jour dans la 1.5._
+
Créer un nouveau fichier de configuration.
Prototype :
@@ -4408,6 +4410,8 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
==== config_new_section
+_Mis à jour dans la 1.5._
+
Créer une nouvelle section dans un fichier de configuration.
Prototype :
@@ -4741,6 +4745,8 @@ section = weechat.config_search_section(config_file, "section")
==== config_new_option
+_Mis à jour dans la 1.5._
+
Créer une nouvelle option dans une section d'un fichier de configuration.
Prototype :
diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc
index 10de35c4b..3734d896d 100644
--- a/doc/it/weechat_plugin_api.it.asciidoc
+++ b/doc/it/weechat_plugin_api.it.asciidoc
@@ -4383,6 +4383,9 @@ Funzioni per i file di configurazione.
==== config_new
+// TRANSLATION MISSING
+_Updated in 1.5._
+
Crea un nuovo file di configurazione.
Prototipo:
@@ -4464,6 +4467,9 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
==== config_new_section
+// TRANSLATION MISSING
+_Updated in 1.5._
+
Crea una nuova sezione nel file di configurazione.
Prototipo:
@@ -4794,6 +4800,9 @@ section = weechat.config_search_section(config_file, "section")
==== config_new_option
+// TRANSLATION MISSING
+_Updated in 1.5._
+
Crea una nuova opzione nella sezione di un file di configurazione.
Prototipo:
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc
index d104eb519..c1c5dad3c 100644
--- a/doc/ja/weechat_plugin_api.ja.asciidoc
+++ b/doc/ja/weechat_plugin_api.ja.asciidoc
@@ -4258,6 +4258,8 @@ weechat_hashtable_free (hashtable);
==== config_new
+_バージョン 1.5 で更新。_
+
新しい設定ファイルを作成。
プロトタイプ:
@@ -4337,6 +4339,8 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
==== config_new_section
+_バージョン 1.5 で更新。_
+
設定ファイルに新しいセクションを作成する。
プロトタイプ:
@@ -4665,6 +4669,8 @@ section = weechat.config_search_section(config_file, "section")
==== config_new_option
+_バージョン 1.5 で更新。_
+
設定ファイルのあるセクションに新しいオプションを作成。
プロトタイプ: