diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-06 13:58:26 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-06 14:07:57 +0100 |
commit | 9876a8d0a78a118f65a020c727c1fb079b9adcbd (patch) | |
tree | b55504f846ebfcbcc70766dc00f9ad6164ae14d1 /doc/it/autogen/plugin_api | |
parent | bab307bf1b5ac07c45fd2ddb78930831bddb9c4b (diff) | |
download | weechat-9876a8d0a78a118f65a020c727c1fb079b9adcbd.zip |
core: update translations (issue #128)
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/infos.adoc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/it/autogen/plugin_api/infos.adoc b/doc/it/autogen/plugin_api/infos.adoc index 62c11393b..215147191 100644 --- a/doc/it/autogen/plugin_api/infos.adoc +++ b/doc/it/autogen/plugin_api/infos.adoc @@ -10,6 +10,8 @@ | fifo | fifo_filename | nome della pipe FIFO | - +| guile | guile_eval | evaluation of source code | source code to execute + | guile | guile_interpreter | name of the interpreter used | - | guile | guile_version | version of the interpreter used | - @@ -32,34 +34,48 @@ | irc | irc_server_isupport_value | valore della caratteristica, se supportata dal servre (dal messaggio IRC 005) | server,caratteristica +| javascript | javascript_eval | evaluation of source code | source code to execute + | javascript | javascript_interpreter | name of the interpreter used | - | javascript | javascript_version | version of the interpreter used | - +| lua | lua_eval | evaluation of source code | source code to execute + | lua | lua_interpreter | name of the interpreter used | - | lua | lua_version | version of the interpreter used | - +| perl | perl_eval | evaluation of source code | source code to execute + | perl | perl_interpreter | name of the interpreter used | - | perl | perl_version | version of the interpreter used | - +| php | php_eval | evaluation of source code | source code to execute + | php | php_interpreter | name of the interpreter used | - | php | php_version | version of the interpreter used | - | python | python2_bin | path per l'interprete python 2.x | - +| python | python_eval | evaluation of source code | source code to execute + | python | python_interpreter | name of the interpreter used | - | python | python_version | version of the interpreter used | - | relay | relay_client_count | number of clients for relay | status name (optional): connecting, waiting_auth, connected, auth_failed, disconnected +| ruby | ruby_eval | evaluation of source code | source code to execute + | ruby | ruby_interpreter | name of the interpreter used | - | ruby | ruby_version | version of the interpreter used | - +| tcl | tcl_eval | evaluation of source code | source code to execute + | tcl | tcl_interpreter | name of the interpreter used | - | tcl | tcl_version | version of the interpreter used | - |