diff options
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 46 |
1 files changed, 42 insertions, 4 deletions
@@ -20,7 +20,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: 2015-03-10 21:33+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4162,9 +4162,9 @@ msgstr "" msgid "%s: removing old fifo pipe \"%s\"" msgstr "" -#, c-format -msgid "%s: pipe opened" -msgstr "" +#, fuzzy, c-format +msgid "%s: pipe opened (file: %s)" +msgstr "Filtre \"%s\" etkin" #, c-format msgid "%s%s: unable to open pipe (%s) for reading" @@ -4194,6 +4194,44 @@ msgstr "" msgid "%s%s: error opening file, closing it" msgstr "" +#, fuzzy, c-format +msgid "%s: pipe is enabled (file: %s)" +msgstr "Filtre \"%s\" etkin" + +#, fuzzy, c-format +msgid "%s: pipe is disabled" +msgstr "Filtre \"%s\" devre dışı" + +#, fuzzy +msgid "fifo plugin configuration" +msgstr "aspell eklenti yapılandırma" + +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 "" |