diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-22 19:24:40 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-22 19:24:40 +0100 |
commit | 0cec295a41e47e4fcaa3dea39933f7d082f93c7b (patch) | |
tree | 475b4dd2988b2637e80f081b7ba406aba3a7e34e /po/tr.po | |
parent | fe95a1c8a86e1e1741a2769d7570f88a818e9b3e (diff) | |
download | weechat-0cec295a41e47e4fcaa3dea39933f7d082f93c7b.zip |
fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename (closes #850)
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 26 |
1 files changed, 15 insertions, 11 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-11-20 15:55+0100\n" +"POT-Creation-Date: 2016-11-22 15:12+0100\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4221,9 +4221,9 @@ msgstr "kanal isimleri için metin rengi" msgid "FIFO pipe for remote control" msgstr "" -#, c-format -msgid "%s: removing old fifo pipe \"%s\"" -msgstr "" +#, fuzzy, c-format +msgid "%s%s: not enough memory (%s)" +msgstr "%sYeterli bellek yok" #, fuzzy, c-format msgid "%s: pipe opened (file: %s)" @@ -4279,15 +4279,14 @@ msgid "" "\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" +"By default the FIFO pipe is in ~/.weechat/weechat_fifo\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" +" echo 'irc.server.freenode */nick newnick' >~/.weechat/weechat_fifo\n" "\n" "Please read the user's guide for more info and examples.\n" "\n" @@ -4295,6 +4294,15 @@ msgid "" " /fifo toggle" msgstr "" +msgid "enable FIFO pipe" +msgstr "" + +msgid "" +"path for FIFO file; \"%h\" at beginning of string is replaced by WeeChat " +"home (\"~/.weechat\" by default); WeeChat PID can be used in path with " +"${info:pid} (note: content is evaluated, see /help eval)" +msgstr "" + msgid "name of FIFO pipe" msgstr "" @@ -7118,10 +7126,6 @@ msgid "" "value is %d, try a lower value like %d or %d)" msgstr "" -#, fuzzy, c-format -msgid "%s%s: not enough memory (%s)" -msgstr "%sYeterli bellek yok" - #, c-format msgid "%s%s: timeout" msgstr "%s%s: zaman aşımı" |