diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-06 18:22:34 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-06 18:22:34 +0100 |
commit | 8e551473641151d1e5f043ac279eca399daff5fb (patch) | |
tree | 0374c21edec94e29b550c61819bff51c1381c16f /po/ru.po | |
parent | 0fd8bbc2de94705d94b56966d681264f73b48dd2 (diff) | |
download | weechat-8e551473641151d1e5f043ac279eca399daff5fb.zip |
Add new hook type "process": launch command with fork and catch result (rc/stdout/stderr) via callback
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.2.7-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-03-02 10:33+0100\n" +"POT-Creation-Date: 2009-03-06 18:11+0100\n" "PO-Revision-Date: 2009-01-03 00:42+0100\n" "Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -520,11 +520,19 @@ msgid " exception" msgstr " . описание: %s\n" #, fuzzy +msgid " process hooked:" +msgstr " обработчики таймера:\n" + +#, fuzzy, c-format +msgid " command: '%s', child pid: %d" +msgstr " IRC(%s)\n" + +#, fuzzy msgid " connect hooked:" msgstr " обработчики команд:\n" #, c-format -msgid " socket: %d, address: %s, port: %d" +msgid " socket: %d, address: %s, port: %d, child pid: %d" msgstr "" #, fuzzy @@ -700,6 +708,12 @@ msgid "%d option(s) reset, %d option(s) removed" msgstr "" #, c-format +msgid "" +"%sCan't upgrade: there is one or more background process (hook type " +"'process' or 'connect')" +msgstr "" + +#, c-format msgid "%sCan't upgrade: WeeChat binary \"%s\" does not exist" msgstr "" @@ -1762,6 +1776,10 @@ msgstr "Сохраняю конфигурацию\n" msgid "System clock skew detected (%+ld seconds), reinitializing all timers" msgstr "" +#, c-format +msgid "End of command '%s', timeout reached (%.1fs)" +msgstr "" + #, fuzzy, c-format msgid "%sYou can not write text in this buffer" msgstr "%s невозможно закрыть единственный буфер\n" |