diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-20 11:00:22 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-20 11:00:22 +0200 |
commit | 987234faf91bad4b9710f2062a9b90c08137e751 (patch) | |
tree | 55f085e3b91d109dc390706415c786863c910f6a /po/weechat.pot | |
parent | 8b62667111e324caba431e759b17f31e413f8c6a (diff) | |
download | weechat-987234faf91bad4b9710f2062a9b90c08137e751.zip |
Add hook_connect (background connection to peer)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 4667eda26..e96958a0b 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2008-05-15 22:10+0200\n" +"POT-Creation-Date: 2008-05-20 10:06+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -368,6 +368,13 @@ msgstr "" msgid " %d (flags: %d)" msgstr "" +msgid " connect hooked:" +msgstr "" + +#, c-format +msgid " socket: %d, address: %s, port: %d" +msgstr "" + msgid " prints hooked:" msgstr "" @@ -2481,7 +2488,8 @@ msgid "real name to use on IRC server" msgstr "" msgid "" -"custom hostname/IP for server (optional, if empty local hostname is used)" +"custom local hostname/IP for server (optional, if empty local hostname is " +"used)" msgstr "" msgid "" @@ -3270,10 +3278,6 @@ msgid "%s: switching address to %s/%d" msgstr "" #, c-format -msgid "%s%s: GnuTLS handshake failed" -msgstr "" - -#, c-format msgid "%s%s: proxy address \"%s\" not found" msgstr "" @@ -3308,6 +3312,18 @@ msgid "%s%s: unable to set local hostname/IP" msgstr "" #, c-format +msgid "%s%s: GnuTLS init error" +msgstr "" + +#, c-format +msgid "%s%s: GnuTLS handshake failed" +msgstr "" + +#, c-format +msgid "%s%s: not enough memory" +msgstr "" + +#, c-format msgid "%s%s: addresses not defined for server \"%s\", cannot connect" msgstr "" @@ -3333,14 +3349,6 @@ msgid "%s: connecting to server %s/%d%s%s..." msgstr "" #, c-format -msgid "%s%s: GnuTLS init error" -msgstr "" - -#, c-format -msgid "%s%s: cannot create pipe" -msgstr "" - -#, c-format msgid "%s%s: cannot create socket" msgstr "" @@ -3709,10 +3717,6 @@ msgid "%s%s: unknown xfer protocol \"%s\"" msgstr "" #, c-format -msgid "%s%s: not enough memory" -msgstr "" - -#, c-format msgid "%s%s: cannot access file \"%s\"" msgstr "" |