mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
relay: don't remove relay from config when the binding fails (closes #225), add options "stop" and "restart" in command /relay
This commit is contained in:
@@ -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-11-01 11:58+0100\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9126,6 +9126,10 @@ msgstr "Klienti pro přenos:"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "Poslouchám na portech:"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr " port %s%d%s, přesměrování: %s%s.%s%s, spuštěno v: %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr " port %s%d%s, přesměrování: %s%s.%s%s, spuštěno v: %s"
|
||||
@@ -9150,8 +9154,8 @@ msgstr "ovládání přesměrování"
|
||||
|
||||
#, fuzzy
|
||||
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 ""
|
||||
"list|listfull|listrelay || add <protocol.name> <port> || del <protocol.name> "
|
||||
"|| raw"
|
||||
@@ -9161,8 +9165,18 @@ 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"
|
||||
@@ -9171,10 +9185,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"
|
||||
|
||||
@@ -22,7 +22,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-11-01 21:20+0100\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <weechatter@arcor.de>\n"
|
||||
@@ -10227,6 +10227,10 @@ msgstr "keine Verbindung zum Client für Relay"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "Lausche an Ports:"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr " Port %s%d%s, Relay: %s%s%s, %s, gestartet am: %s"
|
||||
|
||||
#, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr " Port %s%d%s, Relay: %s%s%s, %s, gestartet am: %s"
|
||||
@@ -10249,19 +10253,31 @@ msgstr "%s%s: Relay \"%s\" nicht gefunden"
|
||||
msgid "relay control"
|
||||
msgstr "Relay-Kontrolle"
|
||||
|
||||
#, fuzzy
|
||||
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 ""
|
||||
"list|listfull|listrelay || add [ipv4.][ipv6.][ssl.]<protocol.name> <port> || "
|
||||
"del [ipv4.][ipv6.][ssl.]<protocol.name> || raw || sslcertkey"
|
||||
|
||||
#, 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"
|
||||
" 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"
|
||||
@@ -10270,10 +10286,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"
|
||||
|
||||
@@ -22,7 +22,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-11-01 11:58+0100\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9408,6 +9408,10 @@ msgstr "Ningún cliente conectado para retransmitir"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "Escuchando en los puertos:"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr " puerto %s%d%s, repetidor: %s%s%s, %s, iniciado en: %s"
|
||||
|
||||
#, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr " puerto %s%d%s, repetidor: %s%s%s, %s, iniciado en: %s"
|
||||
@@ -9432,8 +9436,8 @@ msgstr "control de retransmisión"
|
||||
|
||||
#, fuzzy
|
||||
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 ""
|
||||
"list|listfull|listrelay || add <protocolo.nombre> <puerto> || del <protocolo."
|
||||
"nombre> || raw || sslcertkey"
|
||||
@@ -9443,8 +9447,18 @@ 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"
|
||||
@@ -9453,10 +9467,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"
|
||||
|
||||
@@ -21,8 +21,8 @@ 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"
|
||||
"PO-Revision-Date: 2014-11-01 20:33+0100\n"
|
||||
"POT-Creation-Date: 2014-11-02 11:09+0100\n"
|
||||
"PO-Revision-Date: 2014-11-02 11:10+0100\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -9998,6 +9998,10 @@ msgstr "Pas de client connecté pour le relai"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "Écoute sur les ports :"
|
||||
|
||||
#, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr " port %s%d%s, relai : %s%s%s, %s (non démarré)"
|
||||
|
||||
#, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr " port %s%d%s, relai : %s%s%s, %s, démarré le : %s"
|
||||
@@ -10021,18 +10025,28 @@ msgid "relay control"
|
||||
msgstr "contrôle du relai"
|
||||
|
||||
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 ""
|
||||
"list|listfull|listrelay || add [ipv4.][ipv6.][ssl.]<protocole.nom> <port> || "
|
||||
"del [ipv4.][ipv6.][ssl.]<protocole.nom> || raw || sslcertkey"
|
||||
"list|listfull|listrelay || add <nom> <port> || del|stop|restart <nom> || raw "
|
||||
"|| sslcertkey"
|
||||
|
||||
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"
|
||||
@@ -10041,10 +10055,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"
|
||||
@@ -10066,11 +10081,21 @@ msgid ""
|
||||
" weechat protocol with SSL, using IPv4 + IPv6:\n"
|
||||
" /relay add ipv4.ipv6.ssl.weechat 9001"
|
||||
msgstr ""
|
||||
" list : lister les clients pour le relai\n"
|
||||
" listfull : lister les clients pour le relai (verbeux)\n"
|
||||
" listrelay : lister les relais (nom et port)\n"
|
||||
" add : ajouter un relai pour un protocole + nom\n"
|
||||
" del : supprimer un relai pour un protocole + nom\n"
|
||||
" list : lister les clients pour le relai\n"
|
||||
" listfull : lister les clients pour le relai (verbeux)\n"
|
||||
" listrelay : lister les relais (nom et port)\n"
|
||||
" add : ajouter un relai (écouter sur un port)\n"
|
||||
" del : supprimer un relai (les clients restent connectés)\n"
|
||||
" stop : fermer le socket serveur (les clients restent connectés)\n"
|
||||
" restart : fermer le socket serveur et écouter à nouveau sur le port (les "
|
||||
"clients restent connectés)\n"
|
||||
" nom : nom du relai (voir le format ci-dessous)\n"
|
||||
" port : port utilisé pour le relai\n"
|
||||
" raw : ouvrir le tampon avec les données brutes Relay\n"
|
||||
"sslcertkey : définir le certificat/clé SSL en utilisant le chemin de "
|
||||
"l'option relay.network.ssl_cert_key\n"
|
||||
"\n"
|
||||
"Le nom du relai est : [ipv4.][ipv6.][ssl.]<protocole.nom>\n"
|
||||
" ipv4 : forcer l'utilisation d'IPv4\n"
|
||||
" ipv6 : forcer l'utilisation d'IPv6\n"
|
||||
" ssl : activer SSL\n"
|
||||
@@ -10079,10 +10104,11 @@ msgstr ""
|
||||
"(optionnel, si non donné, le nom de serveur doit être envoyé par le client "
|
||||
"dans la commande \"PASS\", avec le format : \"PASS serveur:motdepasse\")\n"
|
||||
" - protocole \"weechat\" (le nom n'est pas utilisé)\n"
|
||||
" port : port utilisé pour le relai\n"
|
||||
" raw : ouvrir le tampon avec les données brutes Relay\n"
|
||||
" sslcertkey : définir le certificat/clé SSL en utilisant le chemin de "
|
||||
"l'option relay.network.ssl_cert_key\n"
|
||||
"\n"
|
||||
"Le protocole \"irc\" permet à n'importe quel client IRC (incluant WeeChat "
|
||||
"lui-même) de se connecter sur le port.\n"
|
||||
"Le protocole \"weechat\" permet à une interface distante de se connecter sur "
|
||||
"le port, voir la liste ici : http://weechat.org/download/\n"
|
||||
"\n"
|
||||
"Sans paramètre, cette commande ouvre le tampon avec la liste des clients "
|
||||
"pour le relai.\n"
|
||||
|
||||
@@ -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-11-01 11:58+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8514,6 +8514,10 @@ msgstr "Nincs szerver.\n"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "Aliaszok listája:\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr "%s%s%s távol: %s\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr "%s%s%s távol: %s\n"
|
||||
@@ -8538,16 +8542,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"
|
||||
@@ -8556,10 +8570,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"
|
||||
|
||||
@@ -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-11-01 11:58+0100\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9565,6 +9565,10 @@ msgstr "Nessun client connesso per il relay"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "In ascolto sulle porte:"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr " porta %s%d%s, relay: %s%s%s, %s, avviato il: %s"
|
||||
|
||||
#, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr " porta %s%d%s, relay: %s%s%s, %s, avviato il: %s"
|
||||
@@ -9587,19 +9591,31 @@ msgstr "%s%s: relay \"%s\" non trovato"
|
||||
msgid "relay control"
|
||||
msgstr "controllo relay"
|
||||
|
||||
#, fuzzy
|
||||
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 ""
|
||||
"list|listfull|listrelay || add [ipv4.][ipv6.][ssl.]<protocollo.nome> <porta> "
|
||||
"|| del [ipv4.][ipv6.][ssl.]<protocollo.nome> || raw || sslcertkey"
|
||||
|
||||
#, 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"
|
||||
" 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"
|
||||
@@ -9608,10 +9624,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"
|
||||
|
||||
@@ -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-11-01 11:58+0100\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
|
||||
@@ -9618,6 +9618,10 @@ msgstr "リレーするクライアントはありません"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "リッスンポート:"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr " ポート %s%d%s、リレー: %s%s%s, %s、開始日時: %s"
|
||||
|
||||
#, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr " ポート %s%d%s、リレー: %s%s%s, %s、開始日時: %s"
|
||||
@@ -9640,19 +9644,31 @@ msgstr "%s%s: リレー \"%s\" が見つかりません"
|
||||
msgid "relay control"
|
||||
msgstr "リレー管理"
|
||||
|
||||
#, fuzzy
|
||||
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 ""
|
||||
"list|listfull|listrelay || add [ipv4.][ipv6.][ssl.]<protocol.name> <port> || "
|
||||
"del [ipv4.][ipv6.][ssl.]<protocol.name> || raw || sslcertkey"
|
||||
|
||||
#, 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"
|
||||
" 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"
|
||||
@@ -9661,10 +9677,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"
|
||||
|
||||
@@ -21,7 +21,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-11-01 11:58+0100\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9803,6 +9803,10 @@ msgstr "Brak klientów do przekazywania"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "Nasłuchuję na portach:"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr " port %s%d%s, relay:%s%s%s, %s, rozpoczęto: %s"
|
||||
|
||||
#, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr " port %s%d%s, relay:%s%s%s, %s, rozpoczęto: %s"
|
||||
@@ -9825,19 +9829,31 @@ msgstr "%s%s: relay \"%s\" nie został znaleziony"
|
||||
msgid "relay control"
|
||||
msgstr "zarządzanie przesyłaniem"
|
||||
|
||||
#, fuzzy
|
||||
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 ""
|
||||
"list|listfull|listrelay || add [ipv4.][ipv6.][ssl.]<protokół.nazwa> <port> "
|
||||
"|| del [ipv4.][ipv6.][ssl.]<protokół.nazwa> || raw || kluczSSL"
|
||||
|
||||
#, 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"
|
||||
" 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"
|
||||
@@ -9846,10 +9862,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"
|
||||
|
||||
+24
-9
@@ -21,7 +21,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-11-01 11:59+0100\n"
|
||||
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8787,6 +8787,10 @@ msgstr "Clientes para relay:"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "Escutando nas portas:"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr " porta %s%d%s, relay: %s%s.%s%s, iniciado em: %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr " porta %s%d%s, relay: %s%s.%s%s, iniciado em: %s"
|
||||
@@ -8810,16 +8814,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"
|
||||
@@ -8828,10 +8842,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"
|
||||
|
||||
@@ -21,7 +21,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-11-01 11:59+0100\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8542,6 +8542,10 @@ msgstr "Нет сервера.\n"
|
||||
msgid "Listening on ports:"
|
||||
msgstr "Список сокращений:\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s (not started)"
|
||||
msgstr "%s%s%s отсутствует: %s\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " port %s%d%s, relay: %s%s%s, %s, started on: %s"
|
||||
msgstr "%s%s%s отсутствует: %s\n"
|
||||
@@ -8566,16 +8570,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"
|
||||
@@ -8584,10 +8598,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"
|
||||
|
||||
@@ -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"
|
||||
@@ -7665,6 +7665,10 @@ msgstr ""
|
||||
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"
|
||||
|
||||
+24
-9
@@ -21,7 +21,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-08-16 10:27+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -7605,6 +7605,10 @@ msgstr ""
|
||||
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 ""
|
||||
@@ -7628,16 +7632,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"
|
||||
@@ -7646,10 +7660,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"
|
||||
|
||||
Reference in New Issue
Block a user