diff options
author | stfn <stfnmd@gmail.com> | 2012-09-20 07:55:58 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-20 07:55:58 +0200 |
commit | 0fb3378fc1ef1ab7af0207dcb6a66801001b958d (patch) | |
tree | cc0eaefa883068e64f253550f43f9ceb5661557a /po/it.po | |
parent | 1dc99c1dc2a95ccd117c444e08940889dcaf5778 (diff) | |
download | weechat-0fb3378fc1ef1ab7af0207dcb6a66801001b958d.zip |
core: fix IPv6 example in /proxy command
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |