diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index f6260a76b..a08fe39d0 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: 2015-11-12 16:20+0100\n" +"POT-Creation-Date: 2015-12-02 19:24+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" @@ -4148,7 +4148,7 @@ msgid "%s: removing old fifo pipe \"%s\"" msgstr "" #, c-format -msgid "%s: pipe opened" +msgid "%s: pipe opened (file: %s)" msgstr "" #, c-format @@ -4179,6 +4179,43 @@ msgstr "" msgid "%s%s: error opening file, closing it" msgstr "" +#, c-format +msgid "%s: pipe is enabled (file: %s)" +msgstr "" + +#, c-format +msgid "%s: pipe is disabled" +msgstr "" + +msgid "fifo plugin configuration" +msgstr "" + +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 "" |