diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-23 11:38:07 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-23 11:38:07 +0100 |
commit | 498f2131a747acc1c0e48cfc5b4bd33c6fef4e31 (patch) | |
tree | 3ef998c9361db319af7c09b28d18a580ab9b9ee0 /po/weechat.pot | |
parent | f6b26e560458711e4aaa60d1ef5d1ff5530d5150 (diff) | |
download | weechat-498f2131a747acc1c0e48cfc5b4bd33c6fef4e31.zip |
relay: add protocol "weechat" in /help relay
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 02b2b6d6b..2eab54d85 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: 2012-01-22 13:38+0100\n" +"POT-Creation-Date: 2012-01-23 11:36+0100\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" @@ -5998,17 +5998,19 @@ msgid "" " listrelay: list relays (name and port)\n" " add: add relay for a protocol + name\n" " del: remove relay for a protocol + name\n" -"protocol.name: protocol and name to relay\n" -" currently, only protocol \"irc\" is supported\n" -" for example: irc.freenode\n" +"protocol.name: protocol and name to relay:\n" +" - protocol \"irc\": name is the server to share\n" +" - protocol \"weechat\" (name is not used)\n" " port: port used for relay\n" " raw: open buffer with raw Relay data\n" "\n" "Without argument, this command opens buffer with list of relay clients.\n" "\n" -"Example:\n" +"Examples:\n" " irc proxy, for server \"freenode\":\n" -" /relay add irc.freenode 8000" +" /relay add irc.freenode 8000\n" +" weechat protocol:\n" +" /relay add weechat 8001" msgstr "" msgid "all possible protocol.name for relay plugin" |