diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 3c5cb4c94..fd7a427a9 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -3457,10 +3457,10 @@ weechat_hashtable_add_to_infolist (hashtable, infolist_item, "testhash"); "key1" => "value 1" "key2" => "value 2" then following variables will be added to infolist item: - "testhash_name_00001" = "key1" - "testhash_value_00001" = "value 1" - "testhash_name_00002" = "key2" - "testhash_value_00002" = "value 2" + "testhash_name_00000" = "key1" + "testhash_value_00000" = "value 1" + "testhash_name_00001" = "key2" + "testhash_value_00001" = "value 2" */ ---------------------------------------- diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index a9cc46294..dc315aef4 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -3493,10 +3493,10 @@ weechat_hashtable_add_to_infolist (hashtable, infolist_item, "testhash"); "cle1" => "valeur 1" "cle2" => "valeur 2" alors les variables suivantes seront ajoutées dans l'objet de l'infolist : - "testhash_name_00001" = "cle1" - "testhash_value_00001" = "valeur 1" - "testhash_name_00002" = "cle2" - "testhash_value_00002" = "valeur 2" + "testhash_name_00000" = "cle1" + "testhash_value_00000" = "valeur 1" + "testhash_name_00001" = "cle2" + "testhash_value_00001" = "valeur 2" */ ---------------------------------------- diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index d9f87a51c..c397cde5c 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -3452,10 +3452,10 @@ weechat_hashtable_add_to_infolist (hashtable, infolist_item, "testhash"); "key1" => "value 1" "key2" => "value 2" allora le seguenti variabili verranno aggiunti all'elemento della lista info: - "testhash_name_00001" = "key1" - "testhash_value_00001" = "value 1" - "testhash_name_00002" = "key2" - "testhash_value_00002" = "value 2" + "testhash_name_00000" = "key1" + "testhash_value_00000" = "value 1" + "testhash_name_00001" = "key2" + "testhash_value_00001" = "value 2" */ ----------------------------------------