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/cs.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/cs.po')
-rw-r--r-- | po/cs.po | 24 |
1 files changed, 21 insertions, 3 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: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -477,11 +477,19 @@ msgstr " zápis" msgid " exception" msgstr " vyjímka" +#, fuzzy +msgid " process hooked:" +msgstr " napojené tisky:" + +#, fuzzy, c-format +msgid " command: '%s', child pid: %d" +msgstr " signál: %s" + msgid " connect hooked:" msgstr " napojené spojení:" -#, c-format -msgid " socket: %d, address: %s, port: %d" +#, fuzzy, c-format +msgid " socket: %d, address: %s, port: %d, child pid: %d" msgstr " soket: %d, adresa: %s, port: %d" msgid " prints hooked:" @@ -647,6 +655,12 @@ msgid "%d option(s) reset, %d option(s) removed" msgstr "%d volba/volby resetovány, %d volba/volby smazány" #, 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 "" @@ -1731,6 +1745,10 @@ msgstr "Ukládám konfiguraci na disk\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 nemohu zavřít jediný buffer\n" |