From 4939e9659fedd508e92ffffd370d461db1c55298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 19 Oct 2018 20:24:35 +0200 Subject: doc: update Polish auto-generated files --- doc/pl/autogen/user/irc_options.adoc | 2 +- doc/pl/autogen/user/logger_commands.adoc | 36 ++--- doc/pl/autogen/user/trigger_commands.adoc | 110 +++++++------- doc/pl/autogen/user/weechat_commands.adoc | 230 +++++++++++++++--------------- 4 files changed, 189 insertions(+), 189 deletions(-) diff --git a/doc/pl/autogen/user/irc_options.adoc b/doc/pl/autogen/user/irc_options.adoc index 1ed4050c0..c478a366d 100644 --- a/doc/pl/autogen/user/irc_options.adoc +++ b/doc/pl/autogen/user/irc_options.adoc @@ -51,7 +51,7 @@ ** domyślna wartość: `+red+` * [[option_irc.color.mirc_remap]] *irc.color.mirc_remap* -** opis: pass:none[remap mirc colors in messages using a hashtable: keys are "fg,bg" as integers between -1 (not specified) and 15, values are WeeChat color names or numbers (format is: "1,-1:color1;2,7:color2"), example: "1,-1:darkgray;1,2:white,blue" to remap black to "darkgray" and black on blue to "white,blue"; default WeeChat colors for IRC codes: 0=white, 1=black, 2=blue, 3=green, 4=lightred, 5=red, 6=magenta, 7=brown, 8=yellow, 9=lightgreen, 10=cyan, 11=lightcyan, 12=lightblue, 13=lightmagenta, 14=darkgray, 15=gray] +** opis: pass:none[zamień kolory mirca w wiadomościach używając tablicy hashy: klucze to "fg,bg" przyjmują one wartości pomiędzy -1 (nie określono) a 15, wartości to nazwy lub numery kolorów WeeChat (format: "1,-1:kolor1;2,7:kolor2"), przykład: "1,-1:darkgray;1,2:white,blue" w celu przemapowania czarnego na "darkgray" oraz czarnego na niebieskim tle na "white,blue"; domyślne kolory WeeChat dla kodów IRC: 0=white, 1=black, 2=blue, 3=green, 4=lightred, 5=red, 6=magenta, 7=brown, 8=yellow, 9=lightgreen, 10=cyan, 11=lightcyan, 12=lightblue, 13=lightmagenta, 14=darkgray, 15=gray] ** typ: ciąg ** wartości: dowolny ciąg ** domyślna wartość: `+"1,-1:darkgray"+` diff --git a/doc/pl/autogen/user/logger_commands.adoc b/doc/pl/autogen/user/logger_commands.adoc index c320deda0..91a85b857 100644 --- a/doc/pl/autogen/user/logger_commands.adoc +++ b/doc/pl/autogen/user/logger_commands.adoc @@ -11,30 +11,30 @@ flush disable - list: show logging status for opened buffers - set: set logging level on current buffer - level: level for messages to be logged (0 = logging disabled, 1 = a few messages (most important) .. 9 = all messages) - flush: write all log files now -disable: disable logging on current buffer (set level to 0) + list: pokazuje status logów dla otwartych buforów + set: ustawia poziom logowania dla obecnego bufora + poziom: poziom logowanych wiadomości (0 = wyłączone, 1 = kilka wiadomości (najważniejsze) .. 9 = wszystkie wiadomości) + flush: zapisuje natychmiast wszystkie pliki z logami +disable: wyłącza logowanie dla obecnego bufora (ustawia poziom na 0) -Options "logger.level.*" and "logger.mask.*" can be used to set level or mask for a buffer, or buffers beginning with name. +Opcje "logger.level.*" oraz "logger.mask.*" mogą być użyte do ustawienia poziomu lub maski dla bufora lub buforów zaczynających się od nazwy. -Log levels used by IRC plugin: - 1: user message (channel and private), notice (server and channel) - 2: nick change - 3: server message - 4: join/part/quit - 9: all other messages +Poziomy logowania używane przez wtyczkę IRC: + 1: wiadomości użytkowników (z kanałów i prywatne), powiadomienia (od serwerów i kanałów) + 2: zmiany nicków + 3: wiadomości serwera + 4: wejścia/opuszczenia/wyjścia + 9: wszystkie pozostałe wiadomości -Examples: - set level to 5 for current buffer: +Przykłady: + ustawia poziom na 5 dla obecnego bufora: /logger set 5 - disable logging for current buffer: + wyłącza logowanie w obecnym buforze: /logger disable - set level to 3 for all IRC buffers: + ustawia poziom na 3 dla wszystkich buforów IRC: /set logger.level.irc 3 - disable logging for main WeeChat buffer: + wyłącza logowanie głównego bufora WeeChat: /set logger.level.core.weechat 0 - use a directory per IRC server and a file per channel inside: + użyj oddzielnych katalogów dla serwerów IRC, oraz oddzielnych plików dla kanałów: /set logger.mask.irc "$server/$channel.weechatlog" ---- diff --git a/doc/pl/autogen/user/trigger_commands.adoc b/doc/pl/autogen/user/trigger_commands.adoc index c883235ac..f3a075ca2 100644 --- a/doc/pl/autogen/user/trigger_commands.adoc +++ b/doc/pl/autogen/user/trigger_commands.adoc @@ -20,67 +20,67 @@ default -yes monitor [] - list: list triggers (without argument, this list is displayed) - listfull: list triggers with detailed info for each trigger -listdefault: list default triggers - add: add a trigger - addoff: add a trigger (disabled) - addreplace: add or replace an existing trigger - name: name of trigger + list: lista triggerów (jeśli nie podano argumentu, wyświetli się ta lista) + listfull: lista triggerów ze szczegółowymi informacjami +listdefault: lista domyślnych triggerów + add: dodaje trigger + addoff: dodaje trigger (wyłączony) + addreplace: dodaje lub zastępuje istniejący trigger + nazwa: nazwa triggera hook: signal, hsignal, modifier, line, print, command, command_run, timer, config, focus - arguments: arguments for the hook, depending on hook (separated by semicolons): - signal: name(s) of signal (required) - hsignal: name(s) of hsignal (required) - modifier: name(s) of modifier (required) - line: buffer type ("formatted", "free" or "*"), list of buffer masks, tags - print: buffer, tags, message, strip colors - command: command (required), description, arguments, description of arguments, completion - command_run: command(s) (required) - timer: interval (required), align on second, max calls - config: name(s) of option (required) - focus: name(s) of area (required) - conditions: evaluated conditions for the trigger - regex: one or more regular expressions to replace strings in variables - command: command to execute (many commands can be separated by ";") -return_code: return code in callback (ok (default), ok_eat, error) -post_action: action to take after execution (none (default), disable, delete) - addinput: set input with default arguments to create a trigger - input: set input with the command used to create the trigger - output: send the command to create the trigger on the buffer - recreate: same as "input", with option "addreplace" instead of "add" - set: set an option in a trigger - option: name of option: name, hook, arguments, conditions, regex, command, return_code - (for help on option, you can type: /help trigger.trigger..