diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:37:18 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:37:18 +0100 |
commit | 2571d17cb97e70114d671705ead2e53a96031ca2 (patch) | |
tree | 02ce7403a9d9df76925af5141d3ae3b90c99ace0 /po/hu.po | |
parent | f1d18f4c26b6dd72286f86b93da25567d932b6e4 (diff) | |
download | weechat-2571d17cb97e70114d671705ead2e53a96031ca2.zip |
core: don't execute command scheduled by /wait if the buffer does not exist any more
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-02-28 20:18+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2259,6 +2259,7 @@ msgstr "" msgid "<number>[<unit>] <command>" msgstr "" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -2269,9 +2270,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -2281,6 +2281,8 @@ msgid "" " say 'hello' in 2 minutes:\n" " /wait 2m hello" msgstr "" +"parancs: futtatandó parancs (egy '/' autómatikusan hozzáadódik, ha nincs " +"megadva a parancs elején)\n" msgid "manage windows" msgstr "ablakok kezelése" |