diff options
31 files changed, 343 insertions, 343 deletions
diff --git a/doc/de/includes/autogen_api_url_options.de.adoc b/doc/de/includes/autogen_api_url_options.de.adoc index cca535331..0a8679ef4 100644 --- a/doc/de/includes/autogen_api_url_options.de.adoc +++ b/doc/de/includes/autogen_api_url_options.de.adoc @@ -6,7 +6,7 @@ // tag::url_options[] [width="100%",cols="2,^1,7",options="header"] |=== -| Einstellung | Type ^(1)^ | Konstanten ^(2)^ +| Einstellung | Type ^(1)^ | Konstanten ^(2)^ | verbose | long | diff --git a/doc/de/weechat_scripting.de.adoc b/doc/de/weechat_scripting.de.adoc index a628f6710..026de1b16 100644 --- a/doc/de/weechat_scripting.de.adoc +++ b/doc/de/weechat_scripting.de.adoc @@ -1334,7 +1334,7 @@ Das Ergebnis ist eine Hashtabelle mit folgenden Schlüsseln [width="100%",cols="3,^2,10,7",options="header"] |=== -| Schlüssel | Seit WeeChat ^(1)^ | Beschreibung | Beispiel +| Schlüssel | Seit WeeChat ^(1)^ | Beschreibung | Beispiel | Tags | 0.4.0 | Tags in der Nachricht (kann leer sein). diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index b5c00153c..2c6e8f783 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -114,14 +114,14 @@ WeeChat *erforderlich* sind: [width="100%",cols="5,^3,.^15",options="header"] |=== -| Paket ^(1)^ | Version | Funktion +| Paket ^(1)^ | Version | Funktion | C compiler (gcc / clang) | | zum Erstellen der Binärdatei. | cmake | ≥ 3.0 | zum kompilieren (autotools ist möglich. CMake wird aber empfohlen). | pkg-config | | entdeckt installierte Bibliotheken. -| libncursesw5-dev ^(2)^ | | Ncurses Oberfläche. +| libncursesw5-dev ^(2)^ | | Ncurses Oberfläche. | libcurl4-gnutls-dev | | URL Transfer. | libgcrypt20-dev | | Geschützte Daten, IRC SASL Authentifikation. -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | SSL Verbindung zu einem IRC Server, Unterstützung von SSL in der Relay-Erweiterung, IRC SASL Authentifikation (ECDSA-NIST256P-CHALLENGE). +| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | SSL Verbindung zu einem IRC Server, Unterstützung von SSL in der Relay-Erweiterung, IRC SASL Authentifikation (ECDSA-NIST256P-CHALLENGE). | zlib1g-dev | | Kompression von Nachrichten (WeeChat -> client) mit https://zlib.net/[zlib ^↗^,window=_blank] in relay Erweitertungen (weechat Protokoll), Skript-Erweiterung übertragen werden. | libzstd-dev | | Kompression von Nachrichten (WeeChat -> client) mit https://facebook.github.io/zstd/[Zstandard ^↗^,window=_blank] in relay Erweiterung (weechat Protokoll). |=== @@ -141,12 +141,12 @@ WeeChat optional sind: [width="100%",cols="5,^3,.^15",options="header"] |=== -| Paket ^(1)^ | Version | Funktion +| Paket ^(1)^ | Version | Funktion | {cpp} compiler (pass:[g++ / clang++]) | | zum Erstellen der Binärdatei und um Test auszuführen, JavaScript Erweiterung. | gettext | | Internationalisierung (Übersetzung der Mitteilungen; Hauptsprache ist englisch). | ca-certificates | | Zertifikate für SSL Verbindungen. | libaspell-dev / libenchant-dev | | Spell Erweiterung. -| python3-dev ^(2)^ | | Python Erweiterung. +| python3-dev ^(2)^ | | Python Erweiterung. | libperl-dev | | Perl Erweiterung. | ruby2.7, ruby2.7-dev | ≥ 1.9.1 | Ruby Erweiterung. | liblua5.4-dev | | Lua Erweiterung. @@ -740,26 +740,26 @@ Es gibt folgende WeeChat Verzeichnisse: [width="100%",cols="1m,3",options="header"] |=== -| Pfad ^(1)^ | Beschreibung +| Pfad ^(1)^ | Beschreibung | ~/.config/weechat/ | WeeChat Konfigurationsdateien: `*.conf`, Zertifikate, etc. | ~/.local/share/weechat/ | WeeChat Daten: Protokolldateien, Skripts, Skriptdaten, xfer-Daten, etc. | logs/ | Logdateien (eine Datei pro Buffer). | python/ | Python-Skripten. -| autoload/ | Python-Skripten die beim Start automatisch ausgeführt werden ^(2)^. +| autoload/ | Python-Skripten die beim Start automatisch ausgeführt werden ^(2)^. | perl/ | Perl-Skripten. -| autoload/ | Perl-Skripten die beim Start automatisch ausgeführt werden ^(2)^. +| autoload/ | Perl-Skripten die beim Start automatisch ausgeführt werden ^(2)^. | ruby/ | Ruby-Skripten. -| autoload/ | Ruby-Skripten die beim Start automatisch ausgeführt werden ^(2)^. +| autoload/ | Ruby-Skripten die beim Start automatisch ausgeführt werden ^(2)^. | lua/ | Lua-Skripten. -| autoload/ | Lua-Skripten die beim Start automatisch ausgeführt werden ^(2)^. +| autoload/ | Lua-Skripten die beim Start automatisch ausgeführt werden ^(2)^. | tcl/ | Tcl-Skripten. -| autoload/ | Tcl-Skripten die beim Start automatisch ausgeführt werden ^(2)^. +| autoload/ | Tcl-Skripten die beim Start automatisch ausgeführt werden ^(2)^. | guile/ | Guile-Skripten. -| autoload/ | Guile-Skripten die beim Start automatisch ausgeführt werden ^(2)^. +| autoload/ | Guile-Skripten die beim Start automatisch ausgeführt werden ^(2)^. | javascript/ | JavaScript-Skripten. -| autoload/ | JavaScript-Skripten die beim Start automatisch ausgeführt werden ^(2)^. +| autoload/ | JavaScript-Skripten die beim Start automatisch ausgeführt werden ^(2)^. | php/ | PHP-Skripten. -| autoload/ | PHP-Skripten die beim Start automatisch ausgeführt werden ^(2)^. +| autoload/ | PHP-Skripten die beim Start automatisch ausgeführt werden ^(2)^. | ~/.cache/weechat/ | WeeChat Cache-Dateien: Skriptcache. | /run/user/1000/weechat/ | WeeChat Laufzeitdateien: FIFO-Pipe, Relay UNIX sockets. |=== @@ -1292,10 +1292,10 @@ Tags die häufig verwendet werden (keine vollständige Auflistung): | no_highlight | die Zeile kann nicht gehiglighted werden. | no_log | Zeile wird nicht in die Log-Datei geschrieben. | log0 … log9 | Grad der Protokollierung (siehe `/help logger`). -| notify_none | Diese Zeile wird erzeugt keinen Hotlist-Eintrag. ^(1)^ -| notify_message | Diese Zeile ist eine User Nachricht. ^(1)^ -| notify_private | Diese Zeile ist eine private Nachricht. ^(1)^ -| notify_highlight | Diese Zeile beinhaltet eine Highlight Nachricht. ^(1)^ +| notify_none | Diese Zeile wird erzeugt keinen Hotlist-Eintrag. ^(1)^ +| notify_message | Diese Zeile ist eine User Nachricht. ^(1)^ +| notify_private | Diese Zeile ist eine private Nachricht. ^(1)^ +| notify_highlight | Diese Zeile beinhaltet eine Highlight Nachricht. ^(1)^ | self_msg | eigene Nachricht. | nick_xxx | Nachricht ist vom Nick "xxx". | prefix_nick_ccc | Präfix für den Nick mit der Farbe "ccc". @@ -1724,7 +1724,7 @@ wurde (Befehl: `+/mouse toggle+`). [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== -| Maustaste/Mausrad ^(1)^ | Mausgeste | Bereich | Beschreibung | Befehl +| Maustaste/Mausrad ^(1)^ | Mausgeste | Bereich | Beschreibung | Befehl | ◾◽◽ | - | Chat | wechselt zum Fenster. | `+/window ${_window_number}+` | ◾◽◽ | links | Chat | zum vorherigen Buffer springen. | `+/window ${_window_number};/buffer +1+` | ◾◽◽ | rechts | Chat | zum nächsten Buffer springen. | `+/window ${_window_number};/buffer +1+` @@ -1776,7 +1776,7 @@ Diese Tasten und Aktionen werden im fset-Buffer verwendet (siehe <<fset,Fset Erw [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Taste | Action ^(1)^ | Beschreibung | Befehl +| Taste | Action ^(1)^ | Beschreibung | Befehl | kbd:[↑] | | einen Eintrag nach oben. | `+/fset -up+` | kbd:[↓] | | einen Eintrag nach unten. | `+/fset -down+` | kbd:[PgUp] | | eine Seite hoch blättern. | `+/window page_up+` @@ -1822,7 +1822,7 @@ Diese Tasten und Aktionen werden im fset-Buffer verwendet (siehe <<script_manage [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Taste | Action ^(1)^ | Beschreibung | Befehl +| Taste | Action ^(1)^ | Beschreibung | Befehl | kbd:[↑] | | eine Zeile nach oben. | `+/script up+` | kbd:[↓] | | eine Zeile nach unten. | `+/script down+` | kbd:[PgUp] | | eine Seite hoch blättern. | `+/window page_up+` @@ -3962,8 +3962,8 @@ mit dem entsprechenden Wert ersetzt: | Platzhalter | Beschreibung | Wert/Beispiel | $clientinfo | Liste der CTCP Antworten | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` | $version | WeeChat Version | `+0.4.0-dev+` -| $versiongit | WeeChat Version + Git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` -| $git | Git Version ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $versiongit | WeeChat Version + Git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Git Version ^(1)^ | `+v0.3.9-104-g7eb5cc4+` | $compilation | Datum der Kompilierung | `+Dec 16 2012+` | $osinfo | Info über das genutzte OS | `+Linux 2.6.32-5-amd64 / x86_64+` | $site | WeeChat Seite | `+https://weechat.org/+` @@ -4867,7 +4867,7 @@ welche abhängig von dem genutzten Hook ist: [width="100%",cols="2,3,7",options="header"] |=== -| Hook | Standard-Variable | Update allowed ^(1)^ +| Hook | Standard-Variable | Update allowed ^(1)^ | signal | tg_signal_data | | hsignal | | | modifier | tg_string | tg_string @@ -5089,7 +5089,7 @@ Variablen die mittels Tags in der Nachricht gesetzt werden: | tg_tag_prefix_nick | string | Nickfarbe für Präfix (extrahier aus Tag "prefix_nick_ccc"). | tg_tag_host | string | Username und Host, Format: username@host (extrahiert aus Tag "host_xxx"). | tg_tag_notify | string | Benachrichtigungsstufe (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | string | Tag einer IRC Nachricht (Schlüssel "xxx"). ^(1)^ +| tg_tag_irc_xxx | string | Tag einer IRC Nachricht (Schlüssel "xxx"). ^(1)^ | tg_notify | string | Benachrichtigungsstufe, falls von _none_ abweichend. | tg_msg_pv | string | "1" für eine private Nachricht, andernfalls "0". |=== @@ -5131,7 +5131,7 @@ Variablen die mittels Tags in der Nachricht gesetzt werden: | tg_tag_prefix_nick | string | Nickfarbe für Präfix (extrahier aus Tag "prefix_nick_ccc"). | tg_tag_host | string | Username und Host, Format: username@host (extrahiert aus Tag "host_xxx"). | tg_tag_notify | string | Benachrichtigungsstufe (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | string | Tag einer IRC Nachricht (Schlüssel "xxx"). ^(1)^ +| tg_tag_irc_xxx | string | Tag einer IRC Nachricht (Schlüssel "xxx"). ^(1)^ | tg_notify | string | Benachrichtigungsstufe, falls von _none_ abweichend. | tg_msg_pv | string | "1" für eine private Nachricht, andernfalls "0". |=== diff --git a/doc/docgen.py b/doc/docgen.py index 3067589a4..1c0a09663 100644 --- a/doc/docgen.py +++ b/doc/docgen.py @@ -782,7 +782,7 @@ class AutogenDoc(): self.write('// tag::url_options[]') self.write('[width="100%",cols="2,^1,7",options="header"]') self.write('|===') - self.write('| %s | %s ^(1)^ | %s ^(2)^\n', + self.write('| %s | %s ^(1)^ | %s ^(2)^\n', _('Option'), _('Type'), _('Constants')) for option in url_options: constants = option['constants'] diff --git a/doc/en/includes/autogen_api_url_options.en.adoc b/doc/en/includes/autogen_api_url_options.en.adoc index 22e6be580..fbe64650b 100644 --- a/doc/en/includes/autogen_api_url_options.en.adoc +++ b/doc/en/includes/autogen_api_url_options.en.adoc @@ -6,7 +6,7 @@ // tag::url_options[] [width="100%",cols="2,^1,7",options="header"] |=== -| Option | Type ^(1)^ | Constants ^(2)^ +| Option | Type ^(1)^ | Constants ^(2)^ | verbose | long | diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index eca76f60e..55c2c6f74 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -940,10 +940,10 @@ All combinations are summarized in this table: | [hex]#19# + `B` + `EXT` | [hex]#19# `+B@00124+` | chat + bars | Set background (extended color). | [hex]#19# + `*` + `(ATTR)STD` | [hex]#19# `+*05+` | chat + bars | Set foreground (WeeChat color). | [hex]#19# + `*` + `(ATTR)EXT` | [hex]#19# `+*@00214+` | chat + bars | Set foreground (extended color). -| [hex]#19# + `*` + `(ATTR)STD` + `,` + `STD` ^(1)^ | [hex]#19# `+*08,05+` | chat + bars | Set foreground/background (WeeChat colors). -| [hex]#19# + `*` + `(ATTR)STD` + `,` + `EXT` ^(1)^ | [hex]#19# `+*01,@00214+` | chat + bars | Set foreground (WeeChat color) and background (extended color). -| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `STD` ^(1)^ | [hex]#19# `+*@00214,05+` | chat + bars | Set foreground (extended color) and background (WeeChat color). -| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `EXT` ^(1)^ | [hex]#19# `+*@00214,@00017+` | chat + bars | Set foreground/background (extended colors). +| [hex]#19# + `*` + `(ATTR)STD` + `,` + `STD` ^(1)^ | [hex]#19# `+*08,05+` | chat + bars | Set foreground/background (WeeChat colors). +| [hex]#19# + `*` + `(ATTR)STD` + `,` + `EXT` ^(1)^ | [hex]#19# `+*01,@00214+` | chat + bars | Set foreground (WeeChat color) and background (extended color). +| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `STD` ^(1)^ | [hex]#19# `+*@00214,05+` | chat + bars | Set foreground (extended color) and background (WeeChat color). +| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `EXT` ^(1)^ | [hex]#19# `+*@00214,@00017+` | chat + bars | Set foreground/background (extended colors). | [hex]#19# + `*` + `(ATTR)STD` + `~` + `STD` | [hex]#19# `+*08~05+` | chat + bars | Set foreground/background (WeeChat colors). | [hex]#19# + `*` + `(ATTR)STD` + `~` + `EXT` | [hex]#19# `+*01~@00214+` | chat + bars | Set foreground (WeeChat color) and background (extended color). | [hex]#19# + `*` + `(ATTR)EXT` + `~` + `STD` | [hex]#19# `+*@00214~05+` | chat + bars | Set foreground (extended color) and background (WeeChat color). diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 8d857272d..bdf50e3c7 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -2631,7 +2631,7 @@ expanded to last): | `+${eval:xxx}+` | 1.3 | String to evaluate. | >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` + - == `+19:02:45+` ^(1)^ + + == `+19:02:45+` ^(1)^ + + ^(1)^ With colors if there are color codes in the option weechat.look.buffer_time_format @@ -2698,7 +2698,7 @@ expanded to last): == `+!dlrow ,olleH+` + + >> `+${rev:Hello, ${color:red}world!}+` + - == `+!dlrow30F ,olleH+` ^(1)^ + + == `+!dlrow30F ,olleH+` ^(1)^ + + ^(1)^ No color, the color code is reversed @@ -2708,7 +2708,7 @@ expanded to last): == `+!dlrow ,olleH+` + + >> `+${revscr:Hello, ${color:red}world!}+` + - == `+!dlrow ,olleH+` ^(1)^ + + == `+!dlrow ,olleH+` ^(1)^ + + ^(1)^ `pass:[ ,olleH]` in red @@ -2821,10 +2821,10 @@ expanded to last): | WeeChat color code (the name of color has optional attributes), see function <<_color,color>> for supported formats. | >> `+${color:red}red text+` + - == `+red text+` ^(1)^ + + == `+red text+` ^(1)^ + + >> `+${color:*214}bold orange text+` + - == `+bold orange text+` ^(2)^ + + == `+bold orange text+` ^(2)^ + + ^(1)^ In red + ^(2)^ In bold orange @@ -2930,7 +2930,7 @@ expanded to last): | `+${translate:xxx}+` | 3.2 | Translated string (depends on the language used by WeeChat to display messages). | >> `+${translate:Plugin}+` + - == `+Extension+` ^(1)^ + + == `+Extension+` ^(1)^ + + ^(1)^ Example in French @@ -10362,7 +10362,7 @@ List of signals sent by WeeChat and plugins: | String: comma-separated list of scripts removed. | Scheme script(s) removed. -| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | | String: message. | IRC message from server (before irc plugin uses it, signal sent only if message is *not* ignored). + @@ -10370,13 +10370,13 @@ List of signals sent by WeeChat and plugins: If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. -| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | | String: message. | IRC message from server (after irc plugin uses it, signal sent only if message is *not* ignored). + Since version 2.2, the whole IRC message is sent, including tags. -| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 | String: message. | IRC message from server (before irc plugin uses it, signal sent even if message is ignored). + @@ -10384,25 +10384,25 @@ List of signals sent by WeeChat and plugins: If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. -| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 | String: message. | IRC message from server (after irc plugin uses it, signal sent even if message is ignored). + Since version 2.2, the whole IRC message is sent, including tags. -| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 +| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 | String: message. | IRC message sent to server before automatic split (to fit in 512 bytes by default). -| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | | String: message. | IRC message sent to server after automatic split (to fit in 512 bytes by default). + *Warning:* the string may contain invalid UTF-8 data. Signal "xxx,irc_out1_yyy" is recommended instead. -| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 +| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 | String: tags + ";" + message. | Tags + IRC message sent to server. + *Warning:* the string may contain invalid UTF-8 data. @@ -11264,7 +11264,7 @@ List of hsignals: |=== | Plugin | Signal | Min WeeChat | Arguments | Description -| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 +| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 | See <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> | Redirection output. @@ -11694,7 +11694,7 @@ List of modifiers used by WeeChat and plugins: |=== | Modifier | Min WeeChat | Modifier data | String | Output -| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | +| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | Server name | Content of message received from IRC server (before charset decoding). + *Warning:* the string may contain invalid UTF-8 data; use only for raw @@ -11702,24 +11702,24 @@ List of modifiers used by WeeChat and plugins: Modifier <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> is recommended instead. | New content of message. -| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 +| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 | Server name | Content of message received from IRC server (after charset decoding). | New content of message. -| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 +| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 | Server name | Content of message about to be sent to IRC server before automatic split (to fit in 512 bytes by default). | New content of message. -| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | +| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | | Server name | Content of message about to be sent to IRC server after automatic split (to fit in 512 bytes by default). | New content of message. -| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | +| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | | String with window pointer (eg: "0x1234abcd") | Empty string. | "1" to display bar, "0" to hide it. @@ -11750,7 +11750,7 @@ List of modifiers used by WeeChat and plugins: | New content of command line sent to buffer. | [[hook_modifier_weechat_print]] weechat_print | -| buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^ +| buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^ | Message printed. | New message printed. + For more information on the hooks called when a line is printed, see @@ -12285,7 +12285,7 @@ Content of hashtable sent to callback (keys and values are of type "string"): [width="100%",cols="5,5,8,3",options="header"] |=== -| Key ^(1)^ | Description | Value examples | Value if N/A +| Key ^(1)^ | Description | Value examples | Value if N/A | _x | Column on screen. | "0" ... "n" | @@ -12317,7 +12317,7 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _buffer_full_name | Full name of buffer. | "core.weechat", "irc.libera.#weechat", ... | "" -| _buffer_localvar_XXX ^(2)^ | Local variables of buffer. +| _buffer_localvar_XXX ^(2)^ | Local variables of buffer. | any value | not set | _chat | Chat area indicator. @@ -12326,16 +12326,16 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _chat_line | Pointer to line _(WeeChat ≥ 1.2)_. | "0x1234abcd" | "" -| _chat_line_x | Column in line ^(3)^. +| _chat_line_x | Column in line ^(3)^. | "0" ... "n" | "-1" -| _chat_line_y | Line number ^(3)^. +| _chat_line_y | Line number ^(3)^. | "0" ... "n" | "-1" | _chat_line_date | Line date/time. | "1313237175" | "0" -| _chat_line_date_printed | Line date/time ^(4)^. +| _chat_line_date_printed | Line date/time ^(4)^. | "1313237175" | "0" | _chat_line_time | Time displayed. @@ -12394,7 +12394,7 @@ Extra info for bar item "buffer_nicklist": [width="100%",cols="^1,^1,5",options="header"] |=== -| Plugin ^(1)^ | Key | Description +| Plugin ^(1)^ | Key | Description | irc | irc_nick | Pointer to IRC nick _(WeeChat ≥ 3.0)_. | irc | irc_host | Host for nick (if known). | weechat | nick | Nick name. diff --git a/doc/en/weechat_scripting.en.adoc b/doc/en/weechat_scripting.en.adoc index dde5dcfc8..9056027ea 100644 --- a/doc/en/weechat_scripting.en.adoc +++ b/doc/en/weechat_scripting.en.adoc @@ -1307,7 +1307,7 @@ The result is a hashtable with following keys [width="100%",cols="3,^2,10,7",options="header"] |=== -| Key | Since WeeChat ^(1)^ | Description | Example +| Key | Since WeeChat ^(1)^ | Description | Example | tags | 0.4.0 | The tags in message (can be empty). diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 7859f8a8c..e57c889ca 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -108,14 +108,14 @@ WeeChat: [width="100%",cols="5,^3,.^15",options="header"] |=== -| Package ^(1)^ | Version | Feature +| Package ^(1)^ | Version | Feature | C compiler (gcc / clang) | | Build. | cmake | ≥ 3.0 | Build (autotools still possible, but CMake is recommended). | pkg-config | | Detect installed libraries. -| libncursesw5-dev ^(2)^ | | Ncurses interface. +| libncursesw5-dev ^(2)^ | | Ncurses interface. | libcurl4-gnutls-dev | | URL transfer. | libgcrypt20-dev | | Secured data, IRC SASL authentication. -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE). +| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE). | zlib1g-dev | | Compression of messages (WeeChat -> client) with https://zlib.net/[zlib ^↗^,window=_blank] in relay plugin (weechat protocol), script plugin. | libzstd-dev | | Compression of messages (WeeChat -> client) with https://facebook.github.io/zstd/[Zstandard ^↗^,window=_blank] in relay plugin (weechat protocol). |=== @@ -134,12 +134,12 @@ WeeChat: [width="100%",cols="5,^3,.^15",options="header"] |=== -| Package ^(1)^ | Version | Feature +| Package ^(1)^ | Version | Feature | {cpp} compiler (pass:[g++ / clang++]) | | Build and run tests, JavaScript plugin. | gettext | | Internationalization (translation of messages; base language is English). | ca-certificates | | Certificates for SSL connections. | libaspell-dev / libenchant-dev | | Spell plugin. -| python3-dev ^(2)^ | | Python plugin. +| python3-dev ^(2)^ | | Python plugin. | libperl-dev | | Perl plugin. | ruby2.7, ruby2.7-dev | ≥ 1.9.1 | Ruby plugin. | liblua5.4-dev | | Lua plugin. @@ -728,26 +728,26 @@ The WeeChat directories are: [width="100%",cols="1m,3",options="header"] |=== -| Path ^(1)^ | Description +| Path ^(1)^ | Description | ~/.config/weechat/ | WeeChat configuration files: `*.conf`, certificates, etc. | ~/.local/share/weechat/ | WeeChat data files: logs, scripts, scripts data, xfer files, etc. | logs/ | Log files (one file per buffer). | python/ | Python scripts. -| autoload/ | Python scripts auto-loaded on startup ^(2)^. +| autoload/ | Python scripts auto-loaded on startup ^(2)^. | perl/ | Perl scripts. -| autoload/ | Perl scripts auto-loaded on startup ^(2)^. +| autoload/ | Perl scripts auto-loaded on startup ^(2)^. | ruby/ | Ruby scripts. -| autoload/ | Ruby scripts auto-loaded on startup ^(2)^. +| autoload/ | Ruby scripts auto-loaded on startup ^(2)^. | lua/ | Lua scripts. -| autoload/ | Lua scripts auto-loaded on startup ^(2)^. +| autoload/ | Lua scripts auto-loaded on startup ^(2)^. | tcl/ | Tcl scripts. -| autoload/ | Tcl scripts auto-loaded on startup ^(2)^. +| autoload/ | Tcl scripts auto-loaded on startup ^(2)^. | guile/ | Guile scripts. -| autoload/ | Guile scripts auto-loaded on startup ^(2)^. +| autoload/ | Guile scripts auto-loaded on startup ^(2)^. | javascript/ | JavaScript scripts. -| autoload/ | JavaScript scripts auto-loaded on startup ^(2)^. +| autoload/ | JavaScript scripts auto-loaded on startup ^(2)^. | php/ | PHP scripts. -| autoload/ | PHP scripts auto-loaded on startup ^(2)^. +| autoload/ | PHP scripts auto-loaded on startup ^(2)^. | ~/.cache/weechat/ | WeeChat cache files: scripts cache. | /run/user/1000/weechat/ | WeeChat runtime files: FIFO pipe, Relay UNIX sockets. |=== @@ -1274,10 +1274,10 @@ Tags commonly used (non-exhaustive list): | no_highlight | No highlight is possible on line. | no_log | Line is not written in log file. | log0 … log9 | Level of log for line (see `/help logger`). -| notify_none | The line must not be added to hotlist. ^(1)^ -| notify_message | The line is a user message. ^(1)^ -| notify_private | The line is a private message. ^(1)^ -| notify_highlight | The line is a message with highlight. ^(1)^ +| notify_none | The line must not be added to hotlist. ^(1)^ +| notify_message | The line is a user message. ^(1)^ +| notify_private | The line is a private message. ^(1)^ +| notify_highlight | The line is a message with highlight. ^(1)^ | self_msg | Self message. | nick_xxx | Message is from nick "xxx". | prefix_nick_ccc | Prefix is a nick with color "ccc". @@ -1707,7 +1707,7 @@ These mouse actions are possible only if mouse is enabled with key kbd:[Alt+m] [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== -| Button/Wheel ^(1)^ | Gesture | Area | Description | Command +| Button/Wheel ^(1)^ | Gesture | Area | Description | Command | ◾◽◽ | - | chat | Switch to window. | `+/window ${_window_number}+` | ◾◽◽ | left | chat | Switch to previous buffer. | `+/window ${_window_number};/buffer +1+` | ◾◽◽ | right | chat | Switch to next buffer. | `+/window ${_window_number};/buffer +1+` @@ -1759,7 +1759,7 @@ These keys and actions are used on the fset buffer (see <<fset,Fset plugin>>). [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Key | Action ^(1)^ | Description | Command +| Key | Action ^(1)^ | Description | Command | kbd:[↑] | | Move one line up. | `+/fset -up+` | kbd:[↓] | | Move one line down. | `+/fset -down+` | kbd:[PgUp] | | Move one page up. | `+/window page_up+` @@ -1805,7 +1805,7 @@ These keys and actions are used on the script buffer (see <<script_manager,scrip [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Key | Action ^(1)^ | Description | Command +| Key | Action ^(1)^ | Description | Command | kbd:[↑] | | Move one line up. | `+/script up+` | kbd:[↓] | | Move one line down. | `+/script down+` | kbd:[PgUp] | | Move one page up. | `+/window page_up+` @@ -3885,8 +3885,8 @@ when replying to CTCP: | Code | Description | Value/example | $clientinfo | List of supported CTCP | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` | $version | WeeChat version | `+0.4.0-dev+` -| $versiongit | WeeChat version + Git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` -| $git | Git version ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $versiongit | WeeChat version + Git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Git version ^(1)^ | `+v0.3.9-104-g7eb5cc4+` | $compilation | WeeChat compilation date | `+Dec 16 2012+` | $osinfo | Info about OS | `+Linux 2.6.32-5-amd64 / x86_64+` | $site | WeeChat site | `+https://weechat.org/+` @@ -4755,7 +4755,7 @@ type: [width="100%",cols="2,3,7",options="header"] |=== -| Hook | Default variable | Update allowed ^(1)^ +| Hook | Default variable | Update allowed ^(1)^ | signal | tg_signal_data | | hsignal | | | modifier | tg_string | tg_string @@ -4971,7 +4971,7 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== @@ -5013,7 +5013,7 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== diff --git a/doc/fr/includes/autogen_api_url_options.fr.adoc b/doc/fr/includes/autogen_api_url_options.fr.adoc index 8c4e4d3e1..7722806c2 100644 --- a/doc/fr/includes/autogen_api_url_options.fr.adoc +++ b/doc/fr/includes/autogen_api_url_options.fr.adoc @@ -6,7 +6,7 @@ // tag::url_options[] [width="100%",cols="2,^1,7",options="header"] |=== -| Option | Type ^(1)^ | Constantes ^(2)^ +| Option | Type ^(1)^ | Constantes ^(2)^ | verbose | long | diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index e701250ec..b0188a3c1 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -956,10 +956,10 @@ Toutes les combinaisons sont résumées dans ce tableau : | [hex]#19# + `B` + `EXT` | [hex]#19# `+B@00124+` | chat + barres | Définir le couleur de fond (couleur étendue). | [hex]#19# + `*` + `(ATTR)STD` | [hex]#19# `+*05+` | chat + barres | Définir la couleur de texte (couleur WeeChat). | [hex]#19# + `*` + `(ATTR)EXT` | [hex]#19# `+*@00214+` | chat + barres | Définir la couleur de texte (couleur étendue). -| [hex]#19# + `*` + `(ATTR)STD` + `,` + `STD` ^(1)^ | [hex]#19# `+*08,05+` | chat + barres | Définir la couleur de texte/fond (couleurs WeeChat). -| [hex]#19# + `*` + `(ATTR)STD` + `,` + `EXT` ^(1)^ | [hex]#19# `+*01,@00214+` | chat + barres | Définir la couleur de texte (couleur WeeChat) et de fond (couleur étendue). -| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `STD` ^(1)^ | [hex]#19# `+*@00214,05+` | chat + barres | Définir la couleur de texte (couleur étendue) et de fond (couleur WeeChat). -| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `EXT` ^(1)^ | [hex]#19# `+*@00214,@00017+` | chat + barres | Définir la couleur de texte/fond (couleurs étendues). +| [hex]#19# + `*` + `(ATTR)STD` + `,` + `STD` ^(1)^ | [hex]#19# `+*08,05+` | chat + barres | Définir la couleur de texte/fond (couleurs WeeChat). +| [hex]#19# + `*` + `(ATTR)STD` + `,` + `EXT` ^(1)^ | [hex]#19# `+*01,@00214+` | chat + barres | Définir la couleur de texte (couleur WeeChat) et de fond (couleur étendue). +| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `STD` ^(1)^ | [hex]#19# `+*@00214,05+` | chat + barres | Définir la couleur de texte (couleur étendue) et de fond (couleur WeeChat). +| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `EXT` ^(1)^ | [hex]#19# `+*@00214,@00017+` | chat + barres | Définir la couleur de texte/fond (couleurs étendues). | [hex]#19# + `*` + `(ATTR)STD` + `~` + `STD` | [hex]#19# `+*08~05+` | chat + barres | Définir la couleur de texte/fond (couleurs WeeChat). | [hex]#19# + `*` + `(ATTR)STD` + `~` + `EXT` | [hex]#19# `+*01~@00214+` | chat + barres | Définir la couleur de texte (couleur WeeChat) et de fond (couleur étendue). | [hex]#19# + `*` + `(ATTR)EXT` + `~` + `STD` | [hex]#19# `+*@00214~05+` | chat + barres | Définir la couleur de texte (couleur étendue) et de fond (couleur WeeChat). diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index df324b4ad..18c3c989d 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -2675,7 +2675,7 @@ première étendue à la dernière) : | `+${eval:xxx}+` | 1.3 | Chaîne à évaluer. | >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` + - == `+19:02:45+` ^(1)^ + + == `+19:02:45+` ^(1)^ + + ^(1)^ Avec des couleurs s'il y a des codes couleur dans l'option weechat.look.buffer_time_format @@ -2743,7 +2743,7 @@ première étendue à la dernière) : == `+! ednom el ,ruojnoB+` + + >> `+${rev:Bonjour, ${color:red}le monde !}+` + - == `+! ednom el30F ,ruojnoB+` ^(1)^ + + == `+! ednom el30F ,ruojnoB+` ^(1)^ + + ^(1)^ Pas de couleur, le code couleur est inversé @@ -2753,7 +2753,7 @@ première étendue à la dernière) : == `+! ednom el ,ruojnoB+` + + >> `+${revscr:Bonjour, ${color:red}le monde !}+` + - == `+! ednom el ,ruojnoB+` ^(1)^ + + == `+! ednom el ,ruojnoB+` ^(1)^ + + ^(1)^ (`pass:[ ,ruojnoB]` en rouge @@ -2867,10 +2867,10 @@ première étendue à la dernière) : | Code couleur WeeChat (le nom de couleur a des attributs facultatifs), voir la fonction <<_color,color>> pour les formats supportés. | >> `+${color:red}texte rouge+` + - == `+texte rouge+` ^(1)^ + + == `+texte rouge+` ^(1)^ + + >> `+${color:*214}texte orange gras+` + - == `+texte orange gras+` ^(2)^ + + == `+texte orange gras+` ^(2)^ + + ^(1)^ En rouge + ^(2)^ En orange gras @@ -2977,7 +2977,7 @@ première étendue à la dernière) : | Chaîne traduite (dépend de la langue utilisée par WeeChat pour afficher les messages). | >> `+${translate:Plugin}+` + - == `+Extension+` ^(1)^ + + == `+Extension+` ^(1)^ + + ^(1)^ Exemple en Français @@ -10568,7 +10568,7 @@ Liste des signaux envoyés par WeeChat et les extensions : | Chaîne : liste de scripts supprimés (séparés par des virgules). | Script(s) scheme supprimé(s). -| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | | Chaîne : message. | Message IRC du serveur (avant utilisation par l'extension irc, signal envoyé uniquement si le message n'est *pas* ignoré). + @@ -10577,14 +10577,14 @@ Liste des signaux envoyés par WeeChat et les extensions : Si le code retour d'une fonction de rappel est _WEECHAT_RC_OK_EAT_, alors le message IRC est immédiatement détruit et non traité _(WeeChat ≥ 3.3)_. -| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | | Chaîne : message. | Message IRC du serveur (après utilisation par l'extension irc, signal envoyé uniquement si le message n'est *pas* ignoré). + Depuis la version 2.2, le message IRC entier est envoyé, en incluant les étiquettes. -| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ + | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ + | 0.3.2 | Chaîne : message. | Message IRC du serveur (avant utilisation par l'extension irc, signal envoyé même si le message est ignoré). + @@ -10593,28 +10593,28 @@ Liste des signaux envoyés par WeeChat et les extensions : Si le code retour d'une fonction de rappel est _WEECHAT_RC_OK_EAT_, alors le message IRC est immédiatement détruit et non traité _(WeeChat ≥ 3.3)_. -| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 | Chaîne : message. | Message IRC du serveur (après utilisation par l'extension irc, signal envoyé même si le message est ignoré). + Depuis la version 2.2, le message IRC entier est envoyé, en incluant les étiquettes. -| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 +| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 | Chaîne : message. | Message IRC envoyé au serveur avant découpage automatique (pour tenir dans les 512 octets par défaut). + *Attention :* la chaîne peut contenir des données invalides UTF-8. Le signal "xxx,irc_out1_yyy" est recommandé à la place de celui-ci. -| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | | Chaîne : message. | Message IRC envoyé au serveur après découpage automatique (pour tenir dans les 512 octets par défaut). + *Attention :* la chaîne peut contenir des données invalides UTF-8. Le signal "xxx,irc_out1_yyy" est recommandé à la place de celui-ci. -| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 +| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 | Chaîne : étiquettes + ";" + message. | Étiquettes + message IRC envoyé au serveur. @@ -11492,7 +11492,7 @@ Liste des hsignaux envoyés par WeeChat et les extensions : |=== | Extension | Signal | WeeChat mini | Paramètres | Description -| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 +| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 | Voir <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> | Sortie de la redirection. @@ -11939,7 +11939,7 @@ Liste des modificateurs utilisés par WeeChat et les extensions : |=== | Modificateur | WeeChat mini | Données du modificateur | Chaîne | Sortie -| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | +| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | Nom de serveur | Contenu du message reçu du serveur IRC (avant décodage du jeu de caractères). + *Attention :* la chaîne peut contenir des données invalides UTF-8 ; à utiliser @@ -11948,24 +11948,24 @@ Liste des modificateurs utilisés par WeeChat et les extensions : place de celui-ci. | Nouveau contenu du message. -| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 +| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 | Nom de serveur | Contenu du message reçu du serveur IRC (après décodage du jeu de caractères). | Nouveau contenu du message. -| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 +| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 | Nom de serveur | Contenu du message qui va être envoyé au serveur IRC avant découpage automatique (pour tenir dans les 512 octets par défaut). | Nouveau contenu du message. -| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | +| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | | Nom de serveur | Contenu du message qui va être envoyé au serveur IRC après découpage automatique (pour tenir dans les 512 octets par défaut). | Nouveau contenu du message. -| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | +| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | | Chaîne avec un pointeur vers la fenêtre (par exemple : "0x1234abcd") | Chaîne vide. | "1" pour afficher la barre, "0" pour la cacher. @@ -11999,7 +11999,7 @@ Liste des modificateurs utilisés par WeeChat et les extensions : | Nouveau contenu de la ligne de commande envoyée au tampon. | [[hook_modifier_weechat_print]] weechat_print | -| pointeur vers le tampon (par exemple : "0x1234abcd") + ";" + étiquettes ^(3)^ +| pointeur vers le tampon (par exemple : "0x1234abcd") + ";" + étiquettes ^(3)^ | Message affiché. | Nouveau message affiché. + Pour plus d'informations sur les "hooks" appelés lorsqu'une ligne est affichée, @@ -12561,7 +12561,7 @@ valeurs sont de type "string") : [width="100%",cols="5,5,8,3",options="header"] |=== -| Clé ^(1)^ | Description | Exemples de valeur | Valeur si non applicable +| Clé ^(1)^ | Description | Exemples de valeur | Valeur si non applicable | _x | Colonne sur l'écran. | "0" ... "n" | @@ -12593,7 +12593,7 @@ valeurs sont de type "string") : | _buffer_full_name | Nom complet du tampon. | "core.weechat", "irc.libera.#weechat", ... | "" -| _buffer_localvar_XXX ^(2)^ | Variables locales du tampon. +| _buffer_localvar_XXX ^(2)^ | Variables locales du tampon. | toute chaîne | non défini | _chat | Indicateur zone "chat". @@ -12602,16 +12602,16 @@ valeurs sont de type "string") : | _chat_line | Pointeur vers la ligne _(WeeChat ≥ 1.2)_. | "0x1234abcd" | "" -| _chat_line_x | Colonne de la ligne ^(3)^. +| _chat_line_x | Colonne de la ligne ^(3)^. | "0" ... "n" | "-1" -| _chat_line_y | Numéro de ligne ^(3)^. +| _chat_line_y | Numéro de ligne ^(3)^. | "0" ... "n" | "-1" | _chat_line_date | Date/heure de la ligne. | "1313237175" | "0" -| _chat_line_date_printed | Date/heure de la ligne ^(4)^. +| _chat_line_date_printed | Date/heure de la ligne ^(4)^. | "1313237175" | "0" | _chat_line_time | Heure affichée. @@ -12671,7 +12671,7 @@ Informations additionnelles pour l'objet de barre "buffer_nicklist" : [width="100%",cols="^1,^1,5",options="header"] |=== -| Extension ^(1)^ | Clé | Description +| Extension ^(1)^ | Clé | Description | irc | irc_nick | Pointeur vers le pseudo IRC _(WeeChat ≥ 3.0)_. | irc | irc_host | Nom d'hôte pour le pseudonyme (si connu). | weechat | nick | Pseudonyme. diff --git a/doc/fr/weechat_scripting.fr.adoc b/doc/fr/weechat_scripting.fr.adoc index b4553368d..0aa19c672 100644 --- a/doc/fr/weechat_scripting.fr.adoc +++ b/doc/fr/weechat_scripting.fr.adoc @@ -1344,7 +1344,7 @@ Le résultat est une table de hachage avec les clés suivantes [width="100%",cols="3,^2,10,7",options="header"] |=== -| Clé | Depuis WeeChat ^(1)^ | Description | Exemple +| Clé | Depuis WeeChat ^(1)^ | Description | Exemple | tags | 0.4.0 | Les étiquettes dans le message (peut être vide). diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index d0354b60f..470deac5b 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -109,14 +109,14 @@ Le tableau suivant liste les paquets *requis* pour compiler WeeChat : [width="100%",cols="5,^3,.^15",options="header"] |=== -| Paquet ^(1)^ | Version | Fonctionnalité +| Paquet ^(1)^ | Version | Fonctionnalité | compilateur C (gcc / clang) | | Construction. | cmake | ≥ 3.0 | Construction (autotools toujours possible, mais CMake est recommandé). | pkg-config | | Détection des bibliothèques installées. -| libncursesw5-dev ^(2)^ | | Interface ncurses. +| libncursesw5-dev ^(2)^ | | Interface ncurses. | libcurl4-gnutls-dev | | Transfert d'URL. | libgcrypt20-dev | | Données sécurisées, authentification IRC SASL. -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | Connexion SSL au serveur IRC, support SSL dans l'extension relay, authentification IRC SASL (ECDSA-NIST256P-CHALLENGE). +| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | Connexion SSL au serveur IRC, support SSL dans l'extension relay, authentification IRC SASL (ECDSA-NIST256P-CHALLENGE). | zlib1g-dev | | Compression des messages (WeeChat -> client) avec https://zlib.net/[zlib ^↗^,window=_blank] dans l'extension relay (protocole weechat), extension script. | libzstd-dev | | Compression des messages (WeeChat -> client) avec https://facebook.github.io/zstd/[Zstandard ^↗^,window=_blank] dans l'extension relay (protocole weechat). |=== @@ -135,12 +135,12 @@ Le tableau suivant liste les paquets optionnels pour compiler WeeChat : [width="100%",cols="5,^3,.^15",options="header"] |=== -| Paquet ^(1)^ | Version | Fonctionnalité +| Paquet ^(1)^ | Version | Fonctionnalité | compilateur {cpp} (pass:[g++ / clang++]) | | Construction et lancement des tests, extension JavaScript. | gettext | | Internationalisation (traduction des messages ; la langue de base est l'anglais). | ca-certificates | | Certificats pour les connexions SSL. | libaspell-dev / libenchant-dev | | Extension spell. -| python3-dev ^(2)^ | | Extension python. +| python3-dev ^(2)^ | | Extension python. | libperl-dev | | Extension perl. | ruby2.7, ruby2.7-dev | ≥ 1.9.1 | Extension ruby. | liblua5.4-dev | | Extension lua. @@ -745,26 +745,26 @@ Les répertoires de WeeChat sont : [width="100%",cols="1m,3",options="header"] |=== -| Chemin ^(1)^ | Description +| Chemin ^(1)^ | Description | ~/.config/weechat/ | Fichiers de configuration WeeChat : `*.conf`, certificats, etc. | ~/.local/share/weechat/ | Fichiers de données WeeChat : logs, scripts, données des scripts, fichiers xfer, etc. | logs/ | Fichiers de log (un fichier par tampon). | python/ | Scripts Python. -| autoload/ | Scripts Python chargés automatiquement au démarrage ^(2)^. +| autoload/ | Scripts Python chargés automatiquement au démarrage ^(2)^. | perl/ | Scripts Perl. -| autoload/ | Scripts Perl chargés automatiquement au démarrage ^(2)^. +| autoload/ | Scripts Perl chargés automatiquement au démarrage ^(2)^. | ruby/ | Scripts Ruby. -| autoload/ | Scripts Ruby chargés automatiquement au démarrage ^(2)^. +| autoload/ | Scripts Ruby chargés automatiquement au démarrage ^(2)^. | lua/ | Scripts Lua. -| autoload/ | Scripts Lua chargés automatiquement au démarrage ^(2)^. +| autoload/ | Scripts Lua chargés automatiquement au démarrage ^(2)^. | tcl/ | Scripts Tcl. -| autoload/ | Scripts Tcl chargés automatiquement au démarrage ^(2)^. +| autoload/ | Scripts Tcl chargés automatiquement au démarrage ^(2)^. | guile/ | Scripts Guile. -| autoload/ | Scripts Guile chargés automatiquement au démarrage ^(2)^. +| autoload/ | Scripts Guile chargés automatiquement au démarrage ^(2)^. | javascript/ | Scripts JavaScript. -| autoload/ | Scripts JavaScript chargés automatiquement au démarrage ^(2)^. +| autoload/ | Scripts JavaScript chargés automatiquement au démarrage ^(2)^. | php/ | Scripts PHP. -| autoload/ | Scripts PHP chargés automatiquement au démarrage ^(2)^. +| autoload/ | Scripts PHP chargés automatiquement au démarrage ^(2)^. | ~/.cache/weechat/ | Fichiers de cache WeeChat : cache des scripts. | /run/user/1000/weechat/ | Fichiers "runtime" WeeChat : tube FIFO, sockets UNIX Relay. |=== @@ -1303,10 +1303,10 @@ Les étiquettes couramment utilisées (liste non exhaustive) : | no_highlight | Aucun highlight n'est possible sur cette ligne. | no_log | La ligne n'est pas écrite dans le fichier de log. | log0 … log9 | Niveau de log pour la ligne (voir `/help logger`). -| notify_none | La ligne ne doit pas être ajoutée à la "hotlist". ^(1)^ -| notify_message | La ligne est un message utilisateur. ^(1)^ -| notify_private | La ligne est un message privé. ^(1)^ -| notify_highlight | La ligne est un message avec un highlight. ^(1)^ +| notify_none | La ligne ne doit pas être ajoutée à la "hotlist". ^(1)^ +| notify_message | La ligne est un message utilisateur. ^(1)^ +| notify_private | La ligne est un message privé. ^(1)^ +| notify_highlight | La ligne est un message avec un highlight. ^(1)^ | self_msg | Message de soi-même. | nick_xxx | Le message vient du pseudo "xxx". | prefix_nick_ccc | Le préfixe est un pseudo avec la couleur "ccc". @@ -1749,7 +1749,7 @@ avec la touche kbd:[Alt+m] (commande : `+/mouse toggle+`). [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== -| Bouton/Roulette ^(1)^ | Geste | Zone | Description | Commande +| Bouton/Roulette ^(1)^ | Geste | Zone | Description | Commande | ◾◽◽ | - | chat | Aller à la fenêtre. | `+/window ${_window_number}+` | ◾◽◽ | left | chat | Aller au tampon précédent. | `+/window ${_window_number};/buffer +1+` | ◾◽◽ | right | chat | Aller au tampon suivant. | `+/window ${_window_number};/buffer +1+` @@ -1802,7 +1802,7 @@ Ces touches et actions sont utilisées sur le tampon fset [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Touche | Action ^(1)^ | Description | Commande +| Touche | Action ^(1)^ | Description | Commande | kbd:[↑] | | Monter d'une ligne. | `+/fset -up+` | kbd:[↓] | | Descendre d'une ligne. | `+/fset -down+` | kbd:[PgUp] | | Monter d'une page. | `+/window page_up+` @@ -1849,7 +1849,7 @@ Ces touches et actions sont utilisées sur le tampon script [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Touche | Action ^(1)^ | Description | Commande +| Touche | Action ^(1)^ | Description | Commande | kbd:[↑] | | Move one line up. | `+/script up+` | kbd:[↓] | | Move one line down. | `+/script down+` | kbd:[PgUp] | | Move one page up. | `+/window page_up+` @@ -4006,8 +4006,8 @@ automatiquement remplacées par WeeChat lors de la réponse au CTCP : | Code | Description | Valeur / exemple | $clientinfo | Liste des CTCP supportés | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` | $version | Version de WeeChat | `+0.4.0-dev+` -| $versiongit | Version de WeeChat + version Git ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` -| $git | Version Git ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $versiongit | Version de WeeChat + version Git ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Version Git ^(1)^ | `+v0.3.9-104-g7eb5cc4+` | $compilation | Date de compilation WeeChat | `+Dec 16 2012+` | $osinfo | Information sur l'OS | `+Linux 2.6.32-5-amd64 / x86_64+` | $site | Site WeeChat | `+https://weechat.org/+` @@ -4910,7 +4910,7 @@ du type de hook : [width="100%",cols="2,3,7",options="header"] |=== -| Hook | Variable par défaut | Mise à jour autorisée ^(1)^ +| Hook | Variable par défaut | Mise à jour autorisée ^(1)^ | signal | tg_signal_data | | hsignal | | | modifier | tg_string | tg_string @@ -5139,7 +5139,7 @@ Variables définies avec les étiquettes du message : | tg_tag_prefix_nick | chaîne | Couleur du pseudo dans le préfixe (depuis l'étiquette "prefix_nick_ccc"). | tg_tag_host | chaîne | Nom d'utilisateur et hôte, format : utilisateur@hôte (depuis l'étiquette "host_xxx"). | tg_tag_notify | chaîne | Niveau de notification (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | chaîne | Étiquette de message IRC (clé "xxx"). ^(1)^ +| tg_tag_irc_xxx | chaîne | Étiquette de message IRC (clé "xxx"). ^(1)^ | tg_notify | chaîne | Niveau de notification, si différent de _none_. | tg_msg_pv | chaîne | "1" pour un message privé, sinon "0". |=== @@ -5182,7 +5182,7 @@ Variables définies avec les étiquettes du message : | tg_tag_prefix_nick | chaîne | Couleur du pseudo dans le préfixe (depuis l'étiquette "prefix_nick_ccc"). | tg_tag_host | chaîne | Nom d'utilisateur et hôte, format : utilisateur@hôte (depuis l'étiquette "host_xxx"). | tg_tag_notify | chaîne | Niveau de notification (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | chaîne | Étiquette de message IRC (clé "xxx"). ^(1)^ +| tg_tag_irc_xxx | chaîne | Étiquette de message IRC (clé "xxx"). ^(1)^ | tg_notify | chaîne | Niveau de notification, si différent de _none_. | tg_msg_pv | chaîne | "1" pour un message privé, sinon "0". |=== diff --git a/doc/it/includes/autogen_api_url_options.it.adoc b/doc/it/includes/autogen_api_url_options.it.adoc index 5615eb47b..421b0c93d 100644 --- a/doc/it/includes/autogen_api_url_options.it.adoc +++ b/doc/it/includes/autogen_api_url_options.it.adoc @@ -6,7 +6,7 @@ // tag::url_options[] [width="100%",cols="2,^1,7",options="header"] |=== -| Opzione | Tipo ^(1)^ | Costanti ^(2)^ +| Opzione | Tipo ^(1)^ | Costanti ^(2)^ | verbose | long | diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 250289be9..391e47165 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -2737,7 +2737,7 @@ expanded to last): | `+${eval:xxx}+` | 1.3 | String to evaluate. | >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` + - == `+19:02:45+` ^(1)^ + + == `+19:02:45+` ^(1)^ + + ^(1)^ With colors if there are color codes in the option weechat.look.buffer_time_format @@ -2806,7 +2806,7 @@ expanded to last): == `+!dlrow ,olleH+` + + >> `+${rev:Hello, ${color:red}world!}+` + - == `+!dlrow30F ,olleH+` ^(1)^ + + == `+!dlrow30F ,olleH+` ^(1)^ + + ^(1)^ No color, the color code is reversed @@ -2816,7 +2816,7 @@ expanded to last): == `+!dlrow ,olleH+` + + >> `+${revscr:Hello, ${color:red}world!}+` + - == `+!dlrow ,olleH+` ^(1)^ + + == `+!dlrow ,olleH+` ^(1)^ + + ^(1)^ `pass:[ ,olleH]` in red @@ -2929,10 +2929,10 @@ expanded to last): | WeeChat color code (the name of color has optional attributes), see function <<_color,color>> for supported formats. | >> `+${color:red}red text+` + - == `+red text+` ^(1)^ + + == `+red text+` ^(1)^ + + >> `+${color:*214}bold orange text+` + - == `+bold orange text+` ^(2)^ + + == `+bold orange text+` ^(2)^ + + ^(1)^ In red + ^(2)^ In bold orange @@ -3037,7 +3037,7 @@ expanded to last): | `+${translate:xxx}+` | 3.2 | Translated string (depends on the language used by WeeChat to display messages). | >> `+${translate:Plugin}+` + - == `+Extension+` ^(1)^ + + == `+Extension+` ^(1)^ + + ^(1)^ Example in French @@ -10706,7 +10706,7 @@ List of signals sent by WeeChat and plugins: | Scheme script(s) removed. // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | | String: messaggio. | Messaggio IRC dal server (prima di essere utilizzato dal plugin irc, il segnale viene inviato solo se il @@ -10716,7 +10716,7 @@ List of signals sent by WeeChat and plugins: is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | | String: messaggio. | Messaggio IRC dal server (dopo essere stato utilizzato dal plugin irc, il segnale viene inviato @@ -10724,7 +10724,7 @@ List of signals sent by WeeChat and plugins: Since version 2.2, the whole IRC message is sent, including tags. // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 | String: messaggio. | Messaggio IRC dal server (prima di essere utilizzato dal plugin irc, il segnale viene inviato anche se il @@ -10734,7 +10734,7 @@ List of signals sent by WeeChat and plugins: is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 | String: messaggio. | Messaggio IRC dal server (dopo essere stato utilizzato dal plugin irc, il segnale viene inviato @@ -10742,13 +10742,13 @@ List of signals sent by WeeChat and plugins: Since version 2.2, the whole IRC message is sent, including tags. // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 +| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 | String: messaggio. | IRC message sent to server before automatic split (to fit in 512 bytes by default). // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | | String: messaggio. | IRC message sent to server after automatic split (to fit in 512 bytes by default). + @@ -10756,7 +10756,7 @@ List of signals sent by WeeChat and plugins: Signal "xxx,irc_out1_yyy" is recommended instead. // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 +| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 | Stringa: tag + ";" + messaggio. | Tag + messaggio IRC inviato al server. + *Warning:* the string may contain invalid UTF-8 data. @@ -11721,7 +11721,7 @@ List of hsignals sent by WeeChat and plugins: // TRANSLATION MISSING | Plugin | Segnale | Min WeeChat | Argomenti | Descrizione -| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 +| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 | Consultare <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> | Redirection output. @@ -12174,7 +12174,7 @@ List of modifiers used by WeeChat and plugins: | Modificatore | Min WeeChat | Dati modificatore | Stringa | Output // TRANSLATION MISSING -| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | +| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | Nome server | Contenuto del messaggio ricevuto dal server IRC (prima della codifica del set caratteri). + *Warning:* the string may contain invalid UTF-8 data; use only for raw @@ -12182,27 +12182,27 @@ List of modifiers used by WeeChat and plugins: Modifier <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> is recommended instead. | Nuovo contenuto del messaggio. -| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 +| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 | Nome server | Contenuto del messaggio ricevuto dal server IRC (dopo la codifica del set caratteri). | Nuovo contenuto del messaggio. // TRANSLATION MISSING -| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 +| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 | Nome server | Content of message about to be sent to IRC server before automatic split (to fit in 512 bytes by default). | Nuovo contenuto del messaggio. // TRANSLATION MISSING -| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | +| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | | Nome server | Content of message about to be sent to IRC server after automatic split (to fit in 512 bytes by default). | Nuovo contenuto del messaggio. // TRANSLATION MISSING -| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | +| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | | Stringa con puntatore alla finestra (eg: "0x1234abcd") | Stringa vuota. | "1" per visualizzare la barra, "0" per nasconderla. @@ -12239,7 +12239,7 @@ List of modifiers used by WeeChat and plugins: // TRANSLATION MISSING | [[hook_modifier_weechat_print]] weechat_print | -| buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^ +| buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^ | Messaggio stampato. | Nuovo messaggio stampato. + For more information on the hooks called when a line is printed, see @@ -12804,7 +12804,7 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo [width="100%",cols="5,5,8,3",options="header"] |=== -| Key ^(1)^ | Descrizione | Valori di esempio | Valore se N/D +| Key ^(1)^ | Descrizione | Valori di esempio | Valore se N/D | _x | Colonna sullo schermo. | "0" ... "n" | @@ -12836,7 +12836,7 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo | _buffer_full_name | Nome completo del buffer. | "core.weechat", "irc.libera.#weechat", ... | "" -| _buffer_localvar_XXX ^(2)^ | Variabili locali del buffer. +| _buffer_localvar_XXX ^(2)^ | Variabili locali del buffer. | qualsiasi valore | non impostato | _chat | Indicatore area di chat. @@ -12846,16 +12846,16 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo | _chat_line | Pointer to line _(WeeChat ≥ 1.2)_. | "0x1234abcd" | "" -| _chat_line_x | Colonna nella riga ^(3)^. +| _chat_line_x | Colonna nella riga ^(3)^. | "0" ... "n" | "-1" -| _chat_line_y | Numero della riga ^(3)^. +| _chat_line_y | Numero della riga ^(3)^. | "0" ... "n" | "-1" | _chat_line_date | Riga con data/ora. | "1313237175" | "0" -| _chat_line_date_printed | Riga con data/ora ^(4)^. +| _chat_line_date_printed | Riga con data/ora ^(4)^. | "1313237175" | "0" | _chat_line_time | Ora visualizzata. @@ -12917,7 +12917,7 @@ Informazioni aggiuntive per l'elemento barra "buffer_nicklist": [width="100%",cols="^1,^1,5",options="header"] |=== -| Plugin ^(1)^ | Chiave | Descrizione +| Plugin ^(1)^ | Chiave | Descrizione // TRANSLATION MISSING | irc | irc_nick | Pointer to IRC nick _(WeeChat ≥ 3.0)_. | irc | irc_host | Host per il nick (se conosciuto). diff --git a/doc/it/weechat_scripting.it.adoc b/doc/it/weechat_scripting.it.adoc index 1274fcaf8..ac6fd28f0 100644 --- a/doc/it/weechat_scripting.it.adoc +++ b/doc/it/weechat_scripting.it.adoc @@ -1374,7 +1374,7 @@ The result is a hashtable with following keys [width="100%",cols="3,^2,10,7",options="header"] |=== -| Key | Since WeeChat ^(1)^ | Description | Example +| Key | Since WeeChat ^(1)^ | Description | Example | tags | 0.4.0 | The tags in message (can be empty). diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 82d4be4a1..9911d28b3 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -131,18 +131,18 @@ WeeChat: [width="100%",cols="5,^3,.^15",options="header"] |=== -| Pacchetto ^(1)^ | Versione | Caratteristica +| Pacchetto ^(1)^ | Versione | Caratteristica // TRANSLATION MISSING | C compiler (gcc / clang) | | Build. | cmake | ≥ 3.0 | Compilazione (ancora possibile con autotools, ma si raccomanda CMake). // TRANSLATION MISSING | pkg-config | | Detect installed libraries. -| libncursesw5-dev ^(2)^ | | Interfaccia ncurses. +| libncursesw5-dev ^(2)^ | | Interfaccia ncurses. | libcurl4-gnutls-dev | | Trasferimento URL. // TRANSLATION MISSING | libgcrypt20-dev | | Secured data, IRC SASL authentication. // TRANSLATION MISSING -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | Connessione SSL al server IRC, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE). +| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | Connessione SSL al server IRC, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE). // TRANSLATION MISSING | zlib1g-dev | | Compression of messages (WeeChat -> client) with https://zlib.net/[zlib ^↗^,window=_blank] in relay plugin (weechat protocol), script plugin. // TRANSLATION MISSING @@ -167,13 +167,13 @@ WeeChat: [width="100%",cols="5,^3,.^15",options="header"] |=== -| Pacchetto ^(1)^ | Versione | Caratteristica +| Pacchetto ^(1)^ | Versione | Caratteristica // TRANSLATION MISSING | {cpp} compiler (pass:[g++ / clang++]) | | Build and run tests, plugin JavaScript. | gettext | | Internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese). | ca-certificates | | Certificati per le connessioni SSL. | libaspell-dev / libenchant-dev | | Plugin spell. -| python3-dev ^(2)^ | | Plugin python. +| python3-dev ^(2)^ | | Plugin python. | libperl-dev | | Plugin perl. | ruby2.7, ruby2.7-dev | ≥ 1.9.1 | Plugin ruby. | liblua5.4-dev | | Plugin lua. @@ -808,26 +808,26 @@ The WeeChat directories are: [width="100%",cols="1m,3",options="header"] |=== -| Path ^(1)^ | Description +| Path ^(1)^ | Description | ~/.config/weechat/ | WeeChat configuration files: `*.conf`, certificates, etc. | ~/.local/share/weechat/ | WeeChat data files: logs, scripts, scripts data, xfer files, etc. | logs/ | Log files (one file per buffer). | python/ | Python scripts. -| autoload/ | Python scripts auto-loaded on startup ^(2)^. +| autoload/ | Python scripts auto-loaded on startup ^(2)^. | perl/ | Perl scripts. -| autoload/ | Perl scripts auto-loaded on startup ^(2)^. +| autoload/ | Perl scripts auto-loaded on startup ^(2)^. | ruby/ | Ruby scripts. -| autoload/ | Ruby scripts auto-loaded on startup ^(2)^. +| autoload/ | Ruby scripts auto-loaded on startup ^(2)^. | lua/ | Lua scripts. -| autoload/ | Lua scripts auto-loaded on startup ^(2)^. +| autoload/ | Lua scripts auto-loaded on startup ^(2)^. | tcl/ | Tcl scripts. -| autoload/ | Tcl scripts auto-loaded on startup ^(2)^. +| autoload/ | Tcl scripts auto-loaded on startup ^(2)^. | guile/ | Guile scripts. -| autoload/ | Guile scripts auto-loaded on startup ^(2)^. +| autoload/ | Guile scripts auto-loaded on startup ^(2)^. | javascript/ | JavaScript scripts. -| autoload/ | JavaScript scripts auto-loaded on startup ^(2)^. +| autoload/ | JavaScript scripts auto-loaded on startup ^(2)^. | php/ | PHP scripts. -| autoload/ | PHP scripts auto-loaded on startup ^(2)^. +| autoload/ | PHP scripts auto-loaded on startup ^(2)^. | ~/.cache/weechat/ | WeeChat cache files: scripts cache. | /run/user/1000/weechat/ | WeeChat runtime files: FIFO pipe, Relay UNIX sockets. |=== @@ -1386,13 +1386,13 @@ Tag usati di frequente (elenco non esaustivo): | no_log | La riga non viene scritta nel file di log. | log0 … log9 | Livello di log per la riga (consultare `/help logger`). // TRANSLATION MISSING -| notify_none | The line must not be added to hotlist. ^(1)^ +| notify_none | The line must not be added to hotlist. ^(1)^ // TRANSLATION MISSING -| notify_message | The line is a user message. ^(1)^ +| notify_message | The line is a user message. ^(1)^ // TRANSLATION MISSING -| notify_private | The line is a private message. ^(1)^ +| notify_private | The line is a private message. ^(1)^ // TRANSLATION MISSING -| notify_highlight | The line is a message with highlight. ^(1)^ +| notify_highlight | The line is a message with highlight. ^(1)^ // TRANSLATION MISSING | self_msg | Self message. | nick_xxx | Il messaggio viene dal nick "xxx". @@ -1873,7 +1873,7 @@ These mouse actions are possible only if mouse is enabled with key kbd:[Alt+m] [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== // TRANSLATION MISSING -| Tasto/Wheel ^(1)^ | Azione | Zona | Descrizione | Comando +| Tasto/Wheel ^(1)^ | Azione | Zona | Descrizione | Comando | ◾◽◽ | - | chat | Passa alla finestra. | `+/window ${_window_number}+` | ◾◽◽ | sinistra | chat | Passa al buffer precedente. | `+/window ${_window_number};/buffer +1+` | ◾◽◽ | destra | chat | Passa al buffer successivo. | `+/window ${_window_number};/buffer +1+` @@ -1946,7 +1946,7 @@ These keys and actions are used on the fset buffer (see <<fset,Fset plugin>>). // TRANSLATION MISSING [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Key | Action ^(1)^ | Description | Command +| Key | Action ^(1)^ | Description | Command | kbd:[↑] | | Move one line up. | `+/fset -up+` | kbd:[↓] | | Move one line down. | `+/fset -down+` | kbd:[PgUp] | | Move one page up. | `+/window page_up+` @@ -1996,7 +1996,7 @@ These keys and actions are used on the script buffer (see <<script_manager,scrip // TRANSLATION MISSING [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Key | Action ^(1)^ | Description | Command +| Key | Action ^(1)^ | Description | Command | kbd:[↑] | | Move one line up. | `+/script up+` | kbd:[↓] | | Move one line down. | `+/script down+` | kbd:[PgUp] | | Move one page up. | `+/window page_up+` @@ -4180,8 +4180,8 @@ automaticamente da WeeChat quando si risponde alle CTCP | Codice | Descrizione | Valore/esempio | $clientinfo | Elenco di CTCP supportate | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` | $version | Versione di WeeChat | `+0.4.0-dev+` -| $versiongit | Versione di WeeChat + Git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` -| $git | Git version ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $versiongit | Versione di WeeChat + Git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Git version ^(1)^ | `+v0.3.9-104-g7eb5cc4+` | $compilation | Data di compilazione di WeeChat | `+Dec 16 2012+` | $osinfo | Informazioni sull'OS | `+Linux 2.6.32-5-amd64 / x86_64+` | $site | Sito di WeeChat | `+https://weechat.org/+` @@ -5095,7 +5095,7 @@ type: [width="100%",cols="2,3,7",options="header"] |=== -| Hook | Default variable | Update allowed ^(1)^ +| Hook | Default variable | Update allowed ^(1)^ | signal | tg_signal_data | | hsignal | | | modifier | tg_string | tg_string @@ -5311,7 +5311,7 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== @@ -5353,7 +5353,7 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== diff --git a/doc/ja/includes/autogen_api_url_options.ja.adoc b/doc/ja/includes/autogen_api_url_options.ja.adoc index 4491bf310..305023429 100644 --- a/doc/ja/includes/autogen_api_url_options.ja.adoc +++ b/doc/ja/includes/autogen_api_url_options.ja.adoc @@ -6,7 +6,7 @@ // tag::url_options[] [width="100%",cols="2,^1,7",options="header"] |=== -| オプション | タイプ ^(1)^ | 定数 ^(2)^ +| オプション | タイプ ^(1)^ | 定数 ^(2)^ | verbose | long | diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 81cdc4058..8866da6f3 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -1000,10 +1000,10 @@ WeeChat は文字列中に独自の色コードを使うことで、属性 | [hex]#19# + `B` + `EXT` | [hex]#19# `+B@00124+` | chat + bars | 背景色 (拡張色) を設定 | [hex]#19# + `*` + `(ATTR)STD` | [hex]#19# `+*05+` | chat + bars | 文字色(WeeChat 色) を設定 | [hex]#19# + `*` + `(ATTR)EXT` | [hex]#19# `+*@00214+` | chat + bars | 文字色 (拡張色) を設定 -| [hex]#19# + `*` + `(ATTR)STD` + `,` + `STD` ^(1)^ | [hex]#19# `+*08,05+` | chat + bars | 文字色および背景色 (WeeChat 色) を設定 -| [hex]#19# + `*` + `(ATTR)STD` + `,` + `EXT` ^(1)^ | [hex]#19# `+*01,@00214+` | chat + bars | 文字色 (WeeChat 色) と背景色 (拡張色) を設定 -| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `STD` ^(1)^ | [hex]#19# `+*@00214,05+` | chat + bars | 文字色 (拡張色) と背景色 (WeeChat 色) を設定 -| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `EXT` ^(1)^ | [hex]#19# `+*@00214,@00017+` | chat + bars | 文字色および背景色 (拡張色) を設定 +| [hex]#19# + `*` + `(ATTR)STD` + `,` + `STD` ^(1)^ | [hex]#19# `+*08,05+` | chat + bars | 文字色および背景色 (WeeChat 色) を設定 +| [hex]#19# + `*` + `(ATTR)STD` + `,` + `EXT` ^(1)^ | [hex]#19# `+*01,@00214+` | chat + bars | 文字色 (WeeChat 色) と背景色 (拡張色) を設定 +| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `STD` ^(1)^ | [hex]#19# `+*@00214,05+` | chat + bars | 文字色 (拡張色) と背景色 (WeeChat 色) を設定 +| [hex]#19# + `*` + `(ATTR)EXT` + `,` + `EXT` ^(1)^ | [hex]#19# `+*@00214,@00017+` | chat + bars | 文字色および背景色 (拡張色) を設定 | [hex]#19# + `*` + `(ATTR)STD` + `~` + `STD` | [hex]#19# `+*08~05+` | chat + bars | 文字色および背景色 (WeeChat 色) を設定 | [hex]#19# + `*` + `(ATTR)STD` + `~` + `EXT` | [hex]#19# `+*01~@00214+` | chat + bars | 文字色 (WeeChat 色) と背景色 (拡張色) を設定 | [hex]#19# + `*` + `(ATTR)EXT` + `~` + `STD` | [hex]#19# `+*@00214~05+` | chat + bars | 文字色 (拡張色) と背景色 (WeeChat 色) を設定 diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 5f72dafcb..c3e8c2837 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -2674,7 +2674,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio | `+${eval:xxx}+` | 1.3 | 評価する文字列 | >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` + - == `+19:02:45+` ^(1)^ + + == `+19:02:45+` ^(1)^ + + ^(1)^ オプション weechat.look.buffer_time_format 内に色コードが存在する場合色付き @@ -2744,7 +2744,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio == `+!dlrow ,olleH+` + + >> `+${rev:Hello, ${color:red}world!}+` + - == `+!dlrow30F ,olleH+` ^(1)^ + + == `+!dlrow30F ,olleH+` ^(1)^ + + ^(1)^ No color, the color code is reversed @@ -2755,7 +2755,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio == `+!dlrow ,olleH+` + + >> `+${revscr:Hello, ${color:red}world!}+` + - == `+!dlrow ,olleH+` ^(1)^ + + == `+!dlrow ,olleH+` ^(1)^ + + ^(1)^ `pass:[ ,olleH]` in red @@ -2873,10 +2873,10 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio | WeeChat 色コード (色名部分はオプション属性をとることも可能です), 書式を確認するには関数 <<_color,color>> をご確認ください | >> `+${color:red}red text+` + - == `+red text+` ^(1)^ + + == `+red text+` ^(1)^ + + >> `+${color:*214}bold orange text+` + - == `+bold orange text+` ^(2)^ + + == `+bold orange text+` ^(2)^ + + ^(1)^ 赤色で + ^(2)^ 太字オレンジ色で @@ -2988,7 +2988,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio | `+${translate:xxx}+` | 3.2 | Translated string (depends on the language used by WeeChat to display messages). | >> `+${translate:Plugin}+` + - == `+Extension+` ^(1)^ + + == `+Extension+` ^(1)^ + + ^(1)^ Example in French @@ -10401,7 +10401,7 @@ WeeChat とプラグインが送信するシグナルのリスト: | Scheme スクリプトを削除 // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | | String: メッセージ | サーバから IRC メッセージを受信 (メッセージを *無視しない* 場合のみ irc プラグインがメッセージを処理する前に、シグナルが送信される) + @@ -10409,14 +10409,14 @@ WeeChat とプラグインが送信するシグナルのリスト: If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. -| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | | String: メッセージ | サーバから IRC メッセージを受信 (メッセージを *無視しない* 場合のみ irc プラグインがメッセージを処理した後に、シグナルが送信される) + バージョン 2.2 以上ではタグを含めたすべての IRC メッセージが送信されます。 // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 | String: メッセージ | サーバから IRC メッセージを受信 (メッセージを無視する場合でも irc プラグインがメッセージを処理する前に、シグナルが送信される) + @@ -10424,19 +10424,19 @@ WeeChat とプラグインが送信するシグナルのリスト: If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. -| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 | String: メッセージ | サーバから IRC メッセージを受信 (メッセージを無視する場合でも irc プラグインがメッセージを処理した後に、シグナルが送信される) + バージョン 2.2 以上ではタグを含めたすべての IRC メッセージが送信されます。 -| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 +| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 | String: メッセージ | サーバに送信する IRC メッセージ (自動分割前、自動分割はデフォルトでメッセージを 512 バイト内に収まるように分割します)。 // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | | String: メッセージ | サーバに送信する IRC メッセージ (自動分割後、自動分割はデフォルトでメッセージを 512 バイト内に収まるように分割します)。 + @@ -10444,7 +10444,7 @@ WeeChat とプラグインが送信するシグナルのリスト: Signal "xxx,irc_out1_yyy" is recommended instead. // TRANSLATION MISSING -| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 +| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 | String: タグ + ";" + メッセージ | タグ + サーバに送信する IRC メッセージ + *Warning:* the string may contain invalid UTF-8 data. @@ -11317,7 +11317,7 @@ hsignal のリスト: // TRANSLATION MISSING | プラグイン | シグナル | Min WeeChat | 引数 | 説明 -| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 +| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 | <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> を参照 | 出力の転送 @@ -11748,7 +11748,7 @@ WeeChat とプラグインが使う修飾子のリスト: | 修飾子 | Min WeeChat | 修飾子データ | 文字列 | 出力 // TRANSLATION MISSING -| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | +| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | サーバ名 | IRC サーバから受信したメッセージの内容 (文字セットをデコードする前) + *Warning:* the string may contain invalid UTF-8 data; use only for raw @@ -11756,25 +11756,25 @@ WeeChat とプラグインが使う修飾子のリスト: Modifier <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> is recommended instead. | メッセージの新しい内容 -| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 +| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 | サーバ名 | IRC サーバから受信したメッセージの内容 (文字セットをデコードした後) | メッセージの新しい内容 -| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 +| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 | サーバ名 | IRC サーバに送信するメッセージの内容 (自動分割前、自動分割はデフォルトでメッセージを 512 バイト内に収まるように分割します)。| メッセージの新しい内容 -| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | +| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | | サーバ名 | IRC サーバに送信するメッセージの内容 (自動分割後、自動分割はデフォルトでメッセージを 512 バイト内に収まるように分割します)。| メッセージの新しい内容 // TRANSLATION MISSING -| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | +| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | | ウィンドウへのポインタの文字列 (eg: "0x1234abcd") | 空文字列 | バーを表示する場合は "1"、隠す場合は "0" @@ -11811,7 +11811,7 @@ WeeChat とプラグインが使う修飾子のリスト: // TRANSLATION MISSING | [[hook_modifier_weechat_print]] weechat_print | -| buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^ +| buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^ | 表示されたメッセージ | 表示される新しいメッセージ + 行が表示される際に呼び出されるフックについての詳細は @@ -12352,7 +12352,7 @@ info を使う前にエリアが一致していることを確認して下さい [width="100%",cols="5,5,8,3",options="header"] |=== -| キー ^(1)^ | 説明 | 値の例 | 定義できない場合の値 +| キー ^(1)^ | 説明 | 値の例 | 定義できない場合の値 | _x | 画面上での列座標 | "0" ... "n" | @@ -12384,7 +12384,7 @@ info を使う前にエリアが一致していることを確認して下さい | _buffer_full_name | バッファの完全な名前 | "core.weechat"、"irc.libera.#weechat"、... | "" -| _buffer_localvar_XXX ^(2)^ | バッファのローカル変数 +| _buffer_localvar_XXX ^(2)^ | バッファのローカル変数 | 任意の値 | 未定義 | _chat | チャットエリアインジケータ @@ -12393,16 +12393,16 @@ info を使う前にエリアが一致していることを確認して下さい | _chat_line | 行へのポインタ _(WeeChat バージョン 1.2 以上で利用可)_ | "0x1234abcd" | "" -| _chat_line_x | 行中の列番号 ^(3)^ +| _chat_line_x | 行中の列番号 ^(3)^ | "0" ... "n" | "-1" -| _chat_line_y | 行番号 ^(3)^ +| _chat_line_y | 行番号 ^(3)^ | "0" ... "n" | "-1" | _chat_line_date | 日付/時間の行 | "1313237175" | "0" -| _chat_line_date_printed | 日付/時間の行 ^(4)^ +| _chat_line_date_printed | 日付/時間の行 ^(4)^ | "1313237175" | "0" | _chat_line_time | 表示された時間 @@ -12464,7 +12464,7 @@ info を使う前にエリアが一致していることを確認して下さい [width="100%",cols="^1,^1,5",options="header"] |=== -| プラグイン ^(1)^ | キー | 説明 +| プラグイン ^(1)^ | キー | 説明 | weechat | nick | ニックネーム | weechat | prefix | ニックネームのプレフィックス | weechat | group | グループ名 diff --git a/doc/ja/weechat_scripting.ja.adoc b/doc/ja/weechat_scripting.ja.adoc index edcd3d501..acc3cb3be 100644 --- a/doc/ja/weechat_scripting.ja.adoc +++ b/doc/ja/weechat_scripting.ja.adoc @@ -1350,7 +1350,7 @@ _WeeChat バージョン 0.3.4 以上で利用可。_ [width="100%",cols="3,^2,10,7",options="header"] |=== // TRANSLATION MISSING -| キー | Since WeeChat ^(1)^ | 説明 | 例 +| キー | Since WeeChat ^(1)^ | 説明 | 例 | tags | 0.4.0 | メッセージに付けられたタグ (空にすることも可) diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 6b7410dc1..9d66da2b8 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -120,14 +120,14 @@ WeeChat: [width="100%",cols="5,^3,.^15",options="header"] |=== -| パッケージ ^(1)^ | バージョン | 機能 +| パッケージ ^(1)^ | バージョン | 機能 | C コンパイラ (gcc / clang) | | ビルド | cmake | ≥ 3.0 | ビルド (autotools でも可能ですが、CMake を推奨します) | pkg-config | | インストール済みライブラリを検出 -| libncursesw5-dev ^(2)^ | | ncurses インターフェース +| libncursesw5-dev ^(2)^ | | ncurses インターフェース | libcurl4-gnutls-dev | | URL 転送 | libgcrypt20-dev | | 保護データ、IRC SASL 認証 -| libgnutls28-dev | 2.2.0 以上 ^(3)^ | IRC サーバへの SSL 接続、IRC SASL 認証 (ECDSA-NIST256P-CHALLENGE) +| libgnutls28-dev | 2.2.0 以上 ^(3)^ | IRC サーバへの SSL 接続、IRC SASL 認証 (ECDSA-NIST256P-CHALLENGE) // TRANSLATION MISSING | zlib1g-dev | | Compression of messages (WeeChat -> client) with https://zlib.net/[zlib ^↗^,window=_blank] in relay plugin (weechat protocol), script plugin. // TRANSLATION MISSING @@ -150,12 +150,12 @@ WeeChat: [width="100%",cols="5,^3,.^15",options="header"] |=== -| パッケージ ^(1)^ | バージョン | 機能 +| パッケージ ^(1)^ | バージョン | 機能 | {cpp} コンパイラ (pass:[g++ / clang++]) | | ビルドとテストの実行、JavaScript プラグイン | gettext | | 国際化 (メッセージの翻訳; ベース言語は英語です) | ca-certificates | | SSL 接続に必要な証明書、relay プラグインで SSL サポート | libaspell-dev / libenchant-dev | | spell プラグイン -| python3-dev ^(2)^ | | python プラグイン +| python3-dev ^(2)^ | | python プラグイン | libperl-dev | | perl プラグイン | ruby2.7, ruby2.7-dev | 1.9.1 以上 | ruby プラグイン | liblua5.4-dev | | lua プラグイン @@ -767,28 +767,28 @@ The WeeChat directories are: [width="100%",cols="1m,3",options="header"] |=== // TRANSLATION MISSING -| Path ^(1)^ | 説明 +| Path ^(1)^ | 説明 // TRANSLATION MISSING | ~/.config/weechat/ | WeeChat configuration files: `*.conf`, certificates, etc. // TRANSLATION MISSING | ~/.local/share/weechat/ | WeeChat data files: logs, scripts, scripts data, xfer files, etc. | logs/ | ログファイル (バッファごとに 1 つのファイル) | python/ | Python スクリプト -| autoload/ | 起動時に自動ロードされる Python スクリプト ^(2)^ +| autoload/ | 起動時に自動ロードされる Python スクリプト ^(2)^ | perl/ | Perl スクリプト -| autoload/ | 起動時に自動ロードされる Perl スクリプト ^(2)^ +| autoload/ | 起動時に自動ロードされる Perl スクリプト ^(2)^ | ruby/ | Ruby スクリプト -| autoload/ | 起動時に自動ロードされる Ruby スクリプト ^(2)^ +| autoload/ | 起動時に自動ロードされる Ruby スクリプト ^(2)^ | lua/ | Lua スクリプト -| autoload/ | 起動時に自動ロードされる Lua スクリプト ^(2)^ +| autoload/ | 起動時に自動ロードされる Lua スクリプト ^(2)^ | tcl/ | Tcl スクリプト -| autoload/ | 起動時に自動ロードされる Tcl スクリプト ^(2)^ +| autoload/ | 起動時に自動ロードされる Tcl スクリプト ^(2)^ | guile/ | Guile スクリプト -| autoload/ | 起動時に自動ロードされる Guile スクリプト ^(2)^ +| autoload/ | 起動時に自動ロードされる Guile スクリプト ^(2)^ | javascript/ | JavaScript スクリプト -| autoload/ | 起動時に自動ロードされる JavaScript スクリプト ^(2)^ +| autoload/ | 起動時に自動ロードされる JavaScript スクリプト ^(2)^ | php/ | PHP スクリプト -| autoload/ | 起動時に自動ロードされる PHP スクリプト ^(2)^ +| autoload/ | 起動時に自動ロードされる PHP スクリプト ^(2)^ // TRANSLATION MISSING | ~/.cache/weechat/ | WeeChat cache files: scripts cache. // TRANSLATION MISSING @@ -1344,13 +1344,13 @@ WeeChat は様々な目的で各行にタグを付けます: | no_log | ログファイルに書き込まれない行 | log0 … log9 | 行に対するログレベル (`/help logger` を参照) // TRANSLATION MISSING -| notify_none | The line must not be added to hotlist. ^(1)^ +| notify_none | The line must not be added to hotlist. ^(1)^ // TRANSLATION MISSING -| notify_message | The line is a user message. ^(1)^ +| notify_message | The line is a user message. ^(1)^ // TRANSLATION MISSING -| notify_private | The line is a private message. ^(1)^ +| notify_private | The line is a private message. ^(1)^ // TRANSLATION MISSING -| notify_highlight | The line is a message with highlight. ^(1)^ +| notify_highlight | The line is a message with highlight. ^(1)^ | self_msg | 自分のメッセージ | nick_xxx | ニックネーム "xxx" からのメッセージ | prefix_nick_ccc | プレフィックスを色 "ccc" のニックネームにします @@ -1806,7 +1806,7 @@ These mouse actions are possible only if mouse is enabled with key kbd:[Alt+m] [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== -| ボタン/ホイール ^(1)^ | ジェスチャー | エリア | 説明 | コマンド +| ボタン/ホイール ^(1)^ | ジェスチャー | エリア | 説明 | コマンド | ◾◽◽ | - | チャット | ウィンドウに移動 | `+/window ${_window_number}+` | ◾◽◽ | 左 | チャット | 前のバッファに移動 | `+/window ${_window_number};/buffer +1+` | ◾◽◽ | 右 | チャット | 次のバッファに移動 | `+/window ${_window_number};/buffer +1+` @@ -1868,7 +1868,7 @@ These keys and actions are used on the fset buffer (see <<fset,Fset plugin>>). // TRANSLATION MISSING [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Key | Action ^(1)^ | Description | Command +| Key | Action ^(1)^ | Description | Command | kbd:[↑] | | Move one line up. | `+/fset -up+` | kbd:[↓] | | Move one line down. | `+/fset -down+` | kbd:[PgUp] | | Move one page up. | `+/window page_up+` @@ -1918,7 +1918,7 @@ These keys and actions are used on the script buffer (see <<script_manager,scrip // TRANSLATION MISSING [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Key | Action ^(1)^ | Description | Command +| Key | Action ^(1)^ | Description | Command | kbd:[↑] | | Move one line up. | `+/script up+` | kbd:[↓] | | Move one line down. | `+/script down+` | kbd:[PgUp] | | Move one page up. | `+/window page_up+` @@ -4025,8 +4025,8 @@ CTCP 応答時に自動的に WeeChat によって展開されます: | コード | 説明 | 値/例 | $clientinfo | サポートしている CTCP オプションのリスト | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` | $version | WeeChat バージョン | `+0.4.0-dev+` -| $versiongit | WeeChat バージョン + Git バージョン ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` -| $git | Git バージョン ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $versiongit | WeeChat バージョン + Git バージョン ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Git バージョン ^(1)^ | `+v0.3.9-104-g7eb5cc4+` | $compilation | WeeChat コンパイル日時 | `+Dec 16 2012+` | $osinfo | OS に関する情報 | `+Linux 2.6.32-5-amd64 / x86_64+` | $site | WeeChat ウェブサイト | `+https://weechat.org/+` @@ -4908,7 +4908,7 @@ _var_ [width="100%",cols="2,3,7",options="header"] |=== -| フック | デフォルト変数 | 更新が許可Update allowed ^(1)^ +| フック | デフォルト変数 | 更新が許可Update allowed ^(1)^ | signal | tg_signal_data | | hsignal | | | modifier | tg_string | tg_string @@ -5126,7 +5126,7 @@ _weechat_print_ 修飾子では、メッセージタグを使う変数 (下の | tg_tag_host | string | ユーザ名とホスト名、書式: username@host ("host_xxx" タグから) | tg_tag_notify | string | 通知レベル (_none_、_message_、_private_、_highlight_) // TRANSLATION MISSING -| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ | tg_notify | string | 通知レベルが _none_ 以外の場合、その通知レベル | tg_msg_pv | string | プライベートメッセージの場合 "1"、それ以外は "0" |=== @@ -5170,7 +5170,7 @@ _weechat_print_ 修飾子では、メッセージタグを使う変数 (下の | tg_tag_host | string | ユーザ名とホスト名、書式: username@host ("host_xxx" タグから) | tg_tag_notify | string | 通知レベル (_none_、_message_、_private_、_highlight_) // TRANSLATION MISSING -| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). ^(1)^ | tg_notify | string | 通知レベルが _none_ 以外の場合、その通知レベル | tg_msg_pv | string | プライベートメッセージの場合 "1"、それ以外は "0" |=== diff --git a/doc/pl/includes/autogen_api_url_options.pl.adoc b/doc/pl/includes/autogen_api_url_options.pl.adoc index 8a9256821..bf1384d60 100644 --- a/doc/pl/includes/autogen_api_url_options.pl.adoc +++ b/doc/pl/includes/autogen_api_url_options.pl.adoc @@ -6,7 +6,7 @@ // tag::url_options[] [width="100%",cols="2,^1,7",options="header"] |=== -| Opcja | Typ ^(1)^ | Stałe ^(2)^ +| Opcja | Typ ^(1)^ | Stałe ^(2)^ | verbose | long | diff --git a/doc/pl/weechat_scripting.pl.adoc b/doc/pl/weechat_scripting.pl.adoc index 322cd63b3..8ec71b9b4 100644 --- a/doc/pl/weechat_scripting.pl.adoc +++ b/doc/pl/weechat_scripting.pl.adoc @@ -1319,7 +1319,7 @@ Wynik jest tabela hashy z następującymi kluczami [width="100%",cols="3,^2,10,7",options="header"] |=== -| Klucz | Od wersji ^(1)^ | Opis | Przykład +| Klucz | Od wersji ^(1)^ | Opis | Przykład | tags | 0.4.0 | Tagi w wiadomości (mogą byc puste). diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 18cc38bf3..8d9e3b419 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -120,14 +120,14 @@ WeeChat: [width="100%",cols="5,^3,.^15",options="header"] |=== -| Pakiet ^(1)^ | Wersja | Opis +| Pakiet ^(1)^ | Wersja | Opis | kompilator C (gcc / clang) | | Kompilacja. | cmake | ≥ 3.0 | Kompilacja (możliwe jest użycie autotools, jednak CMake jest zalecany). | pkg-config | | Wykrywa zainstalowane biblioteki. -| libncursesw5-dev ^(2)^ | | Interfejs ncurses. +| libncursesw5-dev ^(2)^ | | Interfejs ncurses. | libcurl4-gnutls-dev | | Transfer URL. | libgcrypt20-dev | | Zabezpieczone dane, uwierzytelnianie IRC SASL. -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | Połączenia SSL z serwerami IRC, wsparcie dla SSL we wtyczce relay, uwierzytelnianie IRC SASL (ECDSA-NIST256P-CHALLENGE). +| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | Połączenia SSL z serwerami IRC, wsparcie dla SSL we wtyczce relay, uwierzytelnianie IRC SASL (ECDSA-NIST256P-CHALLENGE). // TRANSLATION MISSING | zlib1g-dev | | Compression of messages (WeeChat -> client) with https://zlib.net/[zlib ^↗^,window=_blank] in relay plugin (weechat protocol), script plugin. // TRANSLATION MISSING @@ -149,12 +149,12 @@ WeeChat: [width="100%",cols="5,^3,.^15",options="header"] |=== -| Pakiet ^(1)^ | Wersja | Opis +| Pakiet ^(1)^ | Wersja | Opis | kompilator {cpp} (pass:[g++ / clang++]) | | Kompilacja i uruchamianie testów, wtyczka JavaScript. | gettext | | Internacjonalizacja (tłumaczenie wiadomości; język bazowy to Angielski). | ca-certificates | | Certyfikaty dla połączeń SSL. | libaspell-dev / libenchant-dev | | Wtyczka spell. -| python3-dev ^(2)^ | | Wtyczka python. +| python3-dev ^(2)^ | | Wtyczka python. | libperl-dev | | Wtyczka perl. | ruby2.7, ruby2.7-dev | ≥ 1.9.1 | Wtyczka ruby. | liblua5.4-dev | | Wtyczka lua. @@ -748,26 +748,26 @@ Katalogi używane przez WeeChat to: [width="100%",cols="1m,3",options="header"] |=== -| Ścieżka ^(1)^ | Opis +| Ścieżka ^(1)^ | Opis | ~/.config/weechat/ | Pliki konfiguracyjne WeeChat: `*.conf`, certifikaty, itp. | ~/.local/share/weechat/ | Pliki z danymi WeeChat: logi, skrypty, dane skryptów, pliki xfer, itp. | logs/ | Pliki z logami (jeden na bufor). | python/ | Skrypty pythonowe. -| autoload/ | Skrypty pythonowe automatycznie ładowane przy starcie ^(2)^. +| autoload/ | Skrypty pythonowe automatycznie ładowane przy starcie ^(2)^. | perl/ | Skrypty perlowe. -| autoload/ | Skrypty perlowe automatycznie ładowane przy starcie ^(2)^. +| autoload/ | Skrypty perlowe automatycznie ładowane przy starcie ^(2)^. | ruby/ | Skrypty ruby. -| autoload/ | Skrypty ruby automatycznie ładowane przy starcie ^(2)^. +| autoload/ | Skrypty ruby automatycznie ładowane przy starcie ^(2)^. | lua/ | Skrypty lua. -| autoload/ | Skrypty lua automatycznie ładowane przy starcie ^(2)^. +| autoload/ | Skrypty lua automatycznie ładowane przy starcie ^(2)^. | tcl/ | Skrypty tcl. -| autoload/ | Skrypty tcl automatycznie ładowane przy starcie ^(2)^. +| autoload/ | Skrypty tcl automatycznie ładowane przy starcie ^(2)^. | guile/ | Skrypty guile. -| autoload/ | Skrypry guile automatycznie ładowane przy starcie ^(2)^. +| autoload/ | Skrypry guile automatycznie ładowane przy starcie ^(2)^. | javascript/ | Skrypty JavaScript. -| autoload/ | Skrypty JavaScript automatycznie ładowane przy starcie ^(2)^. +| autoload/ | Skrypty JavaScript automatycznie ładowane przy starcie ^(2)^. | php/ | Skrypty PHP. -| autoload/ | Skrypty PHP automatycznie ładowane przy starcie ^(2)^. +| autoload/ | Skrypty PHP automatycznie ładowane przy starcie ^(2)^. | ~/.cache/weechat/ | Pliki pamięci podręcznej WeeChat: pliki pamięci podręcznej skryptów. | /run/user/1000/weechat/ | Pliki uruchomieniowe WeeChat: kolejki FIFO, Gniazda UNIX pośrednika. |=== @@ -1294,10 +1294,10 @@ Popularnie używane tagi (niepełna lista): | no_highlight | Podświetlenia nie są dozwolone w tej linii. | no_log | Linia nie jest zapisywana w logu. | log0 … log9 | Poziom logowania dla linii (zobacz `/help logger`). -| notify_none | Linia nie może być dodana do hotlisty. ^(1)^ -| notify_message | Linia jest wiasomością użytkownika. ^(1)^ -| notify_private | Linia jest wiadomością prywatną. ^(1)^ -| notify_highlight | Linia jest wiadomością z podświetleniem. ^(1)^ +| notify_none | Linia nie może być dodana do hotlisty. ^(1)^ +| notify_message | Linia jest wiasomością użytkownika. ^(1)^ +| notify_private | Linia jest wiadomością prywatną. ^(1)^ +| notify_highlight | Linia jest wiadomością z podświetleniem. ^(1)^ | self_msg | Własna wiadomość. | nick_xxx | Wiadomość od nicku "xxx". | prefix_nick_ccc | Prefiks to nick o kolorze "ccc". @@ -1732,7 +1732,7 @@ za pomocą skrótu kbd:[Alt+m] (komenda: `+/mouse toggle+`). [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== -| Klawisz/Wheel ^(1)^ | Gest | Obszar | Opis | Komenda +| Klawisz/Wheel ^(1)^ | Gest | Obszar | Opis | Komenda | ◾◽◽ | - | chat | Przełącz na okno. | `+/window ${_window_number}+` | ◾◽◽ | lewo | chat | Przełącz na poprzedni bufor. | `+/window ${_window_number};/buffer +1+` | ◾◽◽ | prawo | chat | Przełącz na następny bufor. | `+/window ${_window_number};/buffer +1+` @@ -1784,7 +1784,7 @@ Poniższe skróty i akcje mogą zostać użyte w buforze fset (zobacz <<fset,wty [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Skrót | Akcja ^(1)^ | Opis | Komenda +| Skrót | Akcja ^(1)^ | Opis | Komenda | kbd:[↑] | | Przejdź linię wyżej. | `+/fset -up+` | kbd:[↓] | | Przejdź linię niżej. | `+/fset -down+` | kbd:[PgUp] | | Przejdź stronę do góry. | `+/window page_up+` @@ -1830,7 +1830,7 @@ Te skróty klawiszowe i akcje mogą zostać użyte w buforze skryptów (zobacz < [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== -| Skrót | Akcja ^(1)^ | Opis | Komenda +| Skrót | Akcja ^(1)^ | Opis | Komenda | kbd:[↑] | | Przejdź linię wyżej. | `+/script up+` | kbd:[↓] | | Przejdź linię niżej. | `+/script down+` | kbd:[PgUp] | | Przewiń stronę do góry. | `+/window page_up+` @@ -3933,8 +3933,8 @@ przez WeeChat podczas odpowiedzi na CTCP: | Kod | Opis | Wartość/Przykład | $clientinfo | Lista wspieranych CTCP | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` | $version | Wersja WeeChat | `+0.4.0-dev+` -| $versiongit | Wersja WeeChat + wersja Git ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` -| $git | Wersja git ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $versiongit | Wersja WeeChat + wersja Git ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Wersja git ^(1)^ | `+v0.3.9-104-g7eb5cc4+` | $compilation | Data kompilacji WeeChat | `+Dec 16 2012+` | $osinfo | Informacje o systemie operacyjnym | `+Linux 2.6.32-5-amd64 / x86_64+` | $site | Strona WeeChat | `+https://weechat.org/+` @@ -4825,7 +4825,7 @@ od typu uchwytu: [width="100%",cols="2,3,7",options="header"] |=== -| Uchwyt | Domyślna zmienna | Dozwolona aktualizacja ^(1)^ +| Uchwyt | Domyślna zmienna | Dozwolona aktualizacja ^(1)^ | signal | tg_signal_data | | hsignal | | | modifier | tg_string | tg_string @@ -5040,7 +5040,7 @@ Zmienne ustawiane za pomocą tagów w wiadomościach: | tg_tag_host | ciąg | Nazwa użytkownika i host, format: username@host (z tagu "host_xxx"). | tg_tag_notify | ciąg | Poziom powiadomień (_none_, _message_, _private_, _highlight_). // TRANSLATION MISSING -| tg_tag_irc_xxx | ciąg | IRC message tag (key "xxx"). ^(1)^ +| tg_tag_irc_xxx | ciąg | IRC message tag (key "xxx"). ^(1)^ | tg_notify | ciąg | Poziom powiadomień, jeśli różny od _none_. | tg_msg_pv | ciąg | "1" dla prywatnej wiadomości, inaczej "0". |=== @@ -5084,7 +5084,7 @@ Zmienne ustawiane za pomocą tagów w wiadomościach: | tg_tag_host | ciąg | Nazwa użytkownika i host, format: username@host (z tagu "host_xxx"). | tg_tag_notify | ciąg | Poziom powiadomień (_none_, _message_, _private_, _highlight_). // TRANSLATION MISSING -| tg_tag_irc_xxx | ciąg | IRC message tag (key "xxx"). ^(1)^ +| tg_tag_irc_xxx | ciąg | IRC message tag (key "xxx"). ^(1)^ | tg_notify | ciąg | Poziom powiadomień, jeśli różny od _none_. | tg_msg_pv | ciąg | "1" dla prywatnej wiadomości, inaczej "0". |=== diff --git a/doc/sr/includes/autogen_api_url_options.sr.adoc b/doc/sr/includes/autogen_api_url_options.sr.adoc index 6c712fe8a..5072065cb 100644 --- a/doc/sr/includes/autogen_api_url_options.sr.adoc +++ b/doc/sr/includes/autogen_api_url_options.sr.adoc @@ -6,7 +6,7 @@ // tag::url_options[] [width="100%",cols="2,^1,7",options="header"] |=== -| Опција | Тип ^(1)^ | Константе ^(2)^ +| Опција | Тип ^(1)^ | Константе ^(2)^ | verbose | long | diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index ac8c7978e..7a63df59d 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -920,10 +920,10 @@ struct t_gui_buffer *last_gui_buffer = NULL; /* last buffer */ | [hex]#19# + `B` + `ПРО` | [hex]#19# `+B@00124+` | чет + траке | Постављање предњег плана (проширена боја). | [hex]#19# + `*` + `(ATTR)СТД` | [hex]#19# `+*05+` | чет + траке | Постављање предњег плана (WeeChat боја). | [hex]#19# + `*` + `(ATTR)ПРО` | [hex]#19# `+*@00214+` | чет + траке | Постављање предњег плана (проширена боја). -| [hex]#19# + `*` + `(ATTR)СТД` + `,` + `СТД` ^(1)^ | [hex]#19# `+*08,05+` | чет + траке | Постављање предњег плана/позадине (WeeChat боје). -| [hex]#19# + `*` + `(ATTR)СТД` + `,` + `ПРО` ^(1)^ | [hex]#19# `+*01,@00214+` | чет + траке | Постављање предњег плана (WeeChat боје) у позадине (проширена боја). -| [hex]#19# + `*` + `(ATTR)ПРО` + `,` + `СТД` ^(1)^ | [hex]#19# `+*@00214,05+` | чет + траке | Постављање предњег плана (extended color) и позадине (WeeChat color). -| [hex]#19# + `*` + `(ATTR)ПРО` + `,` + `ПРО` ^(1)^ | [hex]#19# `+*@00214,@00017+` | чет + траке | Постављање предњег плана/позадине (проширене боје). +| [hex]#19# + `*` + `(ATTR)СТД` + `,` + `СТД` ^(1)^ | [hex]#19# `+*08,05+` | чет + траке | Постављање предњег плана/позадине (WeeChat боје). +| [hex]#19# + `*` + `(ATTR)СТД` + `,` + `ПРО` ^(1)^ | [hex]#19# `+*01,@00214+` | чет + траке | Постављање предњег плана (WeeChat боје) у позадине (проширена боја). +| [hex]#19# + `*` + `(ATTR)ПРО` + `,` + `СТД` ^(1)^ | [hex]#19# `+*@00214,05+` | чет + траке | Постављање предњег плана (extended color) и позадине (WeeChat color). +| [hex]#19# + `*` + `(ATTR)ПРО` + `,` + `ПРО` ^(1)^ | [hex]#19# `+*@00214,@00017+` | чет + траке | Постављање предњег плана/позадине (проширене боје). | [hex]#19# + `*` + `(ATTR)СТД` + `~` + `СТД` | [hex]#19# `+*08~05+` | чет + траке | Постављање предњег плана/позадине (WeeChat боје). | [hex]#19# + `*` + `(ATTR)СТД` + `~` + `ПРО` | [hex]#19# `+*01~@00214+` | чет + траке | Постављање предњег плана (WeeChat color) и позадине (проширена боја). | [hex]#19# + `*` + `(ATTR)ПРО` + `~` + `СТД` | [hex]#19# `+*@00214~05+` | чет + траке | Постављање предњег плана (проширена боја) и позадине (WeeChat color). diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index b3abeb02c..57881c885 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -2520,7 +2520,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio | `+${eval:xxx}+` | 1.3 | Стринг који се израчунава. | >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` + - == `+19:02:45+` ^(1)^ + + == `+19:02:45+` ^(1)^ + + ^(1)^ са бојама, ако у опцији weechat.look.buffer_time_format постоје боје @@ -2586,7 +2586,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio == `+!dlrow ,olleH+` + + >> `+${rev:Hello, ${color:red}world!}+` + - == `+!dlrow30F ,olleH+` ^(1)^ + + == `+!dlrow30F ,olleH+` ^(1)^ + + ^(1)^ нема боје, кôд боје је обрнут @@ -2596,7 +2596,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio == `+!dlrow ,olleH+` + + >> `+${revscr:Hello, ${color:red}world!}+` + - == `+!dlrow ,olleH+` ^(1)^ + + == `+!dlrow ,olleH+` ^(1)^ + + ^(1)^ `pass:[ ,olleH]` у црвеној боји @@ -2709,10 +2709,10 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio | Кôд WeeChat боје (име боје има и необавезне атрибуте), погледајте функцију <<_color,color>> у вези подржаних формата. | >> `+${color:red}red text+` + - == `+red text+` ^(1)^ + + == `+red text+` ^(1)^ + + >> `+${color:*214}bold orange text+` + - == `+bold orange text+` ^(2)^ + + == `+bold orange text+` ^(2)^ + + ^(1)^ у црвеној + ^(2)^ подебљано наранџасто @@ -2818,7 +2818,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio | `+${translate:xxx}+` | 3.2 | Преведени стринг (зависи од језика који програм WeeChat користи за приказ порука). | >> `+${translate:Plugin}+` + - == `+Extension+` ^(1)^ + + == `+Extension+` ^(1)^ + + ^(1)^ пример из француског @@ -9992,7 +9992,7 @@ struct t_hook *weechat_hook_signal (const char *signal, | Стринг: листа уклоњених скрипти раздвојених запетама. | Уклоњен(а/е) Scheme скрипт(а/е). -| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | | Стринг: порука. | IRC порука од сервера (пре него што је употреби irc додатак, сигнал се шаље само ако се порука *не* игнорише). + @@ -10000,13 +10000,13 @@ struct t_hook *weechat_hook_signal (const char *signal, Ако је повратни код функције повратног позива _WEECHAT_RC_OK_EAT_, онда се IRC порука одмах брише и не обрађује се _(WeeChat ≥ 3.3)_. -| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | | Стринг: порука. | IRC порука од сервера (након што је употреби irc додатак, сигнал се шаље само ако се порука *не* игнорише). + Почевши од верзије 2.2, шаље се комплетна IRC порука, заједно са ознакама. -| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 | Стринг: порука. | IRC порука од сервера (пре него што је употреби irc додатак, сигнал се шаље чак и када се порука игнорише). + @@ -10014,25 +10014,25 @@ struct t_hook *weechat_hook_signal (const char *signal, Ако је повратни кôд функције повратног позива _WEECHAT_RC_OK_EAT_, онда се IRC порука одмах брише и обрађује се _(WeeChat ≥ 3.3)_. -| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 +| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 | Стринг: порука. | IRC порука од сервера (након што је употреби irc додатак, сигнал се шаље чак и када се порука игнорише). + Почевши од верзије 2.2, шаље се комплетна IRC порука, заједно са ознакама. -| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 +| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 | Стринг: порука. | IRC порука која се шаље серверу пре аутоматске поделе (да стане у 512 бајтова, подразумевано). -| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | +| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | | Стринг: порука. | IRC порука која се шаље серверу након аутоматске поделе (да стане у 512 бајтова, подразумевано). *Упозорење:* стринг може да садржи неважеће UTF-8 податке. Уместо овог, препоручује се употреба сигнала „xxx,irc_out1_yyy”. -| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 +| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 | Стринг: ознаке + „;” + порука. | Ознаке + IRC порука која се шаље серверу. + *Упозорење:* стринг може да садржи неважеће UTF-8 податке. @@ -10881,7 +10881,7 @@ struct t_hook *weechat_hook_hsignal (const char *signal, |=== | Додатак | Сигнал | Мин WeeChat | Аргументи | Опис -| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 +| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 | Погледајте <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> | Преусмеравање излаза. @@ -11286,7 +11286,7 @@ struct t_hook *weechat_hook_modifier (const char *modifier, |=== | Модификатор | Мин WeeChat | Подаци модификатора | Стринг | Излаз -| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | +| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | Име сервера | Садржај поруке примљене са IRC сервера (пре декодирања скупа карактера). + *Упозорење:* стринг може да садржи неважеће UTF-8 податке; користите га само @@ -11294,24 +11294,24 @@ struct t_hook *weechat_hook_modifier (const char *modifier, Уместо њега се препоручује употреба <<hook_modifier_irc_in2_xxx,irc_in2_xxx>>. | Нови садржај поруке. -| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 +| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 | Име сервера | Садржај поруке примљене са IRC сервера (након декодирања скупа карактера). | Нови садржај поруке. -| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 +| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 | Име сервера | Садржај поруке које треба да се пошаље IRC серверу пре аутоматске поделе (да стане у 512 подразумевано). | Нови садржај поруке. -| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | +| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | | Име сервера | Садржај поруке које треба да се пошаље IRC серверу након аутоматске поделе (да стане у 512 подразумевано). | Нови садржај поруке. -| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | +| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | | Стринг са показивачем на прозор (нпр: "0x1234abcd") | Празан стринг. | "1" да се прикаже трака, "0" да се сакрије. @@ -11342,7 +11342,7 @@ struct t_hook *weechat_hook_modifier (const char *modifier, | Нови садржај командне линије који се шаље у бафер. | [[hook_modifier_weechat_print]] weechat_print | -| показивач на бафер (нпр: "0x1234abcd") + ";" + ознаке ^(3)^ +| показивач на бафер (нпр: "0x1234abcd") + ";" + ознаке ^(3)^ | Порука која се исписује. | Нова порука која се исписује. + За више информација о кукама које се позивају када се линија исписује, @@ -11847,7 +11847,7 @@ struct t_hook *weechat_hook_focus (const char *area, [width="100%", cols="5,5,8,3", options="header"] |=== -| Кључ ^(1)^ | Опис | Примери вредности | Вредност ако нема +| Кључ ^(1)^ | Опис | Примери вредности | Вредност ако нема | _x | Колона на екрану. | "0" ... "n" | @@ -11879,7 +11879,7 @@ struct t_hook *weechat_hook_focus (const char *area, | _buffer_full_name | Пуно име бафера. | "core.weechat", "irc.libera.#weechat", ... | "" -| _buffer_localvar_XXX ^(2)^ | Локалне променљиве бафера. +| _buffer_localvar_XXX ^(2)^ | Локалне променљиве бафера. | any value | not set | _chat | Индикатор површине разговора. @@ -11888,16 +11888,16 @@ struct t_hook *weechat_hook_focus (const char *area, | _chat_line | Показивач на линију _(WeeChat ≥ 1.2)_. | "0x1234abcd" | "" -| _chat_line_x | Колона у линији ^(3)^. +| _chat_line_x | Колона у линији ^(3)^. | "0" ... "n" | "-1" -| _chat_line_y | Број линије ^(3)^. +| _chat_line_y | Број линије ^(3)^. | "0" ... "n" | "-1" | _chat_line_date | Датум/време линије. | "1313237175" | "0" -| _chat_line_date_printed | Датум/време линије ^(4)^. +| _chat_line_date_printed | Датум/време линије ^(4)^. | "1313237175" | "0" | _chat_line_time | Приказано време. @@ -11953,7 +11953,7 @@ struct t_hook *weechat_hook_focus (const char *area, [width="100%", cols="^1,^1,5", options="header"] |=== -| Додатак ^(1)^ | Кључ | Опис +| Додатак ^(1)^ | Кључ | Опис | irc | irc_nick | Показивач на IRC надимак _(WeeChat ≥ 3.0)_. | irc | irc_host | Хост за надимак (ако се зна). | weechat | nick | Име надимка. diff --git a/doc/sr/weechat_scripting.sr.adoc b/doc/sr/weechat_scripting.sr.adoc index f02337c6b..0f379a147 100644 --- a/doc/sr/weechat_scripting.sr.adoc +++ b/doc/sr/weechat_scripting.sr.adoc @@ -1243,7 +1243,7 @@ IRC поруку можете да парсирате са info_hashtable под [width="100%", cols="3,^2,10,7", options="header"] |=== -| Кључ | Од WeeChat ^(1)^ | Опис | Пример +| Кључ | Од WeeChat ^(1)^ | Опис | Пример | tags | 0.4.0 | Ознаке у поруци (може бити празно). diff --git a/doc/sr/weechat_user.sr.adoc b/doc/sr/weechat_user.sr.adoc index 67c8db47d..1986a050d 100644 --- a/doc/sr/weechat_user.sr.adoc +++ b/doc/sr/weechat_user.sr.adoc @@ -106,14 +106,14 @@ https://github.com/weechat/weechat-container[weechat-container ^↗^,window=_bl [width="100%", cols="5,^3,.^15", options="header"] |=== -| Пакет ^(1)^ | Верзија | Служи за +| Пакет ^(1)^ | Верзија | Служи за | C компајлер (gcc / clang) | | Изградњу. | cmake | ≥ 3.0 | Изградњу (може да се користи и autotools, али се препоручује CMake). | pkg-config | | Детекција инсталираних библиотека. -| libncursesw5-dev ^(2)^ | | Ncurses интерфејс. +| libncursesw5-dev ^(2)^ | | Ncurses интерфејс. | libcurl4-gnutls-dev | | URL пренос. | libgcrypt20-dev | | Обезбеђени подаци, IRC SASL аутентификација. -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | SSL веза са IRC сервером, подршка за SSL у релеј додатку, IRC SASL аутентификација (ECDSA-NIST256P-CHALLENGE). +| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | SSL веза са IRC сервером, подршка за SSL у релеј додатку, IRC SASL аутентификација (ECDSA-NIST256P-CHALLENGE). | zlib1g-dev | | Компресија порука (WeeChat -> клијент) са https://zlib.net/[zlib ^↗^,window=_blank] у релеј додатку (weechat протокол), скрипт додатак. | libzstd-dev | | Компресија порука (WeeChat -> клијент) са https://facebook.github.io/zstd/[Zstandard ^↗^,window=_blank] у релеј додатку (weechat протокол). |=== @@ -128,12 +128,12 @@ https://github.com/weechat/weechat-container[weechat-container ^↗^,window=_bl [width="100%", cols="5,^3,.^15", options="header"] |=== -| Пакет ^(1)^ | Верзија | Служи за +| Пакет ^(1)^ | Верзија | Служи за | {cpp} компајлер (pass:[g++ / clang++]) | | Изградњу и покретање тестова, JavaScript додатак. | gettext | | Интернационализацију (превод порука; основни језик је енглески). | ca-certificates | | Сертификате за SSL везе. | libaspell-dev / libenchant-dev | | Spell додатак. -| python3-dev ^(2)^ | | Python додатак. +| python3-dev ^(2)^ | | Python додатак. | libperl-dev | | Perl додатак. | ruby2.7, ruby2.7-dev | ≥ 1.9.1 | Ruby додатак. | liblua5.4-dev | | Lua додатак. @@ -675,26 +675,26 @@ WeeChat подразумевано користи XDG директоријуме [width="100%", cols="1m,3", options="header"] |=== -| Путања ^(1)^ | Опис +| Путања ^(1)^ | Опис | ~/.config/weechat/ | WeeChat конфигурациони фајлови: `*.conf`, сертификати, итд. | ~/.local/share/weechat/ | WeeChat фајлови података: логови, скрипте, подаци скрипти, xfer фајлови, итд. | logs/ | Лог фајлови (по један за сваки бафер). | python/ | Python скрипте. -| autoload/ | Python скрипте које аутоматски учитавају при покретању ^(2)^. +| autoload/ | Python скрипте које аутоматски учитавају при покретању ^(2)^. | perl/ | Perl скрипте. -| autoload/ | Perl скрипте које се аутоматски учитавају при покретању ^(2)^. +| autoload/ | Perl скрипте које се аутоматски учитавају при покретању ^(2)^. | ruby/ | Ruby скрипте. -| autoload/ | Ruby скрипте које се аутоматски учитавају при покретању ^(2)^. +| autoload/ | Ruby скрипте које се аутоматски учитавају при покретању ^(2)^. | lua/ | Lua скрипте. -| autoload/ | Lua скрипте које се аутоматски учитавају при покретању ^(2)^. +| autoload/ | Lua скрипте које се аутоматски учитавају при покретању ^(2)^. | tcl/ | Tcl скрипте. -| autoload/ | Tcl скрипте које се аутоматски учитавају при покретању ^(2)^. +| autoload/ | Tcl скрипте које се аутоматски учитавају при покретању ^(2)^. | guile/ | Guile скрипте. -| autoload/ | Guile скрипте које се аутоматски учитавају при покретању ^(2)^. +| autoload/ | Guile скрипте које се аутоматски учитавају при покретању ^(2)^. | javascript/ | JavaScript скрипте. -| autoload/ | JavaScript скрипте које се аутоматски учитавају при покретању ^(2)^. +| autoload/ | JavaScript скрипте које се аутоматски учитавају при покретању ^(2)^. | php/ | PHP скрипте. -| autoload/ | PHP скрипте које се аутоматски учитавају при покретању ^(2)^. +| autoload/ | PHP скрипте које се аутоматски учитавају при покретању ^(2)^. | ~/.cache/weechat/ | WeeChat кеш фајлови: кеш скрипти. | /run/user/1000/weechat/ | WeeChat фајлови за време извршавања: FIFO пајп, Relay UNIX сокети. |=== @@ -1188,10 +1188,10 @@ _прозор_ је површина екрана која приказује б | no_highlight | У линији није могуће истицање. | no_log | Линија се не уписује у лог фајл. | log0 … log9 | Ниво лога за линију (погледајте `/help logger`). -| notify_none | Линија не сме да се дода у врућу листу. ^(1)^ -| notify_message | Линија је корисничка порука. ^(1)^ -| notify_private | Линија је приватна порука. ^(1)^ -| notify_highlight | Линија је порука са истицањем. ^(1)^ +| notify_none | Линија не сме да се дода у врућу листу. ^(1)^ +| notify_message | Линија је корисничка порука. ^(1)^ +| notify_private | Линија је приватна порука. ^(1)^ +| notify_highlight | Линија је порука са истицањем. ^(1)^ | self_msg | Порука од вас. | nick_xxx | Порука је од надимка „xxx”. | prefix_nick_ccc | Префикс је надимак у боји „ccc”. @@ -1615,7 +1615,7 @@ WeeChat нуди доста подразумеваних тастерских п [width="100%", cols="^.^3,^.^3,^.^3,.^8,.^8", options="header"] |=== -| Тастер/Точкић ^(1)^ | Гестикулација | Површина | Опис | Команда +| Тастер/Точкић ^(1)^ | Гестикулација | Површина | Опис | Команда | ◾◽◽ | - | чет | Пребацивање на прозор. | `+/window ${_window_number}+` | ◾◽◽ | лево | чет | Пребацивање на претходни бафер. | `+/window ${_window_number};/buffer +1+` | ◾◽◽ | десно | чет | Пребацивање на наредни бафер. | `+/window ${_window_number};/buffer +1+` @@ -1667,7 +1667,7 @@ WeeChat нуди доста подразумеваних тастерских п [width="100%", cols="^.^3,^.^2,.^8,.^5", options="header"] |=== -| Тастер | Акција ^(1)^ | Опис | Команда +| Тастер | Акција ^(1)^ | Опис | Команда | kbd:[↑] | | Помера једну линију навише. | `+/fset -up+` | kbd:[↓] | | Помера једну линију наниже. | `+/fset -down+` | kbd:[PgUp] | | Помера једну страну навише. | `+/window page_up+` @@ -1713,7 +1713,7 @@ WeeChat нуди доста подразумеваних тастерских п [width="100%", cols="^.^3,^.^2,.^8,.^5", options="header"] |=== -| Тастер | Акција ^(1)^ | Опис | Команда +| Тастер | Акција ^(1)^ | Опис | Команда | kbd:[↑] | | Помера једну линију навише. | `+/script up+` | kbd:[↓] | | Помера једну линију наниже. | `+/script down+` | kbd:[PgUp] | | Помера једну страну навише. | `+/window page_up+` @@ -3655,8 +3655,8 @@ CTCP може да се прилагоди само за један сервер | Кôд | Опис | Вредност/пример | $clientinfo | Листа подржаних CTCP | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` | $version | Верзија програма WeeChat | `+0.4.0-dev+` -| $versiongit | WeeChat верзија + Git верзија ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` -| $git | Git верзија ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $versiongit | WeeChat верзија + Git верзија ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Git верзија ^(1)^ | `+v0.3.9-104-g7eb5cc4+` | $compilation | Датум компајлирања програма WeeChat | `+Dec 16 2012+` | $osinfo | Инфо о ОС | `+Linux 2.6.32-5-amd64 / x86_64+` | $site | WeeChat вебсајт | `+https://weechat.org/+` @@ -4477,7 +4477,7 @@ ${tg_displayed} && (${tg_highlight} || ${tg_msg_pv}) [width="100%", cols="2,3,7", options="header"] |=== -| Кука | Подраз. променљива | Дозвољено ажурирање ^(1)^ +| Кука | Подраз. променљива | Дозвољено ажурирање ^(1)^ | signal | tg_signal_data | | hsignal | | | modifier | tg_string | tg_string @@ -4676,7 +4676,7 @@ ${buffer[${tg_signal_data}].full_name} | tg_tag_prefix_nick | стринг | Боја надимка у префиксу (из ознаке „prefix_nick_ccc”). | tg_tag_host | стринг | Корисничко име и хост, формат: корисничкоиме@хост (из ознаке „host_xxx”). | tg_tag_notify | стринг | Ниво обавештавања (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | стринг | Ознака IRC поруке (кључ „xxx”). ^(1)^ +| tg_tag_irc_xxx | стринг | Ознака IRC поруке (кључ „xxx”). ^(1)^ | tg_notify | стринг | Ниво обавештавања, ако се разликује од _none_. | tg_msg_pv | стринг | „1” за приватну поруку, у супротном „0”. |=== @@ -4718,7 +4718,7 @@ ${buffer[${tg_signal_data}].full_name} | tg_tag_prefix_nick | стринг | Боја надимка у префиксу (из ознаке „prefix_nick_ccc”). | tg_tag_host | стринг | Корисничко име и хост, формат: корисничкоиме@хост (из ознаке „host_xxx”). | tg_tag_notify | стринг | Ниво обавештавања (_none_, _message_, _private_, _highlight_). -| tg_tag_irc_xxx | стринг | Ознака IRC поруке (кључ „xxx”). ^(1)^ +| tg_tag_irc_xxx | стринг | Ознака IRC поруке (кључ „xxx”). ^(1)^ | tg_notify | стринг | Ниво обавештавања, ако се разликује од _none_. | tg_msg_pv | стринг | „1” за приватну поруку, у супротном „0”. |=== |