diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-02 19:46:34 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-02 19:46:34 +0100 |
commit | 6f0151e12888c988ac35f2a2867f6f9a32066609 (patch) | |
tree | 202c2b55e6020abbfff1b1137c4d6115461f798a /po/ru.po | |
parent | 2a494227b49d221ff57edbfc063b5acf7ab43053 (diff) | |
download | weechat-6f0151e12888c988ac35f2a2867f6f9a32066609.zip |
fifo: add /fifo command
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 50 |
1 files changed, 42 insertions, 8 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-11-12 16:20+0100\n" -"PO-Revision-Date: 2015-09-09 09:13+0200\n" +"POT-Creation-Date: 2015-12-02 19:24+0100\n" +"PO-Revision-Date: 2015-12-02 19:26+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: ru\n" @@ -4606,8 +4606,8 @@ msgid "%s: removing old fifo pipe \"%s\"" msgstr "%s недостаточно памяти для сообщения в строке информации\n" #, fuzzy, c-format -msgid "%s: pipe opened" -msgstr "FIFO pipe открыт\n" +msgid "%s: pipe opened (file: %s)" +msgstr "команда users отключена" #, fuzzy, c-format msgid "%s%s: unable to open pipe (%s) for reading" @@ -4637,6 +4637,44 @@ msgstr "%s ошибка чтения FIFO pipe, закрываю его\n" msgid "%s%s: error opening file, closing it" msgstr "%s ошибка чтения FIFO pipe, закрываю его\n" +#, fuzzy, c-format +msgid "%s: pipe is enabled (file: %s)" +msgstr "команда users отключена" + +#, fuzzy, c-format +msgid "%s: pipe is disabled" +msgstr "Сокращения не заданы.\n" + +#, fuzzy +msgid "fifo plugin configuration" +msgstr "Сохраняю конфигурацию\n" + +msgid "enable|disable|toggle" +msgstr "" + +msgid "" +" enable: enable FIFO pipe\n" +"disable: disable FIFO pipe\n" +" toggle: toggle FIFO pipe\n" +"\n" +"FIFO pipe is used as remote control of WeeChat: you can send commands or " +"text to the FIFO pipe from your shell.\n" +"By default the FIFO pipe is in ~/.weechat/weechat_fifo_xxx (\"xxx\" is the " +"WeeChat PID).\n" +"\n" +"The expected format is one of:\n" +" plugin.buffer *text or command here\n" +" *text or command here\n" +"\n" +"For example to change your freenode nick:\n" +" echo 'irc.server.freenode */nick newnick' >~/.weechat/weechat_fifo_12345\n" +"\n" +"Please read the user's guide for more info and examples.\n" +"\n" +"Examples:\n" +" /fifo toggle" +msgstr "" + msgid "name of FIFO pipe" msgstr "" @@ -10553,7 +10591,3 @@ msgstr "%s нет аргумента для параметра \"%s\"\n" #, fuzzy, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s DCC: не могу соединиться с отправителем\n" - -#, fuzzy -#~ msgid "%s%s: error, buffer not found for pipe data" -#~ msgstr "%s сервер \"%s\" не найден (данные FIFO pipe)\n" |