core: fix IPv6 example in /proxy command

This commit is contained in:
stfn 2012-09-20 07:55:58 +02:00 committed by Sebastien Helleu
parent 1dc99c1dc2
commit 0fb3378fc1
17 changed files with 35 additions and 35 deletions

View File

@ -491,7 +491,7 @@ Beispiele:
erstellt einen HTTP-Proxy, der auf einem lokalen Host läuft und den Port 8888 nutzt:
/proxy add local http 127.0.0.1 8888
erstellt einen HTTP-Proxy der das IPv6 Protokoll nutzt:
/proxy add local http 127.0.0.1 8888
/proxy add local http ::1 8888
/proxy set local ipv6 on
erstellt einen socks5-Proxy, mit Username und Passwort:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass

View File

@ -491,7 +491,7 @@ Examples:
create a http proxy, running on local host, port 8888:
/proxy add local http 127.0.0.1 8888
create a http proxy using IPv6 protocol:
/proxy add local http 127.0.0.1 8888
/proxy add local http ::1 8888
/proxy set local ipv6 on
create a socks5 proxy with username/password:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass

View File

@ -491,7 +491,7 @@ Exemples:
créer un proxy http, tournant en local, port 8888:
/proxy add local http 127.0.0.1 8888
créer un proxy http en utilisant le protocole IPv6:
/proxy add local http 127.0.0.1 8888
/proxy add local http ::1 8888
/proxy set local ipv6 on
créer un proxy socks5 avec un utilisateur/mot de passe:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass

View File

@ -491,7 +491,7 @@ Esempi:
crea un proxy http, in esecuzione sull'host locale, porta 8888:
/proxy add local http 127.0.0.1 8888
crea un proxy http usando il protocollo IPv6:
/proxy add local http 127.0.0.1 8888
/proxy add local http ::1 8888
/proxy set local ipv6 on
crea un proxy socks5 con nomeutente/password:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass

View File

@ -491,7 +491,7 @@ password: パスワード (任意)
ローカルホストの 8888 番ポートで動いている http プロキシを作成:
/proxy add local http 127.0.0.1 8888
IPv6 プロトコルを使う http プロキシを作成:
/proxy add local http 127.0.0.1 8888
/proxy add local http ::1 8888
/proxy set local ipv6 on
ユーザ名とパスワードが必要な socks5 プロキシを作成:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-08-20 15:20+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1695,7 +1695,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"
@ -1720,7 +1720,7 @@ msgstr ""
" vytvoří http proxy běžící na lokálním počítači a portu 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" vytvoří http proxy používající protokol IPv6:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" vytvoří socks5 proxy s uživatelským jménem a heslem:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-09-18 21:14+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n"
@ -1850,7 +1850,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"
@ -1876,7 +1876,7 @@ msgstr ""
"8888 nutzt:\n"
" /proxy add local http 127.0.0.1 8888\n"
" erstellt einen HTTP-Proxy der das IPv6 Protokoll nutzt:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" erstellt einen socks5-Proxy, mit Username und Passwort:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-08-20 15:20+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1784,7 +1784,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"
@ -1809,7 +1809,7 @@ msgstr ""
" crear un proxy http, corriendo en el host local, puerto 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" crear un proxy http con protocolo IPv6:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" crear un proxy socks5 con usuario/clave:\n"
" /proxy add miproxy socks5 ejemplo.host.org 3128 miusuario miclave\n"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-09-19 14:49+0200\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1795,7 +1795,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"
@ -1820,7 +1820,7 @@ msgstr ""
" créer un proxy http, tournant en local, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" créer un proxy http en utilisant le protocole IPv6:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" créer un proxy socks5 avec un utilisateur/mot de passe:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-08-20 15:20+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1486,7 +1486,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-08-20 15:20+0200\n"
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1779,7 +1779,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"
@ -1804,7 +1804,7 @@ msgstr ""
" crea un proxy http, in esecuzione sull'host locale, porta 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" crea un proxy http usando il protocollo IPv6:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" crea un proxy socks5 con nomeutente/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-09-05 01:33+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
@ -1757,7 +1757,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"
@ -1782,7 +1782,7 @@ msgstr ""
" ローカルホストの 8888 番ポートで動いている http プロキシを作成:\n"
" /proxy add local http 127.0.0.1 8888\n"
" IPv6 プロトコルを使う http プロキシを作成:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" ユーザ名とパスワードが必要な socks5 プロキシを作成:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-08-20 15:20+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1787,7 +1787,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"
@ -1812,7 +1812,7 @@ msgstr ""
" tworzy proxy http, uruchomione na hoście lokalnym i porcie 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" tworzy proxy http wykorzystujące protokół IPv6:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" tworzy proxy socks5 z nazwą użytkownika/hasłem:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-08-20 15:20+0200\n"
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1785,7 +1785,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.9-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+0200\n"
"PO-Revision-Date: 2012-08-20 15:20+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -1505,7 +1505,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2012-09-19 14:48+0200\n"
"POT-Creation-Date: 2012-09-20 07:54+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"
@ -1314,7 +1314,7 @@ msgid ""
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"

View File

@ -6025,7 +6025,7 @@ command_init ()
" create a http proxy, running on local host, port 8888:\n"
" /proxy add local http 127.0.0.1 8888\n"
" create a http proxy using IPv6 protocol:\n"
" /proxy add local http 127.0.0.1 8888\n"
" /proxy add local http ::1 8888\n"
" /proxy set local ipv6 on\n"
" create a socks5 proxy with username/password:\n"
" /proxy add myproxy socks5 sample.host.org 3128 myuser mypass\n"