diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-08 22:01:11 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-08 22:01:11 +0100 |
commit | 5d88d08ef9e008358d87690697f73dd1ba3c2672 (patch) | |
tree | 3ed6741c5e76b75128b271d5ded8442c6da41b8d /po/weechat.pot | |
parent | 2ea510cc49f3a661c57a1a339bbc863d8dc82aae (diff) | |
download | weechat-5d88d08ef9e008358d87690697f73dd1ba3c2672.zip |
core: add options "-newbuffer", "-free" and "-switch" in command /print (issue #1113)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 989a3b233..9565ae67c 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-01-07 11:55+0100\n" +"POT-Creation-Date: 2018-01-08 21:58+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1669,35 +1669,38 @@ msgid "display text on a buffer" msgstr "" msgid "" -"[-buffer <number>|<name>] [-core|-current] [-y <line>] [-escape] [-date " -"<date>] [-tags <tags>] [-action|-error|-join|-network|-quit] [<text>] || -" -"stdout|-stderr [<text>] || -beep" +"[-buffer <number>|<name>] [-newbuffer <name>] [-free] [-switch] [-core|-" +"current] [-y <line>] [-escape] [-date <date>] [-tags <tags>] [-action|-" +"error|-join|-network|-quit] [<text>] || -stdout|-stderr [<text>] || -beep" msgstr "" msgid "" -" -buffer: display text in this buffer (default: buffer where command is " +" -buffer: display text in this buffer (default: buffer where command is " "executed)\n" -" -core: alias of \"-buffer core.weechat\"\n" -"-current: display text on current buffer\n" -" -y: display on a custom line (for buffer with free content only)\n" -" line: line number for buffer with free content (first line is 0, a " +"-newbuffer: create a new buffer and display text in this buffer\n" +" -free: create a buffer with free content (with -newbuffer only)\n" +" -switch: switch to the buffer\n" +" -core: alias of \"-buffer core.weechat\"\n" +" -current: display text on current buffer\n" +" -y: display on a custom line (for buffer with free content only)\n" +" line: line number for buffer with free content (first line is 0, a " "negative number displays after last line: -1 = after last line, -2 = two " "lines after last line, ...)\n" -" -escape: interpret escaped chars (for example \\a, \\07, \\x07)\n" -" -date: message date, format can be:\n" -" -n: 'n' seconds before now\n" -" +n: 'n' seconds in the future\n" -" n: 'n' seconds since the Epoch (see man time)\n" -" date/time (ISO 8601): yyyy-mm-ddThh:mm:ss, example: " +" -escape: interpret escaped chars (for example \\a, \\07, \\x07)\n" +" -date: message date, format can be:\n" +" -n: 'n' seconds before now\n" +" +n: 'n' seconds in the future\n" +" n: 'n' seconds since the Epoch (see man time)\n" +" date/time (ISO 8601): yyyy-mm-ddThh:mm:ss, example: " "2014-01-19T04:32:55\n" -" time: hh:mm:ss (example: 04:32:55)\n" -" -tags: comma-separated list of tags (see /help filter for a list of tags " -"most commonly used)\n" -" text: text to display (prefix and message must be separated by \"\\t\", " -"if text starts with \"-\", then add a \"\\\" before)\n" -" -stdout: display text on stdout (escaped chars are interpreted)\n" -" -stderr: display text on stderr (escaped chars are interpreted)\n" -" -beep: alias of \"-stderr \\a\"\n" +" time: hh:mm:ss (example: 04:32:55)\n" +" -tags: comma-separated list of tags (see /help filter for a list of " +"tags most commonly used)\n" +" text: text to display (prefix and message must be separated by \"\\t" +"\", if text starts with \"-\", then add a \"\\\" before)\n" +" -stdout: display text on stdout (escaped chars are interpreted)\n" +" -stderr: display text on stderr (escaped chars are interpreted)\n" +" -beep: alias of \"-stderr \\a\"\n" "\n" "The options -action ... -quit use the prefix defined in options \"weechat." "look.prefix_*\".\n" |