diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index d690b2390..46c37f6a9 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-03-28 20:51+0100\n" +"POT-Creation-Date: 2009-03-29 00:35+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -738,11 +738,12 @@ msgstr "" msgid "manage buffers" msgstr "" -msgid "[action [args] | number | [[server] [channel]]]" +msgid "" +"[clear [number | -all] | move number | close | list | notify | localvar | " +"set property value | number | name]" msgstr "" msgid "" -" action: action to do:\n" " clear: clear buffer content (-all for all buffers, number for a buffer, " "or nothing for current buffer)\n" " move: move buffer in the list (may be relative, for example -1)\n" @@ -750,26 +751,18 @@ msgid "" " list: list buffers (no parameter implies this list)\n" " notify: display notify levels for all opened buffers\n" "localvar: display local variables for current buffer\n" -" scroll: scroll in history (may be relative, and may end by a letter: " -"s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then " -"scroll to beginning of this item\n" -"\n" +" set: set a property for current buffer\n" " number: jump to buffer by number\n" "server,\n" -" channel: jump to buffer by server and/or channel name\n" +" name: jump to buffer by (partial) name\n" "\n" "Examples:\n" "clear current buffer: /buffer clear\n" " clear all buffers: /buffer clear -all\n" " move buffer: /buffer move 5\n" -" close buffer: /buffer close this is part msg\n" -" scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer " -"scroll -24h\n" -" scroll to beginning\n" -" of this day: /buffer scroll d\n" -" scroll 15 min down: /buffer scroll +15m\n" -" scroll 20 msgs up: /buffer scroll -20\n" -" jump to #weechat: /buffer #weechat" +" close buffer: /buffer close\n" +" jump to #weechat: /buffer #weechat\n" +" jump to next buffer: /buffer +1" msgstr "" msgid "launch explicit WeeChat or plugin command" |