From 7d37cc8f5006e91d8d42beda9d14204f8a2bfe31 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 19 May 2009 19:04:49 +0200 Subject: Add new command /wait (schedule a command execution in future) --- po/pl.po | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'po/pl.po') diff --git a/po/pl.po b/po/pl.po index de3e8c5ae..8588c7cac 100644 --- a/po/pl.po +++ b/po/pl.po @@ -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: \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 "" -- cgit v1.2.3