From cb73c168b544cc32439f59abaadd39945fe4701a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 4 Nov 2018 14:43:59 +0100 Subject: core: update translations --- doc/pl/autogen/user/relay_options.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/pl/autogen/user') diff --git a/doc/pl/autogen/user/relay_options.adoc b/doc/pl/autogen/user/relay_options.adoc index 147790ab1..aae46290c 100644 --- a/doc/pl/autogen/user/relay_options.adoc +++ b/doc/pl/autogen/user/relay_options.adoc @@ -164,6 +164,18 @@ ** wartości: dowolny ciąg ** domyślna wartość: `+"NORMAL:-VERS-SSL3.0"+` +* [[option_relay.network.totp_secret]] *relay.network.totp_secret* +** opis: pass:none[secret for the generation of the Time-based One-Time Password (TOTP), encoded in base32 (only letters and digits from 2 to 7); it is used as second factor in weechat protocol, in addition to the password, which must not be empty (empty value means no TOTP is required) (note: content is evaluated, see /help eval)] +** typ: ciąg +** wartości: dowolny ciąg +** domyślna wartość: `+""+` + +* [[option_relay.network.totp_window]] *relay.network.totp_window* +** opis: pass:none[number of Time-based One-Time Passwords to accept before and after the current one: 0 = accept only the current password, 1 = accept one password before, the current, and one after, 2 = accept two passwords before, the current, and two after, ...; a high number reduces the security level (0 or 1 are recommended values)] +** typ: liczba +** wartości: 0 .. 256 +** domyślna wartość: `+0+` + * [[option_relay.network.websocket_allowed_origins]] *relay.network.websocket_allowed_origins* ** opis: pass:none[rozszerzone wyrażenia regularne POSIX ze źródłami dozwolonymi dla gniazd webowych (nie wrażliwe na wielkość znaków, umieszczenie "(?-i)" na początku sprawi, że wielość znaków będzie miała znaczenie), przykład: "^http://(www\.)?przykład\.(com|org)"] ** typ: ciąg -- cgit v1.2.3