diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-19 19:04:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-19 19:04:49 +0200 |
commit | 7d37cc8f5006e91d8d42beda9d14204f8a2bfe31 (patch) | |
tree | f5c5f562f5e106871f1950d1efbfa1c991fc85c7 /po/pl.po | |
parent | 37a73d834815e6cb7f4e2644e3086f455f2da812 (diff) | |
download | weechat-7d37cc8f5006e91d8d42beda9d14204f8a2bfe31.zip |
Add new command /wait (schedule a command execution in future)
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.0-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-05-18 22:59+0200\n" +"POT-Creation-Date: 2009-05-19 18:46+0200\n" "PO-Revision-Date: 2009-05-11 13:02+0200\n" "Last-Translator: <soltys@szluug.org>\n" "Language-Team: Polish\n" @@ -1073,6 +1073,32 @@ msgstr "" msgid "-o: send version to current buffer as input" msgstr "" +msgid "schedule a command execution in future" +msgstr "" + +msgid "number[unit] command" +msgstr "" + +msgid "" +" number: amount of time to wait (integer number)\n" +" unit: optional, values are:\n" +" ms: milliseconds\n" +" s: seconds (default)\n" +" m: minutes\n" +" h: hours\n" +"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" +"\n" +"Examples:\n" +" join channel in 10 sec: /wait 10 join #test\n" +" set away in 15 min: /wait 15m away -all I'm away\n" +" say 'hello' in 2 min: /wait 2m hello" +msgstr "" + msgid "manage windows" msgstr "" |