diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-11 09:12:57 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-11 09:12:57 +0100 |
commit | 0cfc61a17e68c9c565afc6dca10bb54b5bb9810d (patch) | |
tree | 93e67e557150b2c5ea7ec08d5f74dc9e727742fb /po/cs.po | |
parent | f153b6e6c3bc2c81b0f784ce7eabe50799b879c4 (diff) | |
download | weechat-0cfc61a17e68c9c565afc6dca10bb54b5bb9810d.zip |
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).
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 19 |
1 files changed, 12 insertions, 7 deletions
@@ -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 <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -10139,6 +10139,11 @@ msgstr "" "$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 " "channels (many commands can be separated by \";\", use \"\\;\" for a " @@ -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)" @@ -14959,14 +14964,14 @@ msgid "" 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" |