diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-07 12:01:41 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-07 12:01:41 +0100 |
commit | ed0b337505ce5d80049358626aafd169343cbb42 (patch) | |
tree | 3d44ec0c4cb63094d3b1546452a91f4461edfc54 /po/ru.po | |
parent | da5a75f0cc73bc9641f4bfc7a1094d48777a8924 (diff) | |
download | weechat-ed0b337505ce5d80049358626aafd169343cbb42.zip |
core: add option "-y" in command /buffer, add support of buffers with free content
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-01-06 14:16+0100\n" +"POT-Creation-Date: 2018-01-07 11:55+0100\n" "PO-Revision-Date: 2018-01-06 13:50+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1868,9 +1868,9 @@ msgid "display text on a buffer" msgstr "цвет названия сервера" msgid "" -"[-buffer <number>|<name>] [-core] [-escape] [-date <date>] [-tags <tags>] [-" -"action|-error|-join|-network|-quit] [<text>] || -stdout|-stderr [<text>] || -" -"beep" +"[-buffer <number>|<name>] [-core|-current] [-y <line>] [-escape] [-date " +"<date>] [-tags <tags>] [-action|-error|-join|-network|-quit] [<text>] || -" +"stdout|-stderr [<text>] || -beep" msgstr "" msgid "" @@ -1878,6 +1878,10 @@ msgid "" "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 " +"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" |