diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-26 10:52:30 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-26 10:52:30 +0200 |
commit | 80f446a4b40cf93c431bcd6110d5386a46ddb5b2 (patch) | |
tree | 883a028addd03d4dc60a17f7fd47a7ecce28d71e /doc/fr/weechat_plugin_api.fr.asciidoc | |
parent | b3cfd93374ed9ca5e5aabb8d2b7951bc374b9e72 (diff) | |
download | weechat-80f446a4b40cf93c431bcd6110d5386a46ddb5b2.zip |
doc: fix French translations in function string_eval_expression (plugin API reference)
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.asciidoc')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc index a02303a19..eb6e80984 100644 --- a/doc/fr/weechat_plugin_api.fr.asciidoc +++ b/doc/fr/weechat_plugin_api.fr.asciidoc @@ -1969,8 +1969,8 @@ première étendue à la dernière) : `texte rouge` (en rouge) + `texte orange gras` (en orange gras) -| `${info:name}` + - `${info:name,arguments}` | +| `${info:nom}` + + `${info:nom,paramètres}` | Info de WeeChat ou d'une extension, voir la fonction <<_info_get,weechat_info_get>> | `${info:version}` + @@ -1983,7 +1983,7 @@ première étendue à la dernière) : `${sec.data.freenode_pass}` | `mon_mot_de_passe` -| `${file.section.option}` | +| `${fichier.section.option}` | Valeur de l'option | `${weechat.look.buffer_time_format}` | `%H:%M:%S` |