diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-02 11:16:39 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-02 11:16:39 +0100 |
commit | e85ae88b255ec032ceb91d8e026e4f736c468726 (patch) | |
tree | 2a8e15c6ba3f59289f32cdd00819dd9b04e1254d /po/tr.po | |
parent | a2c742026257894964c1a9ef10843920df0375a9 (diff) | |
download | weechat-e85ae88b255ec032ceb91d8e026e4f736c468726.zip |
relay: don't remove relay from config when the binding fails (closes #225), add options "stop" and "restart" in command /relay
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 33 |
1 files changed, 24 insertions, 9 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-11-01 20:32+0100\n" +"POT-Creation-Date: 2014-11-02 11:09+0100\n" "PO-Revision-Date: 2014-07-25 07:50+0200\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7666,6 +7666,10 @@ msgid "Listening on ports:" msgstr "" #, c-format +msgid " port %s%d%s, relay: %s%s%s, %s (not started)" +msgstr "" + +#, c-format msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s" msgstr "" @@ -7688,16 +7692,26 @@ msgid "relay control" msgstr "" msgid "" -"list|listfull|listrelay || add [ipv4.][ipv6.][ssl.]<protocol.name> <port> || " -"del [ipv4.][ipv6.][ssl.]<protocol.name> || raw || sslcertkey" +"list|listfull|listrelay || add <name> <port> || del|stop|restart <name> || " +"raw || sslcertkey" msgstr "" 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" +" add: add a relay (listen on a port)\n" +" del: remove a relay (clients remain connected)\n" +" stop: close the server socket (clients remain connected)\n" +" restart: close the server socket and listen again on port (clients " +"remain connected)\n" +" name: relay name (see format below)\n" +" port: port used for relay\n" +" raw: open buffer with raw Relay data\n" +" sslcertkey: set SSL certificate/key using path in option relay.network." +"ssl_cert_key\n" +"\n" +"Relay name is: [ipv4.][ipv6.][ssl.]<protocol.name>\n" " ipv4: force use of IPv4\n" " ipv6: force use of IPv6\n" " ssl: enable SSL\n" @@ -7706,10 +7720,11 @@ msgid "" "if not given, the server name must be sent by client in command \"PASS\", " "with format: \"PASS server:password\")\n" " - protocol \"weechat\" (name is not used)\n" -" port: port used for relay\n" -" raw: open buffer with raw Relay data\n" -" sslcertkey: set SSL certificate/key using path in option relay.network." -"ssl_cert_key\n" +"\n" +"The \"irc\" protocol allows any IRC client (including WeeChat itself) to " +"connect on the port.\n" +"The \"weechat\" protocol allows a remote interface to connect on the port, " +"see the list here: http://weechat.org/download/\n" "\n" "Without argument, this command opens buffer with list of relay clients.\n" "\n" |