diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-14 20:02:56 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-14 20:02:56 +0200 |
commit | be3025f5699110c675951e5d4b50b1b5f1d54325 (patch) | |
tree | f06ab86d7225b392657c2b554d63dc087cd6f926 /doc/pl/autogen/plugin_api | |
parent | 46dfe34f7092f8b837ebef39db2a900a49032430 (diff) | |
download | weechat-be3025f5699110c675951e5d4b50b1b5f1d54325.zip |
doc: update Polish auto-generated files
Diffstat (limited to 'doc/pl/autogen/plugin_api')
-rw-r--r-- | doc/pl/autogen/plugin_api/completions.asciidoc | 2 | ||||
-rw-r--r-- | doc/pl/autogen/plugin_api/infos_hashtable.asciidoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/pl/autogen/plugin_api/completions.asciidoc b/doc/pl/autogen/plugin_api/completions.asciidoc index 08abc1b49..4057a311c 100644 --- a/doc/pl/autogen/plugin_api/completions.asciidoc +++ b/doc/pl/autogen/plugin_api/completions.asciidoc @@ -112,7 +112,7 @@ | weechat | buffers_plugins_names | nazwy buforów (włącznie z nazwami wtyczek) -| weechat | colors | color names +| weechat | colors | nazwy kolorów | weechat | commands | komendy (weechata i wtyczek) diff --git a/doc/pl/autogen/plugin_api/infos_hashtable.asciidoc b/doc/pl/autogen/plugin_api/infos_hashtable.asciidoc index bd2e73944..99b418325 100644 --- a/doc/pl/autogen/plugin_api/infos_hashtable.asciidoc +++ b/doc/pl/autogen/plugin_api/infos_hashtable.asciidoc @@ -6,7 +6,7 @@ |=== | Wtyczka | Nazwa | Opis | Hashtable (wejście) | Hashtable (wyjście) -| irc | irc_message_parse | przetwarza wiadomość IRC | "message": wiadomość IRC, "server": nazwa serwera (opcjonalne) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_text": index of text in message ("-1" if no text found) +| irc | irc_message_parse | przetwarza wiadomość IRC | "message": wiadomość IRC, "server": nazwa serwera (opcjonalne) | "tags": tagi, "message_without_tags": wiadomość bez tagów, "nick": nick, "host": host, "command": komenda, "channel": kanał, "arguments": argumenty (razem z kanałem), "text": tekst (na przykład wiadomość użytkownika), "pos_text": indeks wiadomości tekstowej ("-1" jeśli wiadomość nie została znaleziona) | irc | irc_message_split | dziel wiadomość IRC (aby zmieściła się w 512 bajtach) | "message": wiadomość IRC, "server": nazwa serwera (opcjonalne) | "msg1" ... "msgN": wiadomości do wysłania (bez kończącego "\r\n"), "args1" ... "argsN": argumenty wiadomości, "count": ilość wiadomości |