From 0cfc61a17e68c9c565afc6dca10bb54b5bb9810d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 11 Feb 2024 09:12:57 +0100 Subject: irc: add server option "autojoin_delay" (closes #862) The server option "autojoin_delay" adds a delay before autojoin. The server option "command_delay" is now used to add a delay before the execution of the command. On upgrade from an old version, the option "command_delay" is copied to "autojoin_delay" (in old versions, "command_delay" was applied after the execution of command and before the autojoin). --- po/cs.po | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'po/cs.po') diff --git a/po/cs.po b/po/cs.po index 9457b0ef1..69d5a9870 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-02-01 21:36+0100\n" +"POT-Creation-Date: 2024-02-11 08:54+0100\n" "PO-Revision-Date: 2023-11-29 09:59+0100\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -10138,6 +10138,11 @@ msgstr "" "pomocí \";\", použijte \"\\;\" pro středník, speciální proměnné $nick, " "$channel a $server jsou přepsány svou hodnotou)" +#, fuzzy +#| msgid "delay (in seconds) before autorejoin (after kick)" +msgid "delay (in seconds) before execution of command" +msgstr "doba (v sekundách) před novým znovupřipojením (po vykopnutí)" + #, fuzzy msgid "" "command(s) to run after connection to server and before auto-join of " @@ -10153,8 +10158,8 @@ msgstr "" #, fuzzy msgid "" -"delay (in seconds) after execution of command and before auto-join of " -"channels (example: give some time for authentication before joining channels)" +"delay (in seconds) before auto-join of channels (example: give some time for " +"authentication before joining channels)" msgstr "" "počkání (v sekundách) po spuštění příkazu (například: dád nějaký čas pro " "autorizaci)" @@ -14958,14 +14963,14 @@ msgid "" "\"addreplace\" to overwrite it)" msgstr "" -#, fuzzy, c-format -msgid "%s%s: failed to create trigger \"%s\"" -msgstr "%sChyba: selhalo vytvoření pole \"%s\"" - #, fuzzy, c-format msgid "Trigger \"%s\" created" msgstr "Pole \"%s\" vytvořeno" +#, fuzzy, c-format +msgid "%s%s: failed to create trigger \"%s\"" +msgstr "%sChyba: selhalo vytvoření pole \"%s\"" + #, fuzzy, c-format msgid "%s%s: trigger \"%s\" not found" msgstr "%s%s: server \"%s\" nenalezen" -- cgit v1.2.3