diff options
Diffstat (limited to 'doc/po/de.po')
-rw-r--r-- | doc/po/de.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/po/de.po b/doc/po/de.po index 37ea17305..5ac6cd4e4 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -10310,7 +10310,7 @@ msgstr "" msgid "" "Acquire::http {\n" "\tProxy::example.org \"DIRECT\";\n" -"\tProxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tProxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tProxy-Auto-Detect \"/usr/local/bin/apt-http-proxy-auto-detect\";\n" "\tNo-Cache \"true\";\n" "\tMax-Age \"3600\";\n" @@ -10325,7 +10325,7 @@ msgid "" msgstr "" "Acquire::http {\n" "\tProxy::example.org \"DIRECT\";\n" -"\tProxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tProxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tProxy-Auto-Detect \"/usr/local/bin/apt-http-proxy-auto-detect\";\n" "\tNo-Cache \"true\";\n" "\tMax-Age \"3600\";\n" @@ -10538,7 +10538,7 @@ msgstr "" msgid "" "Acquire::https {\n" "\tProxy::example.org \"DIRECT\";\n" -"\tProxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tProxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tProxy-Auto-Detect \"/usr/local/bin/apt-https-proxy-auto-detect\";\n" "\tNo-Cache \"true\";\n" "\tMax-Age \"3600\";\n" @@ -10560,7 +10560,7 @@ msgid "" msgstr "" "Acquire::https {\n" "\tProxy::example.org \"DIRECT\";\n" -"\tProxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tProxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tProxy-Auto-Detect \"/usr/local/bin/apt-https-proxy-auto-detect\";\n" "\tNo-Cache \"true\";\n" "\tMax-Age \"3600\";\n" |