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/de.po | |
parent | f6b26e560458711e4aaa60d1ef5d1ff5530d5150 (diff) | |
download | weechat-498f2131a747acc1c0e48cfc5b4bd33c6fef4e31.zip |
relay: add protocol "weechat" in /help relay
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.7-dev\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: 2012-01-16 22:33+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7731,23 +7731,26 @@ msgstr "" "list|listfull|listrelay || add <protocol.name> <port> || del <protocol.name> " "|| raw" +#, fuzzy msgid "" " list: list relay clients (only active relays)\n" " listfull: list relay clients (verbose, all relays)\n" " 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 "" " list: Auflistung der Relay-Clients (nur aktive Relays)\n" " listfull: detaillierte Auflistung der Relay-Clients (alle Relays)\n" |