--- a/components/squid/Makefile Fri Apr 29 15:42:13 2011 +0530
+++ b/components/squid/Makefile Wed May 04 14:29:30 2011 -0700
@@ -27,25 +27,21 @@
PATH=/usr/bin:/usr/gnu/bin:/usr/sbin:/usr/perl5/bin
-COMPONENT_NAME= squid
-COMPONENT_VERSION= 2.7.STABLE9
-COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
-COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH= sha1:6d90fe06468b662b2eefd7ffeb47b9a78f0a871d
-COMPONENT_ARCHIVE_URL= http://www.squid-cache.org/Versions/v2/2.7/$(COMPONENT_ARCHIVE)
+COMPONENT_NAME= squid
+COMPONENT_VERSION= 3.1.8
+COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= sha1:1b3e14e653a77462607aefa7931605a5e24829b9
+COMPONENT_ARCHIVE_URL= http://www.squid-cache.org/Versions/v3/3.1/$(COMPONENT_ARCHIVE)
include ../../make-rules/prep.mk
include ../../make-rules/configure.mk
include ../../make-rules/ips.mk
-IPS_COMPONENT_VERSION= 2.7.9
+COMPILER = gcc
CFLAGS += -I/usr/include/kerberosv5
-CFLAGS += -DSOLARIS_11
-CFLAGS += -D__BIG_ENDIAN__
CFLAGS += $(CPP_LARGEFILES)
-CFLAGS += $(studio_FEATURES_EXTENSIONS)
-
# Squid has own prefix
CONFIGURE_PREFIX = /usr/squid
@@ -73,13 +69,13 @@
CONFIGURE_OPTIONS += --enable-large-cache-files
CONFIGURE_OPTIONS += --enable-multicast-miss
CONFIGURE_OPTIONS += --enable-negotiate-auth-helpers='squid_kerb_auth'
-CONFIGURE_OPTIONS += --enable-ntlm-auth-helpers='SMB,fakeauth,no_check'
+CONFIGURE_OPTIONS += --enable-ntlm-auth-helpers='smb_lm,fakeauth,no_check'
CONFIGURE_OPTIONS += --enable-ntlm-fail-open
CONFIGURE_OPTIONS += --enable-referer-log
CONFIGURE_OPTIONS += --enable-removal-policies='heap,lru'
CONFIGURE_OPTIONS += --enable-snmp
CONFIGURE_OPTIONS += --enable-ssl
-CONFIGURE_OPTIONS += --enable-storeio='aufs,coss,diskd,ufs,null'
+CONFIGURE_OPTIONS += --enable-storeio='aufs,diskd,ufs'
CONFIGURE_OPTIONS += --enable-useragent-log
CONFIGURE_OPTIONS += --enable-x-accelerator-vary
CONFIGURE_OPTIONS += --with-aio
@@ -89,11 +85,8 @@
CONFIGURE_OPTIONS += --with-pthreads
COMPONENT_POST_BUILD_ACTION= \
- (cd $(@D) ; $(PERL) -pi \
- -e 'print q{visible_hostname localhost} if $$. == 1;' \
- -e 's/^\# +cache_effective_user.*/cache_effective_user webservd/g;' \
- -e 's/^\# +dns_testnames.*/dns_testnames localhost/g' \
- src/squid.conf.default )
+ (cd $(COMPONENT_DIR) ; \
+ $(CP) squid.conf.default $(@D)/src)
# common targets
build: $(BUILD_32)
--- a/components/squid/patches/Makefile.in.patch Fri Apr 29 15:42:13 2011 +0530
+++ b/components/squid/patches/Makefile.in.patch Wed May 04 14:29:30 2011 -0700
@@ -1,34 +1,11 @@
---- squid-2.7.STABLE9/helpers/basic_auth/SASL/Makefile.in.orig Wed Mar 23 01:57:21 2011
-+++ squid-2.7.STABLE9/helpers/basic_auth/SASL/Makefile.in Wed Mar 23 01:57:54 2011
[email protected]@ -216,7 +216,7 @@
- top_builddir = @[email protected]
- top_srcdir = @[email protected]
- INCLUDES = -I$(top_srcdir)/include
--LDADD = -L$(top_builddir)/lib -lmiscutil $(LIBSASL) $(XTRA_LIBS)
-+LDADD = -L$(top_builddir)/lib -lmiscutil -lsasl $(XTRA_LIBS)
- EXTRA_DIST = squid_sasl_auth squid_sasl_auth.conf
- all: all-am
-
---- squid-2.7.STABLE9/helpers/negotiate_auth/squid_kerb_auth/Makefile.in.orig Thu Feb 24 14:16:07 2011
-+++ squid-2.7.STABLE9/helpers/negotiate_auth/squid_kerb_auth/Makefile.in Thu Feb 24 14:16:17 2011
[email protected]@ -230,7 +230,7 @@
+--- squid-3.1.8/helpers/basic_auth/SASL/Makefile.in.orig Wed Mar 23 01:33:05 2011
++++ squid-3.1.8/helpers/basic_auth/SASL/Makefile.in Wed Mar 23 01:35:04 2011
[email protected]@ -286,7 +286,7 @@
+ LDADD = \
+ $(top_builddir)/compat/libcompat.la \
+ -L$(top_builddir)/lib -lmiscutil \
+- $(LIBSASL) \
++ -lsasl \
+ $(XTRA_LIBS)
- # MIT
- KERBINC =
--KERBLIBS = -lgssapi_krb5 -lkrb5 -lcom_err
-+KERBLIBS =-R /usr/lib/gss -L/usr/lib/gss -lgss /usr/lib/gss/mech_krb5.so -lkrb5 -lsocket
- all: all-am
-
- .SUFFIXES:
-
---- squid-2.7.STABLE9/helpers/negotiate_auth/squid_kerb_auth/Makefile.am.orig Thu Feb 24 14:15:59 2011
-+++ squid-2.7.STABLE9/helpers/negotiate_auth/squid_kerb_auth/Makefile.am Thu Feb 24 14:16:17 2011
[email protected]@ -23,5 +23,5 @@
-
- # MIT
- KERBINC =
--KERBLIBS = -lgssapi_krb5 -lkrb5 -lcom_err
-+KERBLIBS =-R /usr/lib/gss -L/usr/lib/gss -lgss /usr/lib/gss/mech_krb5.so -lkrb5 -lsocket
-
-
-
+ EXTRA_DIST = squid_sasl_auth squid_sasl_auth.conf config.test
--- a/components/squid/patches/bug2902.patch Fri Apr 29 15:42:13 2011 +0530
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,118 +0,0 @@
-Index: squid-2.7.STABLE9/src/auth/digest/auth_digest.c
-===================================================================
-RCS file: /cvsroot/squid/squid/src/auth/digest/auth_digest.c,v
-retrieving revision 1.23.2.3
-diff -u -p -r1.23.2.3 auth_digest.c
---- squid-2.7.STABLE9/src/auth/digest/auth_digest.c 7 Mar 2010 16:00:07 -0000 1.23.2.3
-+++ squid-2.7.STABLE9/src/auth/digest/auth_digest.c 22 Apr 2010 20:25:39 -0000
[email protected]@ -1315,7 +1315,8 @@ authenticateDigestDecodeAuth(auth_user_r
- /* do we have a username ? */
- if (!username || username[0] == '\0') {
- debug(29, 4) ("authenticateDigestDecode: Empty or not present username\n");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* Sanity check of the username.
- * " can not be allowed in usernames until * the digest helper protocol
[email protected]@ -1323,28 +1324,33 @@ authenticateDigestDecodeAuth(auth_user_r
- */
- if (strchr(username, '"')) {
- debug(29, 2) ("authenticateDigestDecode: Unacceptable username '%s'\n", username);
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* do we have a realm ? */
- if (!digest_request->realm || digest_request->realm[0] == '\0') {
- debug(29, 2) ("authenticateDigestDecode: Empty or not present realm");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* and a nonce? */
- if (!digest_request->nonceb64 || digest_request->nonceb64[0] == '\0') {
- debug(29, 2) ("authenticateDigestDecode: Empty or not present nonce");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* we can't check the URI just yet. We'll check it in the
- * authenticate phase, but needs to be given */
- if (!digest_request->uri || digest_request->uri[0] == '\0') {
- debug(29, 2) ("authenticateDigestDecode: Missing URI field");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* is the response the correct length? */
- if (!digest_request->response || strlen(digest_request->response) != 32) {
- debug(29, 2) ("authenticateDigestDecode: Response length invalid\n");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* check the algorithm is present and supported */
- if (!digest_request->algorithm)
[email protected]@ -1352,7 +1358,8 @@ authenticateDigestDecodeAuth(auth_user_r
- else if (strcmp(digest_request->algorithm, "MD5")
- && strcmp(digest_request->algorithm, "MD5-sess")) {
- debug(29, 2) ("authenticateDigestDecode: invalid algorithm specified!\n");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* 2617 requirements, indicated by qop */
- if (digest_request->qop) {
[email protected]@ -1361,23 +1368,27 @@ authenticateDigestDecodeAuth(auth_user_r
- if (strcmp(digest_request->qop, QOP_AUTH) != 0) {
- /* we received a qop option we didn't send */
- debug(29, 2) ("authenticateDigestDecode: Invalid qop option received\n");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* check cnonce */
- if (!digest_request->cnonce || digest_request->cnonce[0] == '\0') {
- debug(29, 2) ("authenticateDigestDecode: Missing cnonce field\n");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* check nc */
- if (strlen(digest_request->nc) != 8 || strspn(digest_request->nc, "0123456789abcdefABCDEF") != 8) {
- debug(29, 2) ("authenticateDigestDecode: invalid nonce count\n");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- } else {
- /* cnonce and nc both require qop */
- if (digest_request->cnonce || digest_request->nc) {
- debug(29, 2) ("authenticateDigestDecode: missing qop!\n");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- }
-
[email protected]@ -1389,7 +1400,8 @@ authenticateDigestDecodeAuth(auth_user_r
- /* we couldn't find a matching nonce! */
- debug(29, 2) ("authenticateDigestDecode: Unexpected or invalid nonce received\n");
- digest_request->flags.credentials_ok = 3;
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- digest_request->nonce = nonce;
- authDigestNonceLink(nonce);
[email protected]@ -1397,7 +1409,8 @@ authenticateDigestDecodeAuth(auth_user_r
- /* check that we're not being hacked / the username hasn't changed */
- if (nonce->auth_user && strcmp(username, authenticateUserUsername(nonce->auth_user))) {
- debug(29, 2) ("authenticateDigestDecode: Username for the nonce does not equal the username for the request\n");
-- return authDigestLogUsername(auth_user_request, username);
-+ authDigestLogUsername(auth_user_request, username);
-+ return;
- }
- /* the method we'll check at the authenticate step as well */
-
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/squid/squid.conf.default Wed May 04 14:29:30 2011 -0700
@@ -0,0 +1,101 @@
+#
+# Recommended minimum configuration:
+#
+acl manager proto cache_object
+acl localhost src 127.0.0.1/32 ::1
+acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
+
+# Example rule allowing access from your local networks.
+# Adapt to list your (internal) IP networks from where browsing
+# should be allowed
+acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
+acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
+acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
+acl localnet src fc00::/7 # RFC 4193 local private network range
+acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
+
+acl SSL_ports port 443
+acl Safe_ports port 80 # http
+acl Safe_ports port 21 # ftp
+acl Safe_ports port 443 # https
+acl Safe_ports port 70 # gopher
+acl Safe_ports port 210 # wais
+acl Safe_ports port 1025-65535 # unregistered ports
+acl Safe_ports port 280 # http-mgmt
+acl Safe_ports port 488 # gss-http
+acl Safe_ports port 591 # filemaker
+acl Safe_ports port 777 # multiling http
+acl CONNECT method CONNECT
+
+#
+# Recommended minimum Access Permission configuration:
+#
+# Only allow cachemgr access from localhost
+http_access allow manager localhost
+http_access deny manager
+
+# Deny requests to certain unsafe ports
+http_access deny !Safe_ports
+
+# Deny CONNECT to other than secure SSL ports
+http_access deny CONNECT !SSL_ports
+
+# We strongly recommend the following be uncommented to protect innocent
+# web applications running on the proxy server who think the only
+# one who can access services on "localhost" is a local user
+#http_access deny to_localhost
+
+#
+# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
+#
+
+# Example rule allowing access from your local networks.
+# Adapt localnet in the ACL section to list your (internal) IP networks
+# from where browsing should be allowed
+http_access allow localnet
+http_access allow localhost
+
+# And finally deny all other access to this proxy
+http_access deny all
+
+# Squid normally listens to port 3128
+http_port 3128
+
+# We recommend you to use at least the following line.
+hierarchy_stoplist cgi-bin ?
+
+# Uncomment and adjust the following to add a disk cache directory.
+#cache_dir ufs /var/squid/cache 100 16 256
+
+# Leave coredumps in the first cache dir
+coredump_dir /var/squid/cache
+
+# Add any of your own refresh_pattern entries above these.
+refresh_pattern ^ftp: 1440 20% 10080
+refresh_pattern ^gopher: 1440 0% 1440
+refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
+refresh_pattern . 0 20% 4320
+
+# TAG: cache_effective_user
+# If you start Squid as root, it will change its effective/real
+# UID/GID to the user specified below. The default is to change
+# to UID to nobody. If you define cache_effective_user, but not
+# cache_effective_group, Squid sets the GID to the effective
+# user's default group ID (taken from the password file) and
+# supplementary group list from the from groups membership of
+# cache_effective_user.
+#
+#Default:
+cache_effective_user webservd
+
+# TAG: cache_effective_group
+# If you want Squid to run with a specific GID regardless of
+# the group memberships of the effective user then set this
+# to the group (or GID) you want Squid to run as. When set
+# all other group privileges of the effective user is ignored
+# and only this GID is effective. If Squid is not started as
+# root the user starting Squid must be member of the specified
+# group.
+#
+#Default:
+# none
--- a/components/squid/squid.license Fri Apr 29 15:42:13 2011 +0530
+++ b/components/squid/squid.license Wed May 04 14:29:30 2011 -0700
@@ -7,36 +7,6 @@
exists between another license and either the GPL or the LGPL, Oracle
chooses the other license.
====================================================================
-
-By accepting this notice, you agree to be bound by the following
-agreements:
-
-This software product, SQUID, is developed by a team of individuals,
-and copyrighted (C) 2001 by the Regents of the University of
-California, with all rights reserved. UCSD administered the NLANR
-Cache grants, NCR 9616602 and NCR 9521745 under which most of this
-code was developed.
-
-This program is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License (version 2) as
-published by the Free Software Foundation. It is distributed in the
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
-implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to:
-
- The Free Software Foundation
- 59 Temple Place
- Suite 330
- Boston, MA 02111, USA
-
-Or contact [email protected]
-
----------------------------------------------------------------------------
-
-
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
--- a/components/squid/squid.p5m Fri Apr 29 15:42:13 2011 +0530
+++ b/components/squid/squid.p5m Wed May 04 14:29:30 2011 -0700
@@ -46,51 +46,63 @@
dir path=usr/squid/bin
dir path=usr/squid/libexec
dir path=usr/squid/man
+dir path=usr/squid/man/man1
dir path=usr/squid/man/man8
dir path=usr/squid/sbin
dir path=usr/squid/share
dir path=usr/squid/share/errors
-dir path=usr/squid/share/errors/Armenian
-dir path=usr/squid/share/errors/Azerbaijani
-dir path=usr/squid/share/errors/Bulgarian
-dir path=usr/squid/share/errors/Catalan
-dir path=usr/squid/share/errors/Czech
-dir path=usr/squid/share/errors/Danish
-dir path=usr/squid/share/errors/Dutch
-dir path=usr/squid/share/errors/English
-dir path=usr/squid/share/errors/Estonian
-dir path=usr/squid/share/errors/Finnish
-dir path=usr/squid/share/errors/French
-dir path=usr/squid/share/errors/German
-dir path=usr/squid/share/errors/Greek
-dir path=usr/squid/share/errors/Hebrew
-dir path=usr/squid/share/errors/Hungarian
-dir path=usr/squid/share/errors/Italian
-dir path=usr/squid/share/errors/Japanese
-dir path=usr/squid/share/errors/Korean
-dir path=usr/squid/share/errors/Lithuanian
-dir path=usr/squid/share/errors/Polish
-dir path=usr/squid/share/errors/Portuguese
-dir path=usr/squid/share/errors/Romanian
-dir path=usr/squid/share/errors/Russian-1251
-dir path=usr/squid/share/errors/Russian-koi8-r
-dir path=usr/squid/share/errors/Serbian
-dir path=usr/squid/share/errors/Simplify_Chinese
-dir path=usr/squid/share/errors/Slovak
-dir path=usr/squid/share/errors/Spanish
-dir path=usr/squid/share/errors/Swedish
-dir path=usr/squid/share/errors/Traditional_Chinese
-dir path=usr/squid/share/errors/Turkish
-dir path=usr/squid/share/errors/Ukrainian-1251
-dir path=usr/squid/share/errors/Ukrainian-koi8-u
-dir path=usr/squid/share/errors/Ukrainian-utf8
+dir path=usr/squid/share/errors/af
+dir path=usr/squid/share/errors/ar
+dir path=usr/squid/share/errors/az
+dir path=usr/squid/share/errors/bg
+dir path=usr/squid/share/errors/ca
+dir path=usr/squid/share/errors/cs
+dir path=usr/squid/share/errors/da
+dir path=usr/squid/share/errors/de
+dir path=usr/squid/share/errors/el
+dir path=usr/squid/share/errors/en
+dir path=usr/squid/share/errors/es
+dir path=usr/squid/share/errors/et
+dir path=usr/squid/share/errors/fa
+dir path=usr/squid/share/errors/fi
+dir path=usr/squid/share/errors/fr
+dir path=usr/squid/share/errors/he
+dir path=usr/squid/share/errors/hu
+dir path=usr/squid/share/errors/hy
+dir path=usr/squid/share/errors/id
+dir path=usr/squid/share/errors/it
+dir path=usr/squid/share/errors/ja
+dir path=usr/squid/share/errors/ko
+dir path=usr/squid/share/errors/lt
+dir path=usr/squid/share/errors/lv
+dir path=usr/squid/share/errors/ms
+dir path=usr/squid/share/errors/nl
+dir path=usr/squid/share/errors/pl
+dir path=usr/squid/share/errors/pt
+dir path=usr/squid/share/errors/pt-br
+dir path=usr/squid/share/errors/ro
+dir path=usr/squid/share/errors/ru
+dir path=usr/squid/share/errors/sk
+dir path=usr/squid/share/errors/sr-latn
+dir path=usr/squid/share/errors/sv
+dir path=usr/squid/share/errors/templates
+dir path=usr/squid/share/errors/th
+dir path=usr/squid/share/errors/tr
+dir path=usr/squid/share/errors/uk
+dir path=usr/squid/share/errors/uz
+dir path=usr/squid/share/errors/zh-cn
+dir path=usr/squid/share/errors/zh-tw
dir path=usr/squid/share/icons
dir path=var
dir path=var/squid
dir path=var/squid/cache
dir path=var/squid/logs
+dir path=var/squid/run
file path=etc/squid/cachemgr.conf group=sys mode=0644 \
original_name=SUNWsquid:etc/squid/cachemgr.conf preserve=renamenew
+file path=etc/squid/cachemgr.conf.default
+file path=etc/squid/errorpage.css
+file path=etc/squid/errorpage.css.default
file path=etc/squid/mime.conf group=sys mode=0644 \
original_name=SUNWsquid:etc/squid/mime.conf preserve=renamenew
file path=etc/squid/mime.conf.default
@@ -100,23 +112,23 @@
file path=etc/squid/squid.conf group=sys mode=0644 \
original_name=SUNWsquid:etc/squid/squid.conf preserve=renamenew
file path=etc/squid/squid.conf.default
+file path=etc/squid/squid.conf.documented
file http-squid.xml path=lib/svc/manifest/network/http-squid.xml
file http-squid path=lib/svc/method/http-squid
-file path=usr/squid/bin/RunCache
-file path=usr/squid/bin/cossdump
file path=usr/squid/bin/squidclient
file path=usr/squid/libexec/cachemgr.cgi
file path=usr/squid/libexec/digest_ldap_auth
file path=usr/squid/libexec/digest_pw_auth
-file path=usr/squid/libexec/diskd-daemon
+file path=usr/squid/libexec/diskd
file path=usr/squid/libexec/fakeauth_auth
file path=usr/squid/libexec/getpwname_auth
file path=usr/squid/libexec/ip_user_check
-file path=usr/squid/libexec/logfile-daemon
file path=usr/squid/libexec/msnt_auth
file path=usr/squid/libexec/ncsa_auth
+file path=usr/squid/libexec/negotiate_kerb_auth
+file path=usr/squid/libexec/negotiate_kerb_auth_test
file path=usr/squid/libexec/no_check.pl
-file path=usr/squid/libexec/ntlm_auth
+file path=usr/squid/libexec/ntlm_smb_lm_auth
file path=usr/squid/libexec/pam_auth
file path=usr/squid/libexec/pinger
file path=usr/squid/libexec/pop3.pl
@@ -126,12 +138,14 @@
file path=usr/squid/libexec/smb_auth.sh
file path=usr/squid/libexec/squid_db_auth
file path=usr/squid/libexec/squid_kerb_auth
+file path=usr/squid/libexec/squid_kerb_auth_test
file path=usr/squid/libexec/squid_ldap_auth
file path=usr/squid/libexec/squid_ldap_group
file path=usr/squid/libexec/squid_unix_group
file path=usr/squid/libexec/unlinkd
file path=usr/squid/libexec/wbinfo_group.pl
file path=usr/squid/libexec/yp_auth
+file path=usr/squid/man/man1/squidclient.1
file path=usr/squid/man/man8/cachemgr.cgi.8
file path=usr/squid/man/man8/ncsa_auth.8
file path=usr/squid/man/man8/pam_auth.8
@@ -139,1085 +153,1445 @@
file path=usr/squid/man/man8/squid_db_auth.8
file path=usr/squid/man/man8/squid_ldap_auth.8
file path=usr/squid/man/man8/squid_ldap_group.8
-file helpers/external_acl/session/squid_session.8 \
- path=usr/squid/man/man8/squid_session.8
file path=usr/squid/man/man8/squid_unix_group.8
file path=usr/squid/sbin/squid
-file path=usr/squid/share/errors/Armenian/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Armenian/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Armenian/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Armenian/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Armenian/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Armenian/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Armenian/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Armenian/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Armenian/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Armenian/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Armenian/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Armenian/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Armenian/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Armenian/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Armenian/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Armenian/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Armenian/ERR_INVALID_RESP
-file errors/Armenian/ERR_INVALID_URL \
- path=usr/squid/share/errors/Armenian/ERR_INVALID_URL
-file errors/Armenian/ERR_LIFETIME_EXP \
- path=usr/squid/share/errors/Armenian/ERR_LIFETIME_EXP
-file errors/Armenian/ERR_NO_RELAY \
- path=usr/squid/share/errors/Armenian/ERR_NO_RELAY
-file errors/Armenian/ERR_ONLY_IF_CACHED_MISS \
- path=usr/squid/share/errors/Armenian/ERR_ONLY_IF_CACHED_MISS
-file errors/Armenian/ERR_READ_ERROR \
- path=usr/squid/share/errors/Armenian/ERR_READ_ERROR
-file errors/Armenian/ERR_READ_TIMEOUT \
- path=usr/squid/share/errors/Armenian/ERR_READ_TIMEOUT
-file errors/Armenian/ERR_SHUTTING_DOWN \
- path=usr/squid/share/errors/Armenian/ERR_SHUTTING_DOWN
-file errors/Armenian/ERR_SOCKET_FAILURE \
- path=usr/squid/share/errors/Armenian/ERR_SOCKET_FAILURE
-file errors/Armenian/ERR_TOO_BIG \
- path=usr/squid/share/errors/Armenian/ERR_TOO_BIG
-file errors/Armenian/ERR_UNSUP_REQ \
- path=usr/squid/share/errors/Armenian/ERR_UNSUP_REQ
-file errors/Armenian/ERR_URN_RESOLVE \
- path=usr/squid/share/errors/Armenian/ERR_URN_RESOLVE
-file errors/Armenian/ERR_WRITE_ERROR \
- path=usr/squid/share/errors/Armenian/ERR_WRITE_ERROR
-file errors/Armenian/ERR_ZERO_SIZE_OBJECT \
- path=usr/squid/share/errors/Armenian/ERR_ZERO_SIZE_OBJECT
-file errors/Armenian/README path=usr/squid/share/errors/Armenian/README
-file errors/Azerbaijani/ERR_ACCESS_DENIED \
- path=usr/squid/share/errors/Azerbaijani/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Azerbaijani/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Azerbaijani/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Azerbaijani/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Azerbaijani/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Azerbaijani/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Azerbaijani/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Azerbaijani/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Azerbaijani/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Azerbaijani/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Azerbaijani/ERR_INVALID_URL
-file path=usr/squid/share/errors/Azerbaijani/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Azerbaijani/ERR_NO_RELAY
-file path=usr/squid/share/errors/Azerbaijani/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Azerbaijani/ERR_READ_ERROR
-file path=usr/squid/share/errors/Azerbaijani/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Azerbaijani/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Azerbaijani/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Azerbaijani/ERR_TOO_BIG
-file path=usr/squid/share/errors/Azerbaijani/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Azerbaijani/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Azerbaijani/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Azerbaijani/ERR_ZERO_SIZE_OBJECT
-file errors/Azerbaijani/README path=usr/squid/share/errors/Azerbaijani/README
-file path=usr/squid/share/errors/Bulgarian/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Bulgarian/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Bulgarian/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Bulgarian/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Bulgarian/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Bulgarian/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Bulgarian/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Bulgarian/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Bulgarian/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Bulgarian/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Bulgarian/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Bulgarian/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Bulgarian/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Bulgarian/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Bulgarian/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Bulgarian/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Bulgarian/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Bulgarian/ERR_INVALID_URL
-file path=usr/squid/share/errors/Bulgarian/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Bulgarian/ERR_NO_RELAY
-file path=usr/squid/share/errors/Bulgarian/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Bulgarian/ERR_READ_ERROR
-file path=usr/squid/share/errors/Bulgarian/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Bulgarian/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Bulgarian/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Bulgarian/ERR_TOO_BIG
-file path=usr/squid/share/errors/Bulgarian/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Bulgarian/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Bulgarian/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Bulgarian/ERR_ZERO_SIZE_OBJECT
-file errors/Bulgarian/README path=usr/squid/share/errors/Bulgarian/README
-file path=usr/squid/share/errors/Catalan/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Catalan/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Catalan/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Catalan/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Catalan/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Catalan/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Catalan/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Catalan/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Catalan/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Catalan/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Catalan/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Catalan/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Catalan/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Catalan/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Catalan/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Catalan/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Catalan/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Catalan/ERR_INVALID_URL
-file path=usr/squid/share/errors/Catalan/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Catalan/ERR_NO_RELAY
-file path=usr/squid/share/errors/Catalan/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Catalan/ERR_READ_ERROR
-file path=usr/squid/share/errors/Catalan/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Catalan/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Catalan/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Catalan/ERR_TOO_BIG
-file path=usr/squid/share/errors/Catalan/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Catalan/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Catalan/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Catalan/ERR_ZERO_SIZE_OBJECT
-file errors/Catalan/README path=usr/squid/share/errors/Catalan/README
-file path=usr/squid/share/errors/Czech/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Czech/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Czech/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Czech/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Czech/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Czech/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Czech/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Czech/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Czech/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Czech/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Czech/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Czech/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Czech/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Czech/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Czech/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Czech/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Czech/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Czech/ERR_INVALID_URL
-file path=usr/squid/share/errors/Czech/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Czech/ERR_NO_RELAY
-file path=usr/squid/share/errors/Czech/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Czech/ERR_READ_ERROR
-file path=usr/squid/share/errors/Czech/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Czech/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Czech/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Czech/ERR_TOO_BIG
-file path=usr/squid/share/errors/Czech/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Czech/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Czech/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Czech/ERR_ZERO_SIZE_OBJECT
-file errors/Czech/README path=usr/squid/share/errors/Czech/README
-file path=usr/squid/share/errors/Danish/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Danish/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Danish/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Danish/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Danish/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Danish/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Danish/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Danish/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Danish/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Danish/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Danish/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Danish/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Danish/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Danish/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Danish/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Danish/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Danish/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Danish/ERR_INVALID_URL
-file path=usr/squid/share/errors/Danish/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Danish/ERR_NO_RELAY
-file path=usr/squid/share/errors/Danish/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Danish/ERR_READ_ERROR
-file path=usr/squid/share/errors/Danish/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Danish/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Danish/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Danish/ERR_TOO_BIG
-file path=usr/squid/share/errors/Danish/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Danish/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Danish/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Danish/ERR_ZERO_SIZE_OBJECT
-file errors/Danish/README path=usr/squid/share/errors/Danish/README
-file path=usr/squid/share/errors/Dutch/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Dutch/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Dutch/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Dutch/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Dutch/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Dutch/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Dutch/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Dutch/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Dutch/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Dutch/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Dutch/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Dutch/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Dutch/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Dutch/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Dutch/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Dutch/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Dutch/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Dutch/ERR_INVALID_URL
-file path=usr/squid/share/errors/Dutch/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Dutch/ERR_NO_RELAY
-file path=usr/squid/share/errors/Dutch/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Dutch/ERR_READ_ERROR
-file path=usr/squid/share/errors/Dutch/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Dutch/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Dutch/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Dutch/ERR_TOO_BIG
-file path=usr/squid/share/errors/Dutch/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Dutch/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Dutch/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Dutch/ERR_ZERO_SIZE_OBJECT
-file errors/Dutch/README path=usr/squid/share/errors/Dutch/README
-file path=usr/squid/share/errors/English/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/English/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/English/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/English/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/English/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/English/ERR_DNS_FAIL
-file path=usr/squid/share/errors/English/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/English/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/English/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/English/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/English/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/English/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/English/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/English/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/English/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/English/ERR_INVALID_REQ
-file path=usr/squid/share/errors/English/ERR_INVALID_RESP
-file path=usr/squid/share/errors/English/ERR_INVALID_URL
-file path=usr/squid/share/errors/English/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/English/ERR_NO_RELAY
-file path=usr/squid/share/errors/English/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/English/ERR_READ_ERROR
-file path=usr/squid/share/errors/English/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/English/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/English/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/English/ERR_TOO_BIG
-file path=usr/squid/share/errors/English/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/English/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/English/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/English/ERR_ZERO_SIZE_OBJECT
-file path=usr/squid/share/errors/Estonian/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Estonian/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Estonian/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Estonian/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Estonian/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Estonian/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Estonian/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Estonian/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Estonian/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Estonian/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Estonian/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Estonian/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Estonian/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Estonian/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Estonian/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Estonian/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Estonian/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Estonian/ERR_INVALID_URL
-file path=usr/squid/share/errors/Estonian/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Estonian/ERR_NO_RELAY
-file path=usr/squid/share/errors/Estonian/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Estonian/ERR_READ_ERROR
-file path=usr/squid/share/errors/Estonian/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Estonian/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Estonian/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Estonian/ERR_TOO_BIG
-file path=usr/squid/share/errors/Estonian/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Estonian/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Estonian/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Estonian/ERR_ZERO_SIZE_OBJECT
-file errors/Estonian/README path=usr/squid/share/errors/Estonian/README
-file path=usr/squid/share/errors/Finnish/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Finnish/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Finnish/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Finnish/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Finnish/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Finnish/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Finnish/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Finnish/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Finnish/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Finnish/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Finnish/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Finnish/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Finnish/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Finnish/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Finnish/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Finnish/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Finnish/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Finnish/ERR_INVALID_URL
-file path=usr/squid/share/errors/Finnish/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Finnish/ERR_NO_RELAY
-file path=usr/squid/share/errors/Finnish/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Finnish/ERR_READ_ERROR
-file path=usr/squid/share/errors/Finnish/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Finnish/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Finnish/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Finnish/ERR_TOO_BIG
-file path=usr/squid/share/errors/Finnish/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Finnish/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Finnish/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Finnish/ERR_ZERO_SIZE_OBJECT
-file errors/Finnish/README path=usr/squid/share/errors/Finnish/README
-file path=usr/squid/share/errors/French/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/French/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/French/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/French/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/French/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/French/ERR_DNS_FAIL
-file path=usr/squid/share/errors/French/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/French/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/French/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/French/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/French/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/French/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/French/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/French/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/French/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/French/ERR_INVALID_REQ
-file path=usr/squid/share/errors/French/ERR_INVALID_RESP
-file path=usr/squid/share/errors/French/ERR_INVALID_URL
-file path=usr/squid/share/errors/French/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/French/ERR_NO_RELAY
-file path=usr/squid/share/errors/French/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/French/ERR_READ_ERROR
-file path=usr/squid/share/errors/French/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/French/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/French/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/French/ERR_TOO_BIG
-file path=usr/squid/share/errors/French/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/French/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/French/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/French/ERR_ZERO_SIZE_OBJECT
-file errors/French/README path=usr/squid/share/errors/French/README
-file path=usr/squid/share/errors/German/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/German/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/German/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/German/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/German/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/German/ERR_DNS_FAIL
-file path=usr/squid/share/errors/German/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/German/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/German/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/German/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/German/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/German/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/German/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/German/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/German/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/German/ERR_INVALID_REQ
-file path=usr/squid/share/errors/German/ERR_INVALID_RESP
-file path=usr/squid/share/errors/German/ERR_INVALID_URL
-file path=usr/squid/share/errors/German/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/German/ERR_NO_RELAY
-file path=usr/squid/share/errors/German/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/German/ERR_READ_ERROR
-file path=usr/squid/share/errors/German/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/German/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/German/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/German/ERR_TOO_BIG
-file path=usr/squid/share/errors/German/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/German/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/German/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/German/ERR_ZERO_SIZE_OBJECT
-file errors/German/README path=usr/squid/share/errors/German/README
-file path=usr/squid/share/errors/Greek/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Greek/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Greek/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Greek/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Greek/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Greek/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Greek/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Greek/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Greek/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Greek/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Greek/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Greek/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Greek/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Greek/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Greek/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Greek/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Greek/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Greek/ERR_INVALID_URL
-file path=usr/squid/share/errors/Greek/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Greek/ERR_NO_RELAY
-file path=usr/squid/share/errors/Greek/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Greek/ERR_READ_ERROR
-file path=usr/squid/share/errors/Greek/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Greek/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Greek/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Greek/ERR_TOO_BIG
-file path=usr/squid/share/errors/Greek/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Greek/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Greek/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Greek/ERR_ZERO_SIZE_OBJECT
-file errors/Greek/README path=usr/squid/share/errors/Greek/README
-file path=usr/squid/share/errors/Hebrew/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Hebrew/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Hebrew/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Hebrew/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Hebrew/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Hebrew/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Hebrew/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Hebrew/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Hebrew/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Hebrew/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Hebrew/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Hebrew/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Hebrew/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Hebrew/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Hebrew/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Hebrew/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Hebrew/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Hebrew/ERR_INVALID_URL
-file path=usr/squid/share/errors/Hebrew/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Hebrew/ERR_NO_RELAY
-file path=usr/squid/share/errors/Hebrew/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Hebrew/ERR_READ_ERROR
-file path=usr/squid/share/errors/Hebrew/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Hebrew/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Hebrew/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Hebrew/ERR_TOO_BIG
-file path=usr/squid/share/errors/Hebrew/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Hebrew/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Hebrew/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Hebrew/ERR_ZERO_SIZE_OBJECT
-file errors/Hebrew/README path=usr/squid/share/errors/Hebrew/README
-file path=usr/squid/share/errors/Hungarian/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Hungarian/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Hungarian/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Hungarian/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Hungarian/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Hungarian/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Hungarian/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Hungarian/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Hungarian/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Hungarian/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Hungarian/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Hungarian/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Hungarian/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Hungarian/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Hungarian/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Hungarian/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Hungarian/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Hungarian/ERR_INVALID_URL
-file path=usr/squid/share/errors/Hungarian/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Hungarian/ERR_NO_RELAY
-file path=usr/squid/share/errors/Hungarian/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Hungarian/ERR_READ_ERROR
-file path=usr/squid/share/errors/Hungarian/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Hungarian/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Hungarian/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Hungarian/ERR_TOO_BIG
-file path=usr/squid/share/errors/Hungarian/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Hungarian/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Hungarian/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Hungarian/ERR_ZERO_SIZE_OBJECT
-file errors/Hungarian/README path=usr/squid/share/errors/Hungarian/README
-file path=usr/squid/share/errors/Italian/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Italian/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Italian/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Italian/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Italian/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Italian/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Italian/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Italian/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Italian/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Italian/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Italian/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Italian/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Italian/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Italian/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Italian/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Italian/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Italian/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Italian/ERR_INVALID_URL
-file path=usr/squid/share/errors/Italian/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Italian/ERR_NO_RELAY
-file path=usr/squid/share/errors/Italian/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Italian/ERR_READ_ERROR
-file path=usr/squid/share/errors/Italian/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Italian/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Italian/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Italian/ERR_TOO_BIG
-file path=usr/squid/share/errors/Italian/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Italian/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Italian/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Italian/ERR_ZERO_SIZE_OBJECT
-file errors/Italian/README path=usr/squid/share/errors/Italian/README
-file path=usr/squid/share/errors/Japanese/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Japanese/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Japanese/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Japanese/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Japanese/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Japanese/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Japanese/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Japanese/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Japanese/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Japanese/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Japanese/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Japanese/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Japanese/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Japanese/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Japanese/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Japanese/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Japanese/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Japanese/ERR_INVALID_URL
-file path=usr/squid/share/errors/Japanese/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Japanese/ERR_NO_RELAY
-file path=usr/squid/share/errors/Japanese/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Japanese/ERR_READ_ERROR
-file path=usr/squid/share/errors/Japanese/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Japanese/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Japanese/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Japanese/ERR_TOO_BIG
-file path=usr/squid/share/errors/Japanese/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Japanese/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Japanese/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Japanese/ERR_ZERO_SIZE_OBJECT
-file errors/Japanese/README path=usr/squid/share/errors/Japanese/README
-file path=usr/squid/share/errors/Korean/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Korean/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Korean/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Korean/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Korean/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Korean/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Korean/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Korean/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Korean/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Korean/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Korean/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Korean/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Korean/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Korean/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Korean/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Korean/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Korean/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Korean/ERR_INVALID_URL
-file path=usr/squid/share/errors/Korean/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Korean/ERR_NO_RELAY
-file path=usr/squid/share/errors/Korean/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Korean/ERR_READ_ERROR
-file path=usr/squid/share/errors/Korean/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Korean/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Korean/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Korean/ERR_TOO_BIG
-file path=usr/squid/share/errors/Korean/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Korean/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Korean/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Korean/ERR_ZERO_SIZE_OBJECT
-file errors/Korean/README path=usr/squid/share/errors/Korean/README
-file path=usr/squid/share/errors/Lithuanian/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Lithuanian/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Lithuanian/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Lithuanian/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Lithuanian/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Lithuanian/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Lithuanian/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Lithuanian/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Lithuanian/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Lithuanian/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Lithuanian/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Lithuanian/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Lithuanian/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Lithuanian/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Lithuanian/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Lithuanian/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Lithuanian/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Lithuanian/ERR_INVALID_URL
-file path=usr/squid/share/errors/Lithuanian/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Lithuanian/ERR_NO_RELAY
-file path=usr/squid/share/errors/Lithuanian/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Lithuanian/ERR_READ_ERROR
-file path=usr/squid/share/errors/Lithuanian/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Lithuanian/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Lithuanian/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Lithuanian/ERR_TOO_BIG
-file path=usr/squid/share/errors/Lithuanian/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Lithuanian/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Lithuanian/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Lithuanian/ERR_ZERO_SIZE_OBJECT
-file errors/Lithuanian/README path=usr/squid/share/errors/Lithuanian/README
-file path=usr/squid/share/errors/Polish/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Polish/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Polish/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Polish/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Polish/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Polish/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Polish/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Polish/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Polish/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Polish/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Polish/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Polish/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Polish/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Polish/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Polish/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Polish/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Polish/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Polish/ERR_INVALID_URL
-file path=usr/squid/share/errors/Polish/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Polish/ERR_NO_RELAY
-file path=usr/squid/share/errors/Polish/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Polish/ERR_READ_ERROR
-file path=usr/squid/share/errors/Polish/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Polish/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Polish/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Polish/ERR_TOO_BIG
-file path=usr/squid/share/errors/Polish/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Polish/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Polish/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Polish/ERR_ZERO_SIZE_OBJECT
-file errors/Polish/README path=usr/squid/share/errors/Polish/README
-file path=usr/squid/share/errors/Portuguese/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Portuguese/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Portuguese/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Portuguese/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Portuguese/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Portuguese/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Portuguese/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Portuguese/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Portuguese/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Portuguese/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Portuguese/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Portuguese/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Portuguese/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Portuguese/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Portuguese/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Portuguese/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Portuguese/ERR_INVALID_URL
-file path=usr/squid/share/errors/Portuguese/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Portuguese/ERR_NO_RELAY
-file path=usr/squid/share/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Portuguese/ERR_READ_ERROR
-file path=usr/squid/share/errors/Portuguese/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Portuguese/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Portuguese/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Portuguese/ERR_TOO_BIG
-file path=usr/squid/share/errors/Portuguese/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Portuguese/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Portuguese/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Portuguese/ERR_ZERO_SIZE_OBJECT
-file errors/Portuguese/README path=usr/squid/share/errors/Portuguese/README
-file path=usr/squid/share/errors/Romanian/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Romanian/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Romanian/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Romanian/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Romanian/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Romanian/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Romanian/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Romanian/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Romanian/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Romanian/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Romanian/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Romanian/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Romanian/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Romanian/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Romanian/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Romanian/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Romanian/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Romanian/ERR_INVALID_URL
-file path=usr/squid/share/errors/Romanian/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Romanian/ERR_NO_RELAY
-file path=usr/squid/share/errors/Romanian/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Romanian/ERR_READ_ERROR
-file path=usr/squid/share/errors/Romanian/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Romanian/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Romanian/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Romanian/ERR_TOO_BIG
-file path=usr/squid/share/errors/Romanian/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Romanian/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Romanian/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Romanian/ERR_ZERO_SIZE_OBJECT
-file errors/Romanian/README path=usr/squid/share/errors/Romanian/README
-file path=usr/squid/share/errors/Russian-1251/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Russian-1251/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Russian-1251/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Russian-1251/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Russian-1251/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Russian-1251/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Russian-1251/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Russian-1251/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Russian-1251/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Russian-1251/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Russian-1251/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Russian-1251/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Russian-1251/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Russian-1251/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Russian-1251/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Russian-1251/ERR_INVALID_URL
-file path=usr/squid/share/errors/Russian-1251/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Russian-1251/ERR_NO_RELAY
-file path=usr/squid/share/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Russian-1251/ERR_READ_ERROR
-file path=usr/squid/share/errors/Russian-1251/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Russian-1251/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Russian-1251/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Russian-1251/ERR_TOO_BIG
-file path=usr/squid/share/errors/Russian-1251/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Russian-1251/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Russian-1251/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT
-file errors/Russian-1251/README \
- path=usr/squid/share/errors/Russian-1251/README
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_INVALID_URL
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_NO_RELAY
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_READ_ERROR
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_TOO_BIG
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT
-file errors/Russian-koi8-r/README \
- path=usr/squid/share/errors/Russian-koi8-r/README
-file path=usr/squid/share/errors/Serbian/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Serbian/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Serbian/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Serbian/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Serbian/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Serbian/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Serbian/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Serbian/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Serbian/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Serbian/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Serbian/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Serbian/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Serbian/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Serbian/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Serbian/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Serbian/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Serbian/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Serbian/ERR_INVALID_URL
-file path=usr/squid/share/errors/Serbian/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Serbian/ERR_NO_RELAY
-file path=usr/squid/share/errors/Serbian/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Serbian/ERR_READ_ERROR
-file path=usr/squid/share/errors/Serbian/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Serbian/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Serbian/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Serbian/ERR_TOO_BIG
-file path=usr/squid/share/errors/Serbian/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Serbian/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Serbian/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Serbian/ERR_ZERO_SIZE_OBJECT
-file errors/Serbian/README path=usr/squid/share/errors/Serbian/README
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_INVALID_URL
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_NO_RELAY
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_READ_ERROR
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_TOO_BIG
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Simplify_Chinese/ERR_ZERO_SIZE_OBJECT
-file errors/Simplify_Chinese/README \
- path=usr/squid/share/errors/Simplify_Chinese/README
-file path=usr/squid/share/errors/Slovak/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Slovak/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Slovak/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Slovak/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Slovak/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Slovak/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Slovak/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Slovak/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Slovak/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Slovak/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Slovak/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Slovak/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Slovak/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Slovak/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Slovak/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Slovak/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Slovak/ERR_INVALID_URL
-file path=usr/squid/share/errors/Slovak/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Slovak/ERR_NO_RELAY
-file path=usr/squid/share/errors/Slovak/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Slovak/ERR_READ_ERROR
-file path=usr/squid/share/errors/Slovak/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Slovak/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Slovak/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Slovak/ERR_TOO_BIG
-file path=usr/squid/share/errors/Slovak/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Slovak/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Slovak/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Slovak/ERR_ZERO_SIZE_OBJECT
-file errors/Slovak/README path=usr/squid/share/errors/Slovak/README
-file path=usr/squid/share/errors/Spanish/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Spanish/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Spanish/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Spanish/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Spanish/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Spanish/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Spanish/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Spanish/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Spanish/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Spanish/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Spanish/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Spanish/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Spanish/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Spanish/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Spanish/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Spanish/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Spanish/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Spanish/ERR_INVALID_URL
-file path=usr/squid/share/errors/Spanish/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Spanish/ERR_NO_RELAY
-file path=usr/squid/share/errors/Spanish/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Spanish/ERR_READ_ERROR
-file path=usr/squid/share/errors/Spanish/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Spanish/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Spanish/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Spanish/ERR_TOO_BIG
-file path=usr/squid/share/errors/Spanish/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Spanish/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Spanish/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Spanish/ERR_ZERO_SIZE_OBJECT
-file errors/Spanish/README path=usr/squid/share/errors/Spanish/README
-file path=usr/squid/share/errors/Swedish/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Swedish/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Swedish/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Swedish/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Swedish/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Swedish/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Swedish/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Swedish/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Swedish/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Swedish/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Swedish/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Swedish/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Swedish/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Swedish/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Swedish/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Swedish/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Swedish/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Swedish/ERR_INVALID_URL
-file path=usr/squid/share/errors/Swedish/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Swedish/ERR_NO_RELAY
-file path=usr/squid/share/errors/Swedish/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Swedish/ERR_READ_ERROR
-file path=usr/squid/share/errors/Swedish/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Swedish/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Swedish/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Swedish/ERR_TOO_BIG
-file path=usr/squid/share/errors/Swedish/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Swedish/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Swedish/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Swedish/ERR_ZERO_SIZE_OBJECT
-file errors/Swedish/README path=usr/squid/share/errors/Swedish/README
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_CACHE_ACCESS_DENIED
-file \
- path=usr/squid/share/errors/Traditional_Chinese/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_INVALID_URL
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_NO_RELAY
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_READ_ERROR
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_TOO_BIG
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Traditional_Chinese/ERR_ZERO_SIZE_OBJECT
-file errors/Traditional_Chinese/README \
- path=usr/squid/share/errors/Traditional_Chinese/README
-file path=usr/squid/share/errors/Turkish/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Turkish/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Turkish/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Turkish/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Turkish/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Turkish/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Turkish/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Turkish/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Turkish/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Turkish/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Turkish/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Turkish/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Turkish/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Turkish/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Turkish/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Turkish/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Turkish/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Turkish/ERR_INVALID_URL
-file path=usr/squid/share/errors/Turkish/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Turkish/ERR_NO_RELAY
-file path=usr/squid/share/errors/Turkish/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Turkish/ERR_READ_ERROR
-file path=usr/squid/share/errors/Turkish/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Turkish/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Turkish/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Turkish/ERR_TOO_BIG
-file path=usr/squid/share/errors/Turkish/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Turkish/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Turkish/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Turkish/ERR_ZERO_SIZE_OBJECT
-file errors/Turkish/README path=usr/squid/share/errors/Turkish/README
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_INVALID_URL
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_NO_RELAY
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_READ_ERROR
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_TOO_BIG
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Ukrainian-1251/ERR_ZERO_SIZE_OBJECT
-file errors/Ukrainian-1251/README \
- path=usr/squid/share/errors/Ukrainian-1251/README
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_INVALID_URL
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_NO_RELAY
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_READ_ERROR
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_TOO_BIG
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Ukrainian-koi8-u/ERR_ZERO_SIZE_OBJECT
-file errors/Ukrainian-koi8-u/README \
- path=usr/squid/share/errors/Ukrainian-koi8-u/README
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_ACCESS_DENIED
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_CACHE_ACCESS_DENIED
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_CACHE_MGR_ACCESS_DENIED
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_CANNOT_FORWARD
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_CONNECT_FAIL
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_DNS_FAIL
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FORWARDING_DENIED
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_DISABLED
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_FAILURE
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_FORBIDDEN
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_NOT_FOUND
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_PUT_CREATED
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_PUT_ERROR
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_PUT_MODIFIED
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_FTP_UNAVAILABLE
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_INVALID_REQ
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_INVALID_RESP
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_INVALID_URL
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_LIFETIME_EXP
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_NO_RELAY
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_ONLY_IF_CACHED_MISS
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_READ_ERROR
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_READ_TIMEOUT
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_SHUTTING_DOWN
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_SOCKET_FAILURE
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_TOO_BIG
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_UNSUP_REQ
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_URN_RESOLVE
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_WRITE_ERROR
-file path=usr/squid/share/errors/Ukrainian-utf8/ERR_ZERO_SIZE_OBJECT
-file errors/Ukrainian-utf8/README \
- path=usr/squid/share/errors/Ukrainian-utf8/README
+file path=usr/squid/share/errors/COPYRIGHT
+file path=usr/squid/share/errors/TRANSLATORS
+file path=usr/squid/share/errors/af/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/af/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/af/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/af/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/af/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/af/ERR_DIR_LISTING
+file path=usr/squid/share/errors/af/ERR_DNS_FAIL
+file path=usr/squid/share/errors/af/ERR_ESI
+file path=usr/squid/share/errors/af/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/af/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/af/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/af/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/af/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/af/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/af/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/af/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/af/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/af/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/af/ERR_INVALID_REQ
+file path=usr/squid/share/errors/af/ERR_INVALID_RESP
+file path=usr/squid/share/errors/af/ERR_INVALID_URL
+file path=usr/squid/share/errors/af/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/af/ERR_NO_RELAY
+file path=usr/squid/share/errors/af/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/af/ERR_READ_ERROR
+file path=usr/squid/share/errors/af/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/af/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/af/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/af/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/af/ERR_TOO_BIG
+file path=usr/squid/share/errors/af/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/af/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/af/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/af/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/af/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/ar/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/ar/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/ar/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/ar/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/ar/ERR_DIR_LISTING
+file path=usr/squid/share/errors/ar/ERR_DNS_FAIL
+file path=usr/squid/share/errors/ar/ERR_ESI
+file path=usr/squid/share/errors/ar/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/ar/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/ar/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/ar/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/ar/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/ar/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/ar/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/ar/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/ar/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/ar/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/ar/ERR_INVALID_REQ
+file path=usr/squid/share/errors/ar/ERR_INVALID_RESP
+file path=usr/squid/share/errors/ar/ERR_INVALID_URL
+file path=usr/squid/share/errors/ar/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/ar/ERR_NO_RELAY
+file path=usr/squid/share/errors/ar/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/ar/ERR_READ_ERROR
+file path=usr/squid/share/errors/ar/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/ar/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/ar/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/ar/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/ar/ERR_TOO_BIG
+file path=usr/squid/share/errors/ar/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/ar/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/ar/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/ar/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/ar/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/az/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/az/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/az/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/az/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/az/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/az/ERR_DIR_LISTING
+file path=usr/squid/share/errors/az/ERR_DNS_FAIL
+file path=usr/squid/share/errors/az/ERR_ESI
+file path=usr/squid/share/errors/az/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/az/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/az/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/az/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/az/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/az/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/az/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/az/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/az/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/az/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/az/ERR_INVALID_REQ
+file path=usr/squid/share/errors/az/ERR_INVALID_RESP
+file path=usr/squid/share/errors/az/ERR_INVALID_URL
+file path=usr/squid/share/errors/az/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/az/ERR_NO_RELAY
+file path=usr/squid/share/errors/az/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/az/ERR_READ_ERROR
+file path=usr/squid/share/errors/az/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/az/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/az/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/az/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/az/ERR_TOO_BIG
+file path=usr/squid/share/errors/az/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/az/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/az/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/az/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/az/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/bg/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/bg/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/bg/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/bg/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/bg/ERR_DIR_LISTING
+file path=usr/squid/share/errors/bg/ERR_DNS_FAIL
+file path=usr/squid/share/errors/bg/ERR_ESI
+file path=usr/squid/share/errors/bg/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/bg/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/bg/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/bg/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/bg/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/bg/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/bg/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/bg/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/bg/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/bg/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/bg/ERR_INVALID_REQ
+file path=usr/squid/share/errors/bg/ERR_INVALID_RESP
+file path=usr/squid/share/errors/bg/ERR_INVALID_URL
+file path=usr/squid/share/errors/bg/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/bg/ERR_NO_RELAY
+file path=usr/squid/share/errors/bg/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/bg/ERR_READ_ERROR
+file path=usr/squid/share/errors/bg/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/bg/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/bg/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/bg/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/bg/ERR_TOO_BIG
+file path=usr/squid/share/errors/bg/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/bg/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/bg/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/bg/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/bg/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/ca/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/ca/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/ca/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/ca/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/ca/ERR_DIR_LISTING
+file path=usr/squid/share/errors/ca/ERR_DNS_FAIL
+file path=usr/squid/share/errors/ca/ERR_ESI
+file path=usr/squid/share/errors/ca/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/ca/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/ca/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/ca/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/ca/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/ca/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/ca/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/ca/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/ca/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/ca/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/ca/ERR_INVALID_REQ
+file path=usr/squid/share/errors/ca/ERR_INVALID_RESP
+file path=usr/squid/share/errors/ca/ERR_INVALID_URL
+file path=usr/squid/share/errors/ca/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/ca/ERR_NO_RELAY
+file path=usr/squid/share/errors/ca/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/ca/ERR_READ_ERROR
+file path=usr/squid/share/errors/ca/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/ca/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/ca/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/ca/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/ca/ERR_TOO_BIG
+file path=usr/squid/share/errors/ca/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/ca/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/ca/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/ca/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/ca/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/cs/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/cs/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/cs/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/cs/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/cs/ERR_DIR_LISTING
+file path=usr/squid/share/errors/cs/ERR_DNS_FAIL
+file path=usr/squid/share/errors/cs/ERR_ESI
+file path=usr/squid/share/errors/cs/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/cs/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/cs/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/cs/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/cs/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/cs/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/cs/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/cs/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/cs/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/cs/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/cs/ERR_INVALID_REQ
+file path=usr/squid/share/errors/cs/ERR_INVALID_RESP
+file path=usr/squid/share/errors/cs/ERR_INVALID_URL
+file path=usr/squid/share/errors/cs/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/cs/ERR_NO_RELAY
+file path=usr/squid/share/errors/cs/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/cs/ERR_READ_ERROR
+file path=usr/squid/share/errors/cs/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/cs/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/cs/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/cs/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/cs/ERR_TOO_BIG
+file path=usr/squid/share/errors/cs/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/cs/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/cs/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/cs/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/cs/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/da/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/da/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/da/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/da/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/da/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/da/ERR_DIR_LISTING
+file path=usr/squid/share/errors/da/ERR_DNS_FAIL
+file path=usr/squid/share/errors/da/ERR_ESI
+file path=usr/squid/share/errors/da/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/da/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/da/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/da/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/da/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/da/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/da/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/da/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/da/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/da/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/da/ERR_INVALID_REQ
+file path=usr/squid/share/errors/da/ERR_INVALID_RESP
+file path=usr/squid/share/errors/da/ERR_INVALID_URL
+file path=usr/squid/share/errors/da/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/da/ERR_NO_RELAY
+file path=usr/squid/share/errors/da/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/da/ERR_READ_ERROR
+file path=usr/squid/share/errors/da/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/da/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/da/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/da/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/da/ERR_TOO_BIG
+file path=usr/squid/share/errors/da/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/da/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/da/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/da/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/da/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/de/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/de/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/de/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/de/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/de/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/de/ERR_DIR_LISTING
+file path=usr/squid/share/errors/de/ERR_DNS_FAIL
+file path=usr/squid/share/errors/de/ERR_ESI
+file path=usr/squid/share/errors/de/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/de/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/de/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/de/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/de/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/de/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/de/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/de/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/de/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/de/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/de/ERR_INVALID_REQ
+file path=usr/squid/share/errors/de/ERR_INVALID_RESP
+file path=usr/squid/share/errors/de/ERR_INVALID_URL
+file path=usr/squid/share/errors/de/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/de/ERR_NO_RELAY
+file path=usr/squid/share/errors/de/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/de/ERR_READ_ERROR
+file path=usr/squid/share/errors/de/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/de/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/de/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/de/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/de/ERR_TOO_BIG
+file path=usr/squid/share/errors/de/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/de/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/de/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/de/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/de/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/el/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/el/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/el/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/el/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/el/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/el/ERR_DIR_LISTING
+file path=usr/squid/share/errors/el/ERR_DNS_FAIL
+file path=usr/squid/share/errors/el/ERR_ESI
+file path=usr/squid/share/errors/el/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/el/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/el/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/el/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/el/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/el/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/el/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/el/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/el/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/el/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/el/ERR_INVALID_REQ
+file path=usr/squid/share/errors/el/ERR_INVALID_RESP
+file path=usr/squid/share/errors/el/ERR_INVALID_URL
+file path=usr/squid/share/errors/el/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/el/ERR_NO_RELAY
+file path=usr/squid/share/errors/el/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/el/ERR_READ_ERROR
+file path=usr/squid/share/errors/el/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/el/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/el/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/el/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/el/ERR_TOO_BIG
+file path=usr/squid/share/errors/el/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/el/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/el/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/el/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/el/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/en/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/en/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/en/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/en/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/en/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/en/ERR_DIR_LISTING
+file path=usr/squid/share/errors/en/ERR_DNS_FAIL
+file path=usr/squid/share/errors/en/ERR_ESI
+file path=usr/squid/share/errors/en/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/en/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/en/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/en/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/en/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/en/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/en/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/en/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/en/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/en/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/en/ERR_INVALID_REQ
+file path=usr/squid/share/errors/en/ERR_INVALID_RESP
+file path=usr/squid/share/errors/en/ERR_INVALID_URL
+file path=usr/squid/share/errors/en/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/en/ERR_NO_RELAY
+file path=usr/squid/share/errors/en/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/en/ERR_READ_ERROR
+file path=usr/squid/share/errors/en/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/en/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/en/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/en/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/en/ERR_TOO_BIG
+file path=usr/squid/share/errors/en/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/en/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/en/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/en/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/en/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/es/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/es/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/es/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/es/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/es/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/es/ERR_DIR_LISTING
+file path=usr/squid/share/errors/es/ERR_DNS_FAIL
+file path=usr/squid/share/errors/es/ERR_ESI
+file path=usr/squid/share/errors/es/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/es/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/es/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/es/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/es/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/es/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/es/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/es/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/es/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/es/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/es/ERR_INVALID_REQ
+file path=usr/squid/share/errors/es/ERR_INVALID_RESP
+file path=usr/squid/share/errors/es/ERR_INVALID_URL
+file path=usr/squid/share/errors/es/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/es/ERR_NO_RELAY
+file path=usr/squid/share/errors/es/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/es/ERR_READ_ERROR
+file path=usr/squid/share/errors/es/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/es/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/es/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/es/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/es/ERR_TOO_BIG
+file path=usr/squid/share/errors/es/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/es/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/es/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/es/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/es/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/et/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/et/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/et/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/et/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/et/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/et/ERR_DIR_LISTING
+file path=usr/squid/share/errors/et/ERR_DNS_FAIL
+file path=usr/squid/share/errors/et/ERR_ESI
+file path=usr/squid/share/errors/et/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/et/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/et/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/et/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/et/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/et/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/et/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/et/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/et/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/et/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/et/ERR_INVALID_REQ
+file path=usr/squid/share/errors/et/ERR_INVALID_RESP
+file path=usr/squid/share/errors/et/ERR_INVALID_URL
+file path=usr/squid/share/errors/et/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/et/ERR_NO_RELAY
+file path=usr/squid/share/errors/et/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/et/ERR_READ_ERROR
+file path=usr/squid/share/errors/et/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/et/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/et/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/et/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/et/ERR_TOO_BIG
+file path=usr/squid/share/errors/et/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/et/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/et/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/et/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/et/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/fa/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/fa/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/fa/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/fa/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/fa/ERR_DIR_LISTING
+file path=usr/squid/share/errors/fa/ERR_DNS_FAIL
+file path=usr/squid/share/errors/fa/ERR_ESI
+file path=usr/squid/share/errors/fa/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/fa/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/fa/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/fa/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/fa/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/fa/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/fa/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/fa/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/fa/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/fa/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/fa/ERR_INVALID_REQ
+file path=usr/squid/share/errors/fa/ERR_INVALID_RESP
+file path=usr/squid/share/errors/fa/ERR_INVALID_URL
+file path=usr/squid/share/errors/fa/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/fa/ERR_NO_RELAY
+file path=usr/squid/share/errors/fa/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/fa/ERR_READ_ERROR
+file path=usr/squid/share/errors/fa/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/fa/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/fa/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/fa/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/fa/ERR_TOO_BIG
+file path=usr/squid/share/errors/fa/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/fa/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/fa/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/fa/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/fa/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/fi/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/fi/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/fi/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/fi/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/fi/ERR_DIR_LISTING
+file path=usr/squid/share/errors/fi/ERR_DNS_FAIL
+file path=usr/squid/share/errors/fi/ERR_ESI
+file path=usr/squid/share/errors/fi/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/fi/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/fi/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/fi/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/fi/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/fi/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/fi/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/fi/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/fi/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/fi/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/fi/ERR_INVALID_REQ
+file path=usr/squid/share/errors/fi/ERR_INVALID_RESP
+file path=usr/squid/share/errors/fi/ERR_INVALID_URL
+file path=usr/squid/share/errors/fi/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/fi/ERR_NO_RELAY
+file path=usr/squid/share/errors/fi/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/fi/ERR_READ_ERROR
+file path=usr/squid/share/errors/fi/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/fi/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/fi/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/fi/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/fi/ERR_TOO_BIG
+file path=usr/squid/share/errors/fi/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/fi/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/fi/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/fi/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/fi/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/fr/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/fr/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/fr/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/fr/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/fr/ERR_DIR_LISTING
+file path=usr/squid/share/errors/fr/ERR_DNS_FAIL
+file path=usr/squid/share/errors/fr/ERR_ESI
+file path=usr/squid/share/errors/fr/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/fr/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/fr/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/fr/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/fr/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/fr/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/fr/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/fr/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/fr/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/fr/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/fr/ERR_INVALID_REQ
+file path=usr/squid/share/errors/fr/ERR_INVALID_RESP
+file path=usr/squid/share/errors/fr/ERR_INVALID_URL
+file path=usr/squid/share/errors/fr/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/fr/ERR_NO_RELAY
+file path=usr/squid/share/errors/fr/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/fr/ERR_READ_ERROR
+file path=usr/squid/share/errors/fr/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/fr/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/fr/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/fr/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/fr/ERR_TOO_BIG
+file path=usr/squid/share/errors/fr/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/fr/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/fr/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/fr/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/fr/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/he/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/he/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/he/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/he/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/he/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/he/ERR_DIR_LISTING
+file path=usr/squid/share/errors/he/ERR_DNS_FAIL
+file path=usr/squid/share/errors/he/ERR_ESI
+file path=usr/squid/share/errors/he/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/he/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/he/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/he/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/he/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/he/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/he/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/he/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/he/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/he/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/he/ERR_INVALID_REQ
+file path=usr/squid/share/errors/he/ERR_INVALID_RESP
+file path=usr/squid/share/errors/he/ERR_INVALID_URL
+file path=usr/squid/share/errors/he/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/he/ERR_NO_RELAY
+file path=usr/squid/share/errors/he/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/he/ERR_READ_ERROR
+file path=usr/squid/share/errors/he/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/he/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/he/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/he/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/he/ERR_TOO_BIG
+file path=usr/squid/share/errors/he/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/he/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/he/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/he/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/he/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/hu/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/hu/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/hu/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/hu/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/hu/ERR_DIR_LISTING
+file path=usr/squid/share/errors/hu/ERR_DNS_FAIL
+file path=usr/squid/share/errors/hu/ERR_ESI
+file path=usr/squid/share/errors/hu/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/hu/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/hu/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/hu/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/hu/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/hu/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/hu/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/hu/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/hu/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/hu/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/hu/ERR_INVALID_REQ
+file path=usr/squid/share/errors/hu/ERR_INVALID_RESP
+file path=usr/squid/share/errors/hu/ERR_INVALID_URL
+file path=usr/squid/share/errors/hu/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/hu/ERR_NO_RELAY
+file path=usr/squid/share/errors/hu/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/hu/ERR_READ_ERROR
+file path=usr/squid/share/errors/hu/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/hu/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/hu/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/hu/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/hu/ERR_TOO_BIG
+file path=usr/squid/share/errors/hu/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/hu/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/hu/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/hu/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/hu/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/hy/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/hy/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/hy/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/hy/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/hy/ERR_DIR_LISTING
+file path=usr/squid/share/errors/hy/ERR_DNS_FAIL
+file path=usr/squid/share/errors/hy/ERR_ESI
+file path=usr/squid/share/errors/hy/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/hy/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/hy/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/hy/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/hy/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/hy/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/hy/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/hy/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/hy/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/hy/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/hy/ERR_INVALID_REQ
+file path=usr/squid/share/errors/hy/ERR_INVALID_RESP
+file path=usr/squid/share/errors/hy/ERR_INVALID_URL
+file path=usr/squid/share/errors/hy/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/hy/ERR_NO_RELAY
+file path=usr/squid/share/errors/hy/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/hy/ERR_READ_ERROR
+file path=usr/squid/share/errors/hy/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/hy/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/hy/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/hy/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/hy/ERR_TOO_BIG
+file path=usr/squid/share/errors/hy/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/hy/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/hy/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/hy/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/hy/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/id/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/id/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/id/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/id/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/id/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/id/ERR_DIR_LISTING
+file path=usr/squid/share/errors/id/ERR_DNS_FAIL
+file path=usr/squid/share/errors/id/ERR_ESI
+file path=usr/squid/share/errors/id/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/id/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/id/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/id/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/id/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/id/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/id/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/id/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/id/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/id/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/id/ERR_INVALID_REQ
+file path=usr/squid/share/errors/id/ERR_INVALID_RESP
+file path=usr/squid/share/errors/id/ERR_INVALID_URL
+file path=usr/squid/share/errors/id/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/id/ERR_NO_RELAY
+file path=usr/squid/share/errors/id/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/id/ERR_READ_ERROR
+file path=usr/squid/share/errors/id/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/id/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/id/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/id/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/id/ERR_TOO_BIG
+file path=usr/squid/share/errors/id/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/id/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/id/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/id/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/id/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/it/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/it/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/it/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/it/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/it/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/it/ERR_DIR_LISTING
+file path=usr/squid/share/errors/it/ERR_DNS_FAIL
+file path=usr/squid/share/errors/it/ERR_ESI
+file path=usr/squid/share/errors/it/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/it/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/it/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/it/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/it/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/it/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/it/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/it/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/it/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/it/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/it/ERR_INVALID_REQ
+file path=usr/squid/share/errors/it/ERR_INVALID_RESP
+file path=usr/squid/share/errors/it/ERR_INVALID_URL
+file path=usr/squid/share/errors/it/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/it/ERR_NO_RELAY
+file path=usr/squid/share/errors/it/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/it/ERR_READ_ERROR
+file path=usr/squid/share/errors/it/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/it/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/it/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/it/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/it/ERR_TOO_BIG
+file path=usr/squid/share/errors/it/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/it/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/it/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/it/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/it/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/ja/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/ja/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/ja/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/ja/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/ja/ERR_DIR_LISTING
+file path=usr/squid/share/errors/ja/ERR_DNS_FAIL
+file path=usr/squid/share/errors/ja/ERR_ESI
+file path=usr/squid/share/errors/ja/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/ja/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/ja/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/ja/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/ja/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/ja/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/ja/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/ja/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/ja/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/ja/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/ja/ERR_INVALID_REQ
+file path=usr/squid/share/errors/ja/ERR_INVALID_RESP
+file path=usr/squid/share/errors/ja/ERR_INVALID_URL
+file path=usr/squid/share/errors/ja/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/ja/ERR_NO_RELAY
+file path=usr/squid/share/errors/ja/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/ja/ERR_READ_ERROR
+file path=usr/squid/share/errors/ja/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/ja/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/ja/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/ja/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/ja/ERR_TOO_BIG
+file path=usr/squid/share/errors/ja/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/ja/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/ja/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/ja/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/ja/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/ko/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/ko/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/ko/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/ko/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/ko/ERR_DIR_LISTING
+file path=usr/squid/share/errors/ko/ERR_DNS_FAIL
+file path=usr/squid/share/errors/ko/ERR_ESI
+file path=usr/squid/share/errors/ko/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/ko/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/ko/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/ko/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/ko/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/ko/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/ko/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/ko/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/ko/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/ko/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/ko/ERR_INVALID_REQ
+file path=usr/squid/share/errors/ko/ERR_INVALID_RESP
+file path=usr/squid/share/errors/ko/ERR_INVALID_URL
+file path=usr/squid/share/errors/ko/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/ko/ERR_NO_RELAY
+file path=usr/squid/share/errors/ko/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/ko/ERR_READ_ERROR
+file path=usr/squid/share/errors/ko/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/ko/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/ko/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/ko/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/ko/ERR_TOO_BIG
+file path=usr/squid/share/errors/ko/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/ko/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/ko/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/ko/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/ko/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/lt/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/lt/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/lt/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/lt/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/lt/ERR_DIR_LISTING
+file path=usr/squid/share/errors/lt/ERR_DNS_FAIL
+file path=usr/squid/share/errors/lt/ERR_ESI
+file path=usr/squid/share/errors/lt/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/lt/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/lt/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/lt/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/lt/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/lt/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/lt/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/lt/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/lt/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/lt/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/lt/ERR_INVALID_REQ
+file path=usr/squid/share/errors/lt/ERR_INVALID_RESP
+file path=usr/squid/share/errors/lt/ERR_INVALID_URL
+file path=usr/squid/share/errors/lt/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/lt/ERR_NO_RELAY
+file path=usr/squid/share/errors/lt/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/lt/ERR_READ_ERROR
+file path=usr/squid/share/errors/lt/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/lt/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/lt/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/lt/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/lt/ERR_TOO_BIG
+file path=usr/squid/share/errors/lt/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/lt/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/lt/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/lt/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/lt/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/lv/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/lv/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/lv/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/lv/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/lv/ERR_DIR_LISTING
+file path=usr/squid/share/errors/lv/ERR_DNS_FAIL
+file path=usr/squid/share/errors/lv/ERR_ESI
+file path=usr/squid/share/errors/lv/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/lv/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/lv/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/lv/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/lv/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/lv/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/lv/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/lv/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/lv/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/lv/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/lv/ERR_INVALID_REQ
+file path=usr/squid/share/errors/lv/ERR_INVALID_RESP
+file path=usr/squid/share/errors/lv/ERR_INVALID_URL
+file path=usr/squid/share/errors/lv/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/lv/ERR_NO_RELAY
+file path=usr/squid/share/errors/lv/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/lv/ERR_READ_ERROR
+file path=usr/squid/share/errors/lv/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/lv/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/lv/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/lv/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/lv/ERR_TOO_BIG
+file path=usr/squid/share/errors/lv/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/lv/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/lv/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/lv/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/lv/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/ms/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/ms/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/ms/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/ms/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/ms/ERR_DIR_LISTING
+file path=usr/squid/share/errors/ms/ERR_DNS_FAIL
+file path=usr/squid/share/errors/ms/ERR_ESI
+file path=usr/squid/share/errors/ms/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/ms/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/ms/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/ms/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/ms/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/ms/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/ms/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/ms/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/ms/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/ms/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/ms/ERR_INVALID_REQ
+file path=usr/squid/share/errors/ms/ERR_INVALID_RESP
+file path=usr/squid/share/errors/ms/ERR_INVALID_URL
+file path=usr/squid/share/errors/ms/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/ms/ERR_NO_RELAY
+file path=usr/squid/share/errors/ms/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/ms/ERR_READ_ERROR
+file path=usr/squid/share/errors/ms/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/ms/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/ms/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/ms/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/ms/ERR_TOO_BIG
+file path=usr/squid/share/errors/ms/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/ms/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/ms/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/ms/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/ms/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/nl/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/nl/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/nl/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/nl/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/nl/ERR_DIR_LISTING
+file path=usr/squid/share/errors/nl/ERR_DNS_FAIL
+file path=usr/squid/share/errors/nl/ERR_ESI
+file path=usr/squid/share/errors/nl/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/nl/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/nl/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/nl/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/nl/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/nl/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/nl/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/nl/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/nl/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/nl/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/nl/ERR_INVALID_REQ
+file path=usr/squid/share/errors/nl/ERR_INVALID_RESP
+file path=usr/squid/share/errors/nl/ERR_INVALID_URL
+file path=usr/squid/share/errors/nl/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/nl/ERR_NO_RELAY
+file path=usr/squid/share/errors/nl/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/nl/ERR_READ_ERROR
+file path=usr/squid/share/errors/nl/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/nl/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/nl/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/nl/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/nl/ERR_TOO_BIG
+file path=usr/squid/share/errors/nl/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/nl/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/nl/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/nl/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/nl/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/pl/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/pl/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/pl/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/pl/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/pl/ERR_DIR_LISTING
+file path=usr/squid/share/errors/pl/ERR_DNS_FAIL
+file path=usr/squid/share/errors/pl/ERR_ESI
+file path=usr/squid/share/errors/pl/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/pl/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/pl/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/pl/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/pl/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/pl/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/pl/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/pl/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/pl/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/pl/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/pl/ERR_INVALID_REQ
+file path=usr/squid/share/errors/pl/ERR_INVALID_RESP
+file path=usr/squid/share/errors/pl/ERR_INVALID_URL
+file path=usr/squid/share/errors/pl/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/pl/ERR_NO_RELAY
+file path=usr/squid/share/errors/pl/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/pl/ERR_READ_ERROR
+file path=usr/squid/share/errors/pl/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/pl/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/pl/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/pl/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/pl/ERR_TOO_BIG
+file path=usr/squid/share/errors/pl/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/pl/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/pl/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/pl/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/pl/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/pt-br/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/pt-br/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/pt-br/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/pt-br/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/pt-br/ERR_DIR_LISTING
+file path=usr/squid/share/errors/pt-br/ERR_DNS_FAIL
+file path=usr/squid/share/errors/pt-br/ERR_ESI
+file path=usr/squid/share/errors/pt-br/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/pt-br/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/pt-br/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/pt-br/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/pt-br/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/pt-br/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/pt-br/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/pt-br/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/pt-br/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/pt-br/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/pt-br/ERR_INVALID_REQ
+file path=usr/squid/share/errors/pt-br/ERR_INVALID_RESP
+file path=usr/squid/share/errors/pt-br/ERR_INVALID_URL
+file path=usr/squid/share/errors/pt-br/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/pt-br/ERR_NO_RELAY
+file path=usr/squid/share/errors/pt-br/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/pt-br/ERR_READ_ERROR
+file path=usr/squid/share/errors/pt-br/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/pt-br/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/pt-br/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/pt-br/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/pt-br/ERR_TOO_BIG
+file path=usr/squid/share/errors/pt-br/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/pt-br/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/pt-br/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/pt-br/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/pt-br/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/pt/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/pt/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/pt/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/pt/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/pt/ERR_DIR_LISTING
+file path=usr/squid/share/errors/pt/ERR_DNS_FAIL
+file path=usr/squid/share/errors/pt/ERR_ESI
+file path=usr/squid/share/errors/pt/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/pt/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/pt/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/pt/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/pt/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/pt/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/pt/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/pt/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/pt/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/pt/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/pt/ERR_INVALID_REQ
+file path=usr/squid/share/errors/pt/ERR_INVALID_RESP
+file path=usr/squid/share/errors/pt/ERR_INVALID_URL
+file path=usr/squid/share/errors/pt/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/pt/ERR_NO_RELAY
+file path=usr/squid/share/errors/pt/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/pt/ERR_READ_ERROR
+file path=usr/squid/share/errors/pt/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/pt/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/pt/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/pt/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/pt/ERR_TOO_BIG
+file path=usr/squid/share/errors/pt/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/pt/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/pt/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/pt/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/pt/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/ro/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/ro/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/ro/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/ro/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/ro/ERR_DIR_LISTING
+file path=usr/squid/share/errors/ro/ERR_DNS_FAIL
+file path=usr/squid/share/errors/ro/ERR_ESI
+file path=usr/squid/share/errors/ro/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/ro/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/ro/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/ro/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/ro/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/ro/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/ro/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/ro/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/ro/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/ro/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/ro/ERR_INVALID_REQ
+file path=usr/squid/share/errors/ro/ERR_INVALID_RESP
+file path=usr/squid/share/errors/ro/ERR_INVALID_URL
+file path=usr/squid/share/errors/ro/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/ro/ERR_NO_RELAY
+file path=usr/squid/share/errors/ro/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/ro/ERR_READ_ERROR
+file path=usr/squid/share/errors/ro/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/ro/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/ro/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/ro/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/ro/ERR_TOO_BIG
+file path=usr/squid/share/errors/ro/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/ro/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/ro/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/ro/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/ro/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/ru/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/ru/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/ru/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/ru/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/ru/ERR_DIR_LISTING
+file path=usr/squid/share/errors/ru/ERR_DNS_FAIL
+file path=usr/squid/share/errors/ru/ERR_ESI
+file path=usr/squid/share/errors/ru/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/ru/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/ru/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/ru/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/ru/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/ru/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/ru/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/ru/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/ru/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/ru/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/ru/ERR_INVALID_REQ
+file path=usr/squid/share/errors/ru/ERR_INVALID_RESP
+file path=usr/squid/share/errors/ru/ERR_INVALID_URL
+file path=usr/squid/share/errors/ru/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/ru/ERR_NO_RELAY
+file path=usr/squid/share/errors/ru/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/ru/ERR_READ_ERROR
+file path=usr/squid/share/errors/ru/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/ru/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/ru/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/ru/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/ru/ERR_TOO_BIG
+file path=usr/squid/share/errors/ru/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/ru/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/ru/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/ru/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/ru/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/sk/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/sk/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/sk/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/sk/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/sk/ERR_DIR_LISTING
+file path=usr/squid/share/errors/sk/ERR_DNS_FAIL
+file path=usr/squid/share/errors/sk/ERR_ESI
+file path=usr/squid/share/errors/sk/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/sk/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/sk/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/sk/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/sk/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/sk/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/sk/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/sk/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/sk/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/sk/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/sk/ERR_INVALID_REQ
+file path=usr/squid/share/errors/sk/ERR_INVALID_RESP
+file path=usr/squid/share/errors/sk/ERR_INVALID_URL
+file path=usr/squid/share/errors/sk/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/sk/ERR_NO_RELAY
+file path=usr/squid/share/errors/sk/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/sk/ERR_READ_ERROR
+file path=usr/squid/share/errors/sk/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/sk/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/sk/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/sk/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/sk/ERR_TOO_BIG
+file path=usr/squid/share/errors/sk/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/sk/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/sk/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/sk/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/sk/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/sr-latn/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/sr-latn/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/sr-latn/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/sr-latn/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/sr-latn/ERR_DIR_LISTING
+file path=usr/squid/share/errors/sr-latn/ERR_DNS_FAIL
+file path=usr/squid/share/errors/sr-latn/ERR_ESI
+file path=usr/squid/share/errors/sr-latn/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/sr-latn/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/sr-latn/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/sr-latn/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/sr-latn/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/sr-latn/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/sr-latn/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/sr-latn/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/sr-latn/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/sr-latn/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/sr-latn/ERR_INVALID_REQ
+file path=usr/squid/share/errors/sr-latn/ERR_INVALID_RESP
+file path=usr/squid/share/errors/sr-latn/ERR_INVALID_URL
+file path=usr/squid/share/errors/sr-latn/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/sr-latn/ERR_NO_RELAY
+file path=usr/squid/share/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/sr-latn/ERR_READ_ERROR
+file path=usr/squid/share/errors/sr-latn/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/sr-latn/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/sr-latn/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/sr-latn/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/sr-latn/ERR_TOO_BIG
+file path=usr/squid/share/errors/sr-latn/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/sr-latn/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/sr-latn/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/sr-latn/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/sr-latn/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/sv/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/sv/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/sv/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/sv/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/sv/ERR_DIR_LISTING
+file path=usr/squid/share/errors/sv/ERR_DNS_FAIL
+file path=usr/squid/share/errors/sv/ERR_ESI
+file path=usr/squid/share/errors/sv/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/sv/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/sv/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/sv/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/sv/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/sv/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/sv/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/sv/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/sv/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/sv/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/sv/ERR_INVALID_REQ
+file path=usr/squid/share/errors/sv/ERR_INVALID_RESP
+file path=usr/squid/share/errors/sv/ERR_INVALID_URL
+file path=usr/squid/share/errors/sv/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/sv/ERR_NO_RELAY
+file path=usr/squid/share/errors/sv/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/sv/ERR_READ_ERROR
+file path=usr/squid/share/errors/sv/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/sv/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/sv/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/sv/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/sv/ERR_TOO_BIG
+file path=usr/squid/share/errors/sv/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/sv/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/sv/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/sv/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/sv/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/templates/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/templates/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/templates/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/templates/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/templates/ERR_DIR_LISTING
+file path=usr/squid/share/errors/templates/ERR_DNS_FAIL
+file path=usr/squid/share/errors/templates/ERR_ESI
+file path=usr/squid/share/errors/templates/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/templates/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/templates/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/templates/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/templates/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/templates/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/templates/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/templates/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/templates/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/templates/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/templates/ERR_INVALID_REQ
+file path=usr/squid/share/errors/templates/ERR_INVALID_RESP
+file path=usr/squid/share/errors/templates/ERR_INVALID_URL
+file path=usr/squid/share/errors/templates/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/templates/ERR_NO_RELAY
+file path=usr/squid/share/errors/templates/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/templates/ERR_READ_ERROR
+file path=usr/squid/share/errors/templates/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/templates/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/templates/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/templates/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/templates/ERR_TOO_BIG
+file path=usr/squid/share/errors/templates/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/templates/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/templates/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/templates/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/templates/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/th/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/th/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/th/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/th/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/th/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/th/ERR_DIR_LISTING
+file path=usr/squid/share/errors/th/ERR_DNS_FAIL
+file path=usr/squid/share/errors/th/ERR_ESI
+file path=usr/squid/share/errors/th/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/th/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/th/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/th/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/th/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/th/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/th/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/th/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/th/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/th/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/th/ERR_INVALID_REQ
+file path=usr/squid/share/errors/th/ERR_INVALID_RESP
+file path=usr/squid/share/errors/th/ERR_INVALID_URL
+file path=usr/squid/share/errors/th/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/th/ERR_NO_RELAY
+file path=usr/squid/share/errors/th/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/th/ERR_READ_ERROR
+file path=usr/squid/share/errors/th/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/th/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/th/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/th/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/th/ERR_TOO_BIG
+file path=usr/squid/share/errors/th/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/th/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/th/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/th/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/th/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/tr/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/tr/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/tr/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/tr/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/tr/ERR_DIR_LISTING
+file path=usr/squid/share/errors/tr/ERR_DNS_FAIL
+file path=usr/squid/share/errors/tr/ERR_ESI
+file path=usr/squid/share/errors/tr/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/tr/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/tr/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/tr/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/tr/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/tr/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/tr/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/tr/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/tr/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/tr/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/tr/ERR_INVALID_REQ
+file path=usr/squid/share/errors/tr/ERR_INVALID_RESP
+file path=usr/squid/share/errors/tr/ERR_INVALID_URL
+file path=usr/squid/share/errors/tr/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/tr/ERR_NO_RELAY
+file path=usr/squid/share/errors/tr/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/tr/ERR_READ_ERROR
+file path=usr/squid/share/errors/tr/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/tr/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/tr/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/tr/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/tr/ERR_TOO_BIG
+file path=usr/squid/share/errors/tr/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/tr/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/tr/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/tr/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/tr/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/uk/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/uk/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/uk/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/uk/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/uk/ERR_DIR_LISTING
+file path=usr/squid/share/errors/uk/ERR_DNS_FAIL
+file path=usr/squid/share/errors/uk/ERR_ESI
+file path=usr/squid/share/errors/uk/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/uk/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/uk/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/uk/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/uk/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/uk/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/uk/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/uk/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/uk/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/uk/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/uk/ERR_INVALID_REQ
+file path=usr/squid/share/errors/uk/ERR_INVALID_RESP
+file path=usr/squid/share/errors/uk/ERR_INVALID_URL
+file path=usr/squid/share/errors/uk/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/uk/ERR_NO_RELAY
+file path=usr/squid/share/errors/uk/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/uk/ERR_READ_ERROR
+file path=usr/squid/share/errors/uk/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/uk/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/uk/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/uk/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/uk/ERR_TOO_BIG
+file path=usr/squid/share/errors/uk/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/uk/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/uk/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/uk/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/uk/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/uz/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/uz/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/uz/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/uz/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/uz/ERR_DIR_LISTING
+file path=usr/squid/share/errors/uz/ERR_DNS_FAIL
+file path=usr/squid/share/errors/uz/ERR_ESI
+file path=usr/squid/share/errors/uz/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/uz/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/uz/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/uz/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/uz/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/uz/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/uz/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/uz/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/uz/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/uz/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/uz/ERR_INVALID_REQ
+file path=usr/squid/share/errors/uz/ERR_INVALID_RESP
+file path=usr/squid/share/errors/uz/ERR_INVALID_URL
+file path=usr/squid/share/errors/uz/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/uz/ERR_NO_RELAY
+file path=usr/squid/share/errors/uz/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/uz/ERR_READ_ERROR
+file path=usr/squid/share/errors/uz/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/uz/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/uz/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/uz/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/uz/ERR_TOO_BIG
+file path=usr/squid/share/errors/uz/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/uz/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/uz/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/uz/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/uz/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/zh-cn/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/zh-cn/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/zh-cn/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/zh-cn/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/zh-cn/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/zh-cn/ERR_DIR_LISTING
+file path=usr/squid/share/errors/zh-cn/ERR_DNS_FAIL
+file path=usr/squid/share/errors/zh-cn/ERR_ESI
+file path=usr/squid/share/errors/zh-cn/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/zh-cn/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/zh-cn/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/zh-cn/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/zh-cn/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/zh-cn/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/zh-cn/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/zh-cn/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/zh-cn/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/zh-cn/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/zh-cn/ERR_INVALID_REQ
+file path=usr/squid/share/errors/zh-cn/ERR_INVALID_RESP
+file path=usr/squid/share/errors/zh-cn/ERR_INVALID_URL
+file path=usr/squid/share/errors/zh-cn/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/zh-cn/ERR_NO_RELAY
+file path=usr/squid/share/errors/zh-cn/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/zh-cn/ERR_READ_ERROR
+file path=usr/squid/share/errors/zh-cn/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/zh-cn/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/zh-cn/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/zh-cn/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/zh-cn/ERR_TOO_BIG
+file path=usr/squid/share/errors/zh-cn/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/zh-cn/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/zh-cn/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/zh-cn/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/zh-cn/ERR_ZERO_SIZE_OBJECT
+file path=usr/squid/share/errors/zh-tw/ERR_ACCESS_DENIED
+file path=usr/squid/share/errors/zh-tw/ERR_CACHE_ACCESS_DENIED
+file path=usr/squid/share/errors/zh-tw/ERR_CACHE_MGR_ACCESS_DENIED
+file path=usr/squid/share/errors/zh-tw/ERR_CANNOT_FORWARD
+file path=usr/squid/share/errors/zh-tw/ERR_CONNECT_FAIL
+file path=usr/squid/share/errors/zh-tw/ERR_DIR_LISTING
+file path=usr/squid/share/errors/zh-tw/ERR_DNS_FAIL
+file path=usr/squid/share/errors/zh-tw/ERR_ESI
+file path=usr/squid/share/errors/zh-tw/ERR_FORWARDING_DENIED
+file path=usr/squid/share/errors/zh-tw/ERR_FTP_DISABLED
+file path=usr/squid/share/errors/zh-tw/ERR_FTP_FAILURE
+file path=usr/squid/share/errors/zh-tw/ERR_FTP_FORBIDDEN
+file path=usr/squid/share/errors/zh-tw/ERR_FTP_NOT_FOUND
+file path=usr/squid/share/errors/zh-tw/ERR_FTP_PUT_CREATED
+file path=usr/squid/share/errors/zh-tw/ERR_FTP_PUT_ERROR
+file path=usr/squid/share/errors/zh-tw/ERR_FTP_PUT_MODIFIED
+file path=usr/squid/share/errors/zh-tw/ERR_FTP_UNAVAILABLE
+file path=usr/squid/share/errors/zh-tw/ERR_ICAP_FAILURE
+file path=usr/squid/share/errors/zh-tw/ERR_INVALID_REQ
+file path=usr/squid/share/errors/zh-tw/ERR_INVALID_RESP
+file path=usr/squid/share/errors/zh-tw/ERR_INVALID_URL
+file path=usr/squid/share/errors/zh-tw/ERR_LIFETIME_EXP
+file path=usr/squid/share/errors/zh-tw/ERR_NO_RELAY
+file path=usr/squid/share/errors/zh-tw/ERR_ONLY_IF_CACHED_MISS
+file path=usr/squid/share/errors/zh-tw/ERR_READ_ERROR
+file path=usr/squid/share/errors/zh-tw/ERR_READ_TIMEOUT
+file path=usr/squid/share/errors/zh-tw/ERR_SECURE_CONNECT_FAIL
+file path=usr/squid/share/errors/zh-tw/ERR_SHUTTING_DOWN
+file path=usr/squid/share/errors/zh-tw/ERR_SOCKET_FAILURE
+file path=usr/squid/share/errors/zh-tw/ERR_TOO_BIG
+file path=usr/squid/share/errors/zh-tw/ERR_UNSUP_HTTPVERSION
+file path=usr/squid/share/errors/zh-tw/ERR_UNSUP_REQ
+file path=usr/squid/share/errors/zh-tw/ERR_URN_RESOLVE
+file path=usr/squid/share/errors/zh-tw/ERR_WRITE_ERROR
+file path=usr/squid/share/errors/zh-tw/ERR_ZERO_SIZE_OBJECT
file path=usr/squid/share/icons/anthony-binhex.gif
file path=usr/squid/share/icons/anthony-bomb.gif
file path=usr/squid/share/icons/anthony-box.gif
@@ -1247,9 +1621,109 @@
file path=usr/squid/share/icons/anthony-xpm.gif
file path=usr/squid/share/mib.txt
legacy pkg=SUNWsquidr \
- desc="Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more (root) 2.7.STABLE9" \
+ desc="Squid Web Proxy Cache (3.1.8)" \
name="Squid Web Proxy Cache (root)"
legacy pkg=SUNWsquidu \
- desc="Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more (usr) 2.7.STABLE9" \
+ desc="Squid Web Proxy Cache (3.1.8)" \
name="Squid Web Proxy Cache (usr)"
license squid.license license=GPLv2
+link path=usr/squid/share/errors/ar-ae target=ar
+link path=usr/squid/share/errors/ar-bh target=ar
+link path=usr/squid/share/errors/ar-dz target=ar
+link path=usr/squid/share/errors/ar-eg target=ar
+link path=usr/squid/share/errors/ar-iq target=ar
+link path=usr/squid/share/errors/ar-jo target=ar
+link path=usr/squid/share/errors/ar-kw target=ar
+link path=usr/squid/share/errors/ar-lb target=ar
+link path=usr/squid/share/errors/ar-ly target=ar
+link path=usr/squid/share/errors/ar-ma target=ar
+link path=usr/squid/share/errors/ar-om target=ar
+link path=usr/squid/share/errors/ar-qa target=ar
+link path=usr/squid/share/errors/ar-sa target=ar
+link path=usr/squid/share/errors/ar-sy target=ar
+link path=usr/squid/share/errors/ar-tn target=ar
+link path=usr/squid/share/errors/ar-ye target=ar
+link path=usr/squid/share/errors/az-az target=az
+link path=usr/squid/share/errors/bg-bg target=bg
+link path=usr/squid/share/errors/cs-cz target=cs
+link path=usr/squid/share/errors/da-dk target=da
+link path=usr/squid/share/errors/de-at target=de
+link path=usr/squid/share/errors/de-ch target=de
+link path=usr/squid/share/errors/de-de target=de
+link path=usr/squid/share/errors/de-li target=de
+link path=usr/squid/share/errors/de-lu target=de
+link path=usr/squid/share/errors/el-gr target=el
+link path=usr/squid/share/errors/en-au target=en
+link path=usr/squid/share/errors/en-bz target=en
+link path=usr/squid/share/errors/en-ca target=en
+link path=usr/squid/share/errors/en-gb target=en
+link path=usr/squid/share/errors/en-ie target=en
+link path=usr/squid/share/errors/en-in target=en
+link path=usr/squid/share/errors/en-jm target=en
+link path=usr/squid/share/errors/en-nz target=en
+link path=usr/squid/share/errors/en-ph target=en
+link path=usr/squid/share/errors/en-sg target=en
+link path=usr/squid/share/errors/en-tt target=en
+link path=usr/squid/share/errors/en-uk target=en
+link path=usr/squid/share/errors/en-us target=en
+link path=usr/squid/share/errors/en-za target=en
+link path=usr/squid/share/errors/en-zw target=en
+link path=usr/squid/share/errors/es-ar target=es
+link path=usr/squid/share/errors/es-bo target=es
+link path=usr/squid/share/errors/es-cl target=es
+link path=usr/squid/share/errors/es-co target=es
+link path=usr/squid/share/errors/es-cr target=es
+link path=usr/squid/share/errors/es-do target=es
+link path=usr/squid/share/errors/es-ec target=es
+link path=usr/squid/share/errors/es-es target=es
+link path=usr/squid/share/errors/es-gt target=es
+link path=usr/squid/share/errors/es-hn target=es
+link path=usr/squid/share/errors/es-mx target=es
+link path=usr/squid/share/errors/es-ni target=es
+link path=usr/squid/share/errors/es-pa target=es
+link path=usr/squid/share/errors/es-pe target=es
+link path=usr/squid/share/errors/es-pr target=es
+link path=usr/squid/share/errors/es-py target=es
+link path=usr/squid/share/errors/es-sv target=es
+link path=usr/squid/share/errors/es-uy target=es
+link path=usr/squid/share/errors/es-ve target=es
+link path=usr/squid/share/errors/et-ee target=et
+link path=usr/squid/share/errors/fa-fa target=fa
+link path=usr/squid/share/errors/fa-ir target=fa
+link path=usr/squid/share/errors/fi-fi target=fi
+link path=usr/squid/share/errors/fr-be target=fr
+link path=usr/squid/share/errors/fr-ca target=fr
+link path=usr/squid/share/errors/fr-ch target=fr
+link path=usr/squid/share/errors/fr-fr target=fr
+link path=usr/squid/share/errors/fr-lu target=fr
+link path=usr/squid/share/errors/fr-mc target=fr
+link path=usr/squid/share/errors/he-il target=he
+link path=usr/squid/share/errors/hu-hu target=hu
+link path=usr/squid/share/errors/hy-am target=hy
+link path=usr/squid/share/errors/id-id target=id
+link path=usr/squid/share/errors/it-ch target=it
+link path=usr/squid/share/errors/it-it target=it
+link path=usr/squid/share/errors/ja-jp target=ja
+link path=usr/squid/share/errors/ko-kp target=ko
+link path=usr/squid/share/errors/ko-kr target=ko
+link path=usr/squid/share/errors/lt-lt target=lt
+link path=usr/squid/share/errors/lv-lv target=lv
+link path=usr/squid/share/errors/ms-my target=ms
+link path=usr/squid/share/errors/nl-nl target=nl
+link path=usr/squid/share/errors/pl-pl target=pl
+link path=usr/squid/share/errors/pt-pt target=pt
+link path=usr/squid/share/errors/ro-md target=ro
+link path=usr/squid/share/errors/ro-ro target=ro
+link path=usr/squid/share/errors/ru-ru target=ru
+link path=usr/squid/share/errors/sk-sk target=sk
+link path=usr/squid/share/errors/sr target=sr-latn
+link path=usr/squid/share/errors/sr-latn-cs target=sr-latn
+link path=usr/squid/share/errors/sr-sp target=sr-latn
+link path=usr/squid/share/errors/sv-fi target=sv
+link path=usr/squid/share/errors/sv-se target=sv
+link path=usr/squid/share/errors/th-th target=th
+link path=usr/squid/share/errors/tr-tr target=tr
+link path=usr/squid/share/errors/uk-ua target=uk
+link path=usr/squid/share/errors/zh-hk target=zh-tw
+link path=usr/squid/share/errors/zh-mo target=zh-tw
+link path=usr/squid/share/errors/zh-sg target=zh-cn