diff -u -r -N squid-3.4.7/cfgaux/ltmain.sh squid-3.4.8/cfgaux/ltmain.sh
--- squid-3.4.7/cfgaux/ltmain.sh	2014-08-27 07:23:06.000000000 -0700
+++ squid-3.4.8/cfgaux/ltmain.sh	2014-09-15 01:17:39.000000000 -0700
@@ -70,7 +70,7 @@
 #         compiler:		$LTCC
 #         compiler flags:		$LTCFLAGS
 #         linker:		$LD (gnu? $with_gnu_ld)
-#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.7
+#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.10
 #         automake:	$automake_version
 #         autoconf:	$autoconf_version
 #
@@ -80,7 +80,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1.7"
+VERSION="2.4.2 Debian-2.4.2-1.10"
 TIMESTAMP=""
 package_revision=1.3337
 
diff -u -r -N squid-3.4.7/ChangeLog squid-3.4.8/ChangeLog
--- squid-3.4.7/ChangeLog	2014-08-27 07:22:40.000000000 -0700
+++ squid-3.4.8/ChangeLog	2014-09-15 01:17:12.000000000 -0700
@@ -1,3 +1,8 @@
+Changes to squid-3.4.8 (15 Sep 2014):
+
+	- Fix off by one in SNMP subsystem
+	- pinger: Fix various ICMP handling issues
+
 Changes to squid-3.4.7 (28 Aug 2014):
 
 	- Regression Fix: Kerberos LDAP authorizing groups with principle subdomain
diff -u -r -N squid-3.4.7/compat/Makefile.in squid-3.4.8/compat/Makefile.in
--- squid-3.4.7/compat/Makefile.in	2014-08-27 07:23:26.000000000 -0700
+++ squid-3.4.8/compat/Makefile.in	2014-09-15 01:17:58.000000000 -0700
@@ -83,9 +83,9 @@
 build_triplet = @build@
 host_triplet = @host@
 DIST_COMMON = $(top_srcdir)/src/Common.am $(srcdir)/Makefile.in \
-	$(srcdir)/Makefile.am strtoll.c strerror.c drand48.c \
-	inet_pton.c getnameinfo.c tempnam.c inet_ntop.c psignal.c \
-	getaddrinfo.c initgroups.c $(top_srcdir)/cfgaux/depcomp \
+	$(srcdir)/Makefile.am drand48.c inet_pton.c psignal.c \
+	strtoll.c strerror.c tempnam.c initgroups.c getaddrinfo.c \
+	inet_ntop.c getnameinfo.c $(top_srcdir)/cfgaux/depcomp \
 	$(top_srcdir)/cfgaux/test-driver
 check_PROGRAMS = testPreCompiler$(EXEEXT)
 TESTS = testPreCompiler$(EXEEXT) testHeaders
diff -u -r -N squid-3.4.7/configure squid-3.4.8/configure
--- squid-3.4.7/configure	2014-08-27 07:24:14.000000000 -0700
+++ squid-3.4.8/configure	2014-09-15 01:18:44.000000000 -0700
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Revision.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Squid Web Proxy 3.4.7.
+# Generated by GNU Autoconf 2.69 for Squid Web Proxy 3.4.8.
 #
 # Report bugs to <http://bugs.squid-cache.org/>.
 #
@@ -595,8 +595,8 @@
 # Identity of this package.
 PACKAGE_NAME='Squid Web Proxy'
 PACKAGE_TARNAME='squid'
-PACKAGE_VERSION='3.4.7'
-PACKAGE_STRING='Squid Web Proxy 3.4.7'
+PACKAGE_VERSION='3.4.8'
+PACKAGE_STRING='Squid Web Proxy 3.4.8'
 PACKAGE_BUGREPORT='http://bugs.squid-cache.org/'
 PACKAGE_URL=''
 
@@ -1605,7 +1605,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Squid Web Proxy 3.4.7 to adapt to many kinds of systems.
+\`configure' configures Squid Web Proxy 3.4.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1675,7 +1675,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Squid Web Proxy 3.4.7:";;
+     short | recursive ) echo "Configuration of Squid Web Proxy 3.4.8:";;
    esac
   cat <<\_ACEOF
 
@@ -2071,7 +2071,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Squid Web Proxy configure 3.4.7
+Squid Web Proxy configure 3.4.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3175,7 +3175,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Squid Web Proxy $as_me 3.4.7, which was
+It was created by Squid Web Proxy $as_me 3.4.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4042,7 +4042,7 @@
 
 # Define the identity of the package.
  PACKAGE='squid'
- VERSION='3.4.7'
+ VERSION='3.4.8'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -34229,7 +34229,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Squid Web Proxy $as_me 3.4.7, which was
+This file was extended by Squid Web Proxy $as_me 3.4.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -34295,7 +34295,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Squid Web Proxy config.status 3.4.7
+Squid Web Proxy config.status 3.4.8
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -u -r -N squid-3.4.7/configure.ac squid-3.4.8/configure.ac
--- squid-3.4.7/configure.ac	2014-08-27 07:24:14.000000000 -0700
+++ squid-3.4.8/configure.ac	2014-09-15 01:18:43.000000000 -0700
@@ -1,4 +1,4 @@
-AC_INIT([Squid Web Proxy],[3.4.7],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.4.8],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
diff -u -r -N squid-3.4.7/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:33:19.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:27:41.000000000 -0700
@@ -23,8 +23,8 @@
 <p><b>Tydkwota oorskry.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/af/ERR_AGENT_CONFIGURE squid-3.4.8/errors/af/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/af/ERR_AGENT_CONFIGURE	2014-08-27 07:33:20.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_AGENT_CONFIGURE	2014-09-15 01:27:42.000000000 -0700
@@ -24,19 +24,19 @@
 
 <div id="firefox"> For Firefox browsers go to: <ul>
 <li>Nutsgoed -&gt; Opsies -&gt; Gevorderd -&gt; Netwerk -&gt; Verbinding</li>
-<li></li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/af/ERR_AGENT_WPAD squid-3.4.8/errors/af/ERR_AGENT_WPAD
--- squid-3.4.7/errors/af/ERR_AGENT_WPAD	2014-08-27 07:33:21.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_AGENT_WPAD	2014-09-15 01:27:43.000000000 -0700
@@ -29,14 +29,14 @@
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/af/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/af/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/af/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:33:22.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:27:44.000000000 -0700
@@ -23,9 +23,9 @@
 <p><b>Toegang tot kasgeheue geweier.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/af/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/af/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/af/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:33:23.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:27:45.000000000 -0700
@@ -23,9 +23,9 @@
 <p><b>Toegang tot kasbestuur geweier.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/af/ERR_CANNOT_FORWARD squid-3.4.8/errors/af/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/af/ERR_CANNOT_FORWARD	2014-08-27 07:33:24.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_CANNOT_FORWARD	2014-09-15 01:27:46.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Kan nie dié versoek nou aanstuur nie</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Enkele moontlike probleme is:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/af/ERR_CONFLICT_HOST squid-3.4.8/errors/af/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/af/ERR_CONFLICT_HOST	2014-08-27 07:33:25.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_CONFLICT_HOST	2014-09-15 01:27:47.000000000 -0700
@@ -20,15 +20,15 @@
 <p>Die volgende fout is teëgekom tydens verkryging van die URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Enkele moontlike probleme is:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/af/ERR_DIR_LISTING squid-3.4.8/errors/af/ERR_DIR_LISTING
--- squid-3.4.7/errors/af/ERR_DIR_LISTING	2014-08-27 07:33:27.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_DIR_LISTING	2014-09-15 01:27:49.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Gidsinhoud:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Gidslys">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Ouergids</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Ouergids</a> (<a href="/">Wortelgids</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/af/ERR_DNS_FAIL squid-3.4.8/errors/af/ERR_DNS_FAIL
--- squid-3.4.7/errors/af/ERR_DNS_FAIL	2014-08-27 07:33:28.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_DNS_FAIL	2014-09-15 01:27:50.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>Die DNS-bediener het geantwoord:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Dit beteken dat die kasbediener nie in staat was om die gasheernaam in die URL op te los nie. Kyk of die adres korrek is.</p>
diff -u -r -N squid-3.4.7/errors/af/ERR_ESI squid-3.4.8/errors/af/ERR_ESI
--- squid-3.4.7/errors/af/ERR_ESI	2014-08-27 07:33:29.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_ESI	2014-09-15 01:27:50.000000000 -0700
@@ -25,10 +25,10 @@
 
 <p>Die ESI-verwerker het geantwoord:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
 <p>U webmeester is <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/af/ERR_FORWARDING_DENIED squid-3.4.8/errors/af/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/af/ERR_FORWARDING_DENIED	2014-08-27 07:33:30.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_FORWARDING_DENIED	2014-09-15 01:27:51.000000000 -0700
@@ -23,7 +23,7 @@
 <p><b>Aanstuur geweier.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
 
diff -u -r -N squid-3.4.7/errors/af/ERR_FTP_FAILURE squid-3.4.8/errors/af/ERR_FTP_FAILURE
--- squid-3.4.7/errors/af/ERR_FTP_FAILURE	2014-08-27 07:33:32.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_FTP_FAILURE	2014-09-15 01:27:53.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid het die volgende FTP-opdrag gestuur:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Die bediener het geantwoord met:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/af/ERR_FTP_FORBIDDEN squid-3.4.8/errors/af/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/af/ERR_FTP_FORBIDDEN	2014-08-27 07:33:33.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_FTP_FORBIDDEN	2014-09-15 01:27:54.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid het die volgende FTP-opdrag gestuur:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Die bediener het geantwoord met:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/af/ERR_FTP_NOT_FOUND squid-3.4.8/errors/af/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/af/ERR_FTP_NOT_FOUND	2014-08-27 07:33:34.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_FTP_NOT_FOUND	2014-09-15 01:27:55.000000000 -0700
@@ -21,16 +21,16 @@
 
 <p>Squid het die volgende FTP-opdrag gestuur:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Die bediener het geantwoord met:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/af/ERR_FTP_PUT_ERROR squid-3.4.8/errors/af/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/af/ERR_FTP_PUT_ERROR	2014-08-27 07:33:36.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_FTP_PUT_ERROR	2014-09-15 01:27:57.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid het die volgende FTP-opdrag gestuur:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Die bediener het geantwoord met:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>Dit beteken dat die FTP-bediener dalk nie toestemming of ruimte het om die lêer te stoor nie. Kontroleer die pad, toestemmings, skyfspasie en probeer weer.</p>
diff -u -r -N squid-3.4.7/errors/af/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/af/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/af/ERR_FTP_UNAVAILABLE	2014-08-27 07:33:38.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_FTP_UNAVAILABLE	2014-09-15 01:27:59.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid het die volgende FTP-opdrag gestuur:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Die bediener het geantwoord met:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/af/ERR_GATEWAY_FAILURE squid-3.4.8/errors/af/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/af/ERR_GATEWAY_FAILURE	2014-08-27 07:33:39.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_GATEWAY_FAILURE	2014-09-15 01:28:00.000000000 -0700
@@ -20,12 +20,12 @@
 <p>Die volgende fout is teëgekom tydens verkryging van die URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/af/ERR_INVALID_REQ squid-3.4.8/errors/af/ERR_INVALID_REQ
--- squid-3.4.7/errors/af/ERR_INVALID_REQ	2014-08-27 07:33:41.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_INVALID_REQ	2014-09-15 01:28:02.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Ongeldige versoek</b>-fout is teëgekom tydens verwerking van die navraag:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Enkele moontlike probleme is:</p>
@@ -31,7 +31,7 @@
 <li><p>Navraag is te groot.</p></li>
 <li><p>"Content-Length" ontbreek vir POST- of PUT-navrae.</p></li>
 <li><p>Ongeldige karakter in gasheernaam; onderstreep word nie toegelaat nie.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/af/ERR_INVALID_RESP squid-3.4.8/errors/af/ERR_INVALID_RESP
--- squid-3.4.7/errors/af/ERR_INVALID_RESP	2014-08-27 07:33:42.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_INVALID_RESP	2014-09-15 01:28:03.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Ongeldige antwoord</b>-fout is teëgekom tydens verwerking van die navraag:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Die ontvangde HTTP-antwoordboodskap van die bediener wat gekontak is, kon nie verstaan word nie of was op 'n ander manier misvormd. Kontak die werfoperateur.</p>
diff -u -r -N squid-3.4.7/errors/af/ERR_INVALID_URL squid-3.4.8/errors/af/ERR_INVALID_URL
--- squid-3.4.7/errors/af/ERR_INVALID_URL	2014-08-27 07:33:43.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_INVALID_URL	2014-09-15 01:28:04.000000000 -0700
@@ -29,7 +29,7 @@
 <ul>
 <li><p>Ontbrekende of verkeerde toegangsprotokol (moet <q>http://</q> of soortgelyk wees)</p></li>
 <li><p>Ontbrekende gasheernaam</p></li>
-<li><p></p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
 <li><p>Ongeldige karakter in gasheernaam; onderstreep word nie toegelaat nie.</p></li>
 </ul>
 
diff -u -r -N squid-3.4.7/errors/af/ERR_NO_RELAY squid-3.4.8/errors/af/ERR_NO_RELAY
--- squid-3.4.7/errors/af/ERR_NO_RELAY	2014-08-27 07:33:45.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_NO_RELAY	2014-09-15 01:28:06.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Die volgende fout is teëgekom tydens verkryging van die URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>No Wais Relay</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/af/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/af/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/af/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:33:46.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:28:06.000000000 -0700
@@ -23,7 +23,7 @@
 <p><b>Geldige dokument is nie in die kas gevind nie, en <q>only-if-cached</q> is gespesifiseer.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/af/ERR_PRECONDITION_FAILED squid-3.4.8/errors/af/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/af/ERR_PRECONDITION_FAILED	2014-08-27 07:33:47.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_PRECONDITION_FAILED	2014-09-15 01:28:07.000000000 -0700
@@ -20,12 +20,12 @@
 <p>Die volgende fout is teëgekom tydens verkryging van die URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/af/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/af/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/af/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:33:50.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:28:10.000000000 -0700
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/af/ERR_TOO_BIG squid-3.4.8/errors/af/ERR_TOO_BIG
--- squid-3.4.7/errors/af/ERR_TOO_BIG	2014-08-27 07:33:52.000000000 -0700
+++ squid-3.4.8/errors/af/ERR_TOO_BIG	2014-09-15 01:28:13.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>Indien u 'n POST- of PUT-navraag maak, is die item wat u probeer oplaai te groot.</p>
 <p>Indien u 'n GET-navraag maak, is die item wat u probeer aflaai te groot.</p>
-<p></p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Die kasbediener se administrateur is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ar/ERR_ACCESS_DENIED squid-3.4.8/errors/ar/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/ar/ERR_ACCESS_DENIED	2014-08-27 07:33:58.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_ACCESS_DENIED	2014-09-15 01:28:18.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
  %l
 
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Access Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:34:00.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:28:19.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,27 +12,27 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_AGENT_CONFIGURE squid-3.4.8/errors/ar/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/ar/ERR_AGENT_CONFIGURE	2014-08-27 07:34:01.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_AGENT_CONFIGURE	2014-09-15 01:28:20.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_AGENT_WPAD squid-3.4.8/errors/ar/ERR_AGENT_WPAD
--- squid-3.4.7/errors/ar/ERR_AGENT_WPAD	2014-08-27 07:34:02.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_AGENT_WPAD	2014-09-15 01:28:21.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/ar/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/ar/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:34:03.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:28:22.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,27 +12,27 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>Cache Access Denied.</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cache Access Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself.</p>
 
 <br>
 </div>
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:34:04.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:28:23.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,27 +12,27 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>Cache Manager Access Denied.</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cache Manager Access Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_CANNOT_FORWARD squid-3.4.8/errors/ar/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/ar/ERR_CANNOT_FORWARD	2014-08-27 07:34:05.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_CANNOT_FORWARD	2014-09-15 01:28:24.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,34 +12,34 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to forward this request at this time.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_CONFLICT_HOST squid-3.4.8/errors/ar/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/ar/ERR_CONFLICT_HOST	2014-08-27 07:34:05.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_CONFLICT_HOST	2014-09-15 01:28:25.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,32 +12,32 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_CONNECT_FAIL squid-3.4.8/errors/ar/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/ar/ERR_CONNECT_FAIL	2014-08-27 07:34:06.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_CONNECT_FAIL	2014-09-15 01:28:25.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,29 +12,29 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_DIR_LISTING squid-3.4.8/errors/ar/ERR_DIR_LISTING
--- squid-3.4.7/errors/ar/ERR_DIR_LISTING	2014-08-27 07:34:07.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_DIR_LISTING	2014-09-15 01:28:26.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_DNS_FAIL squid-3.4.8/errors/ar/ERR_DNS_FAIL
--- squid-3.4.7/errors/ar/ERR_DNS_FAIL	2014-08-27 07:34:08.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_DNS_FAIL	2014-09-15 01:28:27.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to determine IP address from host name <q>%H</q></b></p>
 </blockquote>
 
-<p></p>
+<p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_ESI squid-3.4.8/errors/ar/ERR_ESI
--- squid-3.4.7/errors/ar/ERR_ESI	2014-08-27 07:34:09.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_ESI	2014-09-15 01:28:28.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_FORWARDING_DENIED squid-3.4.8/errors/ar/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/ar/ERR_FORWARDING_DENIED	2014-08-27 07:34:10.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_FORWARDING_DENIED	2014-09-15 01:28:29.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,27 +12,27 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Forwarding Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_FTP_DISABLED squid-3.4.8/errors/ar/ERR_FTP_DISABLED
--- squid-3.4.7/errors/ar/ERR_FTP_DISABLED	2014-08-27 07:34:11.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_FTP_DISABLED	2014-09-15 01:28:30.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,27 +12,27 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>FTP is Disabled</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache does not support FTP.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_FTP_FAILURE squid-3.4.8/errors/ar/ERR_FTP_FAILURE
--- squid-3.4.7/errors/ar/ERR_FTP_FAILURE	2014-08-27 07:34:12.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_FTP_FAILURE	2014-09-15 01:28:31.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_FTP_FORBIDDEN squid-3.4.8/errors/ar/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/ar/ERR_FTP_FORBIDDEN	2014-08-27 07:34:13.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_FTP_FORBIDDEN	2014-09-15 01:28:32.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_FTP_NOT_FOUND squid-3.4.8/errors/ar/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/ar/ERR_FTP_NOT_FOUND	2014-08-27 07:34:14.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_FTP_NOT_FOUND	2014-09-15 01:28:32.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,33 +12,33 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_FTP_PUT_CREATED squid-3.4.8/errors/ar/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/ar/ERR_FTP_PUT_CREATED	2014-08-27 07:34:15.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_FTP_PUT_CREATED	2014-09-15 01:28:33.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,8 +11,8 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1 id="ftpsuccess"></h1>
-<h2></h2>
+<h1 id="ftpsuccess">Operation successful</h1>
+<h2>File created</h2>
 </div>
 <hr>
 
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_FTP_PUT_ERROR squid-3.4.8/errors/ar/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/ar/ERR_FTP_PUT_ERROR	2014-08-27 07:34:16.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_FTP_PUT_ERROR	2014-09-15 01:28:34.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,32 +12,32 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>FTP PUT upload failed</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/ar/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/ar/ERR_FTP_PUT_MODIFIED	2014-08-27 07:34:17.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_FTP_PUT_MODIFIED	2014-09-15 01:28:35.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,8 +11,8 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1 id="ftpsuccess"></h1>
-<h2></h2>
+<h1 id="ftpsuccess">Operation successful</h1>
+<h2>File updated</h2>
 </div>
 <hr>
 
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/ar/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/ar/ERR_FTP_UNAVAILABLE	2014-08-27 07:34:18.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_FTP_UNAVAILABLE	2014-09-15 01:28:36.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,32 +12,32 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_GATEWAY_FAILURE squid-3.4.8/errors/ar/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/ar/ERR_GATEWAY_FAILURE	2014-08-27 07:34:19.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_GATEWAY_FAILURE	2014-09-15 01:28:37.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,28 +12,28 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_ICAP_FAILURE squid-3.4.8/errors/ar/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/ar/ERR_ICAP_FAILURE	2014-08-27 07:34:20.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_ICAP_FAILURE	2014-09-15 01:28:38.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,25 +12,25 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_INVALID_REQ squid-3.4.8/errors/ar/ERR_INVALID_REQ
--- squid-3.4.7/errors/ar/ERR_INVALID_REQ	2014-08-27 07:34:21.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_INVALID_REQ	2014-09-15 01:28:39.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,29 +12,29 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li id="missing-method"><p></p></li>
-<li id="missing-url"><p></p></li>
-<li id="missing-protocol"><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li id="missing-method"><p>Missing or unknown request method.</p></li>
+<li id="missing-url"><p>Missing URL.</p></li>
+<li id="missing-protocol"><p>Missing HTTP Identifier (HTTP/1.0).</p></li>
+<li><p>Request is too large.</p></li>
+<li><p>Content-Length missing for POST or PUT requests.</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_INVALID_RESP squid-3.4.8/errors/ar/ERR_INVALID_RESP
--- squid-3.4.7/errors/ar/ERR_INVALID_RESP	2014-08-27 07:34:22.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_INVALID_RESP	2014-09-15 01:28:40.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,28 +12,28 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_INVALID_URL squid-3.4.8/errors/ar/ERR_INVALID_URL
--- squid-3.4.7/errors/ar/ERR_INVALID_URL	2014-08-27 07:34:23.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_INVALID_URL	2014-09-15 01:28:40.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,34 +12,34 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>مسار غير صحيح</b></p>
 </blockquote>
 
-<p></p>
+<p>Some aspect of the requested URL is incorrect.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>
+<li><p>Missing hostname</p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_LIFETIME_EXP squid-3.4.8/errors/ar/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/ar/ERR_LIFETIME_EXP	2014-08-27 07:34:24.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_LIFETIME_EXP	2014-09-15 01:28:41.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection Lifetime Expired</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_NO_RELAY squid-3.4.8/errors/ar/ERR_NO_RELAY
--- squid-3.4.7/errors/ar/ERR_NO_RELAY	2014-08-27 07:34:25.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_NO_RELAY	2014-09-15 01:28:42.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>No Wais Relay</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/ar/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/ar/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:34:26.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:28:43.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_PRECONDITION_FAILED squid-3.4.8/errors/ar/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/ar/ERR_PRECONDITION_FAILED	2014-08-27 07:34:27.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_PRECONDITION_FAILED	2014-09-15 01:28:44.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_READ_ERROR squid-3.4.8/errors/ar/ERR_READ_ERROR
--- squid-3.4.7/errors/ar/ERR_READ_ERROR	2014-08-27 07:34:28.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_READ_ERROR	2014-09-15 01:28:45.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,28 +12,28 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>خطأ قراءة</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_READ_TIMEOUT squid-3.4.8/errors/ar/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/ar/ERR_READ_TIMEOUT	2014-08-27 07:34:29.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_READ_TIMEOUT	2014-09-15 01:28:46.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,28 +12,28 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Timeout</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/ar/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/ar/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:34:30.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:28:47.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,15 +12,15 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,15 +31,15 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_SHUTTING_DOWN squid-3.4.8/errors/ar/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/ar/ERR_SHUTTING_DOWN	2014-08-27 07:34:31.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_SHUTTING_DOWN	2014-09-15 01:28:48.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_SOCKET_FAILURE squid-3.4.8/errors/ar/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/ar/ERR_SOCKET_FAILURE	2014-08-27 07:34:32.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_SOCKET_FAILURE	2014-09-15 01:28:48.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,28 +12,28 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Socket Failure</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_TOO_BIG squid-3.4.8/errors/ar/ERR_TOO_BIG
--- squid-3.4.7/errors/ar/ERR_TOO_BIG	2014-08-27 07:34:33.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_TOO_BIG	2014-09-15 01:28:49.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,28 +12,28 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/ar/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/ar/ERR_UNSUP_HTTPVERSION	2014-08-27 07:34:34.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_UNSUP_HTTPVERSION	2014-09-15 01:28:50.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_UNSUP_REQ squid-3.4.8/errors/ar/ERR_UNSUP_REQ
--- squid-3.4.7/errors/ar/ERR_UNSUP_REQ	2014-08-27 07:34:35.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_UNSUP_REQ	2014-09-15 01:28:51.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported Request Method and Protocol</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_URN_RESOLVE squid-3.4.8/errors/ar/ERR_URN_RESOLVE
--- squid-3.4.7/errors/ar/ERR_URN_RESOLVE	2014-08-27 07:34:36.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_URN_RESOLVE	2014-09-15 01:28:52.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>A URL for the requested URN could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cannot Resolve URN</b></p>
 </blockquote>
 
-<p></p>
+<p>Hey, don't expect too much from URNs on %T :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_WRITE_ERROR squid-3.4.8/errors/ar/ERR_WRITE_ERROR
--- squid-3.4.7/errors/ar/ERR_WRITE_ERROR	2014-08-27 07:34:37.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_WRITE_ERROR	2014-09-15 01:28:53.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,28 +12,28 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>خطأ كتابة</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ar/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/ar/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/ar/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:34:38.000000000 -0700
+++ squid-3.4.8/errors/ar/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:28:54.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطأ</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Zero Sized Reply</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid did not receive any data for this request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_ACCESS_DENIED squid-3.4.8/errors/az/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/az/ERR_ACCESS_DENIED	2014-08-27 07:34:39.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_ACCESS_DENIED	2014-09-15 01:28:55.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Giriş qadağandır.</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:34:40.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:28:56.000000000 -0700
@@ -17,13 +17,13 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_AGENT_CONFIGURE squid-3.4.8/errors/az/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/az/ERR_AGENT_CONFIGURE	2014-08-27 07:34:41.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_AGENT_CONFIGURE	2014-09-15 01:28:57.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>SƏHV</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_AGENT_WPAD squid-3.4.8/errors/az/ERR_AGENT_WPAD
--- squid-3.4.7/errors/az/ERR_AGENT_WPAD	2014-08-27 07:34:42.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_AGENT_WPAD	2014-09-15 01:28:57.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>SƏHV</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/az/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/az/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:34:43.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:28:58.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Keşdən istifadə qadağandır</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/az/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/az/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:34:44.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:28:59.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Keş idarəetməsinə giriş qadağandır</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_CANNOT_FORWARD squid-3.4.8/errors/az/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/az/ERR_CANNOT_FORWARD	2014-08-27 07:34:45.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_CANNOT_FORWARD	2014-09-15 01:29:00.000000000 -0700
@@ -17,19 +17,19 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Hal-hazırda sorğunuzu yönlədirmək mümkün deyildir.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Mümkün probleml�^�rd�^�n b�^�zil�^�ri:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_CONFLICT_HOST squid-3.4.8/errors/az/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/az/ERR_CONFLICT_HOST	2014-08-27 07:34:46.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_CONFLICT_HOST	2014-09-15 01:29:01.000000000 -0700
@@ -17,18 +17,18 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Mümkün probleml�^�rd�^�n b�^�zil�^�ri:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_CONNECT_FAIL squid-3.4.8/errors/az/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/az/ERR_CONNECT_FAIL	2014-08-27 07:34:47.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_CONNECT_FAIL	2014-09-15 01:29:02.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
 <p id="sysmsg">Sistemdən gələn cavab: <i>%E</i></p>
@@ -34,7 +34,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_DIR_LISTING squid-3.4.8/errors/az/ERR_DIR_LISTING
--- squid-3.4.7/errors/az/ERR_DIR_LISTING	2014-08-27 07:34:48.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_DIR_LISTING	2014-09-15 01:29:03.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
@@ -19,13 +19,13 @@
 <h4>Direktoriyanın m�^�zmunu</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Ana direktoriya</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_DNS_FAIL squid-3.4.8/errors/az/ERR_DNS_FAIL
--- squid-3.4.7/errors/az/ERR_DNS_FAIL	2014-08-27 07:34:49.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_DNS_FAIL	2014-09-15 01:29:04.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Uzaqda yerləşən kompyuterin İP adresini təyin mumkun olmadı <q>%H</q></b></p>
@@ -25,7 +25,7 @@
 
 <p>DNS serverin cavabı:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Bu o deməkdir ki keş URL-də göstərilmiş serveri təyin edə bilmir. Adresin düzgün yazıldığını yoxlayın.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_ESI squid-3.4.8/errors/az/ERR_ESI
--- squid-3.4.7/errors/az/ERR_ESI	2014-08-27 07:34:50.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_ESI	2014-09-15 01:29:05.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_FORWARDING_DENIED squid-3.4.8/errors/az/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/az/ERR_FORWARDING_DENIED	2014-08-27 07:34:51.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_FORWARDING_DENIED	2014-09-15 01:29:05.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Yönləndirmə qadağandır.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_FTP_DISABLED squid-3.4.8/errors/az/ERR_FTP_DISABLED
--- squid-3.4.7/errors/az/ERR_FTP_DISABLED	2014-08-27 07:34:51.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_FTP_DISABLED	2014-09-15 01:29:06.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP protokolu qadağandır</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_FTP_FAILURE squid-3.4.8/errors/az/ERR_FTP_FAILURE
--- squid-3.4.7/errors/az/ERR_FTP_FAILURE	2014-08-27 07:34:52.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_FTP_FAILURE	2014-09-15 01:29:07.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_FTP_FORBIDDEN squid-3.4.8/errors/az/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/az/ERR_FTP_FORBIDDEN	2014-08-27 07:34:53.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_FTP_FORBIDDEN	2014-09-15 01:29:08.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_FTP_NOT_FOUND squid-3.4.8/errors/az/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/az/ERR_FTP_NOT_FOUND	2014-08-27 07:34:54.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_FTP_NOT_FOUND	2014-09-15 01:29:09.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
 <p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_FTP_PUT_CREATED squid-3.4.8/errors/az/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/az/ERR_FTP_PUT_CREATED	2014-08-27 07:34:55.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_FTP_PUT_CREATED	2014-09-15 01:29:10.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_FTP_PUT_ERROR squid-3.4.8/errors/az/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/az/ERR_FTP_PUT_ERROR	2014-08-27 07:34:56.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_FTP_PUT_ERROR	2014-09-15 01:29:11.000000000 -0700
@@ -21,15 +21,15 @@
 
 <p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/az/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/az/ERR_FTP_PUT_MODIFIED	2014-08-27 07:34:57.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_FTP_PUT_MODIFIED	2014-09-15 01:29:12.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/az/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/az/ERR_FTP_UNAVAILABLE	2014-08-27 07:34:58.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_FTP_UNAVAILABLE	2014-09-15 01:29:12.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid sent the following FTP command:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_GATEWAY_FAILURE squid-3.4.8/errors/az/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/az/ERR_GATEWAY_FAILURE	2014-08-27 07:34:59.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_GATEWAY_FAILURE	2014-09-15 01:29:13.000000000 -0700
@@ -17,13 +17,13 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_ICAP_FAILURE squid-3.4.8/errors/az/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/az/ERR_ICAP_FAILURE	2014-08-27 07:35:00.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_ICAP_FAILURE	2014-09-15 01:29:14.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>İCAP protokol s�^�hvi</b></p>
@@ -25,12 +25,12 @@
 
 <p id="sysmsg">Sistemdən gələn cavab: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Mümkün probleml�^�rd�^�n b�^�zil�^�ri:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_INVALID_REQ squid-3.4.8/errors/az/ERR_INVALID_REQ
--- squid-3.4.7/errors/az/ERR_INVALID_REQ	2014-08-27 07:35:01.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_INVALID_REQ	2014-09-15 01:29:15.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Mümkün probleml�^�rd�^�n b�^�zil�^�ri:</p>
@@ -31,7 +31,7 @@
 <li><p>Sorğu həddən ziyadə böyükdür.</p></li>
 <li><p>POST və PUT sorğuları üçün Content-Length göstərilməmişdir</p></li>
 <li><p>Server adında qadağan edilmiş simvol; altxətt yol verilməzdir.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_INVALID_RESP squid-3.4.8/errors/az/ERR_INVALID_RESP
--- squid-3.4.7/errors/az/ERR_INVALID_RESP	2014-08-27 07:35:02.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_INVALID_RESP	2014-09-15 01:29:16.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Serverd�^�n gönd�^�rilmi�^� HTTP cavab mesajı s�^�hvdir v�^� ya s�^�hv formala�^�ıb. Xahi�^� edirik sayt operatoru il�^� �^�laq�^� saxlayın</p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_INVALID_URL squid-3.4.8/errors/az/ERR_INVALID_URL
--- squid-3.4.7/errors/az/ERR_INVALID_URL	2014-08-27 07:35:03.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_INVALID_URL	2014-09-15 01:29:17.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Invalid URL</b></p>
@@ -29,7 +29,7 @@
 <ul>
 <li><p>Giriş protokol yoxdur və ya səhvdir (<q>http://</q> və ya oxşar olmalıdır)</p></li>
 <li><p>Server adı yoxdur</p></li>
-<li><p></p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
 <li><p>Server adında qadağan edilmiş simvol; altxətt yol verilməzdir.</p></li>
 </ul>
 
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_LIFETIME_EXP squid-3.4.8/errors/az/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/az/ERR_LIFETIME_EXP	2014-08-27 07:35:04.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_LIFETIME_EXP	2014-09-15 01:29:18.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Qoşulma müddəti bitdi</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_NO_RELAY squid-3.4.8/errors/az/ERR_NO_RELAY
--- squid-3.4.7/errors/az/ERR_NO_RELAY	2014-08-27 07:35:05.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_NO_RELAY	2014-09-15 01:29:19.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Wais ötürücü təyin edilməmişdir</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/az/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/az/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:35:06.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:29:20.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Obyekt keşdə tapılmadı və <q>only-if-cached</q> əmri təyin olunmuşdur.</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_PRECONDITION_FAILED squid-3.4.8/errors/az/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/az/ERR_PRECONDITION_FAILED	2014-08-27 07:35:06.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_PRECONDITION_FAILED	2014-09-15 01:29:20.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_READ_ERROR squid-3.4.8/errors/az/ERR_READ_ERROR
--- squid-3.4.7/errors/az/ERR_READ_ERROR	2014-08-27 07:35:07.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_READ_ERROR	2014-09-15 01:29:21.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Oxunma səhvi</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_READ_TIMEOUT squid-3.4.8/errors/az/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/az/ERR_READ_TIMEOUT	2014-08-27 07:35:08.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_READ_TIMEOUT	2014-09-15 01:29:22.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Gözləmə müddəti bitmişdir</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/az/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/az/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:35:09.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:29:23.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_SHUTTING_DOWN squid-3.4.8/errors/az/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/az/ERR_SHUTTING_DOWN	2014-08-27 07:35:10.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_SHUTTING_DOWN	2014-09-15 01:29:24.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
@@ -27,7 +27,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_SOCKET_FAILURE squid-3.4.8/errors/az/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/az/ERR_SOCKET_FAILURE	2014-08-27 07:35:11.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_SOCKET_FAILURE	2014-09-15 01:29:25.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Socket Failure</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_TOO_BIG squid-3.4.8/errors/az/ERR_TOO_BIG
--- squid-3.4.7/errors/az/ERR_TOO_BIG	2014-08-27 07:35:12.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_TOO_BIG	2014-09-15 01:29:26.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Sorğu və ya cavab həddən ziyadə böyükdür.</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/az/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/az/ERR_UNSUP_HTTPVERSION	2014-08-27 07:35:13.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_UNSUP_HTTPVERSION	2014-09-15 01:29:27.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>SƏHV</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_UNSUP_REQ squid-3.4.8/errors/az/ERR_UNSUP_REQ
--- squid-3.4.7/errors/az/ERR_UNSUP_REQ	2014-08-27 07:35:14.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_UNSUP_REQ	2014-09-15 01:29:28.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Dəstəklənməyən sorğu metodu və protokol</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_URN_RESOLVE squid-3.4.8/errors/az/ERR_URN_RESOLVE
--- squid-3.4.7/errors/az/ERR_URN_RESOLVE	2014-08-27 07:35:15.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_URN_RESOLVE	2014-09-15 01:29:28.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>URN tapılmadı</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_WRITE_ERROR squid-3.4.8/errors/az/ERR_WRITE_ERROR
--- squid-3.4.7/errors/az/ERR_WRITE_ERROR	2014-08-27 07:35:16.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_WRITE_ERROR	2014-09-15 01:29:29.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Yazma səhvi</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/az/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/az/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/az/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:35:17.000000000 -0700
+++ squid-3.4.8/errors/az/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:29:30.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Sıfır Uzunluqlu Cavab</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:35:19.000000000 -0700
+++ squid-3.4.8/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:29:32.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Възникна следната грешка при опит за достъп до: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>Тези ограничения са поставени от Интернет доставчика, който администрира този кеш сървър. Ако считате това за неправилно, моля обърнете се към администратора.</p>
 
 <p>Вашият кеш администратор е <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/bg/ERR_AGENT_CONFIGURE squid-3.4.8/errors/bg/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/bg/ERR_AGENT_CONFIGURE	2014-08-27 07:35:20.000000000 -0700
+++ squid-3.4.8/errors/bg/ERR_AGENT_CONFIGURE	2014-09-15 01:29:33.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ГРЕШКА</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>Как да намерите тези настройки на Вашия браузер:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
@@ -35,7 +35,7 @@
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-3.4.7/errors/bg/ERR_AGENT_WPAD squid-3.4.8/errors/bg/ERR_AGENT_WPAD
--- squid-3.4.7/errors/bg/ERR_AGENT_WPAD	2014-08-27 07:35:21.000000000 -0700
+++ squid-3.4.8/errors/bg/ERR_AGENT_WPAD	2014-09-15 01:29:34.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ГРЕШКА</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>Как да намерите тези настройки на Вашия браузер:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
@@ -35,7 +35,7 @@
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Изберете Използване на Автоматично конфигуриране на прокси сървър.</li>
 </ul>
 </div>
diff -u -r -N squid-3.4.7/errors/bg/ERR_CANNOT_FORWARD squid-3.4.8/errors/bg/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/bg/ERR_CANNOT_FORWARD	2014-08-27 07:35:24.000000000 -0700
+++ squid-3.4.8/errors/bg/ERR_CANNOT_FORWARD	2014-09-15 01:29:37.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Заявката не може да бъде пренасочена в този момент.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Възможни грешки:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Вашият кеш администратор е <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/bg/ERR_CONFLICT_HOST squid-3.4.8/errors/bg/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/bg/ERR_CONFLICT_HOST	2014-08-27 07:35:25.000000000 -0700
+++ squid-3.4.8/errors/bg/ERR_CONFLICT_HOST	2014-09-15 01:29:37.000000000 -0700
@@ -20,15 +20,15 @@
 <p>Възникна следната грешка при опит за достъп до: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Възможни грешки:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Вашият кеш администратор е <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/bg/ERR_DIR_LISTING squid-3.4.8/errors/bg/ERR_DIR_LISTING
--- squid-3.4.7/errors/bg/ERR_DIR_LISTING	2014-08-27 07:35:27.000000000 -0700
+++ squid-3.4.8/errors/bg/ERR_DIR_LISTING	2014-09-15 01:29:39.000000000 -0700
@@ -25,7 +25,7 @@
 <table id="dirlisting" summary="Извличане съдържанието на директорията">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Горна директория</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Горна директория</a> (<a href="/">Главна директория</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/bg/ERR_GATEWAY_FAILURE squid-3.4.8/errors/bg/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/bg/ERR_GATEWAY_FAILURE	2014-08-27 07:35:39.000000000 -0700
+++ squid-3.4.8/errors/bg/ERR_GATEWAY_FAILURE	2014-09-15 01:29:50.000000000 -0700
@@ -20,7 +20,7 @@
 <p>Възникна следната грешка при опит за достъп до: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
 <p>Непоправима софтуерна грешка или проблем в конфигурацията не позволява тази заявка да бъде завършена.</p>
diff -u -r -N squid-3.4.7/errors/bg/ERR_INVALID_REQ squid-3.4.8/errors/bg/ERR_INVALID_REQ
--- squid-3.4.7/errors/bg/ERR_INVALID_REQ	2014-08-27 07:35:41.000000000 -0700
+++ squid-3.4.8/errors/bg/ERR_INVALID_REQ	2014-09-15 01:29:52.000000000 -0700
@@ -31,7 +31,7 @@
 <li><p>Заявката е прекалено голяма.</p></li>
 <li><p>Липсващо поле Content-Length за заявка от тип POST или PUT.</p></li>
 <li><p>Невалиден символ в името на сървъра (напр. символът за подчертаване е недопустим)</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Вашият кеш администратор е <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/bg/ERR_PRECONDITION_FAILED squid-3.4.8/errors/bg/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/bg/ERR_PRECONDITION_FAILED	2014-08-27 07:35:46.000000000 -0700
+++ squid-3.4.8/errors/bg/ERR_PRECONDITION_FAILED	2014-09-15 01:29:57.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Възникна следната грешка при опит за достъп до: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
     <p>Поне едно необходимо условие, указано от клиента в хедъра на заявката, не е изпълнено.</p>
 </blockquote>
diff -u -r -N squid-3.4.7/errors/ca/ERR_ACCESS_DENIED squid-3.4.8/errors/ca/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/ca/ERR_ACCESS_DENIED	2014-08-27 07:35:58.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_ACCESS_DENIED	2014-09-15 01:30:08.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Acc&eacute;s no autoritzat.</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:35:59.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:30:09.000000000 -0700
@@ -17,13 +17,13 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_AGENT_CONFIGURE squid-3.4.8/errors/ca/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/ca/ERR_AGENT_CONFIGURE	2014-08-27 07:36:00.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_AGENT_CONFIGURE	2014-09-15 01:30:10.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERROR</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_AGENT_WPAD squid-3.4.8/errors/ca/ERR_AGENT_WPAD
--- squid-3.4.7/errors/ca/ERR_AGENT_WPAD	2014-08-27 07:36:01.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_AGENT_WPAD	2014-09-15 01:30:11.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERROR</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/ca/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/ca/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:36:02.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:30:12.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Acc&eacute;s denegat a la cache</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:36:03.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:30:13.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Acc&eacute;s denegat a l'administraci&oacute; de la cache.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_CANNOT_FORWARD squid-3.4.8/errors/ca/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/ca/ERR_CANNOT_FORWARD	2014-08-27 07:36:04.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_CANNOT_FORWARD	2014-09-15 01:30:13.000000000 -0700
@@ -17,19 +17,19 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>No ha estat possible de reenviar aquesta petici&oacute;.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_CONFLICT_HOST squid-3.4.8/errors/ca/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/ca/ERR_CONFLICT_HOST	2014-08-27 07:36:05.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_CONFLICT_HOST	2014-09-15 01:30:14.000000000 -0700
@@ -17,18 +17,18 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_CONNECT_FAIL squid-3.4.8/errors/ca/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/ca/ERR_CONNECT_FAIL	2014-08-27 07:36:05.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_CONNECT_FAIL	2014-09-15 01:30:15.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
 <p id="sysmsg">El sistema diu: <i>%E</i></p>
@@ -34,7 +34,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_DIR_LISTING squid-3.4.8/errors/ca/ERR_DIR_LISTING
--- squid-3.4.7/errors/ca/ERR_DIR_LISTING	2014-08-27 07:36:07.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_DIR_LISTING	2014-09-15 01:30:16.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_DNS_FAIL squid-3.4.8/errors/ca/ERR_DNS_FAIL
--- squid-3.4.7/errors/ca/ERR_DNS_FAIL	2014-08-27 07:36:08.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_DNS_FAIL	2014-09-15 01:30:17.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>No ha estat possible determinar l'adre&ccedil;a IP del servidor <q>%H</q></b></p>
@@ -25,7 +25,7 @@
 
 <p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_ESI squid-3.4.8/errors/ca/ERR_ESI
--- squid-3.4.7/errors/ca/ERR_ESI	2014-08-27 07:36:09.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_ESI	2014-09-15 01:30:18.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_FORWARDING_DENIED squid-3.4.8/errors/ca/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/ca/ERR_FORWARDING_DENIED	2014-08-27 07:36:10.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_FORWARDING_DENIED	2014-09-15 01:30:19.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Reenviament denegat.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_FTP_DISABLED squid-3.4.8/errors/ca/ERR_FTP_DISABLED
--- squid-3.4.7/errors/ca/ERR_FTP_DISABLED	2014-08-27 07:36:11.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_FTP_DISABLED	2014-09-15 01:30:20.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>El protocol FTP est&agrave; deshabilitat.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_FTP_FAILURE squid-3.4.8/errors/ca/ERR_FTP_FAILURE
--- squid-3.4.7/errors/ca/ERR_FTP_FAILURE	2014-08-27 07:36:12.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_FTP_FAILURE	2014-09-15 01:30:21.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_FTP_FORBIDDEN squid-3.4.8/errors/ca/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/ca/ERR_FTP_FORBIDDEN	2014-08-27 07:36:12.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_FTP_FORBIDDEN	2014-09-15 01:30:21.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_FTP_NOT_FOUND squid-3.4.8/errors/ca/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/ca/ERR_FTP_NOT_FOUND	2014-08-27 07:36:13.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_FTP_NOT_FOUND	2014-09-15 01:30:22.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
 <p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_FTP_PUT_CREATED squid-3.4.8/errors/ca/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/ca/ERR_FTP_PUT_CREATED	2014-08-27 07:36:14.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_FTP_PUT_CREATED	2014-09-15 01:30:23.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_FTP_PUT_ERROR squid-3.4.8/errors/ca/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/ca/ERR_FTP_PUT_ERROR	2014-08-27 07:36:15.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_FTP_PUT_ERROR	2014-09-15 01:30:24.000000000 -0700
@@ -21,15 +21,15 @@
 
 <p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/ca/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/ca/ERR_FTP_PUT_MODIFIED	2014-08-27 07:36:16.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_FTP_PUT_MODIFIED	2014-09-15 01:30:25.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/ca/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/ca/ERR_FTP_UNAVAILABLE	2014-08-27 07:36:17.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_FTP_UNAVAILABLE	2014-09-15 01:30:26.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid sent the following FTP command:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_GATEWAY_FAILURE squid-3.4.8/errors/ca/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/ca/ERR_GATEWAY_FAILURE	2014-08-27 07:36:18.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_GATEWAY_FAILURE	2014-09-15 01:30:27.000000000 -0700
@@ -17,13 +17,13 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_ICAP_FAILURE squid-3.4.8/errors/ca/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/ca/ERR_ICAP_FAILURE	2014-08-27 07:36:19.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_ICAP_FAILURE	2014-09-15 01:30:28.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">El sistema diu: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_INVALID_REQ squid-3.4.8/errors/ca/ERR_INVALID_REQ
--- squid-3.4.7/errors/ca/ERR_INVALID_REQ	2014-08-27 07:36:20.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_INVALID_REQ	2014-09-15 01:30:29.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Some possible problems are:</p>
@@ -31,7 +31,7 @@
 <li><p>La petici&ocute; &eacute;s massa llarga.</p></li>
 <li><p>Falta el camp <q>Content-Length</q>.</p></li>
 <li><p>Car&agrave;cter no perm&egrave;s en el nom del servidor.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_INVALID_RESP squid-3.4.8/errors/ca/ERR_INVALID_RESP
--- squid-3.4.7/errors/ca/ERR_INVALID_RESP	2014-08-27 07:36:21.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_INVALID_RESP	2014-09-15 01:30:30.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_INVALID_URL squid-3.4.8/errors/ca/ERR_INVALID_URL
--- squid-3.4.7/errors/ca/ERR_INVALID_URL	2014-08-27 07:36:22.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_INVALID_URL	2014-09-15 01:30:30.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>URL incorrecte.</b></p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_LIFETIME_EXP squid-3.4.8/errors/ca/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/ca/ERR_LIFETIME_EXP	2014-08-27 07:36:23.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_LIFETIME_EXP	2014-09-15 01:30:31.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>La connexi&oacute; ha excedit el temps m&agrave;xim</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_NO_RELAY squid-3.4.8/errors/ca/ERR_NO_RELAY
--- squid-3.4.7/errors/ca/ERR_NO_RELAY	2014-08-27 07:36:24.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_NO_RELAY	2014-09-15 01:30:32.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>No hi ha reenviament de protocol WAIS</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/ca/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/ca/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:36:25.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:30:33.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>S'ha especificat una directiva <q>only-if-cached</q> i no s'ha trobat un document v&agrave;lid a la cache.</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_PRECONDITION_FAILED squid-3.4.8/errors/ca/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/ca/ERR_PRECONDITION_FAILED	2014-08-27 07:36:26.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_PRECONDITION_FAILED	2014-09-15 01:30:34.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_READ_ERROR squid-3.4.8/errors/ca/ERR_READ_ERROR
--- squid-3.4.7/errors/ca/ERR_READ_ERROR	2014-08-27 07:36:27.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_READ_ERROR	2014-09-15 01:30:35.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Error de lectura</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_READ_TIMEOUT squid-3.4.8/errors/ca/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/ca/ERR_READ_TIMEOUT	2014-08-27 07:36:27.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_READ_TIMEOUT	2014-09-15 01:30:36.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>S'ha excedit el temps de lectura</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/ca/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/ca/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:36:28.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:30:37.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_SHUTTING_DOWN squid-3.4.8/errors/ca/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/ca/ERR_SHUTTING_DOWN	2014-08-27 07:36:29.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_SHUTTING_DOWN	2014-09-15 01:30:38.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
@@ -27,7 +27,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_SOCKET_FAILURE squid-3.4.8/errors/ca/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/ca/ERR_SOCKET_FAILURE	2014-08-27 07:36:30.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_SOCKET_FAILURE	2014-09-15 01:30:38.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Errada de connexi&oacute; de xarxa</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_TOO_BIG squid-3.4.8/errors/ca/ERR_TOO_BIG
--- squid-3.4.7/errors/ca/ERR_TOO_BIG	2014-08-27 07:36:31.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_TOO_BIG	2014-09-15 01:30:39.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>La petici&oacute; o la resposta s&oacute;n massa llargues.</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/ca/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/ca/ERR_UNSUP_HTTPVERSION	2014-08-27 07:36:32.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_UNSUP_HTTPVERSION	2014-09-15 01:30:40.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERROR</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
 <p>L'administrador d'aquesta cache &eacute;s <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_UNSUP_REQ squid-3.4.8/errors/ca/ERR_UNSUP_REQ
--- squid-3.4.7/errors/ca/ERR_UNSUP_REQ	2014-08-27 07:36:33.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_UNSUP_REQ	2014-09-15 01:30:41.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>M&egrave;tode i protocol no admesos</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_URN_RESOLVE squid-3.4.8/errors/ca/ERR_URN_RESOLVE
--- squid-3.4.7/errors/ca/ERR_URN_RESOLVE	2014-08-27 07:36:34.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_URN_RESOLVE	2014-09-15 01:30:42.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>No s'ha pogut resoldre la URN</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_WRITE_ERROR squid-3.4.8/errors/ca/ERR_WRITE_ERROR
--- squid-3.4.7/errors/ca/ERR_WRITE_ERROR	2014-08-27 07:36:35.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_WRITE_ERROR	2014-09-15 01:30:43.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Error d'escriptura</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ca/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/ca/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/ca/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:36:36.000000000 -0700
+++ squid-3.4.8/errors/ca/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:30:44.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Zero Sized Reply</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_ACCESS_DENIED squid-3.4.8/errors/cs/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/cs/ERR_ACCESS_DENIED	2014-08-27 07:36:37.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_ACCESS_DENIED	2014-09-15 01:30:45.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Přístup odepřen.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:36:38.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:30:46.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_AGENT_CONFIGURE squid-3.4.8/errors/cs/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/cs/ERR_AGENT_CONFIGURE	2014-08-27 07:36:39.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_AGENT_CONFIGURE	2014-09-15 01:30:47.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>CHYBA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_AGENT_WPAD squid-3.4.8/errors/cs/ERR_AGENT_WPAD
--- squid-3.4.7/errors/cs/ERR_AGENT_WPAD	2014-08-27 07:36:40.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_AGENT_WPAD	2014-09-15 01:30:47.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>CHYBA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/cs/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/cs/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:36:41.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:30:48.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Přístup k cache odepřen.</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:36:42.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:30:49.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Přístup ke správci cache odepřen.</b></p>
@@ -25,14 +25,14 @@
 
 <p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_CANNOT_FORWARD squid-3.4.8/errors/cs/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/cs/ERR_CANNOT_FORWARD	2014-08-27 07:36:43.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_CANNOT_FORWARD	2014-09-15 01:30:50.000000000 -0700
@@ -17,29 +17,29 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to forward this request at this time.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_CONFLICT_HOST squid-3.4.8/errors/cs/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/cs/ERR_CONFLICT_HOST	2014-08-27 07:36:44.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_CONFLICT_HOST	2014-09-15 01:30:51.000000000 -0700
@@ -17,27 +17,27 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_CONNECT_FAIL squid-3.4.8/errors/cs/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/cs/ERR_CONNECT_FAIL	2014-08-27 07:36:45.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_CONNECT_FAIL	2014-09-15 01:30:52.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Připojení k %I selhalo.</b></p>
@@ -27,14 +27,14 @@
 
 <p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_DIR_LISTING squid-3.4.8/errors/cs/ERR_DIR_LISTING
--- squid-3.4.7/errors/cs/ERR_DIR_LISTING	2014-08-27 07:36:46.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_DIR_LISTING	2014-09-15 01:30:53.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Obsah adresáře:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Listování adresáři">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Nadřazený adresář</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_DNS_FAIL squid-3.4.8/errors/cs/ERR_DNS_FAIL
--- squid-3.4.7/errors/cs/ERR_DNS_FAIL	2014-08-27 07:36:47.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_DNS_FAIL	2014-09-15 01:30:54.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Jméno serveru není možno převést na IP adresu. <q>%H</q></b></p>
@@ -25,18 +25,18 @@
 
 <p>DNS server odpověděl:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_ESI squid-3.4.8/errors/cs/ERR_ESI
--- squid-3.4.7/errors/cs/ERR_ESI	2014-08-27 07:36:48.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_ESI	2014-09-15 01:30:55.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Selhalo zpracování ESI.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_FORWARDING_DENIED squid-3.4.8/errors/cs/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/cs/ERR_FORWARDING_DENIED	2014-08-27 07:36:49.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_FORWARDING_DENIED	2014-09-15 01:30:55.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Forwarding Denied.</b></p>
 </blockquote>
 
 <p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_FTP_DISABLED squid-3.4.8/errors/cs/ERR_FTP_DISABLED
--- squid-3.4.7/errors/cs/ERR_FTP_DISABLED	2014-08-27 07:36:50.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_FTP_DISABLED	2014-09-15 01:30:56.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP je zakázáno</b></p>
@@ -25,14 +25,14 @@
 
 <p>Tento cache server nepodporuje protokol FTP.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_FTP_FAILURE squid-3.4.8/errors/cs/ERR_FTP_FAILURE
--- squid-3.4.7/errors/cs/ERR_FTP_FAILURE	2014-08-27 07:36:51.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_FTP_FAILURE	2014-09-15 01:30:57.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>odeslal Squid následující FTP příkaz:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_FTP_FORBIDDEN squid-3.4.8/errors/cs/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/cs/ERR_FTP_FORBIDDEN	2014-08-27 07:36:52.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_FTP_FORBIDDEN	2014-09-15 01:30:58.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>odeslal Squid následující FTP příkaz:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_FTP_NOT_FOUND squid-3.4.8/errors/cs/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/cs/ERR_FTP_NOT_FOUND	2014-08-27 07:36:53.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_FTP_NOT_FOUND	2014-09-15 01:30:59.000000000 -0700
@@ -21,24 +21,24 @@
 
 <p>odeslal Squid následující FTP příkaz:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_FTP_PUT_CREATED squid-3.4.8/errors/cs/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/cs/ERR_FTP_PUT_CREATED	2014-08-27 07:36:55.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_FTP_PUT_CREATED	2014-09-15 01:31:00.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_FTP_PUT_ERROR squid-3.4.8/errors/cs/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/cs/ERR_FTP_PUT_ERROR	2014-08-27 07:36:56.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_FTP_PUT_ERROR	2014-09-15 01:31:01.000000000 -0700
@@ -21,23 +21,23 @@
 
 <p>odeslal Squid následující FTP příkaz:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/cs/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/cs/ERR_FTP_PUT_MODIFIED	2014-08-27 07:36:57.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_FTP_PUT_MODIFIED	2014-09-15 01:31:02.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/cs/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/cs/ERR_FTP_UNAVAILABLE	2014-08-27 07:36:58.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_FTP_UNAVAILABLE	2014-09-15 01:31:03.000000000 -0700
@@ -22,22 +22,22 @@
 <p>odeslal Squid následující FTP příkaz:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_GATEWAY_FAILURE squid-3.4.8/errors/cs/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/cs/ERR_GATEWAY_FAILURE	2014-08-27 07:36:59.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_GATEWAY_FAILURE	2014-09-15 01:31:03.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_ICAP_FAILURE squid-3.4.8/errors/cs/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/cs/ERR_ICAP_FAILURE	2014-08-27 07:37:00.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_ICAP_FAILURE	2014-09-15 01:31:04.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Chyba protokolu ICAP.</b></p>
@@ -25,11 +25,11 @@
 
 <p id="sysmsg">Vzdálený systém odpověděl: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
 <li><p>Ze serveru ICAP byla přijata neplatná odpověď.</p></li>
 </ul>
 
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_INVALID_REQ squid-3.4.8/errors/cs/ERR_INVALID_REQ
--- squid-3.4.7/errors/cs/ERR_INVALID_REQ	2014-08-27 07:37:01.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_INVALID_REQ	2014-09-15 01:31:05.000000000 -0700
@@ -20,7 +20,7 @@
 <p>Došlo k chybě <b>Invalid Request</b> (Neplatný požadavek) během zpracování požadavku:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Some possible problems are:</p>
@@ -31,10 +31,10 @@
 <li><p>Požadavek může být příliš velký</p></li>
 <li><p>Chybí 'Content-Lenght' požadavku POST nebo PUT.</p></li>
 <li><p>Illegal character in hostname; underscores are not allowed.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_INVALID_RESP squid-3.4.8/errors/cs/ERR_INVALID_RESP
--- squid-3.4.7/errors/cs/ERR_INVALID_RESP	2014-08-27 07:37:02.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_INVALID_RESP	2014-09-15 01:31:06.000000000 -0700
@@ -20,20 +20,20 @@
 <p>Došlo k chybě <b>Invalid Response</b> (Neplatná odpověď) během zpracování požadavku:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_INVALID_URL squid-3.4.8/errors/cs/ERR_INVALID_URL
--- squid-3.4.7/errors/cs/ERR_INVALID_URL	2014-08-27 07:37:03.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_INVALID_URL	2014-09-15 01:31:07.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Neplatná URL</b></p>
@@ -33,13 +33,13 @@
 <li><p>Illegal character in hostname; underscores are not allowed.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_LIFETIME_EXP squid-3.4.8/errors/cs/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/cs/ERR_LIFETIME_EXP	2014-08-27 07:37:04.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_LIFETIME_EXP	2014-09-15 01:31:08.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Čas pro spojení vypršel</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid stornoval požadavek z důvodu překročení maximální délky trvání spojení.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_NO_RELAY squid-3.4.8/errors/cs/ERR_NO_RELAY
--- squid-3.4.7/errors/cs/ERR_NO_RELAY	2014-08-27 07:37:05.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_NO_RELAY	2014-09-15 01:31:09.000000000 -0700
@@ -17,21 +17,21 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>No Wais Relay</b></p>
 </blockquote>
 
 <p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/cs/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/cs/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:37:06.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:31:10.000000000 -0700
@@ -17,21 +17,21 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Požadovaný dokument se nenachází v cachi, přičemž byla specifikována direktiva <q>only-if-cached</q>.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_PRECONDITION_FAILED squid-3.4.8/errors/cs/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/cs/ERR_PRECONDITION_FAILED	2014-08-27 07:37:07.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_PRECONDITION_FAILED	2014-09-15 01:31:11.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_READ_ERROR squid-3.4.8/errors/cs/ERR_READ_ERROR
--- squid-3.4.7/errors/cs/ERR_READ_ERROR	2014-08-27 07:37:08.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_READ_ERROR	2014-09-15 01:31:12.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Chyba při čtení</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_READ_TIMEOUT squid-3.4.8/errors/cs/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/cs/ERR_READ_TIMEOUT	2014-08-27 07:37:10.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_READ_TIMEOUT	2014-09-15 01:31:13.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Timeout</b></p>
 </blockquote>
 
 <p id="sysmsg">Vzdálený systém odpověděl: <i>%E</i></p>
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/cs/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/cs/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:37:11.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:31:14.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Selhalo vytvoření zabezpečeného připojení k %I</b></p>
@@ -31,15 +31,15 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_SHUTTING_DOWN squid-3.4.8/errors/cs/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/cs/ERR_SHUTTING_DOWN	2014-08-27 07:37:12.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_SHUTTING_DOWN	2014-09-15 01:31:15.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_SOCKET_FAILURE squid-3.4.8/errors/cs/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/cs/ERR_SOCKET_FAILURE	2014-08-27 07:37:13.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_SOCKET_FAILURE	2014-09-15 01:31:16.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Socket Failure</b></p>
 </blockquote>
 
 <p id="sysmsg">Vzdálený systém odpověděl: <i>%E</i></p>
 
 <p>Squid nemohl vytvořit TCP socket pravděpodobně v důsledku přetížení. Opakujte prosím Váš požadavek.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_TOO_BIG squid-3.4.8/errors/cs/ERR_TOO_BIG
--- squid-3.4.7/errors/cs/ERR_TOO_BIG	2014-08-27 07:37:14.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_TOO_BIG	2014-09-15 01:31:17.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
 <p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
 <p>If you are making a GET request, then the item you are trying to download is too large.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/cs/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/cs/ERR_UNSUP_HTTPVERSION	2014-08-27 07:37:15.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_UNSUP_HTTPVERSION	2014-09-15 01:31:18.000000000 -0700
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>CHYBA</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_UNSUP_REQ squid-3.4.8/errors/cs/ERR_UNSUP_REQ
--- squid-3.4.7/errors/cs/ERR_UNSUP_REQ	2014-08-27 07:37:16.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_UNSUP_REQ	2014-09-15 01:31:19.000000000 -0700
@@ -17,21 +17,21 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported Request Method and Protocol</b></p>
 </blockquote>
 
 <p>Squid nepodporuje všechny typy metod u všech protokolů. Např. není možno použit metodu POST u služby GOPHER.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_URN_RESOLVE squid-3.4.8/errors/cs/ERR_URN_RESOLVE
--- squid-3.4.7/errors/cs/ERR_URN_RESOLVE	2014-08-27 07:37:17.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_URN_RESOLVE	2014-09-15 01:31:20.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nelze přeložit URN</b></p>
@@ -25,13 +25,13 @@
 
 <p>Hey, neočekáváte příliš mnoho od URN na %T :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_WRITE_ERROR squid-3.4.8/errors/cs/ERR_WRITE_ERROR
--- squid-3.4.7/errors/cs/ERR_WRITE_ERROR	2014-08-27 07:37:18.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_WRITE_ERROR	2014-09-15 01:31:21.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Write Error</b></p>
 </blockquote>
 
 <p id="sysmsg">Vzdálený systém odpověděl: <i>%E</i></p>
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/cs/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/cs/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/cs/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:37:19.000000000 -0700
+++ squid-3.4.8/errors/cs/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:31:21.000000000 -0700
@@ -17,21 +17,21 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Zero Sized Reply</b></p>
 </blockquote>
 
 <p>Squid neobdržel v odpovědi na tento dotaz žádná data.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_ACCESS_DENIED squid-3.4.8/errors/da/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/da/ERR_ACCESS_DENIED	2014-08-27 07:37:20.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_ACCESS_DENIED	2014-09-15 01:31:23.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Adgang N&aelig;gtet.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:37:21.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:31:24.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_AGENT_CONFIGURE squid-3.4.8/errors/da/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/da/ERR_AGENT_CONFIGURE	2014-08-27 07:37:22.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_AGENT_CONFIGURE	2014-09-15 01:31:25.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>FEJL</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_AGENT_WPAD squid-3.4.8/errors/da/ERR_AGENT_WPAD
--- squid-3.4.7/errors/da/ERR_AGENT_WPAD	2014-08-27 07:37:23.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_AGENT_WPAD	2014-09-15 01:31:25.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>FEJL</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/da/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/da/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:37:24.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:31:26.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Cache Adgang N&aelig;gtet.</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/da/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/da/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:37:25.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:31:27.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Cache Administrator Adgang N&aelig;gtet.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_CANNOT_FORWARD squid-3.4.8/errors/da/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/da/ERR_CANNOT_FORWARD	2014-08-27 07:37:26.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_CANNOT_FORWARD	2014-09-15 01:31:28.000000000 -0700
@@ -17,29 +17,29 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Kunne ikke vidersende foresp&oslash;rgslen.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Mulige problemer kan v&aelig;re:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_CONFLICT_HOST squid-3.4.8/errors/da/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/da/ERR_CONFLICT_HOST	2014-08-27 07:37:27.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_CONFLICT_HOST	2014-09-15 01:31:29.000000000 -0700
@@ -17,27 +17,27 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Mulige problemer kan v&aelig;re:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_CONNECT_FAIL squid-3.4.8/errors/da/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/da/ERR_CONNECT_FAIL	2014-08-27 07:37:28.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_CONNECT_FAIL	2014-09-15 01:31:30.000000000 -0700
@@ -17,24 +17,24 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
 <p id="sysmsg">Systemet returnerede: <i>%E</i></p>
 
 <p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_DIR_LISTING squid-3.4.8/errors/da/ERR_DIR_LISTING
--- squid-3.4.7/errors/da/ERR_DIR_LISTING	2014-08-27 07:37:29.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_DIR_LISTING	2014-09-15 01:31:31.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_DNS_FAIL squid-3.4.8/errors/da/ERR_DNS_FAIL
--- squid-3.4.7/errors/da/ERR_DNS_FAIL	2014-08-27 07:37:30.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_DNS_FAIL	2014-09-15 01:31:32.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Kunne ikke finde IP nummeret for navnet <q>%H</q></b></p>
 </blockquote>
 
-<p></p>
+<p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_ESI squid-3.4.8/errors/da/ERR_ESI
--- squid-3.4.7/errors/da/ERR_ESI	2014-08-27 07:37:31.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_ESI	2014-09-15 01:31:33.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_FORWARDING_DENIED squid-3.4.8/errors/da/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/da/ERR_FORWARDING_DENIED	2014-08-27 07:37:32.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_FORWARDING_DENIED	2014-09-15 01:31:34.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Videresendelse N&aelig;gtet.</b></p>
@@ -25,14 +25,14 @@
 
 <p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_FTP_DISABLED squid-3.4.8/errors/da/ERR_FTP_DISABLED
--- squid-3.4.7/errors/da/ERR_FTP_DISABLED	2014-08-27 07:37:33.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_FTP_DISABLED	2014-09-15 01:31:35.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP er sl&aring;et fra</b></p>
@@ -25,14 +25,14 @@
 
 <p>Denne cache underst&oslash;tter ikke FTP.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_FTP_FAILURE squid-3.4.8/errors/da/ERR_FTP_FAILURE
--- squid-3.4.7/errors/da/ERR_FTP_FAILURE	2014-08-27 07:37:34.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_FTP_FAILURE	2014-09-15 01:31:35.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>Proxy'en Squid sendte f&oslash;lgende FTP kommando:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_FTP_FORBIDDEN squid-3.4.8/errors/da/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/da/ERR_FTP_FORBIDDEN	2014-08-27 07:37:34.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_FTP_FORBIDDEN	2014-09-15 01:31:36.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>Proxy'en Squid sendte f&oslash;lgende FTP kommando:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_FTP_NOT_FOUND squid-3.4.8/errors/da/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/da/ERR_FTP_NOT_FOUND	2014-08-27 07:37:35.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_FTP_NOT_FOUND	2014-09-15 01:31:37.000000000 -0700
@@ -21,24 +21,24 @@
 
 <p>Proxy'en Squid sendte f&oslash;lgende FTP kommando:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_FTP_PUT_CREATED squid-3.4.8/errors/da/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/da/ERR_FTP_PUT_CREATED	2014-08-27 07:37:36.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_FTP_PUT_CREATED	2014-09-15 01:31:38.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_FTP_PUT_ERROR squid-3.4.8/errors/da/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/da/ERR_FTP_PUT_ERROR	2014-08-27 07:37:37.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_FTP_PUT_ERROR	2014-09-15 01:31:39.000000000 -0700
@@ -21,23 +21,23 @@
 
 <p>Proxy'en Squid sendte f&oslash;lgende FTP kommando:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/da/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/da/ERR_FTP_PUT_MODIFIED	2014-08-27 07:37:38.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_FTP_PUT_MODIFIED	2014-09-15 01:31:40.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/da/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/da/ERR_FTP_UNAVAILABLE	2014-08-27 07:37:39.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_FTP_UNAVAILABLE	2014-09-15 01:31:41.000000000 -0700
@@ -22,22 +22,22 @@
 <p>Proxy'en Squid sendte f&oslash;lgende FTP kommando:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_GATEWAY_FAILURE squid-3.4.8/errors/da/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/da/ERR_GATEWAY_FAILURE	2014-08-27 07:37:40.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_GATEWAY_FAILURE	2014-09-15 01:31:42.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_ICAP_FAILURE squid-3.4.8/errors/da/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/da/ERR_ICAP_FAILURE	2014-08-27 07:37:41.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_ICAP_FAILURE	2014-09-15 01:31:43.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">Systemet returnerede: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Mulige problemer kan v&aelig;re:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_INVALID_REQ squid-3.4.8/errors/da/ERR_INVALID_REQ
--- squid-3.4.7/errors/da/ERR_INVALID_REQ	2014-08-27 07:37:42.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_INVALID_REQ	2014-09-15 01:31:44.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Mulige problemer kan v&aelig;re:</p>
@@ -30,11 +30,11 @@
 <li id="missing-protocol"><p>Manglende HTTP Identifikator (ved HTTP/1.0)</p></li>
 <li><p>Foresp&oslash;rgslen er for stor.</p></li>
 <li><p>Content-Length mangler til POST eller PUT foresp&oslash;rgsler</p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_INVALID_RESP squid-3.4.8/errors/da/ERR_INVALID_RESP
--- squid-3.4.7/errors/da/ERR_INVALID_RESP	2014-08-27 07:37:43.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_INVALID_RESP	2014-09-15 01:31:45.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_INVALID_URL squid-3.4.8/errors/da/ERR_INVALID_URL
--- squid-3.4.7/errors/da/ERR_INVALID_URL	2014-08-27 07:37:44.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_INVALID_URL	2014-09-15 01:31:45.000000000 -0700
@@ -17,29 +17,29 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Ugyldig URL</b></p>
 </blockquote>
 
-<p></p>
+<p>Some aspect of the requested URL is incorrect.</p>
 
 <p>Mulige problemer kan v&aelig;re:</p>
 <ul>
 <li><p>Manglende eller ukendt adgangsprotokol (burde v&aelig;re <q>http://</q> eller tilsvarende)</p></li>
 <li><p>Manglende maskinnavn</p></li>
 <li><p>Ugyldig dobbelt-escape i URL sti</p></li>
-<li><p></p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_LIFETIME_EXP squid-3.4.8/errors/da/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/da/ERR_LIFETIME_EXP	2014-08-27 07:37:45.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_LIFETIME_EXP	2014-09-15 01:31:46.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Levetiden for forbindelsen udl&oslash;b</b></p>
@@ -25,13 +25,13 @@
 
 <p>Proxy'en Squid har afsluttet foresp&oslash;rgslen fordi den har overskredet den maksimale levetid for forbindelser (connection timeout).</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_NO_RELAY squid-3.4.8/errors/da/ERR_NO_RELAY
--- squid-3.4.7/errors/da/ERR_NO_RELAY	2014-08-27 07:37:46.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_NO_RELAY	2014-09-15 01:31:47.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Ingen WAIS Rel&aelig;</b></p>
@@ -25,13 +25,13 @@
 
 <p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/da/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/da/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:37:47.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:31:48.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Dokumentet blev ikke fundet i cachen og <q>only-if-cached</q> (kun-hvis-gemt-i-cachen) direktivet var specificeret.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Du har sendt en foresp&oslash;rgsel med en <q>only-if-cached</q> cache kontrol direktiv. Dokumentet blev ikke fundet i cachen, <em>eller</em> det kr&aelig;ver en bekr&aelig;ftelse af gyldighed som bliver forbudt af <q>only-if-cached</q> direktivet.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_PRECONDITION_FAILED squid-3.4.8/errors/da/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/da/ERR_PRECONDITION_FAILED	2014-08-27 07:37:48.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_PRECONDITION_FAILED	2014-09-15 01:31:49.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_READ_ERROR squid-3.4.8/errors/da/ERR_READ_ERROR
--- squid-3.4.7/errors/da/ERR_READ_ERROR	2014-08-27 07:37:49.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_READ_ERROR	2014-09-15 01:31:50.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>L&aelig;se fejl</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_READ_TIMEOUT squid-3.4.8/errors/da/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/da/ERR_READ_TIMEOUT	2014-08-27 07:37:50.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_READ_TIMEOUT	2014-09-15 01:31:51.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Timeout</b></p>
 </blockquote>
 
 <p id="sysmsg">Systemet returnerede: <i>%E</i></p>
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/da/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/da/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:37:50.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:31:52.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,15 +31,15 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_SHUTTING_DOWN squid-3.4.8/errors/da/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/da/ERR_SHUTTING_DOWN	2014-08-27 07:37:51.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_SHUTTING_DOWN	2014-09-15 01:31:53.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_SOCKET_FAILURE squid-3.4.8/errors/da/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/da/ERR_SOCKET_FAILURE	2014-08-27 07:37:52.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_SOCKET_FAILURE	2014-09-15 01:31:54.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Socket Fejl</b></p>
@@ -25,15 +25,15 @@
 
 <p id="sysmsg">Systemet returnerede: <i>%E</i></p>
 
-<p></p>
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_TOO_BIG squid-3.4.8/errors/da/ERR_TOO_BIG
--- squid-3.4.7/errors/da/ERR_TOO_BIG	2014-08-27 07:37:53.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_TOO_BIG	2014-09-15 01:31:55.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/da/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/da/ERR_UNSUP_HTTPVERSION	2014-08-27 07:37:54.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_UNSUP_HTTPVERSION	2014-09-15 01:31:55.000000000 -0700
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>FEJL</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_UNSUP_REQ squid-3.4.8/errors/da/ERR_UNSUP_REQ
--- squid-3.4.7/errors/da/ERR_UNSUP_REQ	2014-08-27 07:37:55.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_UNSUP_REQ	2014-09-15 01:31:56.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Uunderst&oslash;ttet Foresp&oslash;rgsels Metode og Protokol</b></p>
@@ -25,13 +25,13 @@
 
 <p>Proxy'en Squid underst&oslash;tter ikke alle foresp&oslash;rgselsmetoder for alle adgangs protokoller. For eksempel kan du ikke POST en Gopher foresp&oslash;rgsel.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_URN_RESOLVE squid-3.4.8/errors/da/ERR_URN_RESOLVE
--- squid-3.4.7/errors/da/ERR_URN_RESOLVE	2014-08-27 07:37:56.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_URN_RESOLVE	2014-09-15 01:31:57.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Kan Ikke Opl&oslash;se URN</b></p>
@@ -25,13 +25,13 @@
 
 <p>Hallo, forvent nu ikke for meget af URNs p&aring; %T :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_WRITE_ERROR squid-3.4.8/errors/da/ERR_WRITE_ERROR
--- squid-3.4.7/errors/da/ERR_WRITE_ERROR	2014-08-27 07:37:57.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_WRITE_ERROR	2014-09-15 01:31:58.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Skrive Fejl</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/da/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/da/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/da/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:37:58.000000000 -0700
+++ squid-3.4.8/errors/da/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:31:59.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nul St&oslash;rrelse Svar</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid did not receive any data for this request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:38:00.000000000 -0700
+++ squid-3.4.8/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:32:01.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Der folgende Fehler wurde beim Versuch die URL <a href="%U">%U</a> zu holen festgestellt:</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>Diese Einschränkungen wurden vom Internetdienstanbieter eingerichtet der diesen Cache betreibt. Bitte kontaktieren sie ihn falls sie denken, dass dies ein Fehler ist.</p>
 
 <p>Ihr Cache Administrator ist <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/de/ERR_CANNOT_FORWARD squid-3.4.8/errors/de/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/de/ERR_CANNOT_FORWARD	2014-08-27 07:38:05.000000000 -0700
+++ squid-3.4.8/errors/de/ERR_CANNOT_FORWARD	2014-09-15 01:32:06.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Kann die Anfrage zurzeit nicht weiterleiten.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Mögliche Probleme sind:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Ihr Cache Administrator ist <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/de/ERR_CONFLICT_HOST squid-3.4.8/errors/de/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/de/ERR_CONFLICT_HOST	2014-08-27 07:38:05.000000000 -0700
+++ squid-3.4.8/errors/de/ERR_CONFLICT_HOST	2014-09-15 01:32:07.000000000 -0700
@@ -20,15 +20,15 @@
 <p>Der folgende Fehler wurde beim Versuch die URL <a href="%U">%U</a> zu holen festgestellt:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Mögliche Probleme sind:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Ihr Cache Administrator ist <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/de/ERR_DIR_LISTING squid-3.4.8/errors/de/ERR_DIR_LISTING
--- squid-3.4.7/errors/de/ERR_DIR_LISTING	2014-08-27 07:38:07.000000000 -0700
+++ squid-3.4.8/errors/de/ERR_DIR_LISTING	2014-09-15 01:32:09.000000000 -0700
@@ -25,7 +25,7 @@
 <table id="dirlisting" summary="Verzeichnis Auflistung">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Übergeordnetes Verzeichnis</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Übergeordnetes Verzeichnis</a> (<a href="/">Stammverzeichnis</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/de/ERR_GATEWAY_FAILURE squid-3.4.8/errors/de/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/de/ERR_GATEWAY_FAILURE	2014-08-27 07:38:18.000000000 -0700
+++ squid-3.4.8/errors/de/ERR_GATEWAY_FAILURE	2014-09-15 01:32:20.000000000 -0700
@@ -20,7 +20,7 @@
 <p>Der folgende Fehler wurde beim Versuch die URL <a href="%U">%U</a> zu holen festgestellt:</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
 <p>Ein nicht-behebbarer interner Fehler oder ein Konfigurationsproblem verhindert die Ausführung der Anfrage.</p>
diff -u -r -N squid-3.4.7/errors/el/ERR_ACCESS_DENIED squid-3.4.8/errors/el/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/el/ERR_ACCESS_DENIED	2014-08-27 07:38:37.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_ACCESS_DENIED	2014-09-15 01:32:39.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Απαγορεύεται η Πρόσβαση.</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:38:38.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:32:40.000000000 -0700
@@ -17,13 +17,13 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_AGENT_CONFIGURE squid-3.4.8/errors/el/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/el/ERR_AGENT_CONFIGURE	2014-08-27 07:38:39.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_AGENT_CONFIGURE	2014-09-15 01:32:41.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ΣΦΑΛΜΑ</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_AGENT_WPAD squid-3.4.8/errors/el/ERR_AGENT_WPAD
--- squid-3.4.7/errors/el/ERR_AGENT_WPAD	2014-08-27 07:38:40.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_AGENT_WPAD	2014-09-15 01:32:42.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ΣΦΑΛΜΑ</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/el/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/el/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:38:41.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:32:43.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Απαγορεύεται η Πρόσβαση στο Μεσολαβητή.</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/el/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/el/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:38:42.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:32:44.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Απαγορεύεται η Πρόσβαση στη Διαχείριση του Μεσολαβητή.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_CANNOT_FORWARD squid-3.4.8/errors/el/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/el/ERR_CANNOT_FORWARD	2014-08-27 07:38:43.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_CANNOT_FORWARD	2014-09-15 01:32:44.000000000 -0700
@@ -17,19 +17,19 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Αδύνατη η προώθηση της αιτήσεως σας αυτή τη στιγμή.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_CONFLICT_HOST squid-3.4.8/errors/el/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/el/ERR_CONFLICT_HOST	2014-08-27 07:38:44.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_CONFLICT_HOST	2014-09-15 01:32:45.000000000 -0700
@@ -17,18 +17,18 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_CONNECT_FAIL squid-3.4.8/errors/el/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/el/ERR_CONNECT_FAIL	2014-08-27 07:38:45.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_CONNECT_FAIL	2014-09-15 01:32:46.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
 <p id="sysmsg">Το σύστημα ενημέρωσε ότι: <i>%E</i></p>
@@ -34,7 +34,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_DIR_LISTING squid-3.4.8/errors/el/ERR_DIR_LISTING
--- squid-3.4.7/errors/el/ERR_DIR_LISTING	2014-08-27 07:38:46.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_DIR_LISTING	2014-09-15 01:32:47.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_DNS_FAIL squid-3.4.8/errors/el/ERR_DNS_FAIL
--- squid-3.4.7/errors/el/ERR_DNS_FAIL	2014-08-27 07:38:47.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_DNS_FAIL	2014-09-15 01:32:48.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Δεν ήταν δυνατόν να εξακριβωθεί η διεύθυνση IP για το όνομα <q>%H</q></b></p>
@@ -25,7 +25,7 @@
 
 <p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_ESI squid-3.4.8/errors/el/ERR_ESI
--- squid-3.4.7/errors/el/ERR_ESI	2014-08-27 07:38:47.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_ESI	2014-09-15 01:32:49.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_FORWARDING_DENIED squid-3.4.8/errors/el/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/el/ERR_FORWARDING_DENIED	2014-08-27 07:38:48.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_FORWARDING_DENIED	2014-09-15 01:32:50.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Απαγορεύεται η προώθηση.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_FTP_DISABLED squid-3.4.8/errors/el/ERR_FTP_DISABLED
--- squid-3.4.7/errors/el/ERR_FTP_DISABLED	2014-08-27 07:38:49.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_FTP_DISABLED	2014-09-15 01:32:51.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Το πρωτόκολλο FTP είναι απενεργοποιημένο</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_FTP_FAILURE squid-3.4.8/errors/el/ERR_FTP_FAILURE
--- squid-3.4.7/errors/el/ERR_FTP_FAILURE	2014-08-27 07:38:50.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_FTP_FAILURE	2014-09-15 01:32:52.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Το Squid έστειλε τη ακόλουθη εντολή FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_FTP_FORBIDDEN squid-3.4.8/errors/el/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/el/ERR_FTP_FORBIDDEN	2014-08-27 07:38:51.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_FTP_FORBIDDEN	2014-09-15 01:32:53.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Το Squid έστειλε τη ακόλουθη εντολή FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_FTP_NOT_FOUND squid-3.4.8/errors/el/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/el/ERR_FTP_NOT_FOUND	2014-08-27 07:38:52.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_FTP_NOT_FOUND	2014-09-15 01:32:54.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Το Squid έστειλε τη ακόλουθη εντολή FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_FTP_PUT_CREATED squid-3.4.8/errors/el/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/el/ERR_FTP_PUT_CREATED	2014-08-27 07:38:53.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_FTP_PUT_CREATED	2014-09-15 01:32:55.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_FTP_PUT_ERROR squid-3.4.8/errors/el/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/el/ERR_FTP_PUT_ERROR	2014-08-27 07:38:54.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_FTP_PUT_ERROR	2014-09-15 01:32:55.000000000 -0700
@@ -21,15 +21,15 @@
 
 <p>Το Squid έστειλε τη ακόλουθη εντολή FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/el/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/el/ERR_FTP_PUT_MODIFIED	2014-08-27 07:38:55.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_FTP_PUT_MODIFIED	2014-09-15 01:32:56.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/el/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/el/ERR_FTP_UNAVAILABLE	2014-08-27 07:38:56.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_FTP_UNAVAILABLE	2014-09-15 01:32:57.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Το Squid έστειλε τη ακόλουθη εντολή FTP:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_GATEWAY_FAILURE squid-3.4.8/errors/el/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/el/ERR_GATEWAY_FAILURE	2014-08-27 07:38:57.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_GATEWAY_FAILURE	2014-09-15 01:32:58.000000000 -0700
@@ -17,13 +17,13 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_ICAP_FAILURE squid-3.4.8/errors/el/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/el/ERR_ICAP_FAILURE	2014-08-27 07:38:58.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_ICAP_FAILURE	2014-09-15 01:32:59.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">Το σύστημα ενημέρωσε ότι: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_INVALID_REQ squid-3.4.8/errors/el/ERR_INVALID_REQ
--- squid-3.4.7/errors/el/ERR_INVALID_REQ	2014-08-27 07:38:59.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_INVALID_REQ	2014-09-15 01:33:00.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Some possible problems are:</p>
@@ -31,7 +31,7 @@
 <li><p>Η αίτηση είναι υπερμεγέθης.</p></li>
 <li><p>Έλειπες Περιεχόμενο- Μήκος για τις αιτήσεις POST ή PUT</p></li>
 <li><p>Άκυροι χαρακτήρες στο όνομα υπολογιστή, οι υπογεγραμμένες δεν επιτρέπονται.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_INVALID_RESP squid-3.4.8/errors/el/ERR_INVALID_RESP
--- squid-3.4.7/errors/el/ERR_INVALID_RESP	2014-08-27 07:39:00.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_INVALID_RESP	2014-09-15 01:33:01.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_INVALID_URL squid-3.4.8/errors/el/ERR_INVALID_URL
--- squid-3.4.7/errors/el/ERR_INVALID_URL	2014-08-27 07:39:01.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_INVALID_URL	2014-09-15 01:33:02.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Λανθασμένη Διεύθυνση</b></p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_LIFETIME_EXP squid-3.4.8/errors/el/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/el/ERR_LIFETIME_EXP	2014-08-27 07:39:02.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_LIFETIME_EXP	2014-09-15 01:33:03.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Έληξε ο Χρόνος Σύνδεσής</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_NO_RELAY squid-3.4.8/errors/el/ERR_NO_RELAY
--- squid-3.4.7/errors/el/ERR_NO_RELAY	2014-08-27 07:39:03.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_NO_RELAY	2014-09-15 01:33:04.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Δεν υπάρχει Wais Relay</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/el/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/el/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:39:04.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:33:05.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Δεν βρέθηκε έγκυρο αντίγραφο στην μνήμη και έχει καθοριστεί η επιλογή <q>only-if-cached</q>.</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_PRECONDITION_FAILED squid-3.4.8/errors/el/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/el/ERR_PRECONDITION_FAILED	2014-08-27 07:39:05.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_PRECONDITION_FAILED	2014-09-15 01:33:06.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_READ_ERROR squid-3.4.8/errors/el/ERR_READ_ERROR
--- squid-3.4.7/errors/el/ERR_READ_ERROR	2014-08-27 07:39:06.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_READ_ERROR	2014-09-15 01:33:06.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Σφάλμα Ανάγνωσης</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_READ_TIMEOUT squid-3.4.8/errors/el/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/el/ERR_READ_TIMEOUT	2014-08-27 07:39:07.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_READ_TIMEOUT	2014-09-15 01:33:07.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Τέλος Χρόνου Ανάγνωσης</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/el/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/el/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:39:08.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:33:08.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_SHUTTING_DOWN squid-3.4.8/errors/el/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/el/ERR_SHUTTING_DOWN	2014-08-27 07:39:09.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_SHUTTING_DOWN	2014-09-15 01:33:09.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
@@ -27,7 +27,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_SOCKET_FAILURE squid-3.4.8/errors/el/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/el/ERR_SOCKET_FAILURE	2014-08-27 07:39:10.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_SOCKET_FAILURE	2014-09-15 01:33:10.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Σφάλμα Σύνδεσης</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_TOO_BIG squid-3.4.8/errors/el/ERR_TOO_BIG
--- squid-3.4.7/errors/el/ERR_TOO_BIG	2014-08-27 07:39:11.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_TOO_BIG	2014-09-15 01:33:11.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Το αίτημα ή η απάντηση είναι υπερμεγέθη.</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/el/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/el/ERR_UNSUP_HTTPVERSION	2014-08-27 07:39:12.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_UNSUP_HTTPVERSION	2014-09-15 01:33:12.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ΣΦΑΛΜΑ</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
 <p>Ο διαχειριστής του μεσολαβητή σας είναι ο <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_UNSUP_REQ squid-3.4.8/errors/el/ERR_UNSUP_REQ
--- squid-3.4.7/errors/el/ERR_UNSUP_REQ	2014-08-27 07:39:13.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_UNSUP_REQ	2014-09-15 01:33:13.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Μη υποστηριζόμενη μέθοδος αίτησης και πρωτόκολλο</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_URN_RESOLVE squid-3.4.8/errors/el/ERR_URN_RESOLVE
--- squid-3.4.7/errors/el/ERR_URN_RESOLVE	2014-08-27 07:39:14.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_URN_RESOLVE	2014-09-15 01:33:14.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Cannot Resolve URN</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_WRITE_ERROR squid-3.4.8/errors/el/ERR_WRITE_ERROR
--- squid-3.4.7/errors/el/ERR_WRITE_ERROR	2014-08-27 07:39:15.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_WRITE_ERROR	2014-09-15 01:33:15.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Σφάλμα Εγγραφής</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/el/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/el/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/el/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:39:16.000000000 -0700
+++ squid-3.4.8/errors/el/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:33:15.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Απάντηση Μηδενικού Μεγέθους</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:39:57.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:33:56.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Se encontró el siguiente error al intentar recuperar la dirección URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>Estos límites han sido establecidos por el proveedor de servicios de Internet que opera este caché. Por favor, comuníquese con ellos directamente si cree que esto es un error</p>
 
 <p>Su administrador del cach&eacute; es <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_CANNOT_FORWARD squid-3.4.8/errors/es/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/es/ERR_CANNOT_FORWARD	2014-08-27 07:40:02.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_CANNOT_FORWARD	2014-09-15 01:34:01.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Imposibilidad de enviar la petici&oacute;n en este momento.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Algunos posibles problemas son:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Su administrador del cach&eacute; es <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_CONFLICT_HOST squid-3.4.8/errors/es/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/es/ERR_CONFLICT_HOST	2014-08-27 07:40:03.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_CONFLICT_HOST	2014-09-15 01:34:02.000000000 -0700
@@ -20,15 +20,15 @@
 <p>Se encontró el siguiente error al intentar recuperar la dirección URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Algunos posibles problemas son:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Su administrador del cach&eacute; es <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_DIR_LISTING squid-3.4.8/errors/es/ERR_DIR_LISTING
--- squid-3.4.7/errors/es/ERR_DIR_LISTING	2014-08-27 07:40:05.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_DIR_LISTING	2014-09-15 01:34:04.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Contenido del Directorio:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Listado del directorio">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Directorio superior</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Directorio superior</a> (<a href="/">Directorio Raiz</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/es/ERR_DNS_FAIL squid-3.4.8/errors/es/ERR_DNS_FAIL
--- squid-3.4.7/errors/es/ERR_DNS_FAIL	2014-08-27 07:40:06.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_DNS_FAIL	2014-09-15 01:34:05.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>El servidor DNS devolvió:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Esto significa que el cach&eacute; no ha sido capaz de resolver el nombre de m&aacute;quina presente en la URL. Compruebe que la direcci&oacute;n sea correcta.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_ESI squid-3.4.8/errors/es/ERR_ESI
--- squid-3.4.7/errors/es/ERR_ESI	2014-08-27 07:40:07.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_ESI	2014-09-15 01:34:06.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>El procesador ESI devolvió:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
 <p>Esto significa que el sustituto no fue capaz de procesar la plantilla ESI. Por favor, informe de este error al administrador web.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_FTP_FAILURE squid-3.4.8/errors/es/ERR_FTP_FAILURE
--- squid-3.4.7/errors/es/ERR_FTP_FAILURE	2014-08-27 07:40:10.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_FTP_FAILURE	2014-09-15 01:34:09.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid ha enviado el siguiente comando FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>El servidor ha respondido con:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Su administrador del cach&eacute; es <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_FTP_FORBIDDEN squid-3.4.8/errors/es/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/es/ERR_FTP_FORBIDDEN	2014-08-27 07:40:11.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_FTP_FORBIDDEN	2014-09-15 01:34:10.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid ha enviado el siguiente comando FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>El servidor ha respondido con:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Su administrador del cach&eacute; es <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_FTP_NOT_FOUND squid-3.4.8/errors/es/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/es/ERR_FTP_NOT_FOUND	2014-08-27 07:40:12.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_FTP_NOT_FOUND	2014-09-15 01:34:11.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid ha enviado el siguiente comando FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>El servidor ha respondido con:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Esto podria ser causado por una URL del FTP con ruta absoluta (La cual no cumple con el RFC 1738). si esto es la causa, entonces el archivo puede ser buscado en <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_FTP_PUT_ERROR squid-3.4.8/errors/es/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/es/ERR_FTP_PUT_ERROR	2014-08-27 07:40:14.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_FTP_PUT_ERROR	2014-09-15 01:34:13.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid ha enviado el siguiente comando FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>El servidor ha respondido con:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>Esto significa que el servidor FTP puede que no tenga permiso o espacio para almacenar el archivo. Compruebe la ruta, permisos, espacio en disco y vuelva a intentarlo.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/es/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/es/ERR_FTP_UNAVAILABLE	2014-08-27 07:40:16.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_FTP_UNAVAILABLE	2014-09-15 01:34:15.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid ha enviado el siguiente comando FTP:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>El servidor ha respondido con:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Su administrador del cach&eacute; es <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_GATEWAY_FAILURE squid-3.4.8/errors/es/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/es/ERR_GATEWAY_FAILURE	2014-08-27 07:40:17.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_GATEWAY_FAILURE	2014-09-15 01:34:16.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Se encontró el siguiente error al intentar recuperar la dirección URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/es/ERR_INVALID_REQ squid-3.4.8/errors/es/ERR_INVALID_REQ
--- squid-3.4.7/errors/es/ERR_INVALID_REQ	2014-08-27 07:40:19.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_INVALID_REQ	2014-09-15 01:34:17.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Petición Incorrecta</b> se ha encontrado un error mientras se intentaba procesar la petición:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Algunos posibles problemas son:</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_INVALID_RESP squid-3.4.8/errors/es/ERR_INVALID_RESP
--- squid-3.4.7/errors/es/ERR_INVALID_RESP	2014-08-27 07:40:20.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_INVALID_RESP	2014-09-15 01:34:18.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Respuesta Incorrecta</b> se ha encontrado un error mientras se intentaba procesar la petición:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>El mensaje de Respuesta HTTP recibido del servidor contactado no pudo ser entendido o ten&iacute;a alguna malformaci&oacute;n. Por favor contacte al operador del sitio.</p>
diff -u -r -N squid-3.4.7/errors/es/ERR_PRECONDITION_FAILED squid-3.4.8/errors/es/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/es/ERR_PRECONDITION_FAILED	2014-08-27 07:40:25.000000000 -0700
+++ squid-3.4.8/errors/es/ERR_PRECONDITION_FAILED	2014-09-15 01:34:23.000000000 -0700
@@ -20,12 +20,12 @@
 <p>Se encontró el siguiente error al intentar recuperar la dirección URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/et/ERR_ACCESS_DENIED squid-3.4.8/errors/et/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/et/ERR_ACCESS_DENIED	2014-08-27 07:40:36.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_ACCESS_DENIED	2014-09-15 01:34:35.000000000 -0700
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:40:37.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:34:36.000000000 -0700
@@ -20,10 +20,10 @@
 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_AGENT_CONFIGURE squid-3.4.8/errors/et/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/et/ERR_AGENT_CONFIGURE	2014-08-27 07:40:38.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_AGENT_CONFIGURE	2014-09-15 01:34:37.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>VIGA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_AGENT_WPAD squid-3.4.8/errors/et/ERR_AGENT_WPAD
--- squid-3.4.7/errors/et/ERR_AGENT_WPAD	2014-08-27 07:40:39.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_AGENT_WPAD	2014-09-15 01:34:38.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>VIGA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/et/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/et/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:40:40.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:34:39.000000000 -0700
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/et/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/et/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:40:41.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:34:40.000000000 -0700
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_CANNOT_FORWARD squid-3.4.8/errors/et/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/et/ERR_CANNOT_FORWARD	2014-08-27 07:40:42.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_CANNOT_FORWARD	2014-09-15 01:34:41.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>P&auml;ringu edastamine eba&otilde;nnestus.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_CONFLICT_HOST squid-3.4.8/errors/et/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/et/ERR_CONFLICT_HOST	2014-08-27 07:40:43.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_CONFLICT_HOST	2014-09-15 01:34:42.000000000 -0700
@@ -20,15 +20,15 @@
 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_CONNECT_FAIL squid-3.4.8/errors/et/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/et/ERR_CONNECT_FAIL	2014-08-27 07:40:44.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_CONNECT_FAIL	2014-09-15 01:34:43.000000000 -0700
@@ -34,7 +34,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_DIR_LISTING squid-3.4.8/errors/et/ERR_DIR_LISTING
--- squid-3.4.7/errors/et/ERR_DIR_LISTING	2014-08-27 07:40:45.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_DIR_LISTING	2014-09-15 01:34:44.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_DNS_FAIL squid-3.4.8/errors/et/ERR_DNS_FAIL
--- squid-3.4.7/errors/et/ERR_DNS_FAIL	2014-08-27 07:40:46.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_DNS_FAIL	2014-09-15 01:34:45.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>DNS server vastas:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Mis t&auml;hendab vahemälu server ei suutnud lahendada URLis antud hosti nime. Palun kontrollige aadressi korrektsust.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_ESI squid-3.4.8/errors/et/ERR_ESI
--- squid-3.4.7/errors/et/ERR_ESI	2014-08-27 07:40:47.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_ESI	2014-09-15 01:34:46.000000000 -0700
@@ -20,23 +20,23 @@
 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_FORWARDING_DENIED squid-3.4.8/errors/et/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/et/ERR_FORWARDING_DENIED	2014-08-27 07:40:47.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_FORWARDING_DENIED	2014-09-15 01:34:46.000000000 -0700
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_FTP_DISABLED squid-3.4.8/errors/et/ERR_FTP_DISABLED
--- squid-3.4.7/errors/et/ERR_FTP_DISABLED	2014-08-27 07:40:48.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_FTP_DISABLED	2014-09-15 01:34:47.000000000 -0700
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_FTP_FAILURE squid-3.4.8/errors/et/ERR_FTP_FAILURE
--- squid-3.4.7/errors/et/ERR_FTP_FAILURE	2014-08-27 07:40:49.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_FTP_FAILURE	2014-09-15 01:34:48.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid saatis j&auml;rgneva FTP k&auml;su:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_FTP_FORBIDDEN squid-3.4.8/errors/et/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/et/ERR_FTP_FORBIDDEN	2014-08-27 07:40:50.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_FTP_FORBIDDEN	2014-09-15 01:34:49.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid saatis j&auml;rgneva FTP k&auml;su:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_FTP_NOT_FOUND squid-3.4.8/errors/et/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/et/ERR_FTP_NOT_FOUND	2014-08-27 07:40:51.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_FTP_NOT_FOUND	2014-09-15 01:34:50.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid saatis j&auml;rgneva FTP k&auml;su:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_FTP_PUT_CREATED squid-3.4.8/errors/et/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/et/ERR_FTP_PUT_CREATED	2014-08-27 07:40:52.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_FTP_PUT_CREATED	2014-09-15 01:34:51.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_FTP_PUT_ERROR squid-3.4.8/errors/et/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/et/ERR_FTP_PUT_ERROR	2014-08-27 07:40:53.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_FTP_PUT_ERROR	2014-09-15 01:34:52.000000000 -0700
@@ -21,15 +21,15 @@
 
 <p>Squid saatis j&auml;rgneva FTP k&auml;su:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/et/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/et/ERR_FTP_PUT_MODIFIED	2014-08-27 07:40:54.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_FTP_PUT_MODIFIED	2014-09-15 01:34:53.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/et/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/et/ERR_FTP_UNAVAILABLE	2014-08-27 07:40:55.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_FTP_UNAVAILABLE	2014-09-15 01:34:54.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid saatis j&auml;rgneva FTP k&auml;su:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_GATEWAY_FAILURE squid-3.4.8/errors/et/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/et/ERR_GATEWAY_FAILURE	2014-08-27 07:40:56.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_GATEWAY_FAILURE	2014-09-15 01:34:55.000000000 -0700
@@ -20,10 +20,10 @@
 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_ICAP_FAILURE squid-3.4.8/errors/et/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/et/ERR_ICAP_FAILURE	2014-08-27 07:40:57.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_ICAP_FAILURE	2014-09-15 01:34:56.000000000 -0700
@@ -20,17 +20,17 @@
 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">S&uuml;steem vastas: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_INVALID_REQ squid-3.4.8/errors/et/ERR_INVALID_REQ
--- squid-3.4.7/errors/et/ERR_INVALID_REQ	2014-08-27 07:40:58.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_INVALID_REQ	2014-09-15 01:34:57.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Some possible problems are:</p>
@@ -31,7 +31,7 @@
 <li><p>P&auml;ring v&otilde;ib olla liiga suur</p></li>
 <li><p>POST v&otilde;i PUT p&auml;ringutel puudub Content-Length</p></li>
 <li><p>keelatud s&uuml;mbolid hosti nimes; alakriipsud pole lubatud</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_INVALID_RESP squid-3.4.8/errors/et/ERR_INVALID_RESP
--- squid-3.4.7/errors/et/ERR_INVALID_RESP	2014-08-27 07:40:59.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_INVALID_RESP	2014-09-15 01:34:58.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Vasti võetud HTTP vastus on tundmatu või muidu katki. Palun kontakteeruge saidi operaatoriga.</p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_INVALID_URL squid-3.4.8/errors/et/ERR_INVALID_URL
--- squid-3.4.7/errors/et/ERR_INVALID_URL	2014-08-27 07:41:00.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_INVALID_URL	2014-09-15 01:34:59.000000000 -0700
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_LIFETIME_EXP squid-3.4.8/errors/et/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/et/ERR_LIFETIME_EXP	2014-08-27 07:41:01.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_LIFETIME_EXP	2014-09-15 01:34:59.000000000 -0700
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_NO_RELAY squid-3.4.8/errors/et/ERR_NO_RELAY
--- squid-3.4.7/errors/et/ERR_NO_RELAY	2014-08-27 07:41:02.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_NO_RELAY	2014-09-15 01:35:00.000000000 -0700
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/et/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/et/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:41:03.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:35:01.000000000 -0700
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_PRECONDITION_FAILED squid-3.4.8/errors/et/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/et/ERR_PRECONDITION_FAILED	2014-08-27 07:41:04.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_PRECONDITION_FAILED	2014-09-15 01:35:02.000000000 -0700
@@ -20,12 +20,12 @@
 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_READ_ERROR squid-3.4.8/errors/et/ERR_READ_ERROR
--- squid-3.4.7/errors/et/ERR_READ_ERROR	2014-08-27 07:41:05.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_READ_ERROR	2014-09-15 01:35:03.000000000 -0700
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_READ_TIMEOUT squid-3.4.8/errors/et/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/et/ERR_READ_TIMEOUT	2014-08-27 07:41:06.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_READ_TIMEOUT	2014-09-15 01:35:04.000000000 -0700
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/et/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/et/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:41:07.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:35:05.000000000 -0700
@@ -20,7 +20,7 @@
 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_SHUTTING_DOWN squid-3.4.8/errors/et/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/et/ERR_SHUTTING_DOWN	2014-08-27 07:41:08.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_SHUTTING_DOWN	2014-09-15 01:35:06.000000000 -0700
@@ -27,7 +27,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_SOCKET_FAILURE squid-3.4.8/errors/et/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/et/ERR_SOCKET_FAILURE	2014-08-27 07:41:09.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_SOCKET_FAILURE	2014-09-15 01:35:07.000000000 -0700
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_TOO_BIG squid-3.4.8/errors/et/ERR_TOO_BIG
--- squid-3.4.7/errors/et/ERR_TOO_BIG	2014-08-27 07:41:10.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_TOO_BIG	2014-09-15 01:35:08.000000000 -0700
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/et/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/et/ERR_UNSUP_HTTPVERSION	2014-08-27 07:41:11.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_UNSUP_HTTPVERSION	2014-09-15 01:35:09.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>VIGA</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
@@ -20,10 +20,10 @@
 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
 <p>Teie teenusepakkuja aadress on <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_UNSUP_REQ squid-3.4.8/errors/et/ERR_UNSUP_REQ
--- squid-3.4.7/errors/et/ERR_UNSUP_REQ	2014-08-27 07:41:12.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_UNSUP_REQ	2014-09-15 01:35:10.000000000 -0700
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_URN_RESOLVE squid-3.4.8/errors/et/ERR_URN_RESOLVE
--- squid-3.4.7/errors/et/ERR_URN_RESOLVE	2014-08-27 07:41:13.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_URN_RESOLVE	2014-09-15 01:35:11.000000000 -0700
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_WRITE_ERROR squid-3.4.8/errors/et/ERR_WRITE_ERROR
--- squid-3.4.7/errors/et/ERR_WRITE_ERROR	2014-08-27 07:41:14.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_WRITE_ERROR	2014-09-15 01:35:12.000000000 -0700
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/et/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/et/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/et/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:41:15.000000000 -0700
+++ squid-3.4.8/errors/et/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:35:13.000000000 -0700
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fa/ERR_ACCESS_DENIED squid-3.4.8/errors/fa/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/fa/ERR_ACCESS_DENIED	2014-08-27 07:41:16.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_ACCESS_DENIED	2014-09-15 01:35:14.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>دسترسی رد شد.</b></p>
@@ -25,7 +25,7 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:41:17.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:35:15.000000000 -0700
@@ -12,21 +12,21 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_AGENT_CONFIGURE squid-3.4.8/errors/fa/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/fa/ERR_AGENT_CONFIGURE	2014-08-27 07:41:18.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_AGENT_CONFIGURE	2014-09-15 01:35:16.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_AGENT_WPAD squid-3.4.8/errors/fa/ERR_AGENT_WPAD
--- squid-3.4.7/errors/fa/ERR_AGENT_WPAD	2014-08-27 07:41:19.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_AGENT_WPAD	2014-09-15 01:35:17.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/fa/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/fa/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:41:19.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:35:18.000000000 -0700
@@ -17,13 +17,13 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>دسترسی به نهانگاه رد شد.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
 
 <p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself.</p>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:41:20.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:35:18.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>دسترسی مدیریت نهانگاه رد شد.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/fa/ERR_CANNOT_FORWARD squid-3.4.8/errors/fa/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/fa/ERR_CANNOT_FORWARD	2014-08-27 07:41:21.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_CANNOT_FORWARD	2014-09-15 01:35:19.000000000 -0700
@@ -12,27 +12,27 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to forward this request at this time.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>بعضی از مشکلات احتمالی:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/fa/ERR_CONFLICT_HOST squid-3.4.8/errors/fa/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/fa/ERR_CONFLICT_HOST	2014-08-27 07:41:22.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_CONFLICT_HOST	2014-09-15 01:35:20.000000000 -0700
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>بعضی از مشکلات احتمالی:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_CONNECT_FAIL squid-3.4.8/errors/fa/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/fa/ERR_CONNECT_FAIL	2014-08-27 07:41:23.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_CONNECT_FAIL	2014-09-15 01:35:21.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>برقراری ارتباط به l% با عدم موفقیت همراه بود.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/fa/ERR_DIR_LISTING squid-3.4.8/errors/fa/ERR_DIR_LISTING
--- squid-3.4.7/errors/fa/ERR_DIR_LISTING	2014-08-27 07:41:24.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_DIR_LISTING	2014-09-15 01:35:22.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>محتویات مسیر:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="محتویات مسیر">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">شاخه والد</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">مسیر اصلی</a> (<a href="/">مسیر ریشه</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/fa/ERR_DNS_FAIL squid-3.4.8/errors/fa/ERR_DNS_FAIL
--- squid-3.4.7/errors/fa/ERR_DNS_FAIL	2014-08-27 07:41:25.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_DNS_FAIL	2014-09-15 01:35:23.000000000 -0700
@@ -12,25 +12,25 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to determine IP address from host name <q>%H</q></b></p>
 </blockquote>
 
 <p>کارگزار DNS برگشت داده‌ : </p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_ESI squid-3.4.8/errors/fa/ERR_ESI
--- squid-3.4.7/errors/fa/ERR_ESI	2014-08-27 07:41:26.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_ESI	2014-09-15 01:35:24.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>پردازش ESI با عدم موفقیت همراه بود.</b></p>
@@ -25,12 +25,12 @@
 
 <p>پردازش ESI برگشت داده:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_FORWARDING_DENIED squid-3.4.8/errors/fa/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/fa/ERR_FORWARDING_DENIED	2014-08-27 07:41:27.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_FORWARDING_DENIED	2014-09-15 01:35:25.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>امکان Forward بسته شده است.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/fa/ERR_FTP_DISABLED squid-3.4.8/errors/fa/ERR_FTP_DISABLED
--- squid-3.4.7/errors/fa/ERR_FTP_DISABLED	2014-08-27 07:41:28.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_FTP_DISABLED	2014-09-15 01:35:26.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP قابل دسترس نیست.</b></p>
@@ -25,7 +25,7 @@
 
 <p>این کارگزار Cache از قرارداد FTP پشتیبانی نمی‌کند.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/fa/ERR_FTP_FAILURE squid-3.4.8/errors/fa/ERR_FTP_FAILURE
--- squid-3.4.7/errors/fa/ERR_FTP_FAILURE	2014-08-27 07:41:29.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_FTP_FAILURE	2014-09-15 01:35:27.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -21,16 +21,16 @@
 
 <p>اسکویید دستور FTP روبرو را فرستاد:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_FTP_FORBIDDEN squid-3.4.8/errors/fa/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/fa/ERR_FTP_FORBIDDEN	2014-08-27 07:41:30.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_FTP_FORBIDDEN	2014-09-15 01:35:28.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -21,16 +21,16 @@
 
 <p>اسکویید دستور FTP روبرو را فرستاد:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_FTP_NOT_FOUND squid-3.4.8/errors/fa/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/fa/ERR_FTP_NOT_FOUND	2014-08-27 07:41:31.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_FTP_NOT_FOUND	2014-09-15 01:35:29.000000000 -0700
@@ -12,27 +12,27 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
 <p>اسکویید دستور FTP روبرو را فرستاد:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_FTP_PUT_ERROR squid-3.4.8/errors/fa/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/fa/ERR_FTP_PUT_ERROR	2014-08-27 07:41:33.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_FTP_PUT_ERROR	2014-09-15 01:35:31.000000000 -0700
@@ -21,17 +21,17 @@
 
 <p>اسکویید دستور FTP روبرو را فرستاد:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/fa/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/fa/ERR_FTP_UNAVAILABLE	2014-08-27 07:41:35.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_FTP_UNAVAILABLE	2014-09-15 01:35:32.000000000 -0700
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>اسکویید دستور FTP روبرو را فرستاد:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_GATEWAY_FAILURE squid-3.4.8/errors/fa/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/fa/ERR_GATEWAY_FAILURE	2014-08-27 07:41:36.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_GATEWAY_FAILURE	2014-09-15 01:35:33.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_ICAP_FAILURE squid-3.4.8/errors/fa/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/fa/ERR_ICAP_FAILURE	2014-08-27 07:41:37.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_ICAP_FAILURE	2014-09-15 01:35:34.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>خطا در قرارداد ICAP</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>بعضی از مشکلات احتمالی:</p>
 <ul>
diff -u -r -N squid-3.4.7/errors/fa/ERR_INVALID_REQ squid-3.4.8/errors/fa/ERR_INVALID_REQ
--- squid-3.4.7/errors/fa/ERR_INVALID_REQ	2014-08-27 07:41:38.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_INVALID_REQ	2014-09-15 01:35:35.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -20,7 +20,7 @@
 <p><b>درخواست نامعتبر</b> این خطا در زمان پردازش درخواست روی داده بود:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>بعضی از مشکلات احتمالی:</p>
@@ -34,7 +34,7 @@
 <li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_INVALID_RESP squid-3.4.8/errors/fa/ERR_INVALID_RESP
--- squid-3.4.7/errors/fa/ERR_INVALID_RESP	2014-08-27 07:41:38.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_INVALID_RESP	2014-09-15 01:35:36.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -20,14 +20,14 @@
 <p><b>پاسخ نامعتبر</b> این خطا در زمان پردازش درخواست روی‌ داده بود:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_INVALID_URL squid-3.4.8/errors/fa/ERR_INVALID_URL
--- squid-3.4.7/errors/fa/ERR_INVALID_URL	2014-08-27 07:41:39.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_INVALID_URL	2014-09-15 01:35:37.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>نشانی اینترنتی نامعتبر</b></p>
@@ -33,7 +33,7 @@
 <li><p>کاراکتر غیرمجاز در نام دستگاه، زیرین خط (ـ) اجازه داده نشده است.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_LIFETIME_EXP squid-3.4.8/errors/fa/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/fa/ERR_LIFETIME_EXP	2014-08-27 07:41:40.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_LIFETIME_EXP	2014-09-15 01:35:38.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>دوره عمر ارتباط شما به پایان رسید.</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_NO_RELAY squid-3.4.8/errors/fa/ERR_NO_RELAY
--- squid-3.4.7/errors/fa/ERR_NO_RELAY	2014-08-27 07:41:41.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_NO_RELAY	2014-09-15 01:35:39.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>عدم رله Wais</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/fa/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/fa/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:41:42.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:35:40.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_PRECONDITION_FAILED squid-3.4.8/errors/fa/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/fa/ERR_PRECONDITION_FAILED	2014-08-27 07:41:43.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_PRECONDITION_FAILED	2014-09-15 01:35:41.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/fa/ERR_READ_ERROR squid-3.4.8/errors/fa/ERR_READ_ERROR
--- squid-3.4.7/errors/fa/ERR_READ_ERROR	2014-08-27 07:41:44.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_READ_ERROR	2014-09-15 01:35:42.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>خطا در خواندن</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_READ_TIMEOUT squid-3.4.8/errors/fa/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/fa/ERR_READ_TIMEOUT	2014-08-27 07:41:45.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_READ_TIMEOUT	2014-09-15 01:35:43.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>سپری شدن زمان مجاز خواندن</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/fa/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/fa/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:41:46.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:35:43.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>ایجاد یک ارتباط امن به I% با عدم موفقیت همراه بود.</b></p>
@@ -31,9 +31,9 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_SHUTTING_DOWN squid-3.4.8/errors/fa/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/fa/ERR_SHUTTING_DOWN	2014-08-27 07:41:47.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_SHUTTING_DOWN	2014-09-15 01:35:44.000000000 -0700
@@ -12,16 +12,16 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_SOCKET_FAILURE squid-3.4.8/errors/fa/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/fa/ERR_SOCKET_FAILURE	2014-08-27 07:41:48.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_SOCKET_FAILURE	2014-09-15 01:35:45.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>خرابی سوکت</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_TOO_BIG squid-3.4.8/errors/fa/ERR_TOO_BIG
--- squid-3.4.7/errors/fa/ERR_TOO_BIG	2014-08-27 07:41:49.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_TOO_BIG	2014-09-15 01:35:46.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
 <p>اگر شما یک درخواست PUT یا POST دارید، موردی که شما در تلاش برای بارگذاری هستید بسیار بزرگ است.</p>
 <p>اگر شما یک درخواست GET دارید، موردی که شما در تلاش برای دریافت آن هستید بسیار بزرگ است.</p>
-<p></p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/fa/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/fa/ERR_UNSUP_HTTPVERSION	2014-08-27 07:41:50.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_UNSUP_HTTPVERSION	2014-09-15 01:35:47.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>نسخه HTTP پشتیبانی نشده</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_UNSUP_REQ squid-3.4.8/errors/fa/ERR_UNSUP_REQ
--- squid-3.4.7/errors/fa/ERR_UNSUP_REQ	2014-08-27 07:41:51.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_UNSUP_REQ	2014-09-15 01:35:48.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>روش پشتیبانی‌نشده درخواست و قرارداد</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_URN_RESOLVE squid-3.4.8/errors/fa/ERR_URN_RESOLVE
--- squid-3.4.7/errors/fa/ERR_URN_RESOLVE	2014-08-27 07:41:52.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_URN_RESOLVE	2014-09-15 01:35:49.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>عدم توانایی در ترجمه URN.</b></p>
@@ -25,7 +25,7 @@
 
 <p>آهای، انتظار زیادی از URNها بر روی T% نداشته باش :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_WRITE_ERROR squid-3.4.8/errors/fa/ERR_WRITE_ERROR
--- squid-3.4.7/errors/fa/ERR_WRITE_ERROR	2014-08-27 07:41:53.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_WRITE_ERROR	2014-09-15 01:35:50.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>خطا در نوشتن</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fa/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/fa/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/fa/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:41:54.000000000 -0700
+++ squid-3.4.8/errors/fa/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:35:51.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>خطا</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Zero Sized Reply</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid did not receive any data for this request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/fi/ERR_ACCESS_DENIED squid-3.4.8/errors/fi/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/fi/ERR_ACCESS_DENIED	2014-08-27 07:41:55.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_ACCESS_DENIED	2014-09-15 01:35:52.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Pääsy evätty.</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:41:56.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:35:53.000000000 -0700
@@ -17,14 +17,14 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_AGENT_CONFIGURE squid-3.4.8/errors/fi/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/fi/ERR_AGENT_CONFIGURE	2014-08-27 07:41:57.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_AGENT_CONFIGURE	2014-09-15 01:35:54.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>VIRHE</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_AGENT_WPAD squid-3.4.8/errors/fi/ERR_AGENT_WPAD
--- squid-3.4.7/errors/fi/ERR_AGENT_WPAD	2014-08-27 07:41:58.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_AGENT_WPAD	2014-09-15 01:35:55.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>VIRHE</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/fi/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/fi/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:41:58.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:35:56.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Pääsy välityspalvelimeen evätty.</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:41:59.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:35:57.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Pääsy välityspalvelimen hallintaan evätty.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_CANNOT_FORWARD squid-3.4.8/errors/fi/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/fi/ERR_CANNOT_FORWARD	2014-08-27 07:42:00.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_CANNOT_FORWARD	2014-09-15 01:35:58.000000000 -0700
@@ -17,19 +17,19 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Pyyntöä ei voitu edelleenohjata.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Mahdollisia ongelmia:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_CONFLICT_HOST squid-3.4.8/errors/fi/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/fi/ERR_CONFLICT_HOST	2014-08-27 07:42:01.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_CONFLICT_HOST	2014-09-15 01:35:59.000000000 -0700
@@ -17,18 +17,18 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Mahdollisia ongelmia:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_CONNECT_FAIL squid-3.4.8/errors/fi/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/fi/ERR_CONNECT_FAIL	2014-08-27 07:42:02.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_CONNECT_FAIL	2014-09-15 01:36:00.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
 <p id="sysmsg">Järjestelmä palautti viestin:<i>%E</i></p>
@@ -34,7 +34,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_DIR_LISTING squid-3.4.8/errors/fi/ERR_DIR_LISTING
--- squid-3.4.7/errors/fi/ERR_DIR_LISTING	2014-08-27 07:42:03.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_DIR_LISTING	2014-09-15 01:36:00.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_DNS_FAIL squid-3.4.8/errors/fi/ERR_DNS_FAIL
--- squid-3.4.7/errors/fi/ERR_DNS_FAIL	2014-08-27 07:42:04.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_DNS_FAIL	2014-09-15 01:36:01.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nimelle <q>%H</q> ei voitu määrittää IP-osoitetta.</b></p>
@@ -25,7 +25,7 @@
 
 <p>DNS-palvelin palautti viestin:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Tämä tarkoittaa, että Välityspalvelin ei voinut selvittää URL:ssä esitettyä palvelinnimeä. Tarkista, että osoite on oikein.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_ESI squid-3.4.8/errors/fi/ERR_ESI
--- squid-3.4.7/errors/fi/ERR_ESI	2014-08-27 07:42:05.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_ESI	2014-09-15 01:36:02.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_FORWARDING_DENIED squid-3.4.8/errors/fi/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/fi/ERR_FORWARDING_DENIED	2014-08-27 07:42:06.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_FORWARDING_DENIED	2014-09-15 01:36:03.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Edelleenohjaus evätty.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_FTP_DISABLED squid-3.4.8/errors/fi/ERR_FTP_DISABLED
--- squid-3.4.7/errors/fi/ERR_FTP_DISABLED	2014-08-27 07:42:07.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_FTP_DISABLED	2014-09-15 01:36:04.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP on poistettu käytöstä</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_FTP_FAILURE squid-3.4.8/errors/fi/ERR_FTP_FAILURE
--- squid-3.4.7/errors/fi/ERR_FTP_FAILURE	2014-08-27 07:42:08.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_FTP_FAILURE	2014-09-15 01:36:05.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid lähetti seuraavan FTP-komennon:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_FTP_FORBIDDEN squid-3.4.8/errors/fi/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/fi/ERR_FTP_FORBIDDEN	2014-08-27 07:42:09.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_FTP_FORBIDDEN	2014-09-15 01:36:06.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid lähetti seuraavan FTP-komennon:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_FTP_NOT_FOUND squid-3.4.8/errors/fi/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/fi/ERR_FTP_NOT_FOUND	2014-08-27 07:42:10.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_FTP_NOT_FOUND	2014-09-15 01:36:07.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
 <p>Squid lähetti seuraavan FTP-komennon:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_FTP_PUT_CREATED squid-3.4.8/errors/fi/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/fi/ERR_FTP_PUT_CREATED	2014-08-27 07:42:11.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_FTP_PUT_CREATED	2014-09-15 01:36:08.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_FTP_PUT_ERROR squid-3.4.8/errors/fi/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/fi/ERR_FTP_PUT_ERROR	2014-08-27 07:42:12.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_FTP_PUT_ERROR	2014-09-15 01:36:09.000000000 -0700
@@ -21,15 +21,15 @@
 
 <p>Squid lähetti seuraavan FTP-komennon:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/fi/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/fi/ERR_FTP_PUT_MODIFIED	2014-08-27 07:42:13.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_FTP_PUT_MODIFIED	2014-09-15 01:36:10.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/fi/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/fi/ERR_FTP_UNAVAILABLE	2014-08-27 07:42:14.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_FTP_UNAVAILABLE	2014-09-15 01:36:11.000000000 -0700
@@ -17,18 +17,18 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid lähetti seuraavan FTP-komennon:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_GATEWAY_FAILURE squid-3.4.8/errors/fi/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/fi/ERR_GATEWAY_FAILURE	2014-08-27 07:42:15.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_GATEWAY_FAILURE	2014-09-15 01:36:12.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_ICAP_FAILURE squid-3.4.8/errors/fi/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/fi/ERR_ICAP_FAILURE	2014-08-27 07:42:16.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_ICAP_FAILURE	2014-09-15 01:36:13.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">Järjestelmä palautti viestin:<i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Mahdollisia ongelmia:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_INVALID_REQ squid-3.4.8/errors/fi/ERR_INVALID_REQ
--- squid-3.4.7/errors/fi/ERR_INVALID_REQ	2014-08-27 07:42:17.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_INVALID_REQ	2014-09-15 01:36:14.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Mahdollisia ongelmia:</p>
@@ -31,7 +31,7 @@
 <li><p>Hakupyyntö on liian suuri</p></li>
 <li><p><q>Content-Length</q> puuttuu POST- tai PUT-hakupyynnostä</p></li>
 <li><p>Virheellinen merkki palvelinnimessä; alaviivat eivät ole sallittuja</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_INVALID_RESP squid-3.4.8/errors/fi/ERR_INVALID_RESP
--- squid-3.4.7/errors/fi/ERR_INVALID_RESP	2014-08-27 07:42:18.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_INVALID_RESP	2014-09-15 01:36:15.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_INVALID_URL squid-3.4.8/errors/fi/ERR_INVALID_URL
--- squid-3.4.7/errors/fi/ERR_INVALID_URL	2014-08-27 07:42:19.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_INVALID_URL	2014-09-15 01:36:16.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Virheellinen URL-osoite</b></p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_LIFETIME_EXP squid-3.4.8/errors/fi/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/fi/ERR_LIFETIME_EXP	2014-08-27 07:42:20.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_LIFETIME_EXP	2014-09-15 01:36:16.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Yhteyden elinaika umpeutui</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_NO_RELAY squid-3.4.8/errors/fi/ERR_NO_RELAY
--- squid-3.4.7/errors/fi/ERR_NO_RELAY	2014-08-27 07:42:21.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_NO_RELAY	2014-09-15 01:36:17.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Ei WAIS-linkkiä</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/fi/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/fi/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:42:22.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:36:18.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_PRECONDITION_FAILED squid-3.4.8/errors/fi/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/fi/ERR_PRECONDITION_FAILED	2014-08-27 07:42:22.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_PRECONDITION_FAILED	2014-09-15 01:36:19.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_READ_ERROR squid-3.4.8/errors/fi/ERR_READ_ERROR
--- squid-3.4.7/errors/fi/ERR_READ_ERROR	2014-08-27 07:42:23.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_READ_ERROR	2014-09-15 01:36:20.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Lukuvirhe</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_READ_TIMEOUT squid-3.4.8/errors/fi/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/fi/ERR_READ_TIMEOUT	2014-08-27 07:42:24.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_READ_TIMEOUT	2014-09-15 01:36:21.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Lukemisen aikakatkaisu</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/fi/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/fi/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:42:25.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:36:22.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_SHUTTING_DOWN squid-3.4.8/errors/fi/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/fi/ERR_SHUTTING_DOWN	2014-08-27 07:42:26.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_SHUTTING_DOWN	2014-09-15 01:36:23.000000000 -0700
@@ -17,9 +17,9 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -27,7 +27,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_SOCKET_FAILURE squid-3.4.8/errors/fi/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/fi/ERR_SOCKET_FAILURE	2014-08-27 07:42:27.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_SOCKET_FAILURE	2014-09-15 01:36:24.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Sokettivirhe</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_TOO_BIG squid-3.4.8/errors/fi/ERR_TOO_BIG
--- squid-3.4.7/errors/fi/ERR_TOO_BIG	2014-08-27 07:42:28.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_TOO_BIG	2014-09-15 01:36:25.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/fi/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/fi/ERR_UNSUP_HTTPVERSION	2014-08-27 07:42:29.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_UNSUP_HTTPVERSION	2014-09-15 01:36:26.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>VIRHE</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_UNSUP_REQ squid-3.4.8/errors/fi/ERR_UNSUP_REQ
--- squid-3.4.7/errors/fi/ERR_UNSUP_REQ	2014-08-27 07:42:30.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_UNSUP_REQ	2014-09-15 01:36:27.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Hakupyynnon tyyppi ja yhteyskäytäntö ei tuettu</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_URN_RESOLVE squid-3.4.8/errors/fi/ERR_URN_RESOLVE
--- squid-3.4.7/errors/fi/ERR_URN_RESOLVE	2014-08-27 07:42:31.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_URN_RESOLVE	2014-09-15 01:36:28.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>VIRHE</h1>
-<h2></h2>
+<h2>A URL for the requested URN could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>URN:ää ei voitu selvittää</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_WRITE_ERROR squid-3.4.8/errors/fi/ERR_WRITE_ERROR
--- squid-3.4.7/errors/fi/ERR_WRITE_ERROR	2014-08-27 07:42:32.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_WRITE_ERROR	2014-09-15 01:36:29.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Virhe kirjoitettaessa</b></p>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fi/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/fi/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/fi/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:42:33.000000000 -0700
+++ squid-3.4.8/errors/fi/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:36:30.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nollan pituinen vastaus</b></p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/fr/ERR_CANNOT_FORWARD squid-3.4.8/errors/fr/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/fr/ERR_CANNOT_FORWARD	2014-08-27 07:42:40.000000000 -0700
+++ squid-3.4.8/errors/fr/ERR_CANNOT_FORWARD	2014-09-15 01:36:37.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>En ce moment, il est impossible de retransmettre cette requête.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Problèmes possibles :</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Votre administrateur proxy est <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/fr/ERR_CONFLICT_HOST squid-3.4.8/errors/fr/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/fr/ERR_CONFLICT_HOST	2014-08-27 07:42:41.000000000 -0700
+++ squid-3.4.8/errors/fr/ERR_CONFLICT_HOST	2014-09-15 01:36:38.000000000 -0700
@@ -20,15 +20,15 @@
 <p>L'erreur suivante s'est produite en essayant d'accéder à l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Problèmes possibles :</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Votre administrateur proxy est <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/fr/ERR_DIR_LISTING squid-3.4.8/errors/fr/ERR_DIR_LISTING
--- squid-3.4.7/errors/fr/ERR_DIR_LISTING	2014-08-27 07:42:43.000000000 -0700
+++ squid-3.4.8/errors/fr/ERR_DIR_LISTING	2014-09-15 01:36:40.000000000 -0700
@@ -25,7 +25,7 @@
 <table id="dirlisting" summary="Liste du répertoire">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Répertoire Parent</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Répertoire Parent</a> (<a href="/">Répertoire Racine</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/he/ERR_CANNOT_FORWARD squid-3.4.8/errors/he/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/he/ERR_CANNOT_FORWARD	2014-08-27 07:43:21.000000000 -0700
+++ squid-3.4.8/errors/he/ERR_CANNOT_FORWARD	2014-09-15 01:37:16.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>לא ניתן להעביר את הבקשה בשלב זה.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>מנהל השרת הוא <a href="mailto:%w%W">%w</a>. </p>
diff -u -r -N squid-3.4.7/errors/he/ERR_CONFLICT_HOST squid-3.4.8/errors/he/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/he/ERR_CONFLICT_HOST	2014-08-27 07:43:22.000000000 -0700
+++ squid-3.4.8/errors/he/ERR_CONFLICT_HOST	2014-09-15 01:37:17.000000000 -0700
@@ -20,15 +20,15 @@
 <p>השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>מנהל השרת הוא <a href="mailto:%w%W">%w</a>. </p>
diff -u -r -N squid-3.4.7/errors/he/ERR_INVALID_RESP squid-3.4.8/errors/he/ERR_INVALID_RESP
--- squid-3.4.7/errors/he/ERR_INVALID_RESP	2014-08-27 07:43:39.000000000 -0700
+++ squid-3.4.8/errors/he/ERR_INVALID_RESP	2014-09-15 01:37:32.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>התגובת ה HTTP שהתקבלה מהשרת אינה מובנת או פגומה. אנא צור קשר עם מפעיל האתר.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
 <p>מנהל השרת הוא <a href="mailto:%w%W">%w</a>. </p>
 <br>
diff -u -r -N squid-3.4.7/errors/hu/ERR_DIR_LISTING squid-3.4.8/errors/hu/ERR_DIR_LISTING
--- squid-3.4.7/errors/hu/ERR_DIR_LISTING	2014-08-27 07:44:05.000000000 -0700
+++ squid-3.4.8/errors/hu/ERR_DIR_LISTING	2014-09-15 01:37:57.000000000 -0700
@@ -25,7 +25,7 @@
 <table id="dirlisting" summary="Könyvtárlista">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Szülőkönyvtár</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Szülőkönyvtár</a> (<a href="/">Gyökérkönyvtár</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/hy/ERR_DIR_LISTING squid-3.4.8/errors/hy/ERR_DIR_LISTING
--- squid-3.4.7/errors/hy/ERR_DIR_LISTING	2014-08-27 07:44:43.000000000 -0700
+++ squid-3.4.8/errors/hy/ERR_DIR_LISTING	2014-09-15 01:38:35.000000000 -0700
@@ -25,7 +25,7 @@
 <table id="dirlisting" summary="Դիրեկտորիայի պարունակությունը">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Ծնողական դիրեկտորիա</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Ծնողական դիրեկտորիա</a> (<a href="/">Արմատական դիրեկտորիա</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/id/ERR_ACCESS_DENIED squid-3.4.8/errors/id/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/id/ERR_ACCESS_DENIED	2014-08-27 07:45:14.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_ACCESS_DENIED	2014-09-15 01:39:06.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
  %l
 
@@ -11,13 +11,13 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Akses Ditolak</b></p>
@@ -25,13 +25,13 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:45:15.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:39:07.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_AGENT_CONFIGURE squid-3.4.8/errors/id/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/id/ERR_AGENT_CONFIGURE	2014-08-27 07:45:16.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_AGENT_CONFIGURE	2014-09-15 01:39:08.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -11,42 +11,42 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_AGENT_WPAD squid-3.4.8/errors/id/ERR_AGENT_WPAD
--- squid-3.4.7/errors/id/ERR_AGENT_WPAD	2014-08-27 07:45:17.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_AGENT_WPAD	2014-09-15 01:39:09.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -11,42 +11,42 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/id/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/id/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:45:18.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:39:10.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>Akses Cache Ditolak</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Akses Cache Ditolak</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself.</p>
 
 <br>
 </div>
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/id/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/id/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:45:19.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:39:11.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>Cache manager Akses ditolak.</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Cache manager Akses ditolak.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_CANNOT_FORWARD squid-3.4.8/errors/id/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/id/ERR_CANNOT_FORWARD	2014-08-27 07:45:20.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_CANNOT_FORWARD	2014-09-15 01:39:12.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,35 +11,35 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to forward this request at this time.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_CONFLICT_HOST squid-3.4.8/errors/id/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/id/ERR_CONFLICT_HOST	2014-08-27 07:45:20.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_CONFLICT_HOST	2014-09-15 01:39:13.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,33 +11,33 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_CONNECT_FAIL squid-3.4.8/errors/id/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/id/ERR_CONNECT_FAIL	2014-08-27 07:45:21.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_CONNECT_FAIL	2014-09-15 01:39:14.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,30 +11,30 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_DIR_LISTING squid-3.4.8/errors/id/ERR_DIR_LISTING
--- squid-3.4.7/errors/id/ERR_DIR_LISTING	2014-08-27 07:45:22.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_DIR_LISTING	2014-09-15 01:39:15.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_DNS_FAIL squid-3.4.8/errors/id/ERR_DNS_FAIL
--- squid-3.4.7/errors/id/ERR_DNS_FAIL	2014-08-27 07:45:23.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_DNS_FAIL	2014-09-15 01:39:15.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to determine IP address from host name <q>%H</q></b></p>
 </blockquote>
 
-<p></p>
+<p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_ESI squid-3.4.8/errors/id/ERR_ESI
--- squid-3.4.7/errors/id/ERR_ESI	2014-08-27 07:45:24.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_ESI	2014-09-15 01:39:16.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_FORWARDING_DENIED squid-3.4.8/errors/id/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/id/ERR_FORWARDING_DENIED	2014-08-27 07:45:25.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_FORWARDING_DENIED	2014-09-15 01:39:17.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Forwarding Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_FTP_DISABLED squid-3.4.8/errors/id/ERR_FTP_DISABLED
--- squid-3.4.7/errors/id/ERR_FTP_DISABLED	2014-08-27 07:45:26.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_FTP_DISABLED	2014-09-15 01:39:18.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP tidak aktif</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache does not support FTP.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_FTP_FAILURE squid-3.4.8/errors/id/ERR_FTP_FAILURE
--- squid-3.4.7/errors/id/ERR_FTP_FAILURE	2014-08-27 07:45:27.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_FTP_FAILURE	2014-09-15 01:39:19.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
 <p>terjadi kesalahan Protokol FTP ketika mencoba untuk mengambil URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_FTP_FORBIDDEN squid-3.4.8/errors/id/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/id/ERR_FTP_FORBIDDEN	2014-08-27 07:45:28.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_FTP_FORBIDDEN	2014-09-15 01:39:20.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
 <p>terjadi kegagalan otentikasi FTP ketika mencoba untuk mengambil URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_FTP_NOT_FOUND squid-3.4.8/errors/id/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/id/ERR_FTP_NOT_FOUND	2014-08-27 07:45:29.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_FTP_NOT_FOUND	2014-09-15 01:39:21.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,34 +11,34 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_FTP_PUT_CREATED squid-3.4.8/errors/id/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/id/ERR_FTP_PUT_CREATED	2014-08-27 07:45:30.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_FTP_PUT_CREATED	2014-09-15 01:39:22.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,8 +11,8 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1 id="ftpsuccess"></h1>
-<h2></h2>
+<h1 id="ftpsuccess">Operation successful</h1>
+<h2>File created</h2>
 </div>
 <hr>
 
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_FTP_PUT_ERROR squid-3.4.8/errors/id/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/id/ERR_FTP_PUT_ERROR	2014-08-27 07:45:31.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_FTP_PUT_ERROR	2014-09-15 01:39:23.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,33 +11,33 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>FTP PUT upload failed</h2>
 </div>
 <hr>
 
 <div id="content">
 <p>terjadi kesalahan Protokol FTP ketika mencoba untuk mengambil URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/id/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/id/ERR_FTP_PUT_MODIFIED	2014-08-27 07:45:32.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_FTP_PUT_MODIFIED	2014-09-15 01:39:24.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1 id="ftpsuccess"></h1>
+<h1 id="ftpsuccess">Operation successful</h1>
 <h2>File sudah diperbaharui</h2>
 </div>
 <hr>
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/id/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/id/ERR_FTP_UNAVAILABLE	2014-08-27 07:45:33.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_FTP_UNAVAILABLE	2014-09-15 01:39:25.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,33 +11,33 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_GATEWAY_FAILURE squid-3.4.8/errors/id/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/id/ERR_GATEWAY_FAILURE	2014-08-27 07:45:34.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_GATEWAY_FAILURE	2014-09-15 01:39:26.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_ICAP_FAILURE squid-3.4.8/errors/id/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/id/ERR_ICAP_FAILURE	2014-08-27 07:45:35.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_ICAP_FAILURE	2014-09-15 01:39:27.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,25 +11,25 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
 <li><p>Sebuah tanggapan Illegal diterima dari ICAP server.</p></li>
 </ul>
 
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_INVALID_REQ squid-3.4.8/errors/id/ERR_INVALID_REQ
--- squid-3.4.7/errors/id/ERR_INVALID_REQ	2014-08-27 07:45:35.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_INVALID_REQ	2014-09-15 01:39:28.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,8 +11,8 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -20,21 +20,21 @@
 <p><b>Cacat Meminta</b> kesalahan ditemukan sedangkan mencoba mengolah permintaan:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li id="missing-method"><p></p></li>
-<li id="missing-url"><p></p></li>
-<li id="missing-protocol"><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li id="missing-method"><p>Missing or unknown request method.</p></li>
+<li id="missing-url"><p>Missing URL.</p></li>
+<li id="missing-protocol"><p>Missing HTTP Identifier (HTTP/1.0).</p></li>
+<li><p>Request is too large.</p></li>
+<li><p>Content-Length missing for POST or PUT requests.</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_INVALID_RESP squid-3.4.8/errors/id/ERR_INVALID_RESP
--- squid-3.4.7/errors/id/ERR_INVALID_RESP	2014-08-27 07:45:36.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_INVALID_RESP	2014-09-15 01:39:28.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,8 +11,8 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -20,20 +20,20 @@
 <p><b>Cacat Jawaban</b> kesalahan ditemukan sedangkan mencoba mengolah permintaan:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_INVALID_URL squid-3.4.8/errors/id/ERR_INVALID_URL
--- squid-3.4.7/errors/id/ERR_INVALID_URL	2014-08-27 07:45:37.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_INVALID_URL	2014-09-15 01:39:29.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,35 +11,35 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Invalid URL</b></p>
 </blockquote>
 
-<p></p>
+<p>Some aspect of the requested URL is incorrect.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>
+<li><p>Missing hostname</p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_LIFETIME_EXP squid-3.4.8/errors/id/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/id/ERR_LIFETIME_EXP	2014-08-27 07:45:38.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_LIFETIME_EXP	2014-09-15 01:39:30.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection Lifetime Expired</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_NO_RELAY squid-3.4.8/errors/id/ERR_NO_RELAY
--- squid-3.4.7/errors/id/ERR_NO_RELAY	2014-08-27 07:45:39.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_NO_RELAY	2014-09-15 01:39:31.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>No Wais Relay</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/id/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/id/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:45:40.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:39:32.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_PRECONDITION_FAILED squid-3.4.8/errors/id/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/id/ERR_PRECONDITION_FAILED	2014-08-27 07:45:41.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_PRECONDITION_FAILED	2014-09-15 01:39:33.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_READ_ERROR squid-3.4.8/errors/id/ERR_READ_ERROR
--- squid-3.4.7/errors/id/ERR_READ_ERROR	2014-08-27 07:45:42.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_READ_ERROR	2014-09-15 01:39:34.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Error</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_READ_TIMEOUT squid-3.4.8/errors/id/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/id/ERR_READ_TIMEOUT	2014-08-27 07:45:43.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_READ_TIMEOUT	2014-09-15 01:39:35.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Timeout</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/id/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/id/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:45:44.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:39:36.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,16 +11,16 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,15 +31,15 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_SHUTTING_DOWN squid-3.4.8/errors/id/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/id/ERR_SHUTTING_DOWN	2014-08-27 07:45:45.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_SHUTTING_DOWN	2014-09-15 01:39:37.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,23 +11,23 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_SOCKET_FAILURE squid-3.4.8/errors/id/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/id/ERR_SOCKET_FAILURE	2014-08-27 07:45:46.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_SOCKET_FAILURE	2014-09-15 01:39:38.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Socket Failure</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_TOO_BIG squid-3.4.8/errors/id/ERR_TOO_BIG
--- squid-3.4.7/errors/id/ERR_TOO_BIG	2014-08-27 07:45:47.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_TOO_BIG	2014-09-15 01:39:38.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/id/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/id/ERR_UNSUP_HTTPVERSION	2014-08-27 07:45:47.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_UNSUP_HTTPVERSION	2014-09-15 01:39:39.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_UNSUP_REQ squid-3.4.8/errors/id/ERR_UNSUP_REQ
--- squid-3.4.7/errors/id/ERR_UNSUP_REQ	2014-08-27 07:45:48.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_UNSUP_REQ	2014-09-15 01:39:40.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported Request Method and Protocol</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_URN_RESOLVE squid-3.4.8/errors/id/ERR_URN_RESOLVE
--- squid-3.4.7/errors/id/ERR_URN_RESOLVE	2014-08-27 07:45:49.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_URN_RESOLVE	2014-09-15 01:39:41.000000000 -0700
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>URL untuk URN yang diminta tidak bisa didapatkan kembali</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Tidak dapat menyelesaikan URN</b></p>
 </blockquote>
 
-<p></p>
+<p>Hey, don't expect too much from URNs on %T :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_WRITE_ERROR squid-3.4.8/errors/id/ERR_WRITE_ERROR
--- squid-3.4.7/errors/id/ERR_WRITE_ERROR	2014-08-27 07:45:50.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_WRITE_ERROR	2014-09-15 01:39:42.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Write Error</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/id/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/id/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/id/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:45:51.000000000 -0700
+++ squid-3.4.8/errors/id/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:39:43.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Zero Sized Reply</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid did not receive any data for this request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:45:53.000000000 -0700
+++ squid-3.4.8/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:39:45.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Mentre si cercava di accedere alla URL <a href="%U">%U</a> si è presentato il seguente errore:</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>Questi limiti sono stati stabiliti dall'ISP che gestisce questo proxy. Se ritieni sia un errore, contatta il fornitore del servizio.</p>
 
 <p>L'amministratore del proxy è <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/it/ERR_CANNOT_FORWARD squid-3.4.8/errors/it/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/it/ERR_CANNOT_FORWARD	2014-08-27 07:45:58.000000000 -0700
+++ squid-3.4.8/errors/it/ERR_CANNOT_FORWARD	2014-09-15 01:39:50.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Non è possibile inoltrare la richiesta in questo momento.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Alcuni dei possibili problemi sono:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>L'amministratore del proxy è <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/it/ERR_CONFLICT_HOST squid-3.4.8/errors/it/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/it/ERR_CONFLICT_HOST	2014-08-27 07:45:59.000000000 -0700
+++ squid-3.4.8/errors/it/ERR_CONFLICT_HOST	2014-09-15 01:39:51.000000000 -0700
@@ -20,15 +20,15 @@
 <p>Mentre si cercava di accedere alla URL <a href="%U">%U</a> si è presentato il seguente errore:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Alcuni dei possibili problemi sono:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>L'amministratore del proxy è <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/it/ERR_DIR_LISTING squid-3.4.8/errors/it/ERR_DIR_LISTING
--- squid-3.4.7/errors/it/ERR_DIR_LISTING	2014-08-27 07:46:01.000000000 -0700
+++ squid-3.4.8/errors/it/ERR_DIR_LISTING	2014-09-15 01:39:53.000000000 -0700
@@ -25,7 +25,7 @@
 <table id="dirlisting" summary="Elenco della directory">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Directory superiore</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Directory superiore</a> (<a href="/">Directory principale</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/it/ERR_GATEWAY_FAILURE squid-3.4.8/errors/it/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/it/ERR_GATEWAY_FAILURE	2014-08-27 07:46:12.000000000 -0700
+++ squid-3.4.8/errors/it/ERR_GATEWAY_FAILURE	2014-09-15 01:40:04.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Mentre si cercava di accedere alla URL <a href="%U">%U</a> si è presentato il seguente errore:</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/it/ERR_PRECONDITION_FAILED squid-3.4.8/errors/it/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/it/ERR_PRECONDITION_FAILED	2014-08-27 07:46:20.000000000 -0700
+++ squid-3.4.8/errors/it/ERR_PRECONDITION_FAILED	2014-09-15 01:40:11.000000000 -0700
@@ -20,12 +20,12 @@
 <p>Mentre si cercava di accedere alla URL <a href="%U">%U</a> si è presentato il seguente errore:</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/ja/ERR_ACCESS_DENIED squid-3.4.8/errors/ja/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/ja/ERR_ACCESS_DENIED	2014-08-27 07:46:31.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_ACCESS_DENIED	2014-09-15 01:40:23.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>アクセスを拒否されました。</b></p>
@@ -25,7 +25,7 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:46:32.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:40:24.000000000 -0700
@@ -17,16 +17,16 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_AGENT_CONFIGURE squid-3.4.8/errors/ja/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/ja/ERR_AGENT_CONFIGURE	2014-08-27 07:46:33.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_AGENT_CONFIGURE	2014-09-15 01:40:25.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>エラー</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_AGENT_WPAD squid-3.4.8/errors/ja/ERR_AGENT_WPAD
--- squid-3.4.7/errors/ja/ERR_AGENT_WPAD	2014-08-27 07:46:34.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_AGENT_WPAD	2014-09-15 01:40:26.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>エラー</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/ja/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/ja/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:46:35.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:40:27.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>キャッシュへのアクセスを拒否されました．</b></p>
diff -u -r -N squid-3.4.7/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:46:36.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:40:28.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>キャッシュマネジャへのアクセスを拒否されました．</b></p>
diff -u -r -N squid-3.4.7/errors/ja/ERR_CANNOT_FORWARD squid-3.4.8/errors/ja/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/ja/ERR_CANNOT_FORWARD	2014-08-27 07:46:37.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_CANNOT_FORWARD	2014-09-15 01:40:29.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>現在，リクエストの転送はできません．</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>ありそうな問題: </p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/ja/ERR_CONFLICT_HOST squid-3.4.8/errors/ja/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/ja/ERR_CONFLICT_HOST	2014-08-27 07:46:38.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_CONFLICT_HOST	2014-09-15 01:40:30.000000000 -0700
@@ -17,21 +17,21 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>ありそうな問題: </p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_CONNECT_FAIL squid-3.4.8/errors/ja/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/ja/ERR_CONNECT_FAIL	2014-08-27 07:46:39.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_CONNECT_FAIL	2014-09-15 01:40:31.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>%I への接続に失敗しました。</b></p>
@@ -27,7 +27,7 @@
 
 <p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/ja/ERR_DIR_LISTING squid-3.4.8/errors/ja/ERR_DIR_LISTING
--- squid-3.4.7/errors/ja/ERR_DIR_LISTING	2014-08-27 07:46:40.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_DIR_LISTING	2014-09-15 01:40:32.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>ディレクトリの内容:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">親のディレクトリ</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">親のディレクトリ</a> (<a href="/">ルート・ディレクトリ</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/ja/ERR_DNS_FAIL squid-3.4.8/errors/ja/ERR_DNS_FAIL
--- squid-3.4.7/errors/ja/ERR_DNS_FAIL	2014-08-27 07:46:41.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_DNS_FAIL	2014-09-15 01:40:33.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>以下のホスト名の IP address を調べられません．<q>%H</q></b></p>
@@ -25,12 +25,12 @@
 
 <p>DNSサーバの応答:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_ESI squid-3.4.8/errors/ja/ERR_ESI
--- squid-3.4.7/errors/ja/ERR_ESI	2014-08-27 07:46:42.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_ESI	2014-09-15 01:40:34.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>ESIの処理に失敗しました。</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_FORWARDING_DENIED squid-3.4.8/errors/ja/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/ja/ERR_FORWARDING_DENIED	2014-08-27 07:46:43.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_FORWARDING_DENIED	2014-09-15 01:40:35.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>転送は拒否されました。</b></p>
@@ -25,7 +25,7 @@
 
 <p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/ja/ERR_FTP_DISABLED squid-3.4.8/errors/ja/ERR_FTP_DISABLED
--- squid-3.4.7/errors/ja/ERR_FTP_DISABLED	2014-08-27 07:46:44.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_FTP_DISABLED	2014-09-15 01:40:36.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTPは無効です。</b></p>
@@ -25,7 +25,7 @@
 
 <p>キャッシュは FTP をサポートしていません．</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/ja/ERR_FTP_FAILURE squid-3.4.8/errors/ja/ERR_FTP_FAILURE
--- squid-3.4.7/errors/ja/ERR_FTP_FAILURE	2014-08-27 07:46:45.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_FTP_FAILURE	2014-09-15 01:40:37.000000000 -0700
@@ -21,16 +21,16 @@
 
 <p>Squidは以下のFTPコマンドを送りました:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_FTP_FORBIDDEN squid-3.4.8/errors/ja/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/ja/ERR_FTP_FORBIDDEN	2014-08-27 07:46:46.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_FTP_FORBIDDEN	2014-09-15 01:40:38.000000000 -0700
@@ -21,16 +21,16 @@
 
 <p>Squidは以下のFTPコマンドを送りました:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_FTP_NOT_FOUND squid-3.4.8/errors/ja/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/ja/ERR_FTP_NOT_FOUND	2014-08-27 07:46:47.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_FTP_NOT_FOUND	2014-09-15 01:40:39.000000000 -0700
@@ -21,18 +21,18 @@
 
 <p>Squidは以下のFTPコマンドを送りました:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_FTP_PUT_ERROR squid-3.4.8/errors/ja/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/ja/ERR_FTP_PUT_ERROR	2014-08-27 07:46:49.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_FTP_PUT_ERROR	2014-09-15 01:40:40.000000000 -0700
@@ -21,17 +21,17 @@
 
 <p>Squidは以下のFTPコマンドを送りました:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/ja/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/ja/ERR_FTP_UNAVAILABLE	2014-08-27 07:46:50.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_FTP_UNAVAILABLE	2014-09-15 01:40:42.000000000 -0700
@@ -22,16 +22,16 @@
 <p>Squidは以下のFTPコマンドを送りました:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_GATEWAY_FAILURE squid-3.4.8/errors/ja/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/ja/ERR_GATEWAY_FAILURE	2014-08-27 07:46:51.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_GATEWAY_FAILURE	2014-09-15 01:40:43.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_ICAP_FAILURE squid-3.4.8/errors/ja/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/ja/ERR_ICAP_FAILURE	2014-08-27 07:46:52.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_ICAP_FAILURE	2014-09-15 01:40:44.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>ICAPのプロトコル・エラーです。</b></p>
@@ -25,7 +25,7 @@
 
 <p id="sysmsg">システムが以下のエラーを返しました: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>ありそうな問題: </p>
 <ul>
diff -u -r -N squid-3.4.7/errors/ja/ERR_INVALID_REQ squid-3.4.8/errors/ja/ERR_INVALID_REQ
--- squid-3.4.7/errors/ja/ERR_INVALID_REQ	2014-08-27 07:46:53.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_INVALID_REQ	2014-09-15 01:40:45.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>不正なリクエスト</b>のエラーが以下のリクエストを処理しようとしている間に発生しました:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>ありそうな問題: </p>
@@ -31,10 +31,10 @@
 <li><p>リクエストが長すぎます。</p></li>
 <li><p>POSTまたはPUTのリクエストにContent-Lengthヘッダがありません。</p></li>
 <li><p>ホスト名に不正な文字が使われています: アンダースコアは使えません。</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_INVALID_RESP squid-3.4.8/errors/ja/ERR_INVALID_RESP
--- squid-3.4.7/errors/ja/ERR_INVALID_RESP	2014-08-27 07:46:54.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_INVALID_RESP	2014-09-15 01:40:46.000000000 -0700
@@ -20,14 +20,14 @@
 <p><b>不正なリクエスト</b>のエラーが以下のリクエストを処理しようとしている間に発生しました:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_INVALID_URL squid-3.4.8/errors/ja/ERR_INVALID_URL
--- squid-3.4.7/errors/ja/ERR_INVALID_URL	2014-08-27 07:46:55.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_INVALID_URL	2014-09-15 01:40:47.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>不正なURL</b></p>
@@ -33,7 +33,7 @@
 <li><p>ホスト名に不正な文字が使われています: アンダースコアは使えません。</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_LIFETIME_EXP squid-3.4.8/errors/ja/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/ja/ERR_LIFETIME_EXP	2014-08-27 07:46:56.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_LIFETIME_EXP	2014-09-15 01:40:48.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>接続の存続時間が終了しました。</b></p>
@@ -25,7 +25,7 @@
 
 <p>最大の接続有効時間が過ぎたため、Squidはリクエストを終了しました。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_NO_RELAY squid-3.4.8/errors/ja/ERR_NO_RELAY
--- squid-3.4.7/errors/ja/ERR_NO_RELAY	2014-08-27 07:46:57.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_NO_RELAY	2014-09-15 01:40:49.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Waisの中継先が指定されていません。</b></p>
@@ -25,7 +25,7 @@
 
 <p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/ja/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/ja/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:46:58.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:40:50.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b><q>only-if-cached</q> の指定がありましたが，その文書がキャッシュに存在していません．</b></p>
@@ -25,7 +25,7 @@
 
 <p>キャッシュへの <q>only-if-cached</q> つきリクエストがありましたが，この文書はキャッシュに存在していないか，<em>あるいは</em>すでにキャッシュにはあるが(<q>only-if-cached</q> によって禁止されている)この文書が更新されているかどうかの再確認が必要です．</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_PRECONDITION_FAILED squid-3.4.8/errors/ja/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/ja/ERR_PRECONDITION_FAILED	2014-08-27 07:46:59.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_PRECONDITION_FAILED	2014-09-15 01:40:51.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/ja/ERR_READ_ERROR squid-3.4.8/errors/ja/ERR_READ_ERROR
--- squid-3.4.7/errors/ja/ERR_READ_ERROR	2014-08-27 07:47:00.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_READ_ERROR	2014-09-15 01:40:52.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>読み込みエラー</b></p>
@@ -27,7 +27,7 @@
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_READ_TIMEOUT squid-3.4.8/errors/ja/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/ja/ERR_READ_TIMEOUT	2014-08-27 07:47:01.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_READ_TIMEOUT	2014-09-15 01:40:53.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>読み込みタイムアウト</b></p>
@@ -27,7 +27,7 @@
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/ja/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/ja/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:47:02.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:40:54.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>%Iへの安全な接続を確立に失敗しました。</b></p>
@@ -31,9 +31,9 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_SHUTTING_DOWN squid-3.4.8/errors/ja/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/ja/ERR_SHUTTING_DOWN	2014-08-27 07:47:03.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_SHUTTING_DOWN	2014-09-15 01:40:55.000000000 -0700
@@ -17,11 +17,11 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_SOCKET_FAILURE squid-3.4.8/errors/ja/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/ja/ERR_SOCKET_FAILURE	2014-08-27 07:47:04.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_SOCKET_FAILURE	2014-09-15 01:40:56.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>ソケット作成に失敗</b></p>
@@ -27,7 +27,7 @@
 
 <p>おそらく過大な負荷のため、SquidはTCPソケットを作成できませんでした。再度リクエストしてください。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_TOO_BIG squid-3.4.8/errors/ja/ERR_TOO_BIG
--- squid-3.4.7/errors/ja/ERR_TOO_BIG	2014-08-27 07:47:05.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_TOO_BIG	2014-09-15 01:40:56.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>リクエストまたはリプライが大きすぎます。</b></p>
@@ -27,7 +27,7 @@
 <p>GETの要求をしていたなら、ダウンロードしようとしていた対象が大きすぎます。</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/ja/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/ja/ERR_UNSUP_HTTPVERSION	2014-08-27 07:47:06.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_UNSUP_HTTPVERSION	2014-09-15 01:40:57.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>エラー</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_UNSUP_REQ squid-3.4.8/errors/ja/ERR_UNSUP_REQ
--- squid-3.4.7/errors/ja/ERR_UNSUP_REQ	2014-08-27 07:47:07.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_UNSUP_REQ	2014-09-15 01:40:58.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>サポートされていないリクエスト/プロトコルです．</b></p>
@@ -25,7 +25,7 @@
 
 <p>Squidはすべてのプロトコルに対して、すべてのリクエスト方式をサポートしているわけではありません。例えば、POSTをGopherのリクエストで行うことはできません。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_URN_RESOLVE squid-3.4.8/errors/ja/ERR_URN_RESOLVE
--- squid-3.4.7/errors/ja/ERR_URN_RESOLVE	2014-08-27 07:47:08.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_URN_RESOLVE	2014-09-15 01:40:59.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>URN の解決ができませんでした。</b></p>
@@ -25,7 +25,7 @@
 
 <p>やあ、%Tの時点でURNには多くを期待しないでください。:)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_WRITE_ERROR squid-3.4.8/errors/ja/ERR_WRITE_ERROR
--- squid-3.4.7/errors/ja/ERR_WRITE_ERROR	2014-08-27 07:47:09.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_WRITE_ERROR	2014-09-15 01:41:00.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>送信処理中にエラーが発生しました．</b></p>
@@ -27,7 +27,7 @@
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ja/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/ja/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/ja/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:47:10.000000000 -0700
+++ squid-3.4.8/errors/ja/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:41:01.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>サイズがゼロの応答</b></p>
@@ -25,7 +25,7 @@
 
 <p>このリクエストにに対してSquidは何もデータを受け取りませんでした。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ko/ERR_ACCESS_DENIED squid-3.4.8/errors/ko/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/ko/ERR_ACCESS_DENIED	2014-08-27 07:47:11.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_ACCESS_DENIED	2014-09-15 01:41:02.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>서버 이용 요구가 거절되었습니다.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:47:12.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:41:03.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_AGENT_CONFIGURE squid-3.4.8/errors/ko/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/ko/ERR_AGENT_CONFIGURE	2014-08-27 07:47:13.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_AGENT_CONFIGURE	2014-09-15 01:41:04.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>에러</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_AGENT_WPAD squid-3.4.8/errors/ko/ERR_AGENT_WPAD
--- squid-3.4.7/errors/ko/ERR_AGENT_WPAD	2014-08-27 07:47:14.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_AGENT_WPAD	2014-09-15 01:41:05.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>에러</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/ko/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/ko/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:47:15.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:41:06.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>캐쉬 이용 요청이 거절되었습니다.</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:47:16.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:41:07.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>캐쉬 매니저 이용 요청이 거절되었습니다.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_CANNOT_FORWARD squid-3.4.8/errors/ko/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/ko/ERR_CANNOT_FORWARD	2014-08-27 07:47:17.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_CANNOT_FORWARD	2014-09-15 01:41:08.000000000 -0700
@@ -17,29 +17,29 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>현재로서는 이 요청을 진행 시킬 수 없습니다.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_CONFLICT_HOST squid-3.4.8/errors/ko/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/ko/ERR_CONFLICT_HOST	2014-08-27 07:47:18.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_CONFLICT_HOST	2014-09-15 01:41:09.000000000 -0700
@@ -17,27 +17,27 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_CONNECT_FAIL squid-3.4.8/errors/ko/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/ko/ERR_CONNECT_FAIL	2014-08-27 07:47:19.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_CONNECT_FAIL	2014-09-15 01:41:10.000000000 -0700
@@ -17,24 +17,24 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
 <p id="sysmsg">시스템은 아래와 같은 메시지를 보내왔습니다: <i>%E</i></p>
 
 <p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_DIR_LISTING squid-3.4.8/errors/ko/ERR_DIR_LISTING
--- squid-3.4.7/errors/ko/ERR_DIR_LISTING	2014-08-27 07:47:20.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_DIR_LISTING	2014-09-15 01:41:11.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_DNS_FAIL squid-3.4.8/errors/ko/ERR_DNS_FAIL
--- squid-3.4.7/errors/ko/ERR_DNS_FAIL	2014-08-27 07:47:21.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_DNS_FAIL	2014-09-15 01:41:12.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b><q>%H</q> 에 대해서 IP 주소를 찾을 수 없습니다.</b></p>
@@ -25,18 +25,18 @@
 
 <p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_ESI squid-3.4.8/errors/ko/ERR_ESI
--- squid-3.4.7/errors/ko/ERR_ESI	2014-08-27 07:47:22.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_ESI	2014-09-15 01:41:13.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_FORWARDING_DENIED squid-3.4.8/errors/ko/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/ko/ERR_FORWARDING_DENIED	2014-08-27 07:47:23.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_FORWARDING_DENIED	2014-09-15 01:41:14.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>포워딩 불가</b></p>
@@ -25,14 +25,14 @@
 
 <p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_FTP_DISABLED squid-3.4.8/errors/ko/ERR_FTP_DISABLED
--- squid-3.4.7/errors/ko/ERR_FTP_DISABLED	2014-08-27 07:47:24.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_FTP_DISABLED	2014-09-15 01:41:15.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP 서비스가 불가능 합니다.</b></p>
@@ -25,14 +25,14 @@
 
 <p>FTP 서비스가 불가능 합니다.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_FTP_FAILURE squid-3.4.8/errors/ko/ERR_FTP_FAILURE
--- squid-3.4.7/errors/ko/ERR_FTP_FAILURE	2014-08-27 07:47:25.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_FTP_FAILURE	2014-09-15 01:41:16.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>Squid는 다음과 같은 FTP 명령어를 전송했고:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_FTP_FORBIDDEN squid-3.4.8/errors/ko/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/ko/ERR_FTP_FORBIDDEN	2014-08-27 07:47:26.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_FTP_FORBIDDEN	2014-09-15 01:41:17.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>Squid는 다음과 같은 FTP 명령어를 전송했고:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_FTP_NOT_FOUND squid-3.4.8/errors/ko/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/ko/ERR_FTP_NOT_FOUND	2014-08-27 07:47:27.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_FTP_NOT_FOUND	2014-09-15 01:41:18.000000000 -0700
@@ -21,24 +21,24 @@
 
 <p>Squid는 다음과 같은 FTP 명령어를 전송했고:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_FTP_PUT_CREATED squid-3.4.8/errors/ko/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/ko/ERR_FTP_PUT_CREATED	2014-08-27 07:47:27.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_FTP_PUT_CREATED	2014-09-15 01:41:19.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_FTP_PUT_ERROR squid-3.4.8/errors/ko/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/ko/ERR_FTP_PUT_ERROR	2014-08-27 07:47:28.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_FTP_PUT_ERROR	2014-09-15 01:41:20.000000000 -0700
@@ -21,23 +21,23 @@
 
 <p>Squid는 다음과 같은 FTP 명령어를 전송했고:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/ko/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/ko/ERR_FTP_PUT_MODIFIED	2014-08-27 07:47:29.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_FTP_PUT_MODIFIED	2014-09-15 01:41:21.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/ko/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/ko/ERR_FTP_UNAVAILABLE	2014-08-27 07:47:30.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_FTP_UNAVAILABLE	2014-09-15 01:41:22.000000000 -0700
@@ -22,22 +22,22 @@
 <p>Squid는 다음과 같은 FTP 명령어를 전송했고:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_GATEWAY_FAILURE squid-3.4.8/errors/ko/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/ko/ERR_GATEWAY_FAILURE	2014-08-27 07:47:31.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_GATEWAY_FAILURE	2014-09-15 01:41:23.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_ICAP_FAILURE squid-3.4.8/errors/ko/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/ko/ERR_ICAP_FAILURE	2014-08-27 07:47:32.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_ICAP_FAILURE	2014-09-15 01:41:24.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">시스템은 아래와 같은 메시지를 보내왔습니다: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_INVALID_REQ squid-3.4.8/errors/ko/ERR_INVALID_REQ
--- squid-3.4.7/errors/ko/ERR_INVALID_REQ	2014-08-27 07:47:33.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_INVALID_REQ	2014-09-15 01:41:25.000000000 -0700
@@ -17,13 +17,13 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
 <li id="missing-method"><p>Request method가 잘못되었거나 빠져 있다.</p></li>
 <li id="missing-url"><p>URL이 빠져 있다.</p></li>
@@ -31,10 +31,10 @@
 <li><p>Request가 너무 크다.</p></li>
 <li><p>POST나 PUT 요청일 경우 Content-Length가 빠져 있다.</p></li>
 <li><p>호스트네임에 잘못 된 문자가 있다; 밑줄은 허용되지 않습니다.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_INVALID_RESP squid-3.4.8/errors/ko/ERR_INVALID_RESP
--- squid-3.4.7/errors/ko/ERR_INVALID_RESP	2014-08-27 07:47:34.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_INVALID_RESP	2014-09-15 01:41:25.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_INVALID_URL squid-3.4.8/errors/ko/ERR_INVALID_URL
--- squid-3.4.7/errors/ko/ERR_INVALID_URL	2014-08-27 07:47:35.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_INVALID_URL	2014-09-15 01:41:26.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>잘못된 URL</b></p>
@@ -25,7 +25,7 @@
 
 <p>Some aspect of the requested URL is incorrect.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
 <li><p>접속 프로토콜이 잘못되었거나 빠져 있다. (<q>http://</q> 와 같은 방식으로 되어 있어야 합니다)</p></li>
 <li><p>호스트네임이 빠져 있다.</p></li>
@@ -33,13 +33,13 @@
 <li><p>호스트네임에 잘못 된 문자가 있다; 밑줄은 허용되지 않습니다.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_LIFETIME_EXP squid-3.4.8/errors/ko/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/ko/ERR_LIFETIME_EXP	2014-08-27 07:47:36.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_LIFETIME_EXP	2014-09-15 01:41:27.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>접속 허용 시간이 경과되었습니다.</b></p>
@@ -25,13 +25,13 @@
 
 <p>최대 접속 허용 시간이 경과하여 Squid로부터의 요청이 중지되었습니다.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_NO_RELAY squid-3.4.8/errors/ko/ERR_NO_RELAY
--- squid-3.4.7/errors/ko/ERR_NO_RELAY	2014-08-27 07:47:37.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_NO_RELAY	2014-09-15 01:41:28.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>WAIS Relay가 없습니다.</b></p>
@@ -25,13 +25,13 @@
 
 <p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/ko/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/ko/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:47:38.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:41:29.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>캐쉬에 유효한 문서가 없고 <q>only-if-cached</q> 가 지정되었습니다.</b></p>
@@ -25,13 +25,13 @@
 
 <p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_PRECONDITION_FAILED squid-3.4.8/errors/ko/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/ko/ERR_PRECONDITION_FAILED	2014-08-27 07:47:39.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_PRECONDITION_FAILED	2014-09-15 01:41:30.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_READ_ERROR squid-3.4.8/errors/ko/ERR_READ_ERROR
--- squid-3.4.7/errors/ko/ERR_READ_ERROR	2014-08-27 07:47:40.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_READ_ERROR	2014-09-15 01:41:31.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>읽기 에러</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_READ_TIMEOUT squid-3.4.8/errors/ko/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/ko/ERR_READ_TIMEOUT	2014-08-27 07:47:41.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_READ_TIMEOUT	2014-09-15 01:41:32.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>읽기 시간 초과</b></p>
@@ -27,13 +27,13 @@
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/ko/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/ko/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:47:42.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:41:33.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,15 +31,15 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_SHUTTING_DOWN squid-3.4.8/errors/ko/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/ko/ERR_SHUTTING_DOWN	2014-08-27 07:47:43.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_SHUTTING_DOWN	2014-09-15 01:41:34.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_SOCKET_FAILURE squid-3.4.8/errors/ko/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/ko/ERR_SOCKET_FAILURE	2014-08-27 07:47:43.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_SOCKET_FAILURE	2014-09-15 01:41:35.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>소켓 생성 실패</b></p>
@@ -27,13 +27,13 @@
 
 <p>Squid가 TCP 소켓을 생성할 수 없습니다. 심한 로드로 인한 결과일 수 있습니다. 다시 시도해 주십시오.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_TOO_BIG squid-3.4.8/errors/ko/ERR_TOO_BIG
--- squid-3.4.7/errors/ko/ERR_TOO_BIG	2014-08-27 07:47:44.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_TOO_BIG	2014-09-15 01:41:36.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/ko/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/ko/ERR_UNSUP_HTTPVERSION	2014-08-27 07:47:45.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_UNSUP_HTTPVERSION	2014-09-15 01:41:37.000000000 -0700
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>에러</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_UNSUP_REQ squid-3.4.8/errors/ko/ERR_UNSUP_REQ
--- squid-3.4.7/errors/ko/ERR_UNSUP_REQ	2014-08-27 07:47:46.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_UNSUP_REQ	2014-09-15 01:41:38.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>지원되지 않는 Request Method와 프로토콜입니다.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid는 모든 접속 프로토콜에 대한 request method를 지원하지 않습니다. 한가지 예로, Gopher에서 POST request를 사용할 수 없습니다.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_URN_RESOLVE squid-3.4.8/errors/ko/ERR_URN_RESOLVE
--- squid-3.4.7/errors/ko/ERR_URN_RESOLVE	2014-08-27 07:47:47.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_URN_RESOLVE	2014-09-15 01:41:39.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>에러</h1>
-<h2></h2>
+<h2>A URL for the requested URN could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>URN을 처리할 수 없습니다.</b></p>
@@ -25,13 +25,13 @@
 
 <p>%T의 URN에 대해 너무 많은 것을 기대하지 마세요. :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_WRITE_ERROR squid-3.4.8/errors/ko/ERR_WRITE_ERROR
--- squid-3.4.7/errors/ko/ERR_WRITE_ERROR	2014-08-27 07:47:48.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_WRITE_ERROR	2014-09-15 01:41:40.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>쓰기 에러</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/ko/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/ko/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/ko/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:47:49.000000000 -0700
+++ squid-3.4.8/errors/ko/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:41:41.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>크기가 0인 응답이 돌아왔습니다.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid는 이 요청으로 부터 아무런 데이터도 받지 못했습니다.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_ACCESS_DENIED squid-3.4.8/errors/lt/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/lt/ERR_ACCESS_DENIED	2014-08-27 07:47:50.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_ACCESS_DENIED	2014-09-15 01:41:42.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Priėjimas draudžiamas.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:47:51.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:41:43.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_AGENT_CONFIGURE squid-3.4.8/errors/lt/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/lt/ERR_AGENT_CONFIGURE	2014-08-27 07:47:53.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_AGENT_CONFIGURE	2014-09-15 01:41:44.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>KLAIDA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_AGENT_WPAD squid-3.4.8/errors/lt/ERR_AGENT_WPAD
--- squid-3.4.7/errors/lt/ERR_AGENT_WPAD	2014-08-27 07:47:54.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_AGENT_WPAD	2014-09-15 01:41:45.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>KLAIDA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/lt/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/lt/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:47:55.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:41:46.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Priėjimas prie kešo uždraustas.</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:47:55.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:41:47.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Kešo menedžerio priėjimas uždraustas.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_CANNOT_FORWARD squid-3.4.8/errors/lt/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/lt/ERR_CANNOT_FORWARD	2014-08-27 07:47:56.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_CANNOT_FORWARD	2014-09-15 01:41:48.000000000 -0700
@@ -17,29 +17,29 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Šiuo metu negaliu persiųsti užklausos.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_CONFLICT_HOST squid-3.4.8/errors/lt/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/lt/ERR_CONFLICT_HOST	2014-08-27 07:47:57.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_CONFLICT_HOST	2014-09-15 01:41:49.000000000 -0700
@@ -17,27 +17,27 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_CONNECT_FAIL squid-3.4.8/errors/lt/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/lt/ERR_CONNECT_FAIL	2014-08-27 07:47:58.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_CONNECT_FAIL	2014-09-15 01:41:50.000000000 -0700
@@ -17,24 +17,24 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
 <p id="sysmsg">Sistema atsakė: <i>%E</i></p>
 
 <p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_DIR_LISTING squid-3.4.8/errors/lt/ERR_DIR_LISTING
--- squid-3.4.7/errors/lt/ERR_DIR_LISTING	2014-08-27 07:47:59.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_DIR_LISTING	2014-09-15 01:41:51.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_DNS_FAIL squid-3.4.8/errors/lt/ERR_DNS_FAIL
--- squid-3.4.7/errors/lt/ERR_DNS_FAIL	2014-08-27 07:48:00.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_DNS_FAIL	2014-09-15 01:41:52.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Neįmanoma nustatyti <q>%H</q> serverio IP adreso</b></p>
@@ -25,18 +25,18 @@
 
 <p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_ESI squid-3.4.8/errors/lt/ERR_ESI
--- squid-3.4.7/errors/lt/ERR_ESI	2014-08-27 07:48:01.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_ESI	2014-09-15 01:41:53.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_FORWARDING_DENIED squid-3.4.8/errors/lt/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/lt/ERR_FORWARDING_DENIED	2014-08-27 07:48:02.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_FORWARDING_DENIED	2014-09-15 01:41:54.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Pervedimo komanda neleistina.</b></p>
@@ -25,14 +25,14 @@
 
 <p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_FTP_DISABLED squid-3.4.8/errors/lt/ERR_FTP_DISABLED
--- squid-3.4.7/errors/lt/ERR_FTP_DISABLED	2014-08-27 07:48:03.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_FTP_DISABLED	2014-09-15 01:41:54.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP yra atjungtas</b></p>
@@ -25,14 +25,14 @@
 
 <p>Šis proxy serveris nepalaiko FTP.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_FTP_FAILURE squid-3.4.8/errors/lt/ERR_FTP_FAILURE
--- squid-3.4.7/errors/lt/ERR_FTP_FAILURE	2014-08-27 07:48:04.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_FTP_FAILURE	2014-09-15 01:41:55.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>Squid nusiuntė šią FTP komandą:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_FTP_FORBIDDEN squid-3.4.8/errors/lt/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/lt/ERR_FTP_FORBIDDEN	2014-08-27 07:48:05.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_FTP_FORBIDDEN	2014-09-15 01:41:56.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>Squid nusiuntė šią FTP komandą:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_FTP_NOT_FOUND squid-3.4.8/errors/lt/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/lt/ERR_FTP_NOT_FOUND	2014-08-27 07:48:06.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_FTP_NOT_FOUND	2014-09-15 01:41:57.000000000 -0700
@@ -21,24 +21,24 @@
 
 <p>Squid nusiuntė šią FTP komandą:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_FTP_PUT_CREATED squid-3.4.8/errors/lt/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/lt/ERR_FTP_PUT_CREATED	2014-08-27 07:48:07.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_FTP_PUT_CREATED	2014-09-15 01:41:58.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_FTP_PUT_ERROR squid-3.4.8/errors/lt/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/lt/ERR_FTP_PUT_ERROR	2014-08-27 07:48:08.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_FTP_PUT_ERROR	2014-09-15 01:41:59.000000000 -0700
@@ -21,23 +21,23 @@
 
 <p>Squid nusiuntė šią FTP komandą:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/lt/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/lt/ERR_FTP_PUT_MODIFIED	2014-08-27 07:48:09.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_FTP_PUT_MODIFIED	2014-09-15 01:42:00.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/lt/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/lt/ERR_FTP_UNAVAILABLE	2014-08-27 07:48:10.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_FTP_UNAVAILABLE	2014-09-15 01:42:01.000000000 -0700
@@ -22,22 +22,22 @@
 <p>Squid nusiuntė šią FTP komandą:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_GATEWAY_FAILURE squid-3.4.8/errors/lt/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/lt/ERR_GATEWAY_FAILURE	2014-08-27 07:48:11.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_GATEWAY_FAILURE	2014-09-15 01:42:02.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_ICAP_FAILURE squid-3.4.8/errors/lt/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/lt/ERR_ICAP_FAILURE	2014-08-27 07:48:11.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_ICAP_FAILURE	2014-09-15 01:42:03.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">Sistema atsakė: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_INVALID_REQ squid-3.4.8/errors/lt/ERR_INVALID_REQ
--- squid-3.4.7/errors/lt/ERR_INVALID_REQ	2014-08-27 07:48:12.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_INVALID_REQ	2014-09-15 01:42:04.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Some possible problems are:</p>
@@ -31,10 +31,10 @@
 <li><p>Užklausa per didelė</p></li>
 <li><p>Trūksta Content-Length parametro POST arba PUT užklausoje</p></li>
 <li><p>Neleistinas simbolis serverio varde; pabraukimo simboliai yra neleistini</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_INVALID_RESP squid-3.4.8/errors/lt/ERR_INVALID_RESP
--- squid-3.4.7/errors/lt/ERR_INVALID_RESP	2014-08-27 07:48:13.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_INVALID_RESP	2014-09-15 01:42:05.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Iš serverio gautas nesuprantamas HTTP atsakymas arba jis buvo klaidingai suformuotas. Susisiekite su serverio operatoriumi. Jūsų proxy serverio administratorius gali suteikti jums daugiau informacijos apie šią problemą.</p>
 
 <p>Jūsų proxy serverio administratorius gali suteikti jums daugiau informacijos apie šią problemą.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_INVALID_URL squid-3.4.8/errors/lt/ERR_INVALID_URL
--- squid-3.4.7/errors/lt/ERR_INVALID_URL	2014-08-27 07:48:14.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_INVALID_URL	2014-09-15 01:42:05.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Klaidingas adresas</b></p>
@@ -33,13 +33,13 @@
 <li><p>Neleistinas simbolis serverio varde; pabraukimo simboliai yra neleistini</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_LIFETIME_EXP squid-3.4.8/errors/lt/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/lt/ERR_LIFETIME_EXP	2014-08-27 07:48:15.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_LIFETIME_EXP	2014-09-15 01:42:06.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Ryšio trukmės laiko pabaiga</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid nutraukė užklausą, kadangi ji viršijo maksimalią ryšio trukmės reikšmę.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_NO_RELAY squid-3.4.8/errors/lt/ERR_NO_RELAY
--- squid-3.4.7/errors/lt/ERR_NO_RELAY	2014-08-27 07:48:17.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_NO_RELAY	2014-09-15 01:42:07.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nėra Wais Relay</b></p>
@@ -25,13 +25,13 @@
 
 <p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/lt/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/lt/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:48:17.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:42:08.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Tinkamas dokumentas nerastas proxy serveryje ir <q>only-if-cached</q> komanda buvo nurodyta.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Jūs davėte užklausą su <q>only-if-cached</q> proxy kontrolės komanda. Dokumentas nerastas serveryje, <em>arba</em> jis pareikalavopatvirtinimo uždrausto <q>only-if-cached</q> komandos.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_PRECONDITION_FAILED squid-3.4.8/errors/lt/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/lt/ERR_PRECONDITION_FAILED	2014-08-27 07:48:18.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_PRECONDITION_FAILED	2014-09-15 01:42:09.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_READ_ERROR squid-3.4.8/errors/lt/ERR_READ_ERROR
--- squid-3.4.7/errors/lt/ERR_READ_ERROR	2014-08-27 07:48:19.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_READ_ERROR	2014-09-15 01:42:10.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Skaitymo klaida</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_READ_TIMEOUT squid-3.4.8/errors/lt/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/lt/ERR_READ_TIMEOUT	2014-08-27 07:48:20.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_READ_TIMEOUT	2014-09-15 01:42:11.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Leistino skaitymo laiko pabaiga</b></p>
@@ -27,13 +27,13 @@
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/lt/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/lt/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:48:21.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:42:12.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,15 +31,15 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_SHUTTING_DOWN squid-3.4.8/errors/lt/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/lt/ERR_SHUTTING_DOWN	2014-08-27 07:48:22.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_SHUTTING_DOWN	2014-09-15 01:42:13.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_SOCKET_FAILURE squid-3.4.8/errors/lt/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/lt/ERR_SOCKET_FAILURE	2014-08-27 07:48:23.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_SOCKET_FAILURE	2014-09-15 01:42:14.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Socket klaida</b></p>
@@ -27,13 +27,13 @@
 
 <p>Squid negalėjo sukurti TCP socket, greičiausiai dėl per didelio apkrovimo. Prašome pakartoti savo užklausą.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_TOO_BIG squid-3.4.8/errors/lt/ERR_TOO_BIG
--- squid-3.4.7/errors/lt/ERR_TOO_BIG	2014-08-27 07:48:24.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_TOO_BIG	2014-09-15 01:42:15.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Užklausa arba atsakymas yra per dideli.</b></p>
@@ -27,13 +27,13 @@
 <p>If you are making a GET request, then the item you are trying to download is too large.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/lt/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/lt/ERR_UNSUP_HTTPVERSION	2014-08-27 07:48:25.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_UNSUP_HTTPVERSION	2014-09-15 01:42:16.000000000 -0700
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>KLAIDA</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_UNSUP_REQ squid-3.4.8/errors/lt/ERR_UNSUP_REQ
--- squid-3.4.7/errors/lt/ERR_UNSUP_REQ	2014-08-27 07:48:26.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_UNSUP_REQ	2014-09-15 01:42:17.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nepalaikomas užklausos metodas ir protokolas</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid palaiko ne visus užklausos metodus daliai protokolų. Pavyzdžiui, jūs negalite vykdyti POST Gopher tipo užklausoje.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_URN_RESOLVE squid-3.4.8/errors/lt/ERR_URN_RESOLVE
--- squid-3.4.7/errors/lt/ERR_URN_RESOLVE	2014-08-27 07:48:27.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_URN_RESOLVE	2014-09-15 01:42:18.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Negaliu aptikti URN</b></p>
@@ -25,13 +25,13 @@
 
 <p>Mielieji, siūlau daug nesitikėti iš URNų %T :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_WRITE_ERROR squid-3.4.8/errors/lt/ERR_WRITE_ERROR
--- squid-3.4.7/errors/lt/ERR_WRITE_ERROR	2014-08-27 07:48:28.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_WRITE_ERROR	2014-09-15 01:42:19.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Rašymo klaida</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lt/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/lt/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/lt/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:48:29.000000000 -0700
+++ squid-3.4.8/errors/lt/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:42:20.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Atsakymas nulinis</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid negavo jokių duomenų šiai užklausai.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:48:31.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:42:22.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Iestājusies sekojoša kļūda mēģinot atvērt adresi: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_AGENT_CONFIGURE squid-3.4.8/errors/lv/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/lv/ERR_AGENT_CONFIGURE	2014-08-27 07:48:32.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_AGENT_CONFIGURE	2014-09-15 01:42:23.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>Kļūda</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/lv/ERR_AGENT_WPAD squid-3.4.8/errors/lv/ERR_AGENT_WPAD
--- squid-3.4.7/errors/lv/ERR_AGENT_WPAD	2014-08-27 07:48:33.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_AGENT_WPAD	2014-09-15 01:42:24.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>Kļūda</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/lv/ERR_CANNOT_FORWARD squid-3.4.8/errors/lv/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/lv/ERR_CANNOT_FORWARD	2014-08-27 07:48:36.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_CANNOT_FORWARD	2014-09-15 01:42:26.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Šobrīda nav iespējams pārsūtīt šo pieprasījumu.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Dažas iespējamās problēmas ir:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_CONFLICT_HOST squid-3.4.8/errors/lv/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/lv/ERR_CONFLICT_HOST	2014-08-27 07:48:37.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_CONFLICT_HOST	2014-09-15 01:42:27.000000000 -0700
@@ -20,15 +20,15 @@
 <p>Iestājusies sekojoša kļūda mēģinot atvērt adresi: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Dažas iespējamās problēmas ir:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_DIR_LISTING squid-3.4.8/errors/lv/ERR_DIR_LISTING
--- squid-3.4.7/errors/lv/ERR_DIR_LISTING	2014-08-27 07:48:38.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_DIR_LISTING	2014-09-15 01:42:29.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Directorija saturs:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Direktorija saraksts">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Augstāks Direktorijs</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Vecākdirektorijs</a> (<a href="/">Saknes direktorijs</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/lv/ERR_DNS_FAIL squid-3.4.8/errors/lv/ERR_DNS_FAIL
--- squid-3.4.7/errors/lv/ERR_DNS_FAIL	2014-08-27 07:48:39.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_DNS_FAIL	2014-09-15 01:42:30.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>DNS serveris atgrieza:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Tas nozīmē, ka kešatmiņa nevar atrast adresē ietverto saimniekdatora vārdu. Pārbaudiet vai adrese ir korekta.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_ESI squid-3.4.8/errors/lv/ERR_ESI
--- squid-3.4.7/errors/lv/ERR_ESI	2014-08-27 07:48:40.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_ESI	2014-09-15 01:42:31.000000000 -0700
@@ -23,12 +23,12 @@
 <p><b>Neveiksmīga ESI apstrāde.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
 <p>Jūsu tīmekļa pārzinis ir <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/lv/ERR_FORWARDING_DENIED squid-3.4.8/errors/lv/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/lv/ERR_FORWARDING_DENIED	2014-08-27 07:48:41.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_FORWARDING_DENIED	2014-09-15 01:42:32.000000000 -0700
@@ -23,7 +23,7 @@
 <p><b>Pārsūtīšana aizliegta.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
 
diff -u -r -N squid-3.4.7/errors/lv/ERR_FTP_FAILURE squid-3.4.8/errors/lv/ERR_FTP_FAILURE
--- squid-3.4.7/errors/lv/ERR_FTP_FAILURE	2014-08-27 07:48:43.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_FTP_FAILURE	2014-09-15 01:42:34.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid nosūtījis sekojošu FTP komandu:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Serveris atbildēja ar:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_FTP_FORBIDDEN squid-3.4.8/errors/lv/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/lv/ERR_FTP_FORBIDDEN	2014-08-27 07:48:44.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_FTP_FORBIDDEN	2014-09-15 01:42:35.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid nosūtījis sekojošu FTP komandu:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Serveris atbildēja ar:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_FTP_NOT_FOUND squid-3.4.8/errors/lv/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/lv/ERR_FTP_NOT_FOUND	2014-08-27 07:48:45.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_FTP_NOT_FOUND	2014-09-15 01:42:35.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid nosūtījis sekojošu FTP komandu:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Serveris atbildēja ar:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_FTP_PUT_ERROR squid-3.4.8/errors/lv/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/lv/ERR_FTP_PUT_ERROR	2014-08-27 07:48:47.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_FTP_PUT_ERROR	2014-09-15 01:42:37.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid nosūtījis sekojošu FTP komandu:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Serveris atbildēja ar:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>Tas nozīmē, ka FTP serverim nav tiesības vai vieta lai saglabātu datni. Pārbaudiet ceļu, tiesības, brīvo vietu un mēģiniet vēlreiz.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/lv/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/lv/ERR_FTP_UNAVAILABLE	2014-08-27 07:48:49.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_FTP_UNAVAILABLE	2014-09-15 01:42:39.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid nosūtījis sekojošu FTP komandu:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Serveris atbildēja ar:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_GATEWAY_FAILURE squid-3.4.8/errors/lv/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/lv/ERR_GATEWAY_FAILURE	2014-08-27 07:48:50.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_GATEWAY_FAILURE	2014-09-15 01:42:40.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Iestājusies sekojoša kļūda mēģinot atvērt adresi: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/lv/ERR_INVALID_REQ squid-3.4.8/errors/lv/ERR_INVALID_REQ
--- squid-3.4.7/errors/lv/ERR_INVALID_REQ	2014-08-27 07:48:52.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_INVALID_REQ	2014-09-15 01:42:42.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Nekorekts pieprasījums</b> notikusi kļūda mēģinot apstrādāt pieprasījumu:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Dažas iespējamās problēmas ir:</p>
@@ -29,9 +29,9 @@
 <li id="missing-url"><p>Pazudis URL.</p></li>
 <li id="missing-protocol"><p>pietrūkst HTTP identifikators (HTTP/1.0).</p></li>
 <li><p>Pieprasījums ir par lielu.</p></li>
-<li><p></p></li>
+<li><p>Content-Length missing for POST or PUT requests.</p></li>
 <li><p>Neatļauts simbols adresē. Pasvītrojuma rakstzīme nav atļauta.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/lv/ERR_INVALID_RESP squid-3.4.8/errors/lv/ERR_INVALID_RESP
--- squid-3.4.7/errors/lv/ERR_INVALID_RESP	2014-08-27 07:48:53.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_INVALID_RESP	2014-09-15 01:42:43.000000000 -0700
@@ -20,10 +20,10 @@
 <p><b>Nekorekta atbilde</b> notikusi kļūda mēģinot apstrādāt pieprasījumu:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
 <p>Ja nepieciešams, Jūsu kešatmiņas administrators Jums var precīzāk izklāstīt problēmas detaļas.</p>
 
diff -u -r -N squid-3.4.7/errors/lv/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/lv/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/lv/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:48:56.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:42:47.000000000 -0700
@@ -23,7 +23,7 @@
 <p><b>Kešatmiņā nav atrasts derīgs dokuments un tiek piemērota direktīva <q>only-if-cached</q> .</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/lv/ERR_PRECONDITION_FAILED squid-3.4.8/errors/lv/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/lv/ERR_PRECONDITION_FAILED	2014-08-27 07:48:57.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_PRECONDITION_FAILED	2014-09-15 01:42:48.000000000 -0700
@@ -20,12 +20,12 @@
 <p>Iestājusies sekojoša kļūda mēģinot atvērt adresi: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/lv/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/lv/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/lv/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:49:00.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:42:51.000000000 -0700
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>Jūsu kešatmiņas administrators ir <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/lv/ERR_URN_RESOLVE squid-3.4.8/errors/lv/ERR_URN_RESOLVE
--- squid-3.4.7/errors/lv/ERR_URN_RESOLVE	2014-08-27 07:49:06.000000000 -0700
+++ squid-3.4.8/errors/lv/ERR_URN_RESOLVE	2014-09-15 01:42:56.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>Kļūda</h1>
-<h2></h2>
+<h2>A URL for the requested URN could not be retrieved</h2>
 </div>
 <hr>
 
@@ -20,7 +20,7 @@
 <p>Iestājusies sekojoša kļūda mēģinot atvērt adresi: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cannot Resolve URN</b></p>
 </blockquote>
 
 <p>Hi, neiaizraujies par daudz ar %T :)</p>
diff -u -r -N squid-3.4.7/errors/ms/ERR_ACCESS_DENIED squid-3.4.8/errors/ms/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/ms/ERR_ACCESS_DENIED	2014-08-27 07:49:09.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_ACCESS_DENIED	2014-09-15 01:42:59.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Akses Disekat</b></p>
 </blockquote>
 
-<p></p>
+<p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:49:10.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:43:00.000000000 -0700
@@ -12,19 +12,19 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_AGENT_CONFIGURE squid-3.4.8/errors/ms/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/ms/ERR_AGENT_CONFIGURE	2014-08-27 07:49:11.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_AGENT_CONFIGURE	2014-09-15 01:43:01.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ms/ERR_AGENT_WPAD squid-3.4.8/errors/ms/ERR_AGENT_WPAD
--- squid-3.4.7/errors/ms/ERR_AGENT_WPAD	2014-08-27 07:49:12.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_AGENT_WPAD	2014-09-15 01:43:02.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/ms/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/ms/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/ms/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:49:13.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:43:02.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Akses ke Cache disekat</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:49:14.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:43:03.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>Cache Manager Access Denied.</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cache Manager Access Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/ms/ERR_CANNOT_FORWARD squid-3.4.8/errors/ms/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/ms/ERR_CANNOT_FORWARD	2014-08-27 07:49:14.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_CANNOT_FORWARD	2014-09-15 01:43:04.000000000 -0700
@@ -12,24 +12,24 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to forward this request at this time.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ms/ERR_CONFLICT_HOST squid-3.4.8/errors/ms/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/ms/ERR_CONFLICT_HOST	2014-08-27 07:49:15.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_CONFLICT_HOST	2014-09-15 01:43:05.000000000 -0700
@@ -12,23 +12,23 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ms/ERR_CONNECT_FAIL squid-3.4.8/errors/ms/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/ms/ERR_CONNECT_FAIL	2014-08-27 07:49:16.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_CONNECT_FAIL	2014-09-15 01:43:06.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Sambungan ke %I gagal.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>The remote host or network may be down. Please try the request again.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 
diff -u -r -N squid-3.4.7/errors/ms/ERR_DIR_LISTING squid-3.4.8/errors/ms/ERR_DIR_LISTING
--- squid-3.4.7/errors/ms/ERR_DIR_LISTING	2014-08-27 07:49:17.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_DIR_LISTING	2014-09-15 01:43:07.000000000 -0700
@@ -19,7 +19,7 @@
 <h4>Kandungan direktori</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Senarai direktori">
diff -u -r -N squid-3.4.7/errors/ms/ERR_DNS_FAIL squid-3.4.8/errors/ms/ERR_DNS_FAIL
--- squid-3.4.7/errors/ms/ERR_DNS_FAIL	2014-08-27 07:49:18.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_DNS_FAIL	2014-09-15 01:43:08.000000000 -0700
@@ -12,23 +12,23 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to determine IP address from host name <q>%H</q></b></p>
 </blockquote>
 
-<p></p>
+<p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_ESI squid-3.4.8/errors/ms/ERR_ESI
--- squid-3.4.7/errors/ms/ERR_ESI	2014-08-27 07:49:19.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_ESI	2014-09-15 01:43:09.000000000 -0700
@@ -12,23 +12,23 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
 <p>Webmaster anda ialah <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_FORWARDING_DENIED squid-3.4.8/errors/ms/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/ms/ERR_FORWARDING_DENIED	2014-08-27 07:49:20.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_FORWARDING_DENIED	2014-09-15 01:43:09.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Forwarding Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 
diff -u -r -N squid-3.4.7/errors/ms/ERR_FTP_DISABLED squid-3.4.8/errors/ms/ERR_FTP_DISABLED
--- squid-3.4.7/errors/ms/ERR_FTP_DISABLED	2014-08-27 07:49:21.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_FTP_DISABLED	2014-09-15 01:43:10.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP telah dimatikan</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache does not support FTP.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 
diff -u -r -N squid-3.4.7/errors/ms/ERR_FTP_FAILURE squid-3.4.8/errors/ms/ERR_FTP_FAILURE
--- squid-3.4.7/errors/ms/ERR_FTP_FAILURE	2014-08-27 07:49:22.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_FTP_FAILURE	2014-09-15 01:43:11.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ms/ERR_FTP_FORBIDDEN squid-3.4.8/errors/ms/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/ms/ERR_FTP_FORBIDDEN	2014-08-27 07:49:23.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_FTP_FORBIDDEN	2014-09-15 01:43:12.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ms/ERR_FTP_NOT_FOUND squid-3.4.8/errors/ms/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/ms/ERR_FTP_NOT_FOUND	2014-08-27 07:49:24.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_FTP_NOT_FOUND	2014-09-15 01:43:13.000000000 -0700
@@ -12,25 +12,25 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_FTP_PUT_ERROR squid-3.4.8/errors/ms/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/ms/ERR_FTP_PUT_ERROR	2014-08-27 07:49:26.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_FTP_PUT_ERROR	2014-09-15 01:43:15.000000000 -0700
@@ -17,19 +17,19 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/ms/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/ms/ERR_FTP_UNAVAILABLE	2014-08-27 07:49:28.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_FTP_UNAVAILABLE	2014-09-15 01:43:17.000000000 -0700
@@ -12,23 +12,23 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ms/ERR_GATEWAY_FAILURE squid-3.4.8/errors/ms/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/ms/ERR_GATEWAY_FAILURE	2014-08-27 07:49:28.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_GATEWAY_FAILURE	2014-09-15 01:43:17.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_ICAP_FAILURE squid-3.4.8/errors/ms/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/ms/ERR_ICAP_FAILURE	2014-08-27 07:49:29.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_ICAP_FAILURE	2014-09-15 01:43:18.000000000 -0700
@@ -12,24 +12,24 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
 <li><p>Respon yang salah diterima dari pelayan ICAP</p></li>
 </ul>
 
diff -u -r -N squid-3.4.7/errors/ms/ERR_INVALID_REQ squid-3.4.8/errors/ms/ERR_INVALID_REQ
--- squid-3.4.7/errors/ms/ERR_INVALID_REQ	2014-08-27 07:49:30.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_INVALID_REQ	2014-09-15 01:43:19.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -20,18 +20,18 @@
 <p><b>Permintaan Salah</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li id="missing-method"><p></p></li>
+<li id="missing-method"><p>Missing or unknown request method.</p></li>
 <li id="missing-url"><p>URL Hilang</p></li>
 <li id="missing-protocol"><p>Kehilangan HTTP Identifier (HTTP/1.0)</p></li>
 <li><p>Permintaan terlalu besar</p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Content-Length missing for POST or PUT requests.</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ms/ERR_INVALID_RESP squid-3.4.8/errors/ms/ERR_INVALID_RESP
--- squid-3.4.7/errors/ms/ERR_INVALID_RESP	2014-08-27 07:49:31.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_INVALID_RESP	2014-09-15 01:43:20.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -20,12 +20,12 @@
 <p><b>Respon Salah</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_INVALID_URL squid-3.4.8/errors/ms/ERR_INVALID_URL
--- squid-3.4.7/errors/ms/ERR_INVALID_URL	2014-08-27 07:49:32.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_INVALID_URL	2014-09-15 01:43:21.000000000 -0700
@@ -12,25 +12,25 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>URL Salah</b></p>
 </blockquote>
 
-<p></p>
+<p>Some aspect of the requested URL is incorrect.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
+<li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>
 <li><p>Nama Host Hilang</p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
 </ul>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ms/ERR_LIFETIME_EXP squid-3.4.8/errors/ms/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/ms/ERR_LIFETIME_EXP	2014-08-27 07:49:33.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_LIFETIME_EXP	2014-09-15 01:43:22.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection Lifetime Expired</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_NO_RELAY squid-3.4.8/errors/ms/ERR_NO_RELAY
--- squid-3.4.7/errors/ms/ERR_NO_RELAY	2014-08-27 07:49:34.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_NO_RELAY	2014-09-15 01:43:23.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>No Wais Relay</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/ms/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/ms/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:49:35.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:43:24.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_PRECONDITION_FAILED squid-3.4.8/errors/ms/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/ms/ERR_PRECONDITION_FAILED	2014-08-27 07:49:36.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_PRECONDITION_FAILED	2014-09-15 01:43:25.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_READ_ERROR squid-3.4.8/errors/ms/ERR_READ_ERROR
--- squid-3.4.7/errors/ms/ERR_READ_ERROR	2014-08-27 07:49:37.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_READ_ERROR	2014-09-15 01:43:25.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Error</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
diff -u -r -N squid-3.4.7/errors/ms/ERR_READ_TIMEOUT squid-3.4.8/errors/ms/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/ms/ERR_READ_TIMEOUT	2014-08-27 07:49:38.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_READ_TIMEOUT	2014-09-15 01:43:26.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Timeout</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
diff -u -r -N squid-3.4.7/errors/ms/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/ms/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/ms/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:49:39.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:43:27.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Gagal membuat sambungan selamat ke %I</b></p>
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_SHUTTING_DOWN squid-3.4.8/errors/ms/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/ms/ERR_SHUTTING_DOWN	2014-08-27 07:49:40.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_SHUTTING_DOWN	2014-09-15 01:43:28.000000000 -0700
@@ -12,14 +12,14 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_SOCKET_FAILURE squid-3.4.8/errors/ms/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/ms/ERR_SOCKET_FAILURE	2014-08-27 07:49:41.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_SOCKET_FAILURE	2014-09-15 01:43:29.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Kegagalan Socket</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_TOO_BIG squid-3.4.8/errors/ms/ERR_TOO_BIG
--- squid-3.4.7/errors/ms/ERR_TOO_BIG	2014-08-27 07:49:42.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_TOO_BIG	2014-09-15 01:43:30.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/ms/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/ms/ERR_UNSUP_HTTPVERSION	2014-08-27 07:49:43.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_UNSUP_HTTPVERSION	2014-09-15 01:43:31.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_UNSUP_REQ squid-3.4.8/errors/ms/ERR_UNSUP_REQ
--- squid-3.4.7/errors/ms/ERR_UNSUP_REQ	2014-08-27 07:49:44.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_UNSUP_REQ	2014-09-15 01:43:32.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported Request Method and Protocol</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_URN_RESOLVE squid-3.4.8/errors/ms/ERR_URN_RESOLVE
--- squid-3.4.7/errors/ms/ERR_URN_RESOLVE	2014-08-27 07:49:45.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_URN_RESOLVE	2014-09-15 01:43:33.000000000 -0700
@@ -17,13 +17,13 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cannot Resolve URN</b></p>
 </blockquote>
 
-<p></p>
+<p>Hey, don't expect too much from URNs on %T :)</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/ms/ERR_WRITE_ERROR squid-3.4.8/errors/ms/ERR_WRITE_ERROR
--- squid-3.4.7/errors/ms/ERR_WRITE_ERROR	2014-08-27 07:49:46.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_WRITE_ERROR	2014-09-15 01:43:33.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Kegagalan Menulis</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
diff -u -r -N squid-3.4.7/errors/ms/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/ms/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/ms/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:49:47.000000000 -0700
+++ squid-3.4.8/errors/ms/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:43:34.000000000 -0700
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>RALAT</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Zero Sized Reply</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid did not receive any data for this request.</p>
 
 <p>Pengurus Proxy anda ialah <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:49:49.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:43:37.000000000 -0700
@@ -20,10 +20,10 @@
 <p>De volgende fout is opgetreden tijdens het ophalen van URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>Deze grootte-beperkingen zijn ingesteld door de beheerder van deze cache. Neem contact op met de beheerder van deze cache, wanneer U van mening bent dat deze beperking onjuist is.</p>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_CANNOT_FORWARD squid-3.4.8/errors/nl/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/nl/ERR_CANNOT_FORWARD	2014-08-27 07:49:54.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_CANNOT_FORWARD	2014-09-15 01:43:41.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Momenteel niet in staat dit verzoek door te sturen.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Mogelijke problemen zijn:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_CONFLICT_HOST squid-3.4.8/errors/nl/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/nl/ERR_CONFLICT_HOST	2014-08-27 07:49:55.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_CONFLICT_HOST	2014-09-15 01:43:42.000000000 -0700
@@ -20,15 +20,15 @@
 <p>De volgende fout is opgetreden tijdens het ophalen van URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Mogelijke problemen zijn:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_DIR_LISTING squid-3.4.8/errors/nl/ERR_DIR_LISTING
--- squid-3.4.7/errors/nl/ERR_DIR_LISTING	2014-08-27 07:49:57.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_DIR_LISTING	2014-09-15 01:43:44.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Map Inhoud:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Map Index">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Hogere map</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Hogere Map</a> (<a href="/">Hoofd Map</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/nl/ERR_DNS_FAIL squid-3.4.8/errors/nl/ERR_DNS_FAIL
--- squid-3.4.7/errors/nl/ERR_DNS_FAIL	2014-08-27 07:49:58.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_DNS_FAIL	2014-09-15 01:43:45.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>De DNS server heeft geantwoord:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Dit betekent dat de cache niet in staat was om de hostnaam uit de URL te herleiden. Controleer of de naam klopt.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_ESI squid-3.4.8/errors/nl/ERR_ESI
--- squid-3.4.7/errors/nl/ERR_ESI	2014-08-27 07:49:59.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_ESI	2014-09-15 01:43:46.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>De ESI processor heeft geantwoord: </p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
 <p>Dit betekent dat de vervanger niet in staat was om de ESI template te bewerken. Geef deze fout door aan de webmaster, asltublieft.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_FTP_FAILURE squid-3.4.8/errors/nl/ERR_FTP_FAILURE
--- squid-3.4.7/errors/nl/ERR_FTP_FAILURE	2014-08-27 07:50:02.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_FTP_FAILURE	2014-09-15 01:43:49.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid heeft de volgende FTP opdracht verstuurd:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>De server antwoordde met:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_FTP_FORBIDDEN squid-3.4.8/errors/nl/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/nl/ERR_FTP_FORBIDDEN	2014-08-27 07:50:03.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_FTP_FORBIDDEN	2014-09-15 01:43:50.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid heeft de volgende FTP opdracht verstuurd:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>De server antwoordde met:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_FTP_NOT_FOUND squid-3.4.8/errors/nl/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/nl/ERR_FTP_NOT_FOUND	2014-08-27 07:50:04.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_FTP_NOT_FOUND	2014-09-15 01:43:51.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid heeft de volgende FTP opdracht verstuurd:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>De server antwoordde met:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Dit kan veroorzaakt worden door een FTP URL met een absoluut pad (hetgeen niet in overeenstemming is met RFC 1738).  Als dit de oorzaak is, dan kan het bestand gevonden worden op <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_FTP_PUT_ERROR squid-3.4.8/errors/nl/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/nl/ERR_FTP_PUT_ERROR	2014-08-27 07:50:06.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_FTP_PUT_ERROR	2014-09-15 01:43:53.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid heeft de volgende FTP opdracht verstuurd:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>De server antwoordde met:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>Dit betekent dat de FTP server geen toegang of opslagcapaciteit heeft om het bestand op te slaan. Controleer het pad, de rechten en opslagcapaciteit en probeer het opnieuw.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/nl/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/nl/ERR_FTP_UNAVAILABLE	2014-08-27 07:50:08.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_FTP_UNAVAILABLE	2014-09-15 01:43:55.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid heeft de volgende FTP opdracht verstuurd:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>De server antwoordde met:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_GATEWAY_FAILURE squid-3.4.8/errors/nl/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/nl/ERR_GATEWAY_FAILURE	2014-08-27 07:50:09.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_GATEWAY_FAILURE	2014-09-15 01:43:55.000000000 -0700
@@ -20,10 +20,10 @@
 <p>De volgende fout is opgetreden tijdens het ophalen van URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/nl/ERR_INVALID_REQ squid-3.4.8/errors/nl/ERR_INVALID_REQ
--- squid-3.4.7/errors/nl/ERR_INVALID_REQ	2014-08-27 07:50:11.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_INVALID_REQ	2014-09-15 01:43:57.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Ongeldige Aanvraag</b> Er is een fout opgetreden tijdens het verwerken van:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Mogelijke problemen zijn:</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_INVALID_RESP squid-3.4.8/errors/nl/ERR_INVALID_RESP
--- squid-3.4.7/errors/nl/ERR_INVALID_RESP	2014-08-27 07:50:12.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_INVALID_RESP	2014-09-15 01:43:58.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Onverwachte reactie</b> er is een fout opgetreden tijdens het uitvoeren van opdracht:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Het ontvangen HTTP bericht is niet begrepen of beschadigd. Neem contact op met de beheerder van de website die u probeert te bereiken.</p>
diff -u -r -N squid-3.4.7/errors/nl/ERR_PRECONDITION_FAILED squid-3.4.8/errors/nl/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/nl/ERR_PRECONDITION_FAILED	2014-08-27 07:50:16.000000000 -0700
+++ squid-3.4.8/errors/nl/ERR_PRECONDITION_FAILED	2014-09-15 01:44:03.000000000 -0700
@@ -20,12 +20,12 @@
 <p>De volgende fout is opgetreden tijdens het ophalen van URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_ACCESS_DENIED squid-3.4.8/errors/oc/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/oc/ERR_ACCESS_DENIED	2014-08-27 07:50:28.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_ACCESS_DENIED	2014-09-15 01:44:16.000000000 -0700
@@ -23,7 +23,7 @@
 <p><b>Accès interdich.</b></p>
 </blockquote>
 
-<p></p>
+<p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:50:29.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:44:17.000000000 -0700
@@ -20,11 +20,11 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_AGENT_CONFIGURE squid-3.4.8/errors/oc/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/oc/ERR_AGENT_CONFIGURE	2014-08-27 07:50:30.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_AGENT_CONFIGURE	2014-09-15 01:44:18.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERROR</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/oc/ERR_AGENT_WPAD squid-3.4.8/errors/oc/ERR_AGENT_WPAD
--- squid-3.4.7/errors/oc/ERR_AGENT_WPAD	2014-08-27 07:50:31.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_AGENT_WPAD	2014-09-15 01:44:19.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERROR</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/oc/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/oc/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/oc/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:50:32.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:44:20.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
  %l
 
@@ -23,9 +23,9 @@
 <p><b>Accès a l'amagatal interdich.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:50:33.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:44:21.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERROR</h1>
-<h2></h2>
+<h2>Cache Manager Access Denied.</h2>
 </div>
 <hr>
 
@@ -20,12 +20,12 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cache Manager Access Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/oc/ERR_CANNOT_FORWARD squid-3.4.8/errors/oc/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/oc/ERR_CANNOT_FORWARD	2014-08-27 07:50:34.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_CANNOT_FORWARD	2014-09-15 01:44:21.000000000 -0700
@@ -20,16 +20,16 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to forward this request at this time.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Problèmas envisajables :</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/oc/ERR_CONFLICT_HOST squid-3.4.8/errors/oc/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/oc/ERR_CONFLICT_HOST	2014-08-27 07:50:35.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_CONFLICT_HOST	2014-09-15 01:44:22.000000000 -0700
@@ -20,15 +20,15 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Problèmas envisajables :</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/oc/ERR_CONNECT_FAIL squid-3.4.8/errors/oc/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/oc/ERR_CONNECT_FAIL	2014-08-27 07:50:35.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_CONNECT_FAIL	2014-09-15 01:44:23.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p id="sysmsg">Lo sistèma a tornat : <i>%E</i></p>
 
-<p></p>
+<p>The remote host or network may be down. Please try the request again.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 
diff -u -r -N squid-3.4.7/errors/oc/ERR_DIR_LISTING squid-3.4.8/errors/oc/ERR_DIR_LISTING
--- squid-3.4.7/errors/oc/ERR_DIR_LISTING	2014-08-27 07:50:36.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_DIR_LISTING	2014-09-15 01:44:24.000000000 -0700
@@ -16,16 +16,16 @@
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Dorsièr parent</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/oc/ERR_DNS_FAIL squid-3.4.8/errors/oc/ERR_DNS_FAIL
--- squid-3.4.7/errors/oc/ERR_DNS_FAIL	2014-08-27 07:50:37.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_DNS_FAIL	2014-09-15 01:44:25.000000000 -0700
@@ -25,10 +25,10 @@
 
 <p>Lo servidor DNS a tornat :</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_ESI squid-3.4.8/errors/oc/ERR_ESI
--- squid-3.4.7/errors/oc/ERR_ESI	2014-08-27 07:50:38.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_ESI	2014-09-15 01:44:26.000000000 -0700
@@ -25,10 +25,10 @@
 
 <p>Lo processor ESI a respondut :</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
 <p>Vòstre webmèstre es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_FORWARDING_DENIED squid-3.4.8/errors/oc/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/oc/ERR_FORWARDING_DENIED	2014-08-27 07:50:39.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_FORWARDING_DENIED	2014-09-15 01:44:27.000000000 -0700
@@ -20,10 +20,10 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Forwarding Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 
diff -u -r -N squid-3.4.7/errors/oc/ERR_FTP_DISABLED squid-3.4.8/errors/oc/ERR_FTP_DISABLED
--- squid-3.4.7/errors/oc/ERR_FTP_DISABLED	2014-08-27 07:50:40.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_FTP_DISABLED	2014-09-15 01:44:28.000000000 -0700
@@ -23,7 +23,7 @@
 <p><b>Lo FTP es desactivat</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache does not support FTP.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 
diff -u -r -N squid-3.4.7/errors/oc/ERR_FTP_FAILURE squid-3.4.8/errors/oc/ERR_FTP_FAILURE
--- squid-3.4.7/errors/oc/ERR_FTP_FAILURE	2014-08-27 07:50:41.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_FTP_FAILURE	2014-09-15 01:44:29.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Lo servidor a respondut :</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/oc/ERR_FTP_FORBIDDEN squid-3.4.8/errors/oc/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/oc/ERR_FTP_FORBIDDEN	2014-08-27 07:50:42.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_FTP_FORBIDDEN	2014-09-15 01:44:30.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Lo servidor a respondut :</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/oc/ERR_FTP_NOT_FOUND squid-3.4.8/errors/oc/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/oc/ERR_FTP_NOT_FOUND	2014-08-27 07:50:43.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_FTP_NOT_FOUND	2014-09-15 01:44:31.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Lo servidor a respondut :</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_FTP_PUT_CREATED squid-3.4.8/errors/oc/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/oc/ERR_FTP_PUT_CREATED	2014-08-27 07:50:44.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_FTP_PUT_CREATED	2014-09-15 01:44:32.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
  %l
 
diff -u -r -N squid-3.4.7/errors/oc/ERR_FTP_PUT_ERROR squid-3.4.8/errors/oc/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/oc/ERR_FTP_PUT_ERROR	2014-08-27 07:50:45.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_FTP_PUT_ERROR	2014-09-15 01:44:33.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,24 +12,24 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERROR</h1>
-<h2></h2>
+<h2>FTP PUT upload failed</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Lo servidor a respondut :</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/oc/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/oc/ERR_FTP_PUT_MODIFIED	2014-08-27 07:50:46.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_FTP_PUT_MODIFIED	2014-09-15 01:44:34.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
  %l
 
diff -u -r -N squid-3.4.7/errors/oc/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/oc/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/oc/ERR_FTP_UNAVAILABLE	2014-08-27 07:50:47.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_FTP_UNAVAILABLE	2014-09-15 01:44:35.000000000 -0700
@@ -17,18 +17,18 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Lo servidor a respondut :</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/oc/ERR_GATEWAY_FAILURE squid-3.4.8/errors/oc/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/oc/ERR_GATEWAY_FAILURE	2014-08-27 07:50:48.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_GATEWAY_FAILURE	2014-09-15 01:44:35.000000000 -0700
@@ -20,12 +20,12 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_ICAP_FAILURE squid-3.4.8/errors/oc/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/oc/ERR_ICAP_FAILURE	2014-08-27 07:50:49.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_ICAP_FAILURE	2014-09-15 01:44:36.000000000 -0700
@@ -25,12 +25,12 @@
 
 <p id="sysmsg">Lo sistèma a tornat : <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Problèmas envisajables :</p>
 <ul>
 <li><p>Lo servidor ICAP es pas jonhible.</p></li>
-<li><p></p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_INVALID_REQ squid-3.4.8/errors/oc/ERR_INVALID_REQ
--- squid-3.4.7/errors/oc/ERR_INVALID_REQ	2014-08-27 07:50:50.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_INVALID_REQ	2014-09-15 01:44:37.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Problèmas envisajables :</p>
@@ -28,10 +28,10 @@
 <li id="missing-method"><p>Metòde de requèsta desconegut o perdut.</p></li>
 <li id="missing-url"><p>Abséncia d'URL</p></li>
 <li id="missing-protocol"><p>Abséncia d'identificant HTTP (HTTP/1.0)</p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Request is too large.</p></li>
+<li><p>Content-Length missing for POST or PUT requests.</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/oc/ERR_INVALID_RESP squid-3.4.8/errors/oc/ERR_INVALID_RESP
--- squid-3.4.7/errors/oc/ERR_INVALID_RESP	2014-08-27 07:50:51.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_INVALID_RESP	2014-09-15 01:44:38.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_INVALID_URL squid-3.4.8/errors/oc/ERR_INVALID_URL
--- squid-3.4.7/errors/oc/ERR_INVALID_URL	2014-08-27 07:50:52.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_INVALID_URL	2014-09-15 01:44:39.000000000 -0700
@@ -23,14 +23,14 @@
 <p><b>URL invalida</b></p>
 </blockquote>
 
-<p></p>
+<p>Some aspect of the requested URL is incorrect.</p>
 
 <p>Problèmas envisajables :</p>
 <ul>
-<li><p></p></li>
+<li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>
 <li><p>Nom de maquina absent</p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
 </ul>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/oc/ERR_LIFETIME_EXP squid-3.4.8/errors/oc/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/oc/ERR_LIFETIME_EXP	2014-08-27 07:50:53.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_LIFETIME_EXP	2014-09-15 01:44:40.000000000 -0700
@@ -23,7 +23,7 @@
 <p><b>Durada de vida de la connexion depassada</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_NO_RELAY squid-3.4.8/errors/oc/ERR_NO_RELAY
--- squid-3.4.7/errors/oc/ERR_NO_RELAY	2014-08-27 07:50:54.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_NO_RELAY	2014-09-15 01:44:41.000000000 -0700
@@ -20,10 +20,10 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>No Wais Relay</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/oc/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/oc/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:50:55.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:44:42.000000000 -0700
@@ -20,10 +20,10 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_PRECONDITION_FAILED squid-3.4.8/errors/oc/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/oc/ERR_PRECONDITION_FAILED	2014-08-27 07:50:56.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_PRECONDITION_FAILED	2014-09-15 01:44:43.000000000 -0700
@@ -20,12 +20,12 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_READ_ERROR squid-3.4.8/errors/oc/ERR_READ_ERROR
--- squid-3.4.7/errors/oc/ERR_READ_ERROR	2014-08-27 07:50:57.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_READ_ERROR	2014-09-15 01:44:44.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p id="sysmsg">Lo sistèma a tornat : <i>%E</i></p>
 
-<p></p>
+<p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_READ_TIMEOUT squid-3.4.8/errors/oc/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/oc/ERR_READ_TIMEOUT	2014-08-27 07:50:58.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_READ_TIMEOUT	2014-09-15 01:44:45.000000000 -0700
@@ -20,12 +20,12 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Timeout</b></p>
 </blockquote>
 
 <p id="sysmsg">Lo sistèma a tornat : <i>%E</i></p>
 
-<p></p>
+<p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/oc/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/oc/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:50:59.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:44:46.000000000 -0700
@@ -20,7 +20,7 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_SHUTTING_DOWN squid-3.4.8/errors/oc/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/oc/ERR_SHUTTING_DOWN	2014-08-27 07:51:00.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_SHUTTING_DOWN	2014-09-15 01:44:47.000000000 -0700
@@ -19,7 +19,7 @@
 <div id="content">
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_SOCKET_FAILURE squid-3.4.8/errors/oc/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/oc/ERR_SOCKET_FAILURE	2014-08-27 07:51:01.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_SOCKET_FAILURE	2014-09-15 01:44:48.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p id="sysmsg">Lo sistèma a tornat : <i>%E</i></p>
 
-<p></p>
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_TOO_BIG squid-3.4.8/errors/oc/ERR_TOO_BIG
--- squid-3.4.7/errors/oc/ERR_TOO_BIG	2014-08-27 07:51:02.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_TOO_BIG	2014-09-15 01:44:49.000000000 -0700
@@ -23,9 +23,9 @@
 <p><b>La requèsta o la responsa es tròp gròssa.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/oc/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/oc/ERR_UNSUP_HTTPVERSION	2014-08-27 07:51:03.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_UNSUP_HTTPVERSION	2014-09-15 01:44:50.000000000 -0700
@@ -23,7 +23,7 @@
 <p><b>Version de HTTP pas suportada</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_UNSUP_REQ squid-3.4.8/errors/oc/ERR_UNSUP_REQ
--- squid-3.4.7/errors/oc/ERR_UNSUP_REQ	2014-08-27 07:51:04.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_UNSUP_REQ	2014-09-15 01:44:51.000000000 -0700
@@ -20,10 +20,10 @@
 <p>L'error seguenta s'es producha en ensajant d'accedir a l'URL : <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported Request Method and Protocol</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_URN_RESOLVE squid-3.4.8/errors/oc/ERR_URN_RESOLVE
--- squid-3.4.7/errors/oc/ERR_URN_RESOLVE	2014-08-27 07:51:05.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_URN_RESOLVE	2014-09-15 01:44:51.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -12,18 +12,18 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERROR</h1>
-<h2></h2>
+<h2>A URL for the requested URN could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Impossible de resòlvre l'URN</b></p>
 </blockquote>
 
-<p></p>
+<p>Hey, don't expect too much from URNs on %T :)</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_WRITE_ERROR squid-3.4.8/errors/oc/ERR_WRITE_ERROR
--- squid-3.4.7/errors/oc/ERR_WRITE_ERROR	2014-08-27 07:51:06.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_WRITE_ERROR	2014-09-15 01:44:52.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p id="sysmsg">Lo sistèma a tornat : <i>%E</i></p>
 
-<p></p>
+<p>An error condition occurred while writing to the network. Please retry your request.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/oc/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/oc/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/oc/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:51:07.000000000 -0700
+++ squid-3.4.8/errors/oc/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:44:53.000000000 -0700
@@ -23,7 +23,7 @@
 <p><b>Responsa de talha nulla</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid did not receive any data for this request.</p>
 
 <p>Vòstre administrator d'amagatal es <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/pl/ERR_ACCESS_DENIED squid-3.4.8/errors/pl/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/pl/ERR_ACCESS_DENIED	2014-08-27 07:51:09.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_ACCESS_DENIED	2014-09-15 01:44:54.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Dostęp zabroniony.</b></p>
@@ -25,7 +25,7 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:51:10.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:44:55.000000000 -0700
@@ -17,16 +17,16 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_AGENT_CONFIGURE squid-3.4.8/errors/pl/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/pl/ERR_AGENT_CONFIGURE	2014-08-27 07:51:11.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_AGENT_CONFIGURE	2014-09-15 01:44:56.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>BŁĄD</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_AGENT_WPAD squid-3.4.8/errors/pl/ERR_AGENT_WPAD
--- squid-3.4.7/errors/pl/ERR_AGENT_WPAD	2014-08-27 07:51:12.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_AGENT_WPAD	2014-09-15 01:44:57.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>BŁĄD</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/pl/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/pl/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:51:13.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:44:58.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Dostęp do serwera cache zabroniony.</b></p>
diff -u -r -N squid-3.4.7/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:51:14.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:44:59.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Dostep do cache managera zabroniony.</b></p>
diff -u -r -N squid-3.4.7/errors/pl/ERR_CANNOT_FORWARD squid-3.4.8/errors/pl/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/pl/ERR_CANNOT_FORWARD	2014-08-27 07:51:15.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_CANNOT_FORWARD	2014-09-15 01:45:00.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nie można przekazać tego żądania w chwili obecnej.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/pl/ERR_CONFLICT_HOST squid-3.4.8/errors/pl/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/pl/ERR_CONFLICT_HOST	2014-08-27 07:51:16.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_CONFLICT_HOST	2014-09-15 01:45:00.000000000 -0700
@@ -17,21 +17,21 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_CONNECT_FAIL squid-3.4.8/errors/pl/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/pl/ERR_CONNECT_FAIL	2014-08-27 07:51:17.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_CONNECT_FAIL	2014-09-15 01:45:01.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nieudane połączenie z %I.</b></p>
@@ -27,7 +27,7 @@
 
 <p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/pl/ERR_DIR_LISTING squid-3.4.8/errors/pl/ERR_DIR_LISTING
--- squid-3.4.7/errors/pl/ERR_DIR_LISTING	2014-08-27 07:51:18.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_DIR_LISTING	2014-09-15 01:45:02.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Zawartość katalogu:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/pl/ERR_DNS_FAIL squid-3.4.8/errors/pl/ERR_DNS_FAIL
--- squid-3.4.7/errors/pl/ERR_DNS_FAIL	2014-08-27 07:51:18.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_DNS_FAIL	2014-09-15 01:45:03.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nie można ustalić adresu IP hosta o nazwie <q>%H</q></b></p>
@@ -25,12 +25,12 @@
 
 <p>Serwer DNS zwrócił następującą wartość:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_ESI squid-3.4.8/errors/pl/ERR_ESI
--- squid-3.4.7/errors/pl/ERR_ESI	2014-08-27 07:51:19.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_ESI	2014-09-15 01:45:04.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_FORWARDING_DENIED squid-3.4.8/errors/pl/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/pl/ERR_FORWARDING_DENIED	2014-08-27 07:51:20.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_FORWARDING_DENIED	2014-09-15 01:45:05.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Przekazanie żądania zabronione.</b></p>
@@ -25,7 +25,7 @@
 
 <p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/pl/ERR_FTP_DISABLED squid-3.4.8/errors/pl/ERR_FTP_DISABLED
--- squid-3.4.7/errors/pl/ERR_FTP_DISABLED	2014-08-27 07:51:21.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_FTP_DISABLED	2014-09-15 01:45:06.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP jest wyłączone</b></p>
@@ -25,7 +25,7 @@
 
 <p>Ten serwer cache nie prowadzi połączeń FTP.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/pl/ERR_FTP_FAILURE squid-3.4.8/errors/pl/ERR_FTP_FAILURE
--- squid-3.4.7/errors/pl/ERR_FTP_FAILURE	2014-08-27 07:51:22.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_FTP_FAILURE	2014-09-15 01:45:07.000000000 -0700
@@ -21,16 +21,16 @@
 
 <p>Squid wysłał następującą komendę FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odpowiedź serwera:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_FTP_FORBIDDEN squid-3.4.8/errors/pl/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/pl/ERR_FTP_FORBIDDEN	2014-08-27 07:51:23.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_FTP_FORBIDDEN	2014-09-15 01:45:08.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid wysłał następującą komendę FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odpowiedź serwera:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_FTP_NOT_FOUND squid-3.4.8/errors/pl/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/pl/ERR_FTP_NOT_FOUND	2014-08-27 07:51:24.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_FTP_NOT_FOUND	2014-09-15 01:45:09.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
 <p>Squid wysłał następującą komendę FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odpowiedź serwera:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_FTP_PUT_ERROR squid-3.4.8/errors/pl/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/pl/ERR_FTP_PUT_ERROR	2014-08-27 07:51:26.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_FTP_PUT_ERROR	2014-09-15 01:45:10.000000000 -0700
@@ -21,17 +21,17 @@
 
 <p>Squid wysłał następującą komendę FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odpowiedź serwera:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/pl/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/pl/ERR_FTP_UNAVAILABLE	2014-08-27 07:51:28.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_FTP_UNAVAILABLE	2014-09-15 01:45:12.000000000 -0700
@@ -17,21 +17,21 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid wysłał następującą komendę FTP:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odpowiedź serwera:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_GATEWAY_FAILURE squid-3.4.8/errors/pl/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/pl/ERR_GATEWAY_FAILURE	2014-08-27 07:51:29.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_GATEWAY_FAILURE	2014-09-15 01:45:13.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_ICAP_FAILURE squid-3.4.8/errors/pl/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/pl/ERR_ICAP_FAILURE	2014-08-27 07:51:30.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_ICAP_FAILURE	2014-09-15 01:45:14.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">System zwrócił wartość: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Some possible problems are:</p>
 <ul>
diff -u -r -N squid-3.4.7/errors/pl/ERR_INVALID_REQ squid-3.4.8/errors/pl/ERR_INVALID_REQ
--- squid-3.4.7/errors/pl/ERR_INVALID_REQ	2014-08-27 07:51:31.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_INVALID_REQ	2014-09-15 01:45:15.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Nieprawidłowe zapytanie</b> wystąpił błąd podczas próby przetworzenia zapytania</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Some possible problems are:</p>
@@ -31,10 +31,10 @@
 <li><p>RZbyt duży rozmiar żądania</p></li>
 <li><p>Brak pola Content-Length dla metod POST lub PUT</p></li>
 <li><p>Błędny znak w nazwie hosta; podkreślenia (underscores) są niedozwolone</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_INVALID_RESP squid-3.4.8/errors/pl/ERR_INVALID_RESP
--- squid-3.4.7/errors/pl/ERR_INVALID_RESP	2014-08-27 07:51:32.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_INVALID_RESP	2014-09-15 01:45:16.000000000 -0700
@@ -20,14 +20,14 @@
 <p><b>Nieprawidłowa odpowiedź</b> wystąpił błąd podczas próby przetworzenia zapytania</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_INVALID_URL squid-3.4.8/errors/pl/ERR_INVALID_URL
--- squid-3.4.7/errors/pl/ERR_INVALID_URL	2014-08-27 07:51:33.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_INVALID_URL	2014-09-15 01:45:17.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>błędny URL</b></p>
@@ -33,7 +33,7 @@
 <li><p>Błędny znak w nazwie hosta; podkreślenia (underscores) są niedozwolone</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_LIFETIME_EXP squid-3.4.8/errors/pl/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/pl/ERR_LIFETIME_EXP	2014-08-27 07:51:34.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_LIFETIME_EXP	2014-09-15 01:45:18.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>przekroczony dopuszczalny czas połączenie</b></p>
@@ -25,7 +25,7 @@
 
 <p>Squid zakończył realizację żądania, ponieważ czas jego realizacji przekroczył dopuszczalny limit.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_NO_RELAY squid-3.4.8/errors/pl/ERR_NO_RELAY
--- squid-3.4.7/errors/pl/ERR_NO_RELAY	2014-08-27 07:51:35.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_NO_RELAY	2014-09-15 01:45:19.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>brak Wais Relay</b></p>
@@ -25,7 +25,7 @@
 
 <p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/pl/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/pl/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:51:36.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:45:20.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>żądanie z dyrektywą <q>only-if-cached</q> dotyczyło dokumentu aktualnie nie przechowywanego przez sewer cache.</b></p>
@@ -25,7 +25,7 @@
 
 <p>Żądanie zawierało dyrektywę <q>only-if-cached</q>. Dokument nie został znaleziony w zasobech serwera cache <em>lub</em> wymagał odświeżenia zabronionego dyrektywą <q>only-if-cached</q>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_PRECONDITION_FAILED squid-3.4.8/errors/pl/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/pl/ERR_PRECONDITION_FAILED	2014-08-27 07:51:37.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_PRECONDITION_FAILED	2014-09-15 01:45:20.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/pl/ERR_READ_ERROR squid-3.4.8/errors/pl/ERR_READ_ERROR
--- squid-3.4.7/errors/pl/ERR_READ_ERROR	2014-08-27 07:51:38.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_READ_ERROR	2014-09-15 01:45:21.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>błąd odczytu</b></p>
@@ -27,7 +27,7 @@
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_READ_TIMEOUT squid-3.4.8/errors/pl/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/pl/ERR_READ_TIMEOUT	2014-08-27 07:51:39.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_READ_TIMEOUT	2014-09-15 01:45:22.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>przekroczony czas odczytu</b></p>
@@ -27,7 +27,7 @@
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/pl/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/pl/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:51:40.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:45:23.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nie można ustanowić bezpiecznego połączenia z %I</b></p>
@@ -31,9 +31,9 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_SHUTTING_DOWN squid-3.4.8/errors/pl/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/pl/ERR_SHUTTING_DOWN	2014-08-27 07:51:41.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_SHUTTING_DOWN	2014-09-15 01:45:24.000000000 -0700
@@ -17,11 +17,11 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_SOCKET_FAILURE squid-3.4.8/errors/pl/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/pl/ERR_SOCKET_FAILURE	2014-08-27 07:51:42.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_SOCKET_FAILURE	2014-09-15 01:45:25.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Socket Failure</b></p>
@@ -27,7 +27,7 @@
 
 <p>Squid nie jest w stanie otworzyć gniazdka TCP (TCP socket), prawdopodobnie z powodu przeciążenia systemu. Proszę ponowić żądanie.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_TOO_BIG squid-3.4.8/errors/pl/ERR_TOO_BIG
--- squid-3.4.7/errors/pl/ERR_TOO_BIG	2014-08-27 07:51:42.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_TOO_BIG	2014-09-15 01:45:26.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Zapytanie lub odpowiedź jest zbyt długa.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/pl/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/pl/ERR_UNSUP_HTTPVERSION	2014-08-27 07:51:43.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_UNSUP_HTTPVERSION	2014-09-15 01:45:27.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Nieobsługiwana wersja HTTP</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_UNSUP_REQ squid-3.4.8/errors/pl/ERR_UNSUP_REQ
--- squid-3.4.7/errors/pl/ERR_UNSUP_REQ	2014-08-27 07:51:44.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_UNSUP_REQ	2014-09-15 01:45:28.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>użyta w żądaniu kombinacja metoda/protokół jest niewłaściwa</b></p>
@@ -25,7 +25,7 @@
 
 <p>Squid nie wspiera wszystkich metod we wszystkich protokołach. Na przykład nie możesz użyć metody POST w żądaniu skierowanym do usługi Gopher.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_URN_RESOLVE squid-3.4.8/errors/pl/ERR_URN_RESOLVE
--- squid-3.4.7/errors/pl/ERR_URN_RESOLVE	2014-08-27 07:51:45.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_URN_RESOLVE	2014-09-15 01:45:29.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>nie można zlokalizować URN</b></p>
@@ -25,7 +25,7 @@
 
 <p>Proszę nie spodziewać się zbyt wiele od URNów z %T :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_WRITE_ERROR squid-3.4.8/errors/pl/ERR_WRITE_ERROR
--- squid-3.4.7/errors/pl/ERR_WRITE_ERROR	2014-08-27 07:51:46.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_WRITE_ERROR	2014-09-15 01:45:30.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>błąd zapisu</b></p>
@@ -27,7 +27,7 @@
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pl/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/pl/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/pl/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:51:47.000000000 -0700
+++ squid-3.4.8/errors/pl/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:45:30.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>sprowadzony dokument ma zerowy rozmiar</b></p>
@@ -25,7 +25,7 @@
 
 <p>Squid nie otrzymał żadnych danych w odpowiedzi na to żądanie.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/pt/ERR_ACCESS_DENIED squid-3.4.8/errors/pt/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/pt/ERR_ACCESS_DENIED	2014-08-27 07:52:28.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_ACCESS_DENIED	2014-09-15 01:46:09.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Proibido o Acesso.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:52:29.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:46:10.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_AGENT_CONFIGURE squid-3.4.8/errors/pt/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/pt/ERR_AGENT_CONFIGURE	2014-08-27 07:52:30.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_AGENT_CONFIGURE	2014-09-15 01:46:11.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERRO</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_AGENT_WPAD squid-3.4.8/errors/pt/ERR_AGENT_WPAD
--- squid-3.4.7/errors/pt/ERR_AGENT_WPAD	2014-08-27 07:52:31.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_AGENT_WPAD	2014-09-15 01:46:12.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERRO</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/pt/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/pt/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:52:32.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:46:13.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Proibido o acesso ao Cache.</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:52:33.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:46:14.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Proibido o acesso ao Gerenciador do Cache.</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_CANNOT_FORWARD squid-3.4.8/errors/pt/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/pt/ERR_CANNOT_FORWARD	2014-08-27 07:52:34.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_CANNOT_FORWARD	2014-09-15 01:46:15.000000000 -0700
@@ -17,29 +17,29 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Cache incapaz de encaminhar esta requisição neste momento.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_CONFLICT_HOST squid-3.4.8/errors/pt/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/pt/ERR_CONFLICT_HOST	2014-08-27 07:52:35.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_CONFLICT_HOST	2014-09-15 01:46:16.000000000 -0700
@@ -17,27 +17,27 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_CONNECT_FAIL squid-3.4.8/errors/pt/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/pt/ERR_CONNECT_FAIL	2014-08-27 07:52:36.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_CONNECT_FAIL	2014-09-15 01:46:16.000000000 -0700
@@ -17,24 +17,24 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
 <p id="sysmsg">O sistema retornou: <i>%E</i></p>
 
 <p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_DIR_LISTING squid-3.4.8/errors/pt/ERR_DIR_LISTING
--- squid-3.4.7/errors/pt/ERR_DIR_LISTING	2014-08-27 07:52:36.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_DIR_LISTING	2014-09-15 01:46:17.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_DNS_FAIL squid-3.4.8/errors/pt/ERR_DNS_FAIL
--- squid-3.4.7/errors/pt/ERR_DNS_FAIL	2014-08-27 07:52:37.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_DNS_FAIL	2014-09-15 01:46:18.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Incapaz de determinar o endereço IP através do nome do host <q>%H</q></b></p>
@@ -25,18 +25,18 @@
 
 <p>O servidor DNS retornou:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_ESI squid-3.4.8/errors/pt/ERR_ESI
--- squid-3.4.7/errors/pt/ERR_ESI	2014-08-27 07:52:38.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_ESI	2014-09-15 01:46:19.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_FORWARDING_DENIED squid-3.4.8/errors/pt/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/pt/ERR_FORWARDING_DENIED	2014-08-27 07:52:39.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_FORWARDING_DENIED	2014-09-15 01:46:20.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Expedição proibida.</b></p>
@@ -25,14 +25,14 @@
 
 <p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_FTP_DISABLED squid-3.4.8/errors/pt/ERR_FTP_DISABLED
--- squid-3.4.7/errors/pt/ERR_FTP_DISABLED	2014-08-27 07:52:40.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_FTP_DISABLED	2014-09-15 01:46:21.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP desabilitado</b></p>
@@ -25,14 +25,14 @@
 
 <p>Este cache não está habilitado para FTP.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_FTP_FAILURE squid-3.4.8/errors/pt/ERR_FTP_FAILURE
--- squid-3.4.7/errors/pt/ERR_FTP_FAILURE	2014-08-27 07:52:41.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_FTP_FAILURE	2014-09-15 01:46:22.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>Squid emitiu o seguinte comando FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_FTP_FORBIDDEN squid-3.4.8/errors/pt/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/pt/ERR_FTP_FORBIDDEN	2014-08-27 07:52:42.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_FTP_FORBIDDEN	2014-09-15 01:46:23.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>Squid emitiu o seguinte comando FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_FTP_NOT_FOUND squid-3.4.8/errors/pt/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/pt/ERR_FTP_NOT_FOUND	2014-08-27 07:52:43.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_FTP_NOT_FOUND	2014-09-15 01:46:24.000000000 -0700
@@ -21,24 +21,24 @@
 
 <p>Squid emitiu o seguinte comando FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_FTP_PUT_CREATED squid-3.4.8/errors/pt/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/pt/ERR_FTP_PUT_CREATED	2014-08-27 07:52:44.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_FTP_PUT_CREATED	2014-09-15 01:46:24.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_FTP_PUT_ERROR squid-3.4.8/errors/pt/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/pt/ERR_FTP_PUT_ERROR	2014-08-27 07:52:45.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_FTP_PUT_ERROR	2014-09-15 01:46:25.000000000 -0700
@@ -21,23 +21,23 @@
 
 <p>Squid emitiu o seguinte comando FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/pt/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/pt/ERR_FTP_PUT_MODIFIED	2014-08-27 07:52:46.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_FTP_PUT_MODIFIED	2014-09-15 01:46:26.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/pt/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/pt/ERR_FTP_UNAVAILABLE	2014-08-27 07:52:47.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_FTP_UNAVAILABLE	2014-09-15 01:46:27.000000000 -0700
@@ -22,22 +22,22 @@
 <p>Squid emitiu o seguinte comando FTP:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_GATEWAY_FAILURE squid-3.4.8/errors/pt/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/pt/ERR_GATEWAY_FAILURE	2014-08-27 07:52:48.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_GATEWAY_FAILURE	2014-09-15 01:46:28.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_ICAP_FAILURE squid-3.4.8/errors/pt/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/pt/ERR_ICAP_FAILURE	2014-08-27 07:52:49.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_ICAP_FAILURE	2014-09-15 01:46:29.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">O sistema retornou: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_INVALID_REQ squid-3.4.8/errors/pt/ERR_INVALID_REQ
--- squid-3.4.7/errors/pt/ERR_INVALID_REQ	2014-08-27 07:52:50.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_INVALID_REQ	2014-09-15 01:46:30.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Some possible problems are:</p>
@@ -29,12 +29,12 @@
 <li id="missing-url"><p>Faltou a URL</p></li>
 <li id="missing-protocol"><p>Faltou o identificador HTTP (HTTP/1.0)</p></li>
 <li><p>A requisição pode ser muito grande</p></li>
-<li><p></p></li>
+<li><p>Content-Length missing for POST or PUT requests.</p></li>
 <li><p>Hostname com caracter inválido; não são permitidos underscores.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_INVALID_RESP squid-3.4.8/errors/pt/ERR_INVALID_RESP
--- squid-3.4.7/errors/pt/ERR_INVALID_RESP	2014-08-27 07:52:51.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_INVALID_RESP	2014-09-15 01:46:31.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_INVALID_URL squid-3.4.8/errors/pt/ERR_INVALID_URL
--- squid-3.4.7/errors/pt/ERR_INVALID_URL	2014-08-27 07:52:52.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_INVALID_URL	2014-09-15 01:46:32.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>URL inválida</b></p>
@@ -29,17 +29,17 @@
 <ul>
 <li><p>Protocolo de acesso incorreto ou faltando (deve ser <q>http://</q> ou similar)</p></li>
 <li><p>Faltou o hostname</p></li>
-<li><p></p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
 <li><p>Hostname com caracter inválido; não são permitidos underscores.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_LIFETIME_EXP squid-3.4.8/errors/pt/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/pt/ERR_LIFETIME_EXP	2014-08-27 07:52:53.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_LIFETIME_EXP	2014-09-15 01:46:33.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>O tempo limite de conexão expirou</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid terminou a requisição porque excedeu o tempo máximo permitido.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_NO_RELAY squid-3.4.8/errors/pt/ERR_NO_RELAY
--- squid-3.4.7/errors/pt/ERR_NO_RELAY	2014-08-27 07:52:54.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_NO_RELAY	2014-09-15 01:46:33.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>No Wais Relay</b></p>
@@ -25,13 +25,13 @@
 
 <p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/pt/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/pt/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:52:55.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:46:34.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Não foi encontrado documento válido no cache e a opção <q>only-if-cached</q> foi especificada. </b></p>
@@ -25,13 +25,13 @@
 
 <p>Você requisitou com a diretiva de controle do cache <q>only-if-cached</q> ativa. O documento não foi encontrado no cache, <em>ou</em> requer revalidação proibida pela opção <q>only-if-cached</q></p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_PRECONDITION_FAILED squid-3.4.8/errors/pt/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/pt/ERR_PRECONDITION_FAILED	2014-08-27 07:52:56.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_PRECONDITION_FAILED	2014-09-15 01:46:35.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_READ_ERROR squid-3.4.8/errors/pt/ERR_READ_ERROR
--- squid-3.4.7/errors/pt/ERR_READ_ERROR	2014-08-27 07:52:56.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_READ_ERROR	2014-09-15 01:46:36.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Erro de leitura</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_READ_TIMEOUT squid-3.4.8/errors/pt/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/pt/ERR_READ_TIMEOUT	2014-08-27 07:52:57.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_READ_TIMEOUT	2014-09-15 01:46:37.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Excedeu o tempo limite para leitura (timeout)</b></p>
@@ -27,13 +27,13 @@
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/pt/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/pt/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:52:58.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:46:38.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,15 +31,15 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_SHUTTING_DOWN squid-3.4.8/errors/pt/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/pt/ERR_SHUTTING_DOWN	2014-08-27 07:52:59.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_SHUTTING_DOWN	2014-09-15 01:46:39.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_SOCKET_FAILURE squid-3.4.8/errors/pt/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/pt/ERR_SOCKET_FAILURE	2014-08-27 07:53:00.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_SOCKET_FAILURE	2014-09-15 01:46:40.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Falha no Socket</b></p>
@@ -27,13 +27,13 @@
 
 <p>Squid foi incapaz de criar um socket TCP, talvez por excesso de carga no sistema. Por favor tente novamente.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_TOO_BIG squid-3.4.8/errors/pt/ERR_TOO_BIG
--- squid-3.4.7/errors/pt/ERR_TOO_BIG	2014-08-27 07:53:01.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_TOO_BIG	2014-09-15 01:46:41.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>A requisição ou resposta é muito grande.</b></p>
@@ -27,13 +27,13 @@
 <p>If you are making a GET request, then the item you are trying to download is too large.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/pt/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/pt/ERR_UNSUP_HTTPVERSION	2014-08-27 07:53:02.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_UNSUP_HTTPVERSION	2014-09-15 01:46:41.000000000 -0700
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ERRO</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_UNSUP_REQ squid-3.4.8/errors/pt/ERR_UNSUP_REQ
--- squid-3.4.7/errors/pt/ERR_UNSUP_REQ	2014-08-27 07:53:03.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_UNSUP_REQ	2014-09-15 01:46:42.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Método ou protocolo não suportado.</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_URN_RESOLVE squid-3.4.8/errors/pt/ERR_URN_RESOLVE
--- squid-3.4.7/errors/pt/ERR_URN_RESOLVE	2014-08-27 07:53:04.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_URN_RESOLVE	2014-09-15 01:46:43.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Não pode resolver a URN</b></p>
@@ -25,13 +25,13 @@
 
 <p>Não espere muita coisa de URNS em %T :-)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_WRITE_ERROR squid-3.4.8/errors/pt/ERR_WRITE_ERROR
--- squid-3.4.7/errors/pt/ERR_WRITE_ERROR	2014-08-27 07:53:05.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_WRITE_ERROR	2014-09-15 01:46:44.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Erro de gravação</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/pt/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/pt/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:53:06.000000000 -0700
+++ squid-3.4.8/errors/pt/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:46:45.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Resposta com tamanho zero</b></p>
@@ -25,13 +25,13 @@
 
 <p>Squid não recebeu nenhum dado para esta requisição.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/pt-br/ERR_DIR_LISTING squid-3.4.8/errors/pt-br/ERR_DIR_LISTING
--- squid-3.4.7/errors/pt-br/ERR_DIR_LISTING	2014-08-27 07:51:57.000000000 -0700
+++ squid-3.4.8/errors/pt-br/ERR_DIR_LISTING	2014-09-15 01:45:40.000000000 -0700
@@ -25,7 +25,7 @@
 <table id="dirlisting" summary="Listagem do diretório">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Diretório pai</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Diretório pai</a> (<a href="/">Diretório raiz</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:53:09.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:46:47.000000000 -0700
@@ -20,10 +20,10 @@
 <p>S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>Aceste limite au fost impuse de către organizaţia care oferă serviciile de Internet şi care administreză acest cache. Vă rugăm să îi contactaţi în mod direct dacă sunteţi de părere că este o greşeală.</p>
 
 <p>Administratorul cache-ului este <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_CANNOT_FORWARD squid-3.4.8/errors/ro/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/ro/ERR_CANNOT_FORWARD	2014-08-27 07:53:14.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_CANNOT_FORWARD	2014-09-15 01:46:52.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Nu pot să forwardez această cerere la acest moment.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Unele posibile probleme sunt:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Administratorul cache-ului este <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_CONFLICT_HOST squid-3.4.8/errors/ro/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/ro/ERR_CONFLICT_HOST	2014-08-27 07:53:15.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_CONFLICT_HOST	2014-09-15 01:46:53.000000000 -0700
@@ -20,15 +20,15 @@
 <p>S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Unele posibile probleme sunt:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Administratorul cache-ului este <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_DIR_LISTING squid-3.4.8/errors/ro/ERR_DIR_LISTING
--- squid-3.4.7/errors/ro/ERR_DIR_LISTING	2014-08-27 07:53:18.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_DIR_LISTING	2014-09-15 01:46:55.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Conţinutul directorului:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Conţinutul directorului">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Director părinte</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Director părinte</a> (<a href="/">Director rădăcină</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/ro/ERR_DNS_FAIL squid-3.4.8/errors/ro/ERR_DNS_FAIL
--- squid-3.4.7/errors/ro/ERR_DNS_FAIL	2014-08-27 07:53:19.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_DNS_FAIL	2014-09-15 01:46:56.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>Serverul DNS a răspuns:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Aceasta înseamnă că serverul de cache nu a putut rezolva numele host-ului scris în URL. Verificaţi dacă adresa este corectă.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_ESI squid-3.4.8/errors/ro/ERR_ESI
--- squid-3.4.7/errors/ro/ERR_ESI	2014-08-27 07:53:20.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_ESI	2014-09-15 01:46:57.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>Procesorul ESI a răspuns:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
 <p>Aceasta înseamnă ca proxy-ul intermediar nu a putut procesa modelul ESI. Vă rugăm să raportaţi această eroare webmaster-ului.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_FTP_FAILURE squid-3.4.8/errors/ro/ERR_FTP_FAILURE
--- squid-3.4.7/errors/ro/ERR_FTP_FAILURE	2014-08-27 07:53:23.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_FTP_FAILURE	2014-09-15 01:47:00.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid a trimis următoarea comandă FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Răspunsul serverului a fost:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Administratorul cache-ului este <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_FTP_FORBIDDEN squid-3.4.8/errors/ro/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/ro/ERR_FTP_FORBIDDEN	2014-08-27 07:53:24.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_FTP_FORBIDDEN	2014-09-15 01:47:01.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid a trimis următoarea comandă FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Răspunsul serverului a fost:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Administratorul cache-ului este <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_FTP_NOT_FOUND squid-3.4.8/errors/ro/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/ro/ERR_FTP_NOT_FOUND	2014-08-27 07:53:25.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_FTP_NOT_FOUND	2014-09-15 01:47:02.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid a trimis următoarea comandă FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Răspunsul serverului a fost:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Acest lucru poate fi cauzat de un URL FTP cu o cale absolută (ceea ce nu este conform RFC-ului 1738). Dacă aceasta este cauza, atunci fişierul poate fi găsit la <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_FTP_PUT_ERROR squid-3.4.8/errors/ro/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/ro/ERR_FTP_PUT_ERROR	2014-08-27 07:53:27.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_FTP_PUT_ERROR	2014-09-15 01:47:04.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid a trimis următoarea comandă FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Răspunsul serverului a fost:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>Aceasta înseamnă probabil că serverul FTP nu are permisiunea sau spaţiul necesar pentru a stoca fişierul. Verificaţi calea, permisiunile, spaţiul pe disc şi încercaţi din nou.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/ro/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/ro/ERR_FTP_UNAVAILABLE	2014-08-27 07:53:29.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_FTP_UNAVAILABLE	2014-09-15 01:47:06.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid a trimis următoarea comandă FTP:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Răspunsul serverului a fost:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Administratorul cache-ului este <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_GATEWAY_FAILURE squid-3.4.8/errors/ro/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/ro/ERR_GATEWAY_FAILURE	2014-08-27 07:53:30.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_GATEWAY_FAILURE	2014-09-15 01:47:07.000000000 -0700
@@ -20,10 +20,10 @@
 <p>S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/ro/ERR_INVALID_REQ squid-3.4.8/errors/ro/ERR_INVALID_REQ
--- squid-3.4.7/errors/ro/ERR_INVALID_REQ	2014-08-27 07:53:33.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_INVALID_REQ	2014-09-15 01:47:09.000000000 -0700
@@ -20,7 +20,7 @@
 <p>Eroarea <b>Cerere invalidă</b> a fost întâlnită în timp ce se încerca procesarea cererii:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Unele posibile probleme sunt:</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_INVALID_RESP squid-3.4.8/errors/ro/ERR_INVALID_RESP
--- squid-3.4.7/errors/ro/ERR_INVALID_RESP	2014-08-27 07:53:34.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_INVALID_RESP	2014-09-15 01:47:10.000000000 -0700
@@ -20,7 +20,7 @@
 <p>Eroarea <b>Răspuns invalid</b> a fost întâlnită în timp ce se încerca procesarea cererii:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Mesajul HTTP primit de la serverul contactat nu a putut fi inţeles sau a fost malformat. Vă rugăm să contactaţi administratorul serverului respectiv.</p>
diff -u -r -N squid-3.4.7/errors/ro/ERR_PRECONDITION_FAILED squid-3.4.8/errors/ro/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/ro/ERR_PRECONDITION_FAILED	2014-08-27 07:53:38.000000000 -0700
+++ squid-3.4.8/errors/ro/ERR_PRECONDITION_FAILED	2014-09-15 01:47:15.000000000 -0700
@@ -20,12 +20,12 @@
 <p>S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:53:52.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:47:27.000000000 -0700
@@ -20,10 +20,10 @@
 <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>Эти ограничения были установлены администратором. Свяжитесь с ним для получения информации.</p>
 
 <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_CANNOT_FORWARD squid-3.4.8/errors/ru/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/ru/ERR_CANNOT_FORWARD	2014-08-27 07:53:57.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_CANNOT_FORWARD	2014-09-15 01:47:31.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Невозможно переслать этот запрос в данное время.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Возможные проблемы:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_CONFLICT_HOST squid-3.4.8/errors/ru/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/ru/ERR_CONFLICT_HOST	2014-08-27 07:53:58.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_CONFLICT_HOST	2014-09-15 01:47:32.000000000 -0700
@@ -20,15 +20,15 @@
 <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Возможные проблемы:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_DIR_LISTING squid-3.4.8/errors/ru/ERR_DIR_LISTING
--- squid-3.4.7/errors/ru/ERR_DIR_LISTING	2014-08-27 07:54:00.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_DIR_LISTING	2014-09-15 01:47:34.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Содержимое каталога:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Список файлов каталога">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Родительский каталог</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Родительская директория</a> (<a href="/">Корневая директория</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/ru/ERR_DNS_FAIL squid-3.4.8/errors/ru/ERR_DNS_FAIL
--- squid-3.4.7/errors/ru/ERR_DNS_FAIL	2014-08-27 07:54:01.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_DNS_FAIL	2014-09-15 01:47:35.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>Сервер DNS ответил:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Это означает, что кэш не смог распознать имя узла в URL. Проверьте адрес на корректность.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_ESI squid-3.4.8/errors/ru/ERR_ESI
--- squid-3.4.7/errors/ru/ERR_ESI	2014-08-27 07:54:02.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_ESI	2014-09-15 01:47:36.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>Обработчик ESI ответил:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
 <p>Это означает, что заместитель не сумел обработать ESI-шаблон. Пожалуйста, сообщите об этой ошибке веб-мастеру.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_FTP_FAILURE squid-3.4.8/errors/ru/ERR_FTP_FAILURE
--- squid-3.4.7/errors/ru/ERR_FTP_FAILURE	2014-08-27 07:54:05.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_FTP_FAILURE	2014-09-15 01:47:39.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid послал следующую команду FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер ответил:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_FTP_FORBIDDEN squid-3.4.8/errors/ru/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/ru/ERR_FTP_FORBIDDEN	2014-08-27 07:54:06.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_FTP_FORBIDDEN	2014-09-15 01:47:40.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid послал следующую команду FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер ответил:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_FTP_NOT_FOUND squid-3.4.8/errors/ru/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/ru/ERR_FTP_NOT_FOUND	2014-08-27 07:54:07.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_FTP_NOT_FOUND	2014-09-15 01:47:41.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid послал следующую команду FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер ответил:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Это могло произойти из-за абсолютной ссылки на FTP (которая не соответствует RFC 1738). В этом случае файл может быть получен по адресу <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_FTP_PUT_ERROR squid-3.4.8/errors/ru/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/ru/ERR_FTP_PUT_ERROR	2014-08-27 07:54:09.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_FTP_PUT_ERROR	2014-09-15 01:47:43.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid послал следующую команду FTP:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер ответил:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>Это означает, что сервер FTP может не иметь прав или свободного места для хранения файла. Проверьте путь, права, свободное место и попробуйте снова.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/ru/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/ru/ERR_FTP_UNAVAILABLE	2014-08-27 07:54:11.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_FTP_UNAVAILABLE	2014-09-15 01:47:45.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid послал следующую команду FTP:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер ответил:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_GATEWAY_FAILURE squid-3.4.8/errors/ru/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/ru/ERR_GATEWAY_FAILURE	2014-08-27 07:54:12.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_GATEWAY_FAILURE	2014-09-15 01:47:46.000000000 -0700
@@ -20,10 +20,10 @@
 <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/ru/ERR_INVALID_REQ squid-3.4.8/errors/ru/ERR_INVALID_REQ
--- squid-3.4.7/errors/ru/ERR_INVALID_REQ	2014-08-27 07:54:14.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_INVALID_REQ	2014-09-15 01:47:48.000000000 -0700
@@ -20,7 +20,7 @@
 <p>Обнаружен <b>недопустимый запрос</b>:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Возможные проблемы:</p>
@@ -31,7 +31,7 @@
 <li><p>Запрос слишком велик.</p></li>
 <li><p>В запросе POST или PUT отсутствует заголовок Content-Length.</p></li>
 <li><p>Недопустимый символ в имени узла (hostname), подчёркивания запрещены.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Администратор Вашего кэша: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_INVALID_RESP squid-3.4.8/errors/ru/ERR_INVALID_RESP
--- squid-3.4.7/errors/ru/ERR_INVALID_RESP	2014-08-27 07:54:15.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_INVALID_RESP	2014-09-15 01:47:49.000000000 -0700
@@ -20,7 +20,7 @@
 <p>Получен <b>недопустимый ответ</b> при попытке обработки запроса:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Ответ HTTP, полученный от сервера, не может быть распознан, или он был неверно сформирован. Пожалуйста, свяжитесь с оператором сайта.</p>
diff -u -r -N squid-3.4.7/errors/ru/ERR_PRECONDITION_FAILED squid-3.4.8/errors/ru/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/ru/ERR_PRECONDITION_FAILED	2014-08-27 07:54:19.000000000 -0700
+++ squid-3.4.8/errors/ru/ERR_PRECONDITION_FAILED	2014-09-15 01:47:54.000000000 -0700
@@ -20,12 +20,12 @@
 <p>При получении URL <a href="%U">%U</a> произошла следующая ошибка</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:54:32.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:48:06.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Pri pokuse o získanie URL sa vyskytla nasledovná chyba: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>Tieto obmedzenia zaviedol poskytovateľ tohto cache servera. Prosím, kontaktujte ho priamo ak máte pocit, že to je chyba.</p>
 
 <p>Vaším správcom cache je <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_CANNOT_FORWARD squid-3.4.8/errors/sk/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/sk/ERR_CANNOT_FORWARD	2014-08-27 07:54:37.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_CANNOT_FORWARD	2014-09-15 01:48:11.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Požiadavku teraz nie je možné presmerovať.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Niektoré možné problémy:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Vaším správcom cache je <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_CONFLICT_HOST squid-3.4.8/errors/sk/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/sk/ERR_CONFLICT_HOST	2014-08-27 07:54:38.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_CONFLICT_HOST	2014-09-15 01:48:12.000000000 -0700
@@ -20,15 +20,15 @@
 <p>Pri pokuse o získanie URL sa vyskytla nasledovná chyba: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Niektoré možné problémy:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Vaším správcom cache je <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_DIR_LISTING squid-3.4.8/errors/sk/ERR_DIR_LISTING
--- squid-3.4.7/errors/sk/ERR_DIR_LISTING	2014-08-27 07:54:40.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_DIR_LISTING	2014-09-15 01:48:14.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Obsah adresára:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Výpis obsahu adresára">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Nadradený adresár</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Rodičovský adresár</a> (<a href="/">Koreňový adresár</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/sk/ERR_DNS_FAIL squid-3.4.8/errors/sk/ERR_DNS_FAIL
--- squid-3.4.7/errors/sk/ERR_DNS_FAIL	2014-08-27 07:54:41.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_DNS_FAIL	2014-09-15 01:48:15.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>DNS server odpovedal:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>To znamená, že cache server nebol schopný získať adresu uvedenú v URL. Prosím, skontrolujte správnosť adresy.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_ESI squid-3.4.8/errors/sk/ERR_ESI
--- squid-3.4.7/errors/sk/ERR_ESI	2014-08-27 07:54:41.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_ESI	2014-09-15 01:48:15.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>ESI procesor vrátil:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
 <p>To znamená, že zástupca nedokázal spracovať šablónu ESI. Prosím, ohláste túto chybu webmasterovi.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_FTP_FAILURE squid-3.4.8/errors/sk/ERR_FTP_FAILURE
--- squid-3.4.7/errors/sk/ERR_FTP_FAILURE	2014-08-27 07:54:44.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_FTP_FAILURE	2014-09-15 01:48:18.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid odoslal nasledujúci FTP príkaz:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Server odpovedal:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Vaším správcom cache je <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_FTP_FORBIDDEN squid-3.4.8/errors/sk/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/sk/ERR_FTP_FORBIDDEN	2014-08-27 07:54:45.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_FTP_FORBIDDEN	2014-09-15 01:48:19.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid odoslal nasledujúci FTP príkaz:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Server odpovedal:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Vaším správcom cache je <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_FTP_NOT_FOUND squid-3.4.8/errors/sk/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/sk/ERR_FTP_NOT_FOUND	2014-08-27 07:54:46.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_FTP_NOT_FOUND	2014-09-15 01:48:20.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid odoslal nasledujúci FTP príkaz:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Server odpovedal:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>To môže byť spôsobené uvedením absolútnej cesty v FTP URL (čo odporuje RFC 1738). V tom prípade by ste súbor mohli nájsť na <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_FTP_PUT_ERROR squid-3.4.8/errors/sk/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/sk/ERR_FTP_PUT_ERROR	2014-08-27 07:54:48.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_FTP_PUT_ERROR	2014-09-15 01:48:22.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid odoslal nasledujúci FTP príkaz:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Server odpovedal:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>To znamená, že FTP server nemusí mať oprávnenie alebo priestor na uloženie súboru. Skontrolujte cestu, oprávnenia, miesto na disku a skúste to znova.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/sk/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/sk/ERR_FTP_UNAVAILABLE	2014-08-27 07:54:50.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_FTP_UNAVAILABLE	2014-09-15 01:48:24.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid odoslal nasledujúci FTP príkaz:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Server odpovedal:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Vaším správcom cache je <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_GATEWAY_FAILURE squid-3.4.8/errors/sk/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/sk/ERR_GATEWAY_FAILURE	2014-08-27 07:54:51.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_GATEWAY_FAILURE	2014-09-15 01:48:25.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Pri pokuse o získanie URL sa vyskytla nasledovná chyba: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/sk/ERR_INVALID_REQ squid-3.4.8/errors/sk/ERR_INVALID_REQ
--- squid-3.4.7/errors/sk/ERR_INVALID_REQ	2014-08-27 07:54:53.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_INVALID_REQ	2014-09-15 01:48:27.000000000 -0700
@@ -20,7 +20,7 @@
 <p>Vyskytla sa chyba <b>Neplatná požiadavka</b> pri pokuse o spracovanie požiadavky:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Niektoré možné problémy:</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_INVALID_RESP squid-3.4.8/errors/sk/ERR_INVALID_RESP
--- squid-3.4.7/errors/sk/ERR_INVALID_RESP	2014-08-27 07:54:54.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_INVALID_RESP	2014-09-15 01:48:28.000000000 -0700
@@ -20,7 +20,7 @@
 <p>Vyskytla sa chyba <b>Neplatná odpoveď</b> pri pokuse o spracovanie požiadavky:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>HTTP odpovedi prijatej z kontaktovaného servera nebolo možné porozumieť alebo bola nejako poškodená. Kontaktujte prosím správcu servera.</p>
diff -u -r -N squid-3.4.7/errors/sk/ERR_PRECONDITION_FAILED squid-3.4.8/errors/sk/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/sk/ERR_PRECONDITION_FAILED	2014-08-27 07:54:59.000000000 -0700
+++ squid-3.4.8/errors/sk/ERR_PRECONDITION_FAILED	2014-09-15 01:48:32.000000000 -0700
@@ -20,12 +20,12 @@
 <p>Pri pokuse o získanie URL sa vyskytla nasledovná chyba: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:55:12.000000000 -0700
+++ squid-3.4.8/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:48:44.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Prišlo je do napake med poskusom nalaganja naslova URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>Te omejitve je določil internetni ponudnik, ki oskrbuje ta predpomnilnik. Obrnite se neposredno nanj, če menite, da gre za napako.</p>
 
 <p>Skrbnik vašega predpomnilnika je <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sl/ERR_CANNOT_FORWARD squid-3.4.8/errors/sl/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/sl/ERR_CANNOT_FORWARD	2014-08-27 07:55:16.000000000 -0700
+++ squid-3.4.8/errors/sl/ERR_CANNOT_FORWARD	2014-09-15 01:48:49.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Te zahteve trenutno ni mogoče posredovati.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Težave so lahko med drugim:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Skrbnik vašega predpomnilnika je <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sl/ERR_CONFLICT_HOST squid-3.4.8/errors/sl/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/sl/ERR_CONFLICT_HOST	2014-08-27 07:55:17.000000000 -0700
+++ squid-3.4.8/errors/sl/ERR_CONFLICT_HOST	2014-09-15 01:48:50.000000000 -0700
@@ -20,15 +20,15 @@
 <p>Prišlo je do napake med poskusom nalaganja naslova URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Težave so lahko med drugim:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Skrbnik vašega predpomnilnika je <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_ACCESS_DENIED squid-3.4.8/errors/sr-cyrl/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/sr-cyrl/ERR_ACCESS_DENIED	2014-08-27 07:55:53.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_ACCESS_DENIED	2014-09-15 01:49:21.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Access Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:55:54.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:49:22.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_AGENT_CONFIGURE squid-3.4.8/errors/sr-cyrl/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/sr-cyrl/ERR_AGENT_CONFIGURE	2014-08-27 07:55:55.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_AGENT_CONFIGURE	2014-09-15 01:49:23.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -11,42 +11,42 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_AGENT_WPAD squid-3.4.8/errors/sr-cyrl/ERR_AGENT_WPAD
--- squid-3.4.7/errors/sr-cyrl/ERR_AGENT_WPAD	2014-08-27 07:55:56.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_AGENT_WPAD	2014-09-15 01:49:24.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -11,42 +11,42 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:55:57.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:49:25.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Cache Access Denied.</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cache Access Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself.</p>
 
 <br>
 </div>
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:55:58.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:49:26.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Cache Manager Access Denied.</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cache Manager Access Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_CANNOT_FORWARD squid-3.4.8/errors/sr-cyrl/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/sr-cyrl/ERR_CANNOT_FORWARD	2014-08-27 07:55:59.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_CANNOT_FORWARD	2014-09-15 01:49:27.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,35 +11,35 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to forward this request at this time.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_CONFLICT_HOST squid-3.4.8/errors/sr-cyrl/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/sr-cyrl/ERR_CONFLICT_HOST	2014-08-27 07:56:00.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_CONFLICT_HOST	2014-09-15 01:49:28.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,33 +11,33 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_CONNECT_FAIL squid-3.4.8/errors/sr-cyrl/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/sr-cyrl/ERR_CONNECT_FAIL	2014-08-27 07:56:01.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_CONNECT_FAIL	2014-09-15 01:49:29.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,30 +11,30 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_DIR_LISTING squid-3.4.8/errors/sr-cyrl/ERR_DIR_LISTING
--- squid-3.4.7/errors/sr-cyrl/ERR_DIR_LISTING	2014-08-27 07:56:02.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_DIR_LISTING	2014-09-15 01:49:30.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_DNS_FAIL squid-3.4.8/errors/sr-cyrl/ERR_DNS_FAIL
--- squid-3.4.7/errors/sr-cyrl/ERR_DNS_FAIL	2014-08-27 07:56:03.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_DNS_FAIL	2014-09-15 01:49:31.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to determine IP address from host name <q>%H</q></b></p>
 </blockquote>
 
-<p></p>
+<p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_ESI squid-3.4.8/errors/sr-cyrl/ERR_ESI
--- squid-3.4.7/errors/sr-cyrl/ERR_ESI	2014-08-27 07:56:04.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_ESI	2014-09-15 01:49:32.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_FORWARDING_DENIED squid-3.4.8/errors/sr-cyrl/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/sr-cyrl/ERR_FORWARDING_DENIED	2014-08-27 07:56:05.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_FORWARDING_DENIED	2014-09-15 01:49:32.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Forwarding Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_FTP_DISABLED squid-3.4.8/errors/sr-cyrl/ERR_FTP_DISABLED
--- squid-3.4.7/errors/sr-cyrl/ERR_FTP_DISABLED	2014-08-27 07:56:06.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_FTP_DISABLED	2014-09-15 01:49:33.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,28 +11,28 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>FTP is Disabled</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache does not support FTP.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_FTP_FAILURE squid-3.4.8/errors/sr-cyrl/ERR_FTP_FAILURE
--- squid-3.4.7/errors/sr-cyrl/ERR_FTP_FAILURE	2014-08-27 07:56:07.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_FTP_FAILURE	2014-09-15 01:49:34.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_FTP_FORBIDDEN squid-3.4.8/errors/sr-cyrl/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/sr-cyrl/ERR_FTP_FORBIDDEN	2014-08-27 07:56:07.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_FTP_FORBIDDEN	2014-09-15 01:49:35.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_FTP_NOT_FOUND squid-3.4.8/errors/sr-cyrl/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/sr-cyrl/ERR_FTP_NOT_FOUND	2014-08-27 07:56:08.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_FTP_NOT_FOUND	2014-09-15 01:49:36.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,34 +11,34 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_FTP_PUT_CREATED squid-3.4.8/errors/sr-cyrl/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/sr-cyrl/ERR_FTP_PUT_CREATED	2014-08-27 07:56:09.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_FTP_PUT_CREATED	2014-09-15 01:49:37.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,8 +11,8 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1 id="ftpsuccess"></h1>
-<h2></h2>
+<h1 id="ftpsuccess">Operation successful</h1>
+<h2>File created</h2>
 </div>
 <hr>
 
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_FTP_PUT_ERROR squid-3.4.8/errors/sr-cyrl/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/sr-cyrl/ERR_FTP_PUT_ERROR	2014-08-27 07:56:10.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_FTP_PUT_ERROR	2014-09-15 01:49:38.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,33 +11,33 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>FTP PUT upload failed</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED	2014-08-27 07:56:11.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED	2014-09-15 01:49:39.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,8 +11,8 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1 id="ftpsuccess"></h1>
-<h2></h2>
+<h1 id="ftpsuccess">Operation successful</h1>
+<h2>File updated</h2>
 </div>
 <hr>
 
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/sr-cyrl/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/sr-cyrl/ERR_FTP_UNAVAILABLE	2014-08-27 07:56:12.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_FTP_UNAVAILABLE	2014-09-15 01:49:39.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,33 +11,33 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>Squid sent the following FTP command:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_GATEWAY_FAILURE squid-3.4.8/errors/sr-cyrl/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/sr-cyrl/ERR_GATEWAY_FAILURE	2014-08-27 07:56:13.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_GATEWAY_FAILURE	2014-09-15 01:49:40.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_ICAP_FAILURE squid-3.4.8/errors/sr-cyrl/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/sr-cyrl/ERR_ICAP_FAILURE	2014-08-27 07:56:14.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_ICAP_FAILURE	2014-09-15 01:49:41.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,26 +11,26 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_INVALID_REQ squid-3.4.8/errors/sr-cyrl/ERR_INVALID_REQ
--- squid-3.4.7/errors/sr-cyrl/ERR_INVALID_REQ	2014-08-27 07:56:15.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_INVALID_REQ	2014-09-15 01:49:42.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,30 +11,30 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li id="missing-method"><p></p></li>
-<li id="missing-url"><p></p></li>
-<li id="missing-protocol"><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li id="missing-method"><p>Missing or unknown request method.</p></li>
+<li id="missing-url"><p>Missing URL.</p></li>
+<li id="missing-protocol"><p>Missing HTTP Identifier (HTTP/1.0).</p></li>
+<li><p>Request is too large.</p></li>
+<li><p>Content-Length missing for POST or PUT requests.</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_INVALID_RESP squid-3.4.8/errors/sr-cyrl/ERR_INVALID_RESP
--- squid-3.4.7/errors/sr-cyrl/ERR_INVALID_RESP	2014-08-27 07:56:16.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_INVALID_RESP	2014-09-15 01:49:43.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_INVALID_URL squid-3.4.8/errors/sr-cyrl/ERR_INVALID_URL
--- squid-3.4.7/errors/sr-cyrl/ERR_INVALID_URL	2014-08-27 07:56:17.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_INVALID_URL	2014-09-15 01:49:44.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,35 +11,35 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Invalid URL</b></p>
 </blockquote>
 
-<p></p>
+<p>Some aspect of the requested URL is incorrect.</p>
 
-<p></p>
+<p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>
+<li><p>Missing hostname</p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_LIFETIME_EXP squid-3.4.8/errors/sr-cyrl/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/sr-cyrl/ERR_LIFETIME_EXP	2014-08-27 07:56:18.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_LIFETIME_EXP	2014-09-15 01:49:45.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection Lifetime Expired</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_NO_RELAY squid-3.4.8/errors/sr-cyrl/ERR_NO_RELAY
--- squid-3.4.7/errors/sr-cyrl/ERR_NO_RELAY	2014-08-27 07:56:19.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_NO_RELAY	2014-09-15 01:49:46.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>No Wais Relay</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:56:20.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:49:47.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_PRECONDITION_FAILED squid-3.4.8/errors/sr-cyrl/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/sr-cyrl/ERR_PRECONDITION_FAILED	2014-08-27 07:56:21.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_PRECONDITION_FAILED	2014-09-15 01:49:47.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_READ_ERROR squid-3.4.8/errors/sr-cyrl/ERR_READ_ERROR
--- squid-3.4.7/errors/sr-cyrl/ERR_READ_ERROR	2014-08-27 07:56:22.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_READ_ERROR	2014-09-15 01:49:48.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Error</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_READ_TIMEOUT squid-3.4.8/errors/sr-cyrl/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/sr-cyrl/ERR_READ_TIMEOUT	2014-08-27 07:56:22.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_READ_TIMEOUT	2014-09-15 01:49:49.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Read Timeout</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:56:23.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:49:50.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,16 +11,16 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,15 +31,15 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_SHUTTING_DOWN squid-3.4.8/errors/sr-cyrl/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/sr-cyrl/ERR_SHUTTING_DOWN	2014-08-27 07:56:24.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_SHUTTING_DOWN	2014-09-15 01:49:51.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,23 +11,23 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_SOCKET_FAILURE squid-3.4.8/errors/sr-cyrl/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/sr-cyrl/ERR_SOCKET_FAILURE	2014-08-27 07:56:25.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_SOCKET_FAILURE	2014-09-15 01:49:52.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Socket Failure</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_TOO_BIG squid-3.4.8/errors/sr-cyrl/ERR_TOO_BIG
--- squid-3.4.7/errors/sr-cyrl/ERR_TOO_BIG	2014-08-27 07:56:26.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_TOO_BIG	2014-09-15 01:49:53.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION	2014-08-27 07:56:27.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION	2014-09-15 01:49:54.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_UNSUP_REQ squid-3.4.8/errors/sr-cyrl/ERR_UNSUP_REQ
--- squid-3.4.7/errors/sr-cyrl/ERR_UNSUP_REQ	2014-08-27 07:56:28.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_UNSUP_REQ	2014-09-15 01:49:54.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported Request Method and Protocol</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_URN_RESOLVE squid-3.4.8/errors/sr-cyrl/ERR_URN_RESOLVE
--- squid-3.4.7/errors/sr-cyrl/ERR_URN_RESOLVE	2014-08-27 07:56:29.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_URN_RESOLVE	2014-09-15 01:49:55.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>A URL for the requested URN could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cannot Resolve URN</b></p>
 </blockquote>
 
-<p></p>
+<p>Hey, don't expect too much from URNs on %T :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_WRITE_ERROR squid-3.4.8/errors/sr-cyrl/ERR_WRITE_ERROR
--- squid-3.4.7/errors/sr-cyrl/ERR_WRITE_ERROR	2014-08-27 07:56:30.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_WRITE_ERROR	2014-09-15 01:49:56.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,29 +11,29 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Write Error</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:56:31.000000000 -0700
+++ squid-3.4.8/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:49:57.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
  %l
 
@@ -11,27 +11,27 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Zero Sized Reply</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid did not receive any data for this request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:56:33.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:49:59.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Greška učitavanja podataka sa adrese (URL): <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Vaš keš/proksi administrator je: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_AGENT_CONFIGURE squid-3.4.8/errors/sr-latn/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/sr-latn/ERR_AGENT_CONFIGURE	2014-08-27 07:56:34.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_AGENT_CONFIGURE	2014-09-15 01:50:00.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>GREŠKA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_AGENT_WPAD squid-3.4.8/errors/sr-latn/ERR_AGENT_WPAD
--- squid-3.4.7/errors/sr-latn/ERR_AGENT_WPAD	2014-08-27 07:56:35.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_AGENT_WPAD	2014-09-15 01:50:01.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>GREŠKA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_CANNOT_FORWARD squid-3.4.8/errors/sr-latn/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/sr-latn/ERR_CANNOT_FORWARD	2014-08-27 07:56:38.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_CANNOT_FORWARD	2014-09-15 01:50:04.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Vaš zahtev ne može da se prosledi u ovom trenutku.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Mogući problemi su:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Vaš keš/proksi administrator je: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_CONFLICT_HOST squid-3.4.8/errors/sr-latn/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/sr-latn/ERR_CONFLICT_HOST	2014-08-27 07:56:39.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_CONFLICT_HOST	2014-09-15 01:50:04.000000000 -0700
@@ -20,15 +20,15 @@
 <p>Greška učitavanja podataka sa adrese (URL): <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Mogući problemi su:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Vaš keš/proksi administrator je: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_DIR_LISTING squid-3.4.8/errors/sr-latn/ERR_DIR_LISTING
--- squid-3.4.7/errors/sr-latn/ERR_DIR_LISTING	2014-08-27 07:56:41.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_DIR_LISTING	2014-09-15 01:50:06.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Sadržaj direktorijuma:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Listing direktorijuma:">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Nadređeni direktorijum</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Nadređeni direktorijum</a> (<a href="/">Osnovni direktorijum</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_DNS_FAIL squid-3.4.8/errors/sr-latn/ERR_DNS_FAIL
--- squid-3.4.7/errors/sr-latn/ERR_DNS_FAIL	2014-08-27 07:56:42.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_DNS_FAIL	2014-09-15 01:50:07.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>DNS server je vratio informaciju:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>što znaèi proksi server nije u stanju da identifikuje ime raèunara koje se nalazi u adresi (URL). Proverite da li je adresa ispravna.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_ESI squid-3.4.8/errors/sr-latn/ERR_ESI
--- squid-3.4.7/errors/sr-latn/ERR_ESI	2014-08-27 07:56:44.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_ESI	2014-09-15 01:50:08.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>ESI procesor je vratio:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
 <p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_FTP_FAILURE squid-3.4.8/errors/sr-latn/ERR_FTP_FAILURE
--- squid-3.4.7/errors/sr-latn/ERR_FTP_FAILURE	2014-08-27 07:56:47.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_FTP_FAILURE	2014-09-15 01:50:11.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid je poslao sledeæu FTP komandu:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odgovor servera:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Vaš keš/proksi administrator je: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_FTP_FORBIDDEN squid-3.4.8/errors/sr-latn/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/sr-latn/ERR_FTP_FORBIDDEN	2014-08-27 07:56:48.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_FTP_FORBIDDEN	2014-09-15 01:50:12.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid je poslao sledeæu FTP komandu:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odgovor servera:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Vaš keš/proksi administrator je: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_FTP_NOT_FOUND squid-3.4.8/errors/sr-latn/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/sr-latn/ERR_FTP_NOT_FOUND	2014-08-27 07:56:49.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_FTP_NOT_FOUND	2014-09-15 01:50:12.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid je poslao sledeæu FTP komandu:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odgovor servera:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_FTP_PUT_ERROR squid-3.4.8/errors/sr-latn/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/sr-latn/ERR_FTP_PUT_ERROR	2014-08-27 07:56:51.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_FTP_PUT_ERROR	2014-09-15 01:50:14.000000000 -0700
@@ -21,15 +21,15 @@
 
 <p>Squid je poslao sledeæu FTP komandu:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odgovor servera:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
 <p>Vaš keš/proksi administrator je: <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/sr-latn/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/sr-latn/ERR_FTP_UNAVAILABLE	2014-08-27 07:56:53.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_FTP_UNAVAILABLE	2014-09-15 01:50:16.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid je poslao sledeæu FTP komandu:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Odgovor servera:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Vaš keš/proksi administrator je: <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_GATEWAY_FAILURE squid-3.4.8/errors/sr-latn/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/sr-latn/ERR_GATEWAY_FAILURE	2014-08-27 07:56:54.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_GATEWAY_FAILURE	2014-09-15 01:50:17.000000000 -0700
@@ -20,10 +20,10 @@
 <p>Greška učitavanja podataka sa adrese (URL): <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_INVALID_REQ squid-3.4.8/errors/sr-latn/ERR_INVALID_REQ
--- squid-3.4.7/errors/sr-latn/ERR_INVALID_REQ	2014-08-27 07:56:56.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_INVALID_REQ	2014-09-15 01:50:19.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Neispravan zahtev</b> greška prilikom obrade vašeg zahteva:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Mogući problemi su:</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_INVALID_RESP squid-3.4.8/errors/sr-latn/ERR_INVALID_RESP
--- squid-3.4.7/errors/sr-latn/ERR_INVALID_RESP	2014-08-27 07:56:57.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_INVALID_RESP	2014-09-15 01:50:20.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Neispravan odgovor</b> greška prilikom obrade vašeg zahteva:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>HTTP odgovor dobijen od kontaktiranog servera nije moguće razumeti ili je na neki način pogrešno formiran. Molimo kontaktirajte operatora sajta.</p>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_PRECONDITION_FAILED squid-3.4.8/errors/sr-latn/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/sr-latn/ERR_PRECONDITION_FAILED	2014-08-27 07:57:03.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_PRECONDITION_FAILED	2014-09-15 01:50:24.000000000 -0700
@@ -20,12 +20,12 @@
 <p>Greška učitavanja podataka sa adrese (URL): <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/sr-latn/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/sr-latn/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/sr-latn/ERR_UNSUP_HTTPVERSION	2014-08-27 07:57:09.000000000 -0700
+++ squid-3.4.8/errors/sr-latn/ERR_UNSUP_HTTPVERSION	2014-09-15 01:50:30.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>GREŠKA</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
@@ -20,7 +20,7 @@
 <p>Greška učitavanja podataka sa adrese (URL): <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
 <p>Squid server ne može da obradi HTTP verziju koju koristite.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:57:15.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:50:36.000000000 -0700
@@ -20,10 +20,10 @@
 <p>F&ouml;ljande fel p&aring;tr&auml;ffades vid h&auml;mtning av URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Din cacheserver administrat&ouml;r &auml;r <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_AGENT_CONFIGURE squid-3.4.8/errors/sv/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/sv/ERR_AGENT_CONFIGURE	2014-08-27 07:57:16.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_AGENT_CONFIGURE	2014-09-15 01:50:37.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>FEL</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/sv/ERR_AGENT_WPAD squid-3.4.8/errors/sv/ERR_AGENT_WPAD
--- squid-3.4.7/errors/sv/ERR_AGENT_WPAD	2014-08-27 07:57:17.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_AGENT_WPAD	2014-09-15 01:50:38.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>FEL</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/sv/ERR_CANNOT_FORWARD squid-3.4.8/errors/sv/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/sv/ERR_CANNOT_FORWARD	2014-08-27 07:57:20.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_CANNOT_FORWARD	2014-09-15 01:50:40.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Kunde ej vidarebefodra f&ouml;rfr&aring;gan vid detta tillf&auml;lle.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>N&aring;gra m&ouml;jliga problem &auml;r:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Din cacheserver administrat&ouml;r &auml;r <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_CONFLICT_HOST squid-3.4.8/errors/sv/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/sv/ERR_CONFLICT_HOST	2014-08-27 07:57:21.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_CONFLICT_HOST	2014-09-15 01:50:41.000000000 -0700
@@ -20,15 +20,15 @@
 <p>F&ouml;ljande fel p&aring;tr&auml;ffades vid h&auml;mtning av URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>N&aring;gra m&ouml;jliga problem &auml;r:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Din cacheserver administrat&ouml;r &auml;r <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_DIR_LISTING squid-3.4.8/errors/sv/ERR_DIR_LISTING
--- squid-3.4.7/errors/sv/ERR_DIR_LISTING	2014-08-27 07:57:23.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_DIR_LISTING	2014-09-15 01:50:43.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Kataloginnehåll:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Föräldrakatalog</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/sv/ERR_DNS_FAIL squid-3.4.8/errors/sv/ERR_DNS_FAIL
--- squid-3.4.7/errors/sv/ERR_DNS_FAIL	2014-08-27 07:57:24.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_DNS_FAIL	2014-09-15 01:50:44.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>DNS namnservern svarade:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Detta betyder att cachen kunde inte l&ouml;sa upp v&auml;rdnamnet angivet i beg&auml;rd URL. Kontrollera att adressen &auml;r korrekt.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_ESI squid-3.4.8/errors/sv/ERR_ESI
--- squid-3.4.7/errors/sv/ERR_ESI	2014-08-27 07:57:25.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_ESI	2014-09-15 01:50:45.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>ESI motorn returnerade:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
 <p>Detta betyder att surrogat servern kunde inte bearbeta ESI mallen. V&auml;nligen kontakta den ansvariga f&ouml;r webbservern ifr&aring;ga.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_FTP_FAILURE squid-3.4.8/errors/sv/ERR_FTP_FAILURE
--- squid-3.4.7/errors/sv/ERR_FTP_FAILURE	2014-08-27 07:57:28.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_FTP_FAILURE	2014-09-15 01:50:47.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid s&auml;nde f&ouml;ljande FTP kommando:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Servern svarade med:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Din cacheserver administrat&ouml;r &auml;r <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_FTP_FORBIDDEN squid-3.4.8/errors/sv/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/sv/ERR_FTP_FORBIDDEN	2014-08-27 07:57:29.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_FTP_FORBIDDEN	2014-09-15 01:50:48.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid s&auml;nde f&ouml;ljande FTP kommando:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Servern svarade med:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Din cacheserver administrat&ouml;r &auml;r <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_FTP_NOT_FOUND squid-3.4.8/errors/sv/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/sv/ERR_FTP_NOT_FOUND	2014-08-27 07:57:29.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_FTP_NOT_FOUND	2014-09-15 01:50:49.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid s&auml;nde f&ouml;ljande FTP kommando:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Servern svarade med:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_FTP_PUT_ERROR squid-3.4.8/errors/sv/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/sv/ERR_FTP_PUT_ERROR	2014-08-27 07:57:31.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_FTP_PUT_ERROR	2014-09-15 01:50:51.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid s&auml;nde f&ouml;ljande FTP kommando:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Servern svarade med:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>Detta betyder att r&auml;ttighet eller utrymme saknas p&aring; FTP servern f&ouml;r att lagra filen. Kontrollera s&ouml;kv&auml;g, r&auml;ttigheter och diskutrymme och f&ouml;rs&ouml;k igen.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/sv/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/sv/ERR_FTP_UNAVAILABLE	2014-08-27 07:57:33.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_FTP_UNAVAILABLE	2014-09-15 01:50:53.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid s&auml;nde f&ouml;ljande FTP kommando:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Servern svarade med:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Din cacheserver administrat&ouml;r &auml;r <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_GATEWAY_FAILURE squid-3.4.8/errors/sv/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/sv/ERR_GATEWAY_FAILURE	2014-08-27 07:57:34.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_GATEWAY_FAILURE	2014-09-15 01:50:54.000000000 -0700
@@ -20,10 +20,10 @@
 <p>F&ouml;ljande fel p&aring;tr&auml;ffades vid h&auml;mtning av URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/sv/ERR_INVALID_REQ squid-3.4.8/errors/sv/ERR_INVALID_REQ
--- squid-3.4.7/errors/sv/ERR_INVALID_REQ	2014-08-27 07:57:36.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_INVALID_REQ	2014-09-15 01:50:56.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Felaktig F&ouml;rfr&aring;an</b> fel p&aring;tr&auml;ffades n&auml;r f&ouml;rfr&aring;gan skulle behandlas:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>N&aring;gra m&ouml;jliga problem &auml;r:</p>
@@ -31,7 +31,7 @@
 <li><p>F&ouml;rfr&aring;gan &auml;r f&ouml;r stor.</p></li>
 <li><p>Content-Length saknas i POST eller PUT beg&auml;ran.</p></li>
 <li><p>Ej till&aring;tet tecken i v&auml;rdnamnet; understryckningstecken &auml;r ej till&aring;tna.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Din cacheserver administrat&ouml;r &auml;r <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_INVALID_RESP squid-3.4.8/errors/sv/ERR_INVALID_RESP
--- squid-3.4.7/errors/sv/ERR_INVALID_RESP	2014-08-27 07:57:37.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_INVALID_RESP	2014-09-15 01:50:56.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Felaktigt Svarsmeddelande</b> fel p&aring;tr&auml;ffades n&auml;r f&ouml;rfr&aring;gan skulle behandlas:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>HTTP svarsmeddelandet ifr&aring;n den kontaktade servern &auml;r felaktigt och kunde inte tolkas. V&auml;nligen kontakta den ansvariga f&ouml;r webbservern ifr&aring;ga.</p>
diff -u -r -N squid-3.4.7/errors/sv/ERR_PRECONDITION_FAILED squid-3.4.8/errors/sv/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/sv/ERR_PRECONDITION_FAILED	2014-08-27 07:57:42.000000000 -0700
+++ squid-3.4.8/errors/sv/ERR_PRECONDITION_FAILED	2014-09-15 01:51:01.000000000 -0700
@@ -20,12 +20,12 @@
 <p>F&ouml;ljande fel p&aring;tr&auml;ffades vid h&auml;mtning av URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/th/ERR_ACCESS_DENIED squid-3.4.8/errors/th/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/th/ERR_ACCESS_DENIED	2014-08-27 07:57:54.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_ACCESS_DENIED	2014-09-15 01:51:12.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -20,10 +20,10 @@
 <p>พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Access Denied.</b></p>
 </blockquote>
 
-<p></p>
+<p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:57:55.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:51:13.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -20,11 +20,11 @@
 <p>พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_AGENT_CONFIGURE squid-3.4.8/errors/th/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/th/ERR_AGENT_CONFIGURE	2014-08-27 07:57:56.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_AGENT_CONFIGURE	2014-09-15 01:51:14.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_AGENT_WPAD squid-3.4.8/errors/th/ERR_AGENT_WPAD
--- squid-3.4.7/errors/th/ERR_AGENT_WPAD	2014-08-27 07:57:57.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_AGENT_WPAD	2014-09-15 01:51:15.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -11,32 +11,32 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
-<h2></h2>
+<h1>ERROR</h1>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/th/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/th/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:57:58.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:51:16.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>การเรียกใช้ระบบแคชไม่ได้รับอนุญาต</h2>
 </div>
 <hr>
@@ -23,16 +23,16 @@
 <p><b>การเรียกใช้ระบบแคชไม่ได้รับอนุญาต</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself.</p>
 
 <br>
 </div>
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/th/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/th/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:57:59.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:51:17.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>การเรียกใช้ระบบจัดการแคชไม่ได้รับอนุญาต</h2>
 </div>
 <hr>
@@ -23,16 +23,16 @@
 <p><b>การเรียกใช้ระบบจัดการแคชไม่ได้รับอนุญาต</b></p>
 </blockquote>
 
-<p></p>
+<p>Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.</p>
 
-<p></p>
+<p>Please contact the <a href="mailto:%w%W">cache administrator</a> if you have difficulties authenticating yourself or, if you <em>are</em> the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_CANNOT_FORWARD squid-3.4.8/errors/th/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/th/ERR_CANNOT_FORWARD	2014-08-27 07:58:00.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_CANNOT_FORWARD	2014-09-15 01:51:18.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -23,13 +23,13 @@
 <p><b>ในขณะนี้ไม่สามารถส่งต่อ (forward) คำขอนี้</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>ปัญหาที่เป็นไปได้อาจจะเป็น:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_CONFLICT_HOST squid-3.4.8/errors/th/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/th/ERR_CONFLICT_HOST	2014-08-27 07:58:01.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_CONFLICT_HOST	2014-09-15 01:51:19.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -20,15 +20,15 @@
 <p>พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>ปัญหาที่เป็นไปได้อาจจะเป็น:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_CONNECT_FAIL squid-3.4.8/errors/th/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/th/ERR_CONNECT_FAIL	2014-08-27 07:58:02.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_CONNECT_FAIL	2014-09-15 01:51:20.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -25,7 +25,7 @@
 
 <p id="sysmsg">ระบบส่งค่าคืนดังนี้: <i>%E</i></p>
 
-<p></p>
+<p>The remote host or network may be down. Please try the request again.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 
@@ -34,7 +34,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_DIR_LISTING squid-3.4.8/errors/th/ERR_DIR_LISTING
--- squid-3.4.7/errors/th/ERR_DIR_LISTING	2014-08-27 07:58:03.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_DIR_LISTING	2014-09-15 01:51:20.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_DNS_FAIL squid-3.4.8/errors/th/ERR_DNS_FAIL
--- squid-3.4.7/errors/th/ERR_DNS_FAIL	2014-08-27 07:58:04.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_DNS_FAIL	2014-09-15 01:51:21.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -25,10 +25,10 @@
 
 <p>เครื่องบริการ DNS ส่งค่ากลับมาดังนี้:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_ESI squid-3.4.8/errors/th/ERR_ESI
--- squid-3.4.7/errors/th/ERR_ESI	2014-08-27 07:58:04.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_ESI	2014-09-15 01:51:22.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -25,10 +25,10 @@
 
 <p>หน่วยประมวลผล ESI ส่งค่ากลับมาดังนี้:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
 <p>ผู้ดูแลเว็บของคุณคือ <a href="mailto:%w">%w</a></p>
 <br>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_FORWARDING_DENIED squid-3.4.8/errors/th/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/th/ERR_FORWARDING_DENIED	2014-08-27 07:58:05.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_FORWARDING_DENIED	2014-09-15 01:51:23.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -23,7 +23,7 @@
 <p><b>การส่งต่อ (forwarding) ไม่ได้รับอนุญาต</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_FTP_DISABLED squid-3.4.8/errors/th/ERR_FTP_DISABLED
--- squid-3.4.7/errors/th/ERR_FTP_DISABLED	2014-08-27 07:58:06.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_FTP_DISABLED	2014-09-15 01:51:24.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_FTP_FAILURE squid-3.4.8/errors/th/ERR_FTP_FAILURE
--- squid-3.4.7/errors/th/ERR_FTP_FAILURE	2014-08-27 07:58:07.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_FTP_FAILURE	2014-09-15 01:51:25.000000000 -0700
@@ -11,23 +11,23 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>เครื่องให้บริการ (server) ตอบกลับดังนี้:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_FTP_FORBIDDEN squid-3.4.8/errors/th/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/th/ERR_FTP_FORBIDDEN	2014-08-27 07:58:08.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_FTP_FORBIDDEN	2014-09-15 01:51:26.000000000 -0700
@@ -11,23 +11,23 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>เครื่องให้บริการ (server) ตอบกลับดังนี้:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
@@ -36,7 +36,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_FTP_NOT_FOUND squid-3.4.8/errors/th/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/th/ERR_FTP_NOT_FOUND	2014-08-27 07:58:09.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_FTP_NOT_FOUND	2014-09-15 01:51:27.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -21,16 +21,16 @@
 
 <p>squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>เครื่องให้บริการ (server) ตอบกลับดังนี้:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_FTP_PUT_CREATED squid-3.4.8/errors/th/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/th/ERR_FTP_PUT_CREATED	2014-08-27 07:58:10.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_FTP_PUT_CREATED	2014-09-15 01:51:28.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_FTP_PUT_ERROR squid-3.4.8/errors/th/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/th/ERR_FTP_PUT_ERROR	2014-08-27 07:58:11.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_FTP_PUT_ERROR	2014-09-15 01:51:29.000000000 -0700
@@ -11,25 +11,25 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>FTP PUT upload failed</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>เครื่องให้บริการ (server) ตอบกลับดังนี้:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/th/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/th/ERR_FTP_PUT_MODIFIED	2014-08-27 07:58:12.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_FTP_PUT_MODIFIED	2014-09-15 01:51:29.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/th/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/th/ERR_FTP_UNAVAILABLE	2014-08-27 07:58:13.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_FTP_UNAVAILABLE	2014-09-15 01:51:30.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -22,13 +22,13 @@
 <p>squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>เครื่องให้บริการ (server) ตอบกลับดังนี้:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
@@ -37,7 +37,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_GATEWAY_FAILURE squid-3.4.8/errors/th/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/th/ERR_GATEWAY_FAILURE	2014-08-27 07:58:14.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_GATEWAY_FAILURE	2014-09-15 01:51:31.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -20,12 +20,12 @@
 <p>พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_ICAP_FAILURE squid-3.4.8/errors/th/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/th/ERR_ICAP_FAILURE	2014-08-27 07:58:15.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_ICAP_FAILURE	2014-09-15 01:51:32.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -25,12 +25,12 @@
 
 <p id="sysmsg">ระบบส่งค่าคืนดังนี้: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>ปัญหาที่เป็นไปได้อาจจะเป็น:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_INVALID_REQ squid-3.4.8/errors/th/ERR_INVALID_REQ
--- squid-3.4.7/errors/th/ERR_INVALID_REQ	2014-08-27 07:58:16.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_INVALID_REQ	2014-09-15 01:51:33.000000000 -0700
@@ -11,16 +11,16 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>ปัญหาที่เป็นไปได้อาจจะเป็น:</p>
@@ -30,8 +30,8 @@
 <li id="missing-protocol"><p>ไม่ได้ระบุชื่อตัวแแปร (identifier) ใน HTTP (HTTP/1.0)</p></li>
 <li><p>คำสั่งหรือคำร้อง (request) ที่ส่ง มีขนาดใหญ่เกินไป</p></li>
 <li><p>ไม่ได้ระบุ Content-Length ในการสั่ง POST หรือ PUT</p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_INVALID_RESP squid-3.4.8/errors/th/ERR_INVALID_RESP
--- squid-3.4.7/errors/th/ERR_INVALID_RESP	2014-08-27 07:58:17.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_INVALID_RESP	2014-09-15 01:51:34.000000000 -0700
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_INVALID_URL squid-3.4.8/errors/th/ERR_INVALID_URL
--- squid-3.4.7/errors/th/ERR_INVALID_URL	2014-08-27 07:58:18.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_INVALID_URL	2014-09-15 01:51:35.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -29,8 +29,8 @@
 <ul>
 <li><p>ไม่ได้ระบุโปรโตคอล หรือ โปรโตคอลที่เรียกใช้ไม่ถูกต้อง (รูปแบบที่ถูกต้อง ควรจะเป็นในลักษณะ <q>http://</q> เป็นต้น)</p></li>
 <li><p>ไม่ได้ระบุชื่อเครื่อง</p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
 </ul>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_LIFETIME_EXP squid-3.4.8/errors/th/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/th/ERR_LIFETIME_EXP	2014-08-27 07:58:19.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_LIFETIME_EXP	2014-09-15 01:51:36.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -20,10 +20,10 @@
 <p>พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection Lifetime Expired</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid has terminated the request because it has exceeded the maximum connection lifetime.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_NO_RELAY squid-3.4.8/errors/th/ERR_NO_RELAY
--- squid-3.4.7/errors/th/ERR_NO_RELAY	2014-08-27 07:58:20.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_NO_RELAY	2014-09-15 01:51:37.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -20,10 +20,10 @@
 <p>พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>No Wais Relay</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/th/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/th/ERR_ONLY_IF_CACHED_MISS	2014-08-27 07:58:21.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:51:37.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -20,10 +20,10 @@
 <p>พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_PRECONDITION_FAILED squid-3.4.8/errors/th/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/th/ERR_PRECONDITION_FAILED	2014-08-27 07:58:22.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_PRECONDITION_FAILED	2014-09-15 01:51:38.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -20,12 +20,12 @@
 <p>พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_READ_ERROR squid-3.4.8/errors/th/ERR_READ_ERROR
--- squid-3.4.7/errors/th/ERR_READ_ERROR	2014-08-27 07:58:24.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_READ_ERROR	2014-09-15 01:51:39.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_READ_TIMEOUT squid-3.4.8/errors/th/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/th/ERR_READ_TIMEOUT	2014-08-27 07:58:25.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_READ_TIMEOUT	2014-09-15 01:51:40.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/th/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/th/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:58:26.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:51:41.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -39,7 +39,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_SHUTTING_DOWN squid-3.4.8/errors/th/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/th/ERR_SHUTTING_DOWN	2014-08-27 07:58:27.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_SHUTTING_DOWN	2014-09-15 01:51:42.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -27,7 +27,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_SOCKET_FAILURE squid-3.4.8/errors/th/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/th/ERR_SOCKET_FAILURE	2014-08-27 07:58:28.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_SOCKET_FAILURE	2014-09-15 01:51:43.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -25,7 +25,7 @@
 
 <p id="sysmsg">ระบบส่งค่าคืนดังนี้: <i>%E</i></p>
 
-<p></p>
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_TOO_BIG squid-3.4.8/errors/th/ERR_TOO_BIG
--- squid-3.4.7/errors/th/ERR_TOO_BIG	2014-08-27 07:58:29.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_TOO_BIG	2014-09-15 01:51:44.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -25,7 +25,7 @@
 
 <p>ถ้าคุณกำลังสั่ง POST หรือ PUT, ข้อมูลที่คุณกำลังส่งขึ้นไปนั้น มีขนาดใหญ่เกินไป</p>
 <p>ถ้าคุณกำลังสั่ง GET, ข้อมูลที่คุณกำลังส่งถ่ายเข้ามา (ดาวน์โหลด) นั้น มีขนาดใหญ่เกินไป</p>
-<p></p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/th/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/th/ERR_UNSUP_HTTPVERSION	2014-08-27 07:58:29.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_UNSUP_HTTPVERSION	2014-09-15 01:51:45.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่รองรับ HTTP รุ่นนี้</h2>
 </div>
 <hr>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_UNSUP_REQ squid-3.4.8/errors/th/ERR_UNSUP_REQ
--- squid-3.4.7/errors/th/ERR_UNSUP_REQ	2014-08-27 07:58:30.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_UNSUP_REQ	2014-09-15 01:51:46.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -23,7 +23,7 @@
 <p><b>ไม่รองรับโปรโตคอลและวิธีการหรือคำสั่งที่เรียกมา (request method)</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_URN_RESOLVE squid-3.4.8/errors/th/ERR_URN_RESOLVE
--- squid-3.4.7/errors/th/ERR_URN_RESOLVE	2014-08-27 07:58:31.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_URN_RESOLVE	2014-09-15 01:51:47.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL สำหรับ URN ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -20,7 +20,7 @@
 <p>พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cannot Resolve URN</b></p>
 </blockquote>
 
 <p>เฮ้, อย่าคาดหวังจาก URN บน %T มากเกินไปนัก :)</p>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_WRITE_ERROR squid-3.4.8/errors/th/ERR_WRITE_ERROR
--- squid-3.4.7/errors/th/ERR_WRITE_ERROR	2014-08-27 07:58:32.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_WRITE_ERROR	2014-09-15 01:51:48.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/th/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/th/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/th/ERR_ZERO_SIZE_OBJECT	2014-08-27 07:58:33.000000000 -0700
+++ squid-3.4.8/errors/th/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:51:49.000000000 -0700
@@ -11,7 +11,7 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h1></h1>
+<h1>ERROR</h1>
 <h2>ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</h2>
 </div>
 <hr>
@@ -23,7 +23,7 @@
 <p><b>สิ่งที่ตอบกลับมา ว่างเปล่า</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid did not receive any data for this request.</p>
 
 <p>ผู้ดูแลระบบแคชของคุณคือ <a href="mailto:%w%W">%w</a></p>
 <br>
@@ -31,7 +31,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:58:35.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:51:51.000000000 -0700
@@ -20,10 +20,10 @@
 <p>URL adresine erişilmeye çalışıyorken hata meydana geldi: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/tr/ERR_AGENT_CONFIGURE squid-3.4.8/errors/tr/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/tr/ERR_AGENT_CONFIGURE	2014-08-27 07:58:36.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_AGENT_CONFIGURE	2014-09-15 01:51:52.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>HATA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/tr/ERR_AGENT_WPAD squid-3.4.8/errors/tr/ERR_AGENT_WPAD
--- squid-3.4.7/errors/tr/ERR_AGENT_WPAD	2014-08-27 07:58:37.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_AGENT_WPAD	2014-09-15 01:51:53.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>HATA</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/tr/ERR_CANNOT_FORWARD squid-3.4.8/errors/tr/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/tr/ERR_CANNOT_FORWARD	2014-08-27 07:58:40.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_CANNOT_FORWARD	2014-09-15 01:51:56.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>Şu anda sizi yönlendiremem.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Buna sebep aşağidakilerden herhangi biri olabilir:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/tr/ERR_CONFLICT_HOST squid-3.4.8/errors/tr/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/tr/ERR_CONFLICT_HOST	2014-08-27 07:58:41.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_CONFLICT_HOST	2014-09-15 01:51:58.000000000 -0700
@@ -20,15 +20,15 @@
 <p>URL adresine erişilmeye çalışıyorken hata meydana geldi: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Buna sebep aşağidakilerden herhangi biri olabilir:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/tr/ERR_DIR_LISTING squid-3.4.8/errors/tr/ERR_DIR_LISTING
--- squid-3.4.7/errors/tr/ERR_DIR_LISTING	2014-08-27 07:58:43.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_DIR_LISTING	2014-09-15 01:51:59.000000000 -0700
@@ -19,7 +19,7 @@
 <h4>Dizin İçeriği</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Dizin Listesi">
diff -u -r -N squid-3.4.7/errors/tr/ERR_DNS_FAIL squid-3.4.8/errors/tr/ERR_DNS_FAIL
--- squid-3.4.7/errors/tr/ERR_DNS_FAIL	2014-08-27 07:58:44.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_DNS_FAIL	2014-09-15 01:52:00.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>DNS sunucusundan gelen cevap:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
diff -u -r -N squid-3.4.7/errors/tr/ERR_ESI squid-3.4.8/errors/tr/ERR_ESI
--- squid-3.4.7/errors/tr/ERR_ESI	2014-08-27 07:58:45.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_ESI	2014-09-15 01:52:01.000000000 -0700
@@ -25,10 +25,10 @@
 
 <p>ESI işlemi geri döndü:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
 <p>Senin webmaster'ın <a href="mailto:%w">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/tr/ERR_FTP_FAILURE squid-3.4.8/errors/tr/ERR_FTP_FAILURE
--- squid-3.4.7/errors/tr/ERR_FTP_FAILURE	2014-08-27 07:58:48.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_FTP_FAILURE	2014-09-15 01:52:04.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid, şu FTP komutlarını gönderdi:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Sunucu cevabı:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/tr/ERR_FTP_FORBIDDEN squid-3.4.8/errors/tr/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/tr/ERR_FTP_FORBIDDEN	2014-08-27 07:58:49.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_FTP_FORBIDDEN	2014-09-15 01:52:05.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid, şu FTP komutlarını gönderdi:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Sunucu cevabı:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/tr/ERR_FTP_NOT_FOUND squid-3.4.8/errors/tr/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/tr/ERR_FTP_NOT_FOUND	2014-08-27 07:58:50.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_FTP_NOT_FOUND	2014-09-15 01:52:06.000000000 -0700
@@ -21,16 +21,16 @@
 
 <p>Squid, şu FTP komutlarını gönderdi:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Sunucu cevabı:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/tr/ERR_FTP_PUT_ERROR squid-3.4.8/errors/tr/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/tr/ERR_FTP_PUT_ERROR	2014-08-27 07:58:52.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_FTP_PUT_ERROR	2014-09-15 01:52:08.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid, şu FTP komutlarını gönderdi:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Sunucu cevabı:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>FTP sunucusunun dosya saklamak için izni olmayabilir. Paketi,izinleri ve disk alanını kontrol edin ve tekrar deneyin.</p>
diff -u -r -N squid-3.4.7/errors/tr/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/tr/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/tr/ERR_FTP_UNAVAILABLE	2014-08-27 07:58:54.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_FTP_UNAVAILABLE	2014-09-15 01:52:10.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid, şu FTP komutlarını gönderdi:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Sunucu cevabı:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/tr/ERR_GATEWAY_FAILURE squid-3.4.8/errors/tr/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/tr/ERR_GATEWAY_FAILURE	2014-08-27 07:58:55.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_GATEWAY_FAILURE	2014-09-15 01:52:11.000000000 -0700
@@ -20,10 +20,10 @@
 <p>URL adresine erişilmeye çalışıyorken hata meydana geldi: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/tr/ERR_ICAP_FAILURE squid-3.4.8/errors/tr/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/tr/ERR_ICAP_FAILURE	2014-08-27 07:58:56.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_ICAP_FAILURE	2014-09-15 01:52:12.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p id="sysmsg">Sistemden gelen mesaj: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Buna sebep aşağidakilerden herhangi biri olabilir:</p>
 <ul>
diff -u -r -N squid-3.4.7/errors/tr/ERR_INVALID_REQ squid-3.4.8/errors/tr/ERR_INVALID_REQ
--- squid-3.4.7/errors/tr/ERR_INVALID_REQ	2014-08-27 07:58:57.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_INVALID_REQ	2014-09-15 01:52:13.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Geçersiz İstek</b> İşlem sırasında bir hata ile karşılaşıldı:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Buna sebep aşağidakilerden herhangi biri olabilir:</p>
@@ -31,7 +31,7 @@
 <li><p>İstenilen dosya çok büyük.</p></li>
 <li><p>Content-Length, POST veya PUT istekleri için eksik.</p></li>
 <li><p>Adreste yanlış karakterler (alt çizgi, vs. kullanılamaz).</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/tr/ERR_INVALID_RESP squid-3.4.8/errors/tr/ERR_INVALID_RESP
--- squid-3.4.7/errors/tr/ERR_INVALID_RESP	2014-08-27 07:58:58.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_INVALID_RESP	2014-09-15 01:52:14.000000000 -0700
@@ -20,12 +20,12 @@
 <p><b>Geçersiz Yanıt</b> İşlem sırasında bir hata ile karşılaşıldı:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/tr/ERR_INVALID_URL squid-3.4.8/errors/tr/ERR_INVALID_URL
--- squid-3.4.7/errors/tr/ERR_INVALID_URL	2014-08-27 07:58:59.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_INVALID_URL	2014-09-15 01:52:15.000000000 -0700
@@ -29,7 +29,7 @@
 <ul>
 <li><p>Eksik veya yanlış protokol ismi (<q>http://</q> veya benzeri olmalı).</p></li>
 <li><p>Eksik adres.</p></li>
-<li><p></p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
 <li><p>Adreste yanlış karakterler (alt çizgi, vs. kullanılamaz).</p></li>
 </ul>
 
diff -u -r -N squid-3.4.7/errors/tr/ERR_PRECONDITION_FAILED squid-3.4.8/errors/tr/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/tr/ERR_PRECONDITION_FAILED	2014-08-27 07:59:02.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_PRECONDITION_FAILED	2014-09-15 01:52:18.000000000 -0700
@@ -20,12 +20,12 @@
 <p>URL adresine erişilmeye çalışıyorken hata meydana geldi: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/tr/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/tr/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/tr/ERR_SECURE_CONNECT_FAIL	2014-08-27 07:59:05.000000000 -0700
+++ squid-3.4.8/errors/tr/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:52:21.000000000 -0700
@@ -31,7 +31,7 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
 <p>Önbellk yöneticiniz <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-3.4.7/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:59:15.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:52:30.000000000 -0700
@@ -20,10 +20,10 @@
 <p>При отриманні URL: <a href="%U">%U</a> виникла помилка.</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>Адміністратор даного кешу <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_AGENT_CONFIGURE squid-3.4.8/errors/uk/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/uk/ERR_AGENT_CONFIGURE	2014-08-27 07:59:16.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_AGENT_CONFIGURE	2014-09-15 01:52:31.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ПОМИЛКА</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uk/ERR_AGENT_WPAD squid-3.4.8/errors/uk/ERR_AGENT_WPAD
--- squid-3.4.7/errors/uk/ERR_AGENT_WPAD	2014-08-27 07:59:17.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_AGENT_WPAD	2014-09-15 01:52:32.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ПОМИЛКА</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uk/ERR_CANNOT_FORWARD squid-3.4.8/errors/uk/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/uk/ERR_CANNOT_FORWARD	2014-08-27 07:59:19.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_CANNOT_FORWARD	2014-09-15 01:52:35.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>В даний момент неможливо переслати даний запит</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Ймовірні причини:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>Адміністратор даного кешу <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_CONFLICT_HOST squid-3.4.8/errors/uk/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/uk/ERR_CONFLICT_HOST	2014-08-27 07:59:20.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_CONFLICT_HOST	2014-09-15 01:52:36.000000000 -0700
@@ -20,15 +20,15 @@
 <p>При отриманні URL: <a href="%U">%U</a> виникла помилка.</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Ймовірні причини:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>Адміністратор даного кешу <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_DIR_LISTING squid-3.4.8/errors/uk/ERR_DIR_LISTING
--- squid-3.4.7/errors/uk/ERR_DIR_LISTING	2014-08-27 07:59:22.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_DIR_LISTING	2014-09-15 01:52:37.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Вміст директорії:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Перелік вмісту каталога">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Попередня директорія</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Попередня директорія</a> (<a href="/">Коренева директорія</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/uk/ERR_DNS_FAIL squid-3.4.8/errors/uk/ERR_DNS_FAIL
--- squid-3.4.7/errors/uk/ERR_DNS_FAIL	2014-08-27 07:59:23.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_DNS_FAIL	2014-09-15 01:52:38.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>DNS сервер повідомляє:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>Це означає, що кеш не зміг перетворити ім'я вузла в URL. Перевірте правильність написання адреси.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_ESI squid-3.4.8/errors/uk/ERR_ESI
--- squid-3.4.7/errors/uk/ERR_ESI	2014-08-27 07:59:24.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_ESI	2014-09-15 01:52:39.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>ESI обробник повідомляє:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
 <p>Це означає, що обробник не зміг опрацювати ESI шаблон. Будь-ласка, повідомте про цю помилку Вебмайстра.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_FTP_FAILURE squid-3.4.8/errors/uk/ERR_FTP_FAILURE
--- squid-3.4.7/errors/uk/ERR_FTP_FAILURE	2014-08-27 07:59:27.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_FTP_FAILURE	2014-09-15 01:52:42.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid надіслав наступну FTP команду:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер відповів наступне:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Адміністратор даного кешу <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_FTP_FORBIDDEN squid-3.4.8/errors/uk/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/uk/ERR_FTP_FORBIDDEN	2014-08-27 07:59:28.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_FTP_FORBIDDEN	2014-09-15 01:52:43.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid надіслав наступну FTP команду:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер відповів наступне:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Адміністратор даного кешу <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_FTP_NOT_FOUND squid-3.4.8/errors/uk/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/uk/ERR_FTP_NOT_FOUND	2014-08-27 07:59:29.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_FTP_NOT_FOUND	2014-09-15 01:52:44.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>Squid надіслав наступну FTP команду:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер відповів наступне:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_FTP_PUT_ERROR squid-3.4.8/errors/uk/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/uk/ERR_FTP_PUT_ERROR	2014-08-27 07:59:31.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_FTP_PUT_ERROR	2014-09-15 01:52:46.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>Squid надіслав наступну FTP команду:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер відповів наступне:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>Можливо на FTP сервері відсутній дозвіл або простір для зберігання файлу. Перевірте шлях, дозволи, вільний простір і спробуйте знов.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/uk/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/uk/ERR_FTP_UNAVAILABLE	2014-08-27 07:59:33.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_FTP_UNAVAILABLE	2014-09-15 01:52:48.000000000 -0700
@@ -22,13 +22,13 @@
 <p>Squid надіслав наступну FTP команду:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>Сервер відповів наступне:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>Адміністратор даного кешу <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_GATEWAY_FAILURE squid-3.4.8/errors/uk/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/uk/ERR_GATEWAY_FAILURE	2014-08-27 07:59:34.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_GATEWAY_FAILURE	2014-09-15 01:52:49.000000000 -0700
@@ -20,10 +20,10 @@
 <p>При отриманні URL: <a href="%U">%U</a> виникла помилка.</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/uk/ERR_INVALID_REQ squid-3.4.8/errors/uk/ERR_INVALID_REQ
--- squid-3.4.7/errors/uk/ERR_INVALID_REQ	2014-08-27 07:59:36.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_INVALID_REQ	2014-09-15 01:52:51.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Невірний запит</b> виник при обробці запиту:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Ймовірні причини:</p>
@@ -31,7 +31,7 @@
 <li><p>Запит завеликий</p></li>
 <li><p>Заголовок Content-Length відсутній для запитів POST чи PUT</p></li>
 <li><p>Неприпустимий символ в імені сервера; символ підкреслення заборонено.</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>Адміністратор даного кешу <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_INVALID_RESP squid-3.4.8/errors/uk/ERR_INVALID_RESP
--- squid-3.4.7/errors/uk/ERR_INVALID_RESP	2014-08-27 07:59:37.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_INVALID_RESP	2014-09-15 01:52:52.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>Невірна відповідь</b> виникла при обробці запиту:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Отримана відповідь від HTTP сервера є незрозумілою або погано сформованою. Будь-ласка, зв'яжіться з оператором сайту.</p>
diff -u -r -N squid-3.4.7/errors/uk/ERR_PRECONDITION_FAILED squid-3.4.8/errors/uk/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/uk/ERR_PRECONDITION_FAILED	2014-08-27 07:59:42.000000000 -0700
+++ squid-3.4.8/errors/uk/ERR_PRECONDITION_FAILED	2014-09-15 01:52:56.000000000 -0700
@@ -20,12 +20,12 @@
 <p>При отриманні URL: <a href="%U">%U</a> виникла помилка.</p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/uz/ERR_ACCESS_DENIED squid-3.4.8/errors/uz/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/uz/ERR_ACCESS_DENIED	2014-08-27 07:59:54.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_ACCESS_DENIED	2014-09-15 01:53:07.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Рухсат берилмаган.</b></p>
 </blockquote>
 
-<p></p>
+<p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 07:59:55.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:53:08.000000000 -0700
@@ -17,16 +17,16 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_AGENT_CONFIGURE squid-3.4.8/errors/uz/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/uz/ERR_AGENT_CONFIGURE	2014-08-27 07:59:56.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_AGENT_CONFIGURE	2014-09-15 01:53:09.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ХАТО</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_AGENT_WPAD squid-3.4.8/errors/uz/ERR_AGENT_WPAD
--- squid-3.4.7/errors/uz/ERR_AGENT_WPAD	2014-08-27 07:59:57.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_AGENT_WPAD	2014-09-15 01:53:10.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ХАТО</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/uz/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/uz/ERR_CACHE_ACCESS_DENIED	2014-08-27 07:59:58.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:53:11.000000000 -0700
@@ -12,15 +12,15 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ХАТО</h1>
-<h2></h2>
+<h2>Cache Access Denied.</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cache Access Denied.</b></p>
 </blockquote>
 
 <p>Кечирасиз, сизнинг %U сўровингизга ушбу кеш томонидан тасдиқдан ўтмагунингизча рухсат берилмайди.</p>
diff -u -r -N squid-3.4.7/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 07:59:59.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:53:12.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Кеш бошқарувчиси рухсат бермади.</b></p>
diff -u -r -N squid-3.4.7/errors/uz/ERR_CANNOT_FORWARD squid-3.4.8/errors/uz/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/uz/ERR_CANNOT_FORWARD	2014-08-27 08:00:00.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_CANNOT_FORWARD	2014-09-15 01:53:13.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to forward this request at this time.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Баъзи бўлиши мумкин бўлган муаммолар:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/uz/ERR_CONFLICT_HOST squid-3.4.8/errors/uz/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/uz/ERR_CONFLICT_HOST	2014-08-27 08:00:01.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_CONFLICT_HOST	2014-09-15 01:53:13.000000000 -0700
@@ -17,21 +17,21 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Баъзи бўлиши мумкин бўлган муаммолар:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_CONNECT_FAIL squid-3.4.8/errors/uz/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/uz/ERR_CONNECT_FAIL	2014-08-27 08:00:02.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_CONNECT_FAIL	2014-09-15 01:53:14.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>%Iга уланиш муваффақиятсиз якунланди.</b></p>
@@ -27,7 +27,7 @@
 
 <p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/uz/ERR_DIR_LISTING squid-3.4.8/errors/uz/ERR_DIR_LISTING
--- squid-3.4.7/errors/uz/ERR_DIR_LISTING	2014-08-27 08:00:03.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_DIR_LISTING	2014-09-15 01:53:15.000000000 -0700
@@ -19,7 +19,7 @@
 <h4>Директория таркиби:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Директория рўйхатланмоқда">
diff -u -r -N squid-3.4.7/errors/uz/ERR_DNS_FAIL squid-3.4.8/errors/uz/ERR_DNS_FAIL
--- squid-3.4.7/errors/uz/ERR_DNS_FAIL	2014-08-27 08:00:04.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_DNS_FAIL	2014-09-15 01:53:16.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to determine IP address from host name <q>%H</q></b></p>
 </blockquote>
 
 <p>DNS сервер қайтарди:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_ESI squid-3.4.8/errors/uz/ERR_ESI
--- squid-3.4.7/errors/uz/ERR_ESI	2014-08-27 08:00:05.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_ESI	2014-09-15 01:53:17.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>ESI жараёни муваффақиятсиз якунланди.</b></p>
@@ -25,12 +25,12 @@
 
 <p>ESI процессор қайтарди:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_FORWARDING_DENIED squid-3.4.8/errors/uz/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/uz/ERR_FORWARDING_DENIED	2014-08-27 08:00:06.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_FORWARDING_DENIED	2014-09-15 01:53:18.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Узатиш рад қилинди.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/uz/ERR_FTP_DISABLED squid-3.4.8/errors/uz/ERR_FTP_DISABLED
--- squid-3.4.7/errors/uz/ERR_FTP_DISABLED	2014-08-27 08:00:07.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_FTP_DISABLED	2014-09-15 01:53:19.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>FTP ўчирилган</b></p>
@@ -25,7 +25,7 @@
 
 <p>Ушбу кеш FTP'ни қўллаб-қувватлай олмайди.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/uz/ERR_FTP_FAILURE squid-3.4.8/errors/uz/ERR_FTP_FAILURE
--- squid-3.4.7/errors/uz/ERR_FTP_FAILURE	2014-08-27 08:00:07.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_FTP_FAILURE	2014-09-15 01:53:20.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid қуйидаги FTP буйруғини жўнатди:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_FTP_FORBIDDEN squid-3.4.8/errors/uz/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/uz/ERR_FTP_FORBIDDEN	2014-08-27 08:00:08.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_FTP_FORBIDDEN	2014-09-15 01:53:21.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid қуйидаги FTP буйруғини жўнатди:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_FTP_NOT_FOUND squid-3.4.8/errors/uz/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/uz/ERR_FTP_NOT_FOUND	2014-08-27 08:00:10.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_FTP_NOT_FOUND	2014-09-15 01:53:21.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
 <p>Squid қуйидаги FTP буйруғини жўнатди:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_FTP_PUT_ERROR squid-3.4.8/errors/uz/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/uz/ERR_FTP_PUT_ERROR	2014-08-27 08:00:12.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_FTP_PUT_ERROR	2014-09-15 01:53:23.000000000 -0700
@@ -17,21 +17,21 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid қуйидаги FTP буйруғини жўнатди:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/uz/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/uz/ERR_FTP_UNAVAILABLE	2014-08-27 08:00:14.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_FTP_UNAVAILABLE	2014-09-15 01:53:25.000000000 -0700
@@ -22,16 +22,16 @@
 <p>Squid қуйидаги FTP буйруғини жўнатди:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_GATEWAY_FAILURE squid-3.4.8/errors/uz/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/uz/ERR_GATEWAY_FAILURE	2014-08-27 08:00:15.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_GATEWAY_FAILURE	2014-09-15 01:53:26.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_ICAP_FAILURE squid-3.4.8/errors/uz/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/uz/ERR_ICAP_FAILURE	2014-08-27 08:00:16.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_ICAP_FAILURE	2014-09-15 01:53:27.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>ICAP протоколда хатолик.</b></p>
@@ -25,12 +25,12 @@
 
 <p id="sysmsg">Тизим қайтарди: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Баъзи бўлиши мумкин бўлган муаммолар:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
diff -u -r -N squid-3.4.7/errors/uz/ERR_INVALID_REQ squid-3.4.8/errors/uz/ERR_INVALID_REQ
--- squid-3.4.7/errors/uz/ERR_INVALID_REQ	2014-08-27 08:00:17.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_INVALID_REQ	2014-09-15 01:53:28.000000000 -0700
@@ -20,21 +20,21 @@
 <p><b>Яроқсиз Сўров</b> сўров бажарилаётган вақтда хатолик яратилди:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Баъзи бўлиши мумкин бўлган муаммолар:</p>
 <ul>
 <li id="missing-method"><p>Йўқолган ёки номаълум сўраш методи</p></li>
-<li id="missing-url"><p></p></li>
-<li id="missing-protocol"><p></p></li>
+<li id="missing-url"><p>Missing URL.</p></li>
+<li id="missing-protocol"><p>Missing HTTP Identifier (HTTP/1.0).</p></li>
 <li><p>Сўров жуда катта.</p></li>
-<li><p></p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Content-Length missing for POST or PUT requests.</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_INVALID_RESP squid-3.4.8/errors/uz/ERR_INVALID_RESP
--- squid-3.4.7/errors/uz/ERR_INVALID_RESP	2014-08-27 08:00:18.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_INVALID_RESP	2014-09-15 01:53:29.000000000 -0700
@@ -20,14 +20,14 @@
 <p><b>Яроқсиз жавоб</b> хатолик сўров жараёнида яратилди :</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_INVALID_URL squid-3.4.8/errors/uz/ERR_INVALID_URL
--- squid-3.4.7/errors/uz/ERR_INVALID_URL	2014-08-27 08:00:19.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_INVALID_URL	2014-09-15 01:53:29.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Яроқсиз URL</b></p>
@@ -29,11 +29,11 @@
 <ul>
 <li><p>Йўқолган ёки хато рухсат бериш протоколи (<q>http://</q> бўлиши керак ёки шунга ўхшаш)</p></li>
 <li><p>Йўқолган ҳост номи</p></li>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>Illegal double-escape in the URL-Path</p></li>
+<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_LIFETIME_EXP squid-3.4.8/errors/uz/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/uz/ERR_LIFETIME_EXP	2014-08-27 08:00:20.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_LIFETIME_EXP	2014-09-15 01:53:30.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Уланиш вақти ўтиб кетди</b></p>
@@ -25,7 +25,7 @@
 
 <p>Squid сўровингизни бекор қилди, чунки энг юқори уланиш жараёни кетмоқда.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_NO_RELAY squid-3.4.8/errors/uz/ERR_NO_RELAY
--- squid-3.4.7/errors/uz/ERR_NO_RELAY	2014-08-27 08:00:21.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_NO_RELAY	2014-09-15 01:53:31.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>No Wais Relay</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/uz/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/uz/ERR_ONLY_IF_CACHED_MISS	2014-08-27 08:00:22.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:53:32.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_PRECONDITION_FAILED squid-3.4.8/errors/uz/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/uz/ERR_PRECONDITION_FAILED	2014-08-27 08:00:23.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_PRECONDITION_FAILED	2014-09-15 01:53:33.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/uz/ERR_READ_ERROR squid-3.4.8/errors/uz/ERR_READ_ERROR
--- squid-3.4.7/errors/uz/ERR_READ_ERROR	2014-08-27 08:00:24.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_READ_ERROR	2014-09-15 01:53:34.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Ўқишда хато</b></p>
@@ -27,7 +27,7 @@
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_READ_TIMEOUT squid-3.4.8/errors/uz/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/uz/ERR_READ_TIMEOUT	2014-08-27 08:00:25.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_READ_TIMEOUT	2014-09-15 01:53:35.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Узилишни ўқиш</b></p>
@@ -27,7 +27,7 @@
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/uz/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/uz/ERR_SECURE_CONNECT_FAIL	2014-08-27 08:00:26.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:53:36.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>%I'га хавфсизлик уланиш ўрнатиш муваффақиятсиз якунланди</b></p>
@@ -31,9 +31,9 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_SHUTTING_DOWN squid-3.4.8/errors/uz/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/uz/ERR_SHUTTING_DOWN	2014-08-27 08:00:27.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_SHUTTING_DOWN	2014-09-15 01:53:37.000000000 -0700
@@ -17,11 +17,11 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_SOCKET_FAILURE squid-3.4.8/errors/uz/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/uz/ERR_SOCKET_FAILURE	2014-08-27 08:00:28.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_SOCKET_FAILURE	2014-09-15 01:53:37.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Сокет яроқсиз</b></p>
@@ -25,9 +25,9 @@
 
 <p id="sysmsg">Тизим қайтарди: <i>%E</i></p>
 
-<p></p>
+<p>Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_TOO_BIG squid-3.4.8/errors/uz/ERR_TOO_BIG
--- squid-3.4.7/errors/uz/ERR_TOO_BIG	2014-08-27 08:00:29.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_TOO_BIG	2014-09-15 01:53:38.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
 <p>Агарда сиз</p>
-<p></p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/uz/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/uz/ERR_UNSUP_HTTPVERSION	2014-08-27 08:00:30.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_UNSUP_HTTPVERSION	2014-09-15 01:53:39.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>ХАТО</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
 <p>Ушбу Squid версияси сиз ишлатмоқчи бўлаётган HTTP версияси билан мос келмайди.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_UNSUP_REQ squid-3.4.8/errors/uz/ERR_UNSUP_REQ
--- squid-3.4.7/errors/uz/ERR_UNSUP_REQ	2014-08-27 08:00:31.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_UNSUP_REQ	2014-09-15 01:53:40.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported Request Method and Protocol</b></p>
 </blockquote>
 
-<p></p>
+<p>Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_URN_RESOLVE squid-3.4.8/errors/uz/ERR_URN_RESOLVE
--- squid-3.4.7/errors/uz/ERR_URN_RESOLVE	2014-08-27 08:00:32.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_URN_RESOLVE	2014-09-15 01:53:41.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Cannot Resolve URN</b></p>
 </blockquote>
 
 <p>Эй, %T'даги URN'лардан кўп кутманг :)</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_WRITE_ERROR squid-3.4.8/errors/uz/ERR_WRITE_ERROR
--- squid-3.4.7/errors/uz/ERR_WRITE_ERROR	2014-08-27 08:00:32.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_WRITE_ERROR	2014-09-15 01:53:42.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Write Error</b></p>
 </blockquote>
 
 <p id="sysmsg">Тизим қайтарди: <i>%E</i></p>
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/uz/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/uz/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/uz/ERR_ZERO_SIZE_OBJECT	2014-08-27 08:00:33.000000000 -0700
+++ squid-3.4.8/errors/uz/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:53:43.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Zero Sized Reply</b></p>
 </blockquote>
 
 <p>Squid ушбу сўров учун ҳеч қандай маълумот топа олмади</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_ACCESS_DENIED squid-3.4.8/errors/vi/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/vi/ERR_ACCESS_DENIED	2014-08-27 08:00:35.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_ACCESS_DENIED	2014-09-15 01:53:44.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Truy cập bị từ chối.</b></p>
@@ -25,7 +25,7 @@
 
 <p>Cấu hình điều khiển truy cập không cho phép bạn yêu cầu vào lúc này. Hãy liên lạc với nhà cung cấp dịch vụ nếu bạn thấy rằng trường hợp này không đúng.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 08:00:36.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:53:45.000000000 -0700
@@ -12,21 +12,21 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_AGENT_CONFIGURE squid-3.4.8/errors/vi/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/vi/ERR_AGENT_CONFIGURE	2014-08-27 08:00:36.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_AGENT_CONFIGURE	2014-09-15 01:53:46.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>Cách tìm thiết lập này trong trình duyệt:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_AGENT_WPAD squid-3.4.8/errors/vi/ERR_AGENT_WPAD
--- squid-3.4.7/errors/vi/ERR_AGENT_WPAD	2014-08-27 08:00:38.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_AGENT_WPAD	2014-09-15 01:53:47.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,35 +12,35 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>Cách tìm thiết lập này trong trình duyệt:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Bật tùy chọn Tự động phát hiện thiết lập</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Bật tùy chọn Dùng tự động cấu hình ủy nhiệm</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/vi/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/vi/ERR_CACHE_ACCESS_DENIED	2014-08-27 08:00:39.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:53:47.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Truy cập đến vùng nhớ tạm bị từ chối.</b></p>
diff -u -r -N squid-3.4.7/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 08:00:40.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:53:48.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Truy cập đến trình quản lý vùng nhớ tạm bị từ chối.</b></p>
diff -u -r -N squid-3.4.7/errors/vi/ERR_CANNOT_FORWARD squid-3.4.8/errors/vi/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/vi/ERR_CANNOT_FORWARD	2014-08-27 08:00:41.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_CANNOT_FORWARD	2014-09-15 01:53:49.000000000 -0700
@@ -12,27 +12,27 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to forward this request at this time.</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Một số vấn đề có thể gặp:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/vi/ERR_CONFLICT_HOST squid-3.4.8/errors/vi/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/vi/ERR_CONFLICT_HOST	2014-08-27 08:00:42.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_CONFLICT_HOST	2014-09-15 01:53:50.000000000 -0700
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Một số vấn đề có thể gặp:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_CONNECT_FAIL squid-3.4.8/errors/vi/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/vi/ERR_CONNECT_FAIL	2014-08-27 08:00:43.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_CONNECT_FAIL	2014-09-15 01:53:51.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Kết nối đến %I bị lỗi.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/vi/ERR_DIR_LISTING squid-3.4.8/errors/vi/ERR_DIR_LISTING
--- squid-3.4.7/errors/vi/ERR_DIR_LISTING	2014-08-27 08:00:44.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_DIR_LISTING	2014-09-15 01:53:52.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>Nội dung thư mục:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="Danh sách thư mục">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">Thư mục cấp trên</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">Thư mục cấp trên</a> (<a href="/">Thư mục gốc</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/vi/ERR_DNS_FAIL squid-3.4.8/errors/vi/ERR_DNS_FAIL
--- squid-3.4.7/errors/vi/ERR_DNS_FAIL	2014-08-27 08:00:45.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_DNS_FAIL	2014-09-15 01:53:53.000000000 -0700
@@ -12,25 +12,25 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unable to determine IP address from host name <q>%H</q></b></p>
 </blockquote>
 
 <p>Máy phục vụ DNS trả lại:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_ESI squid-3.4.8/errors/vi/ERR_ESI
--- squid-3.4.7/errors/vi/ERR_ESI	2014-08-27 08:00:46.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_ESI	2014-09-15 01:53:54.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Lỗi xử lý ESI.</b></p>
@@ -25,12 +25,12 @@
 
 <p>Bộ xử lý ESI trả lại:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_FORWARDING_DENIED squid-3.4.8/errors/vi/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/vi/ERR_FORWARDING_DENIED	2014-08-27 08:00:47.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_FORWARDING_DENIED	2014-09-15 01:53:55.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Chuyển tiếp bị từ chối.</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/vi/ERR_FTP_DISABLED squid-3.4.8/errors/vi/ERR_FTP_DISABLED
--- squid-3.4.7/errors/vi/ERR_FTP_DISABLED	2014-08-27 08:00:48.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_FTP_DISABLED	2014-09-15 01:53:56.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Chức năng FTP bị tắt</b></p>
 </blockquote>
 
-<p></p>
+<p>This cache does not support FTP.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
diff -u -r -N squid-3.4.7/errors/vi/ERR_FTP_FAILURE squid-3.4.8/errors/vi/ERR_FTP_FAILURE
--- squid-3.4.7/errors/vi/ERR_FTP_FAILURE	2014-08-27 08:00:49.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_FTP_FAILURE	2014-09-15 01:53:56.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -21,16 +21,16 @@
 
 <p>Squid đã gửi lệnh FTP theo đây:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_FTP_FORBIDDEN squid-3.4.8/errors/vi/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/vi/ERR_FTP_FORBIDDEN	2014-08-27 08:00:50.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_FTP_FORBIDDEN	2014-09-15 01:53:57.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -21,16 +21,16 @@
 
 <p>Squid đã gửi lệnh FTP theo đây:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_FTP_NOT_FOUND squid-3.4.8/errors/vi/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/vi/ERR_FTP_NOT_FOUND	2014-08-27 08:00:51.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_FTP_NOT_FOUND	2014-09-15 01:53:58.000000000 -0700
@@ -12,27 +12,27 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
 <p>Squid đã gửi lệnh FTP theo đây:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_FTP_PUT_ERROR squid-3.4.8/errors/vi/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/vi/ERR_FTP_PUT_ERROR	2014-08-27 08:00:53.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_FTP_PUT_ERROR	2014-09-15 01:54:00.000000000 -0700
@@ -21,17 +21,17 @@
 
 <p>Squid đã gửi lệnh FTP theo đây:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/vi/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/vi/ERR_FTP_UNAVAILABLE	2014-08-27 08:00:54.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_FTP_UNAVAILABLE	2014-09-15 01:54:02.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -22,16 +22,16 @@
 <p>Squid đã gửi lệnh FTP theo đây:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_GATEWAY_FAILURE squid-3.4.8/errors/vi/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/vi/ERR_GATEWAY_FAILURE	2014-08-27 08:00:55.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_GATEWAY_FAILURE	2014-09-15 01:54:03.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_ICAP_FAILURE squid-3.4.8/errors/vi/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/vi/ERR_ICAP_FAILURE	2014-08-27 08:00:56.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_ICAP_FAILURE	2014-09-15 01:54:04.000000000 -0700
@@ -12,24 +12,24 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Lỗi giao thức ICAP.</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Một số vấn đề có thể gặp:</p>
 <ul>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
 <li><p>Nhận được một đáp ứng cấm từ máy phục vụ ICAP.</p></li>
 </ul>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_INVALID_REQ squid-3.4.8/errors/vi/ERR_INVALID_REQ
--- squid-3.4.7/errors/vi/ERR_INVALID_REQ	2014-08-27 08:00:57.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_INVALID_REQ	2014-09-15 01:54:04.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -20,7 +20,7 @@
 <p>Gặp một lỗi <b>Sai Yêu Cầu</b> trong khi thử xử lý yêu cầu :</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Một số vấn đề có thể gặp:</p>
@@ -34,7 +34,7 @@
 <li><p>HTTP/1.1 <q>Mong đợi:</q> tính năng được yêu cầu từ phần mềm HTTP/1.0.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_INVALID_RESP squid-3.4.8/errors/vi/ERR_INVALID_RESP
--- squid-3.4.7/errors/vi/ERR_INVALID_RESP	2014-08-27 08:00:58.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_INVALID_RESP	2014-09-15 01:54:05.000000000 -0700
@@ -12,7 +12,7 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
@@ -20,14 +20,14 @@
 <p>Gặp một lỗi <b>Sai Đáp Ứng</b> trong khi thử xử lý yêu cầu :</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_INVALID_URL squid-3.4.8/errors/vi/ERR_INVALID_URL
--- squid-3.4.7/errors/vi/ERR_INVALID_URL	2014-08-27 08:00:59.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_INVALID_URL	2014-09-15 01:54:06.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>URL sai</b></p>
@@ -33,7 +33,7 @@
 <li><p>Gặp ký tự cấm trong tên máy: không cho phép dùng dấu gạch dưới.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_LIFETIME_EXP squid-3.4.8/errors/vi/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/vi/ERR_LIFETIME_EXP	2014-08-27 08:01:00.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_LIFETIME_EXP	2014-09-15 01:54:07.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Quá hạn kết nối</b></p>
@@ -25,7 +25,7 @@
 
 <p>Squid đã chấm dứt yêu cầu vì nó vượt quá thời gian kết nối tối đa.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_NO_RELAY squid-3.4.8/errors/vi/ERR_NO_RELAY
--- squid-3.4.7/errors/vi/ERR_NO_RELAY	2014-08-27 08:01:01.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_NO_RELAY	2014-09-15 01:54:08.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Không có bộ tiếp lại WAIS</b></p>
 </blockquote>
 
-<p></p>
+<p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/vi/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/vi/ERR_ONLY_IF_CACHED_MISS	2014-08-27 08:01:02.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:54:09.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Valid document was not found in the cache and <q>only-if-cached</q> directive was specified.</b></p>
 </blockquote>
 
-<p></p>
+<p>You have issued a request with a <q>only-if-cached</q> cache control directive. The document was not found in the cache, <em>or</em> it required revalidation prohibited by the <q>only-if-cached</q> directive.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_PRECONDITION_FAILED squid-3.4.8/errors/vi/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/vi/ERR_PRECONDITION_FAILED	2014-08-27 08:01:03.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_PRECONDITION_FAILED	2014-09-15 01:54:10.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/vi/ERR_READ_ERROR squid-3.4.8/errors/vi/ERR_READ_ERROR
--- squid-3.4.7/errors/vi/ERR_READ_ERROR	2014-08-27 08:01:04.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_READ_ERROR	2014-09-15 01:54:11.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Lỗi đọc</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>Gặp lỗi trong khi đọc dữ liệu từ mạng. Hãy thử lại gửi yêu cầu.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_READ_TIMEOUT squid-3.4.8/errors/vi/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/vi/ERR_READ_TIMEOUT	2014-08-27 08:01:05.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_READ_TIMEOUT	2014-09-15 01:54:12.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Quá hạn đọc</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>Quá hạn trong khi đợi đọc dữ liệu từ mạng. Có thể là mạng không chạy được hoặc bị tắc nghẽn. Hãy thử lại gửi yêu cầu.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/vi/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/vi/ERR_SECURE_CONNECT_FAIL	2014-08-27 08:01:06.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:54:13.000000000 -0700
@@ -12,12 +12,12 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Không thiết lập được một kết nối bảo mật đến %I</b></p>
@@ -31,9 +31,9 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_SHUTTING_DOWN squid-3.4.8/errors/vi/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/vi/ERR_SHUTTING_DOWN	2014-08-27 08:01:07.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_SHUTTING_DOWN	2014-09-15 01:54:13.000000000 -0700
@@ -12,16 +12,16 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
-<p></p>
+<p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_SOCKET_FAILURE squid-3.4.8/errors/vi/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/vi/ERR_SOCKET_FAILURE	2014-08-27 08:01:08.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_SOCKET_FAILURE	2014-09-15 01:54:14.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Lỗi ổ cắm</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>Squid không thể tạo một ổ cắm TCP, giả sử do trọng tải quá lớn. Hãy thử lại gửi yêu cầu.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_TOO_BIG squid-3.4.8/errors/vi/ERR_TOO_BIG
--- squid-3.4.7/errors/vi/ERR_TOO_BIG	2014-08-27 08:01:09.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_TOO_BIG	2014-09-15 01:54:15.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
 <p>Gửi một yêu cầu POST (gửi) hay PUT (để) thì bạn đang thử tải lên một mục quá lớn.</p>
 <p>Gửi một yêu cầu GET (lấy) thì bạn đang thử tải về một mục quá lớn.</p>
-<p></p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/vi/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/vi/ERR_UNSUP_HTTPVERSION	2014-08-27 08:01:10.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_UNSUP_HTTPVERSION	2014-09-15 01:54:16.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_UNSUP_REQ squid-3.4.8/errors/vi/ERR_UNSUP_REQ
--- squid-3.4.7/errors/vi/ERR_UNSUP_REQ	2014-08-27 08:01:11.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_UNSUP_REQ	2014-09-15 01:54:17.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported Request Method and Protocol</b></p>
 </blockquote>
 
 <p>Squid không hỗ trợ tất cả các phương pháp yêu cầu cho mỗi giao thức truy cập. Chẳng hạn, bạn không có khả năng POST một yêu cầu Gopher.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_URN_RESOLVE squid-3.4.8/errors/vi/ERR_URN_RESOLVE
--- squid-3.4.7/errors/vi/ERR_URN_RESOLVE	2014-08-27 08:01:12.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_URN_RESOLVE	2014-09-15 01:54:18.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Không tìm thấy URN</b></p>
@@ -25,7 +25,7 @@
 
 <p>URN trên %T không có nhiều khả năng.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_WRITE_ERROR squid-3.4.8/errors/vi/ERR_WRITE_ERROR
--- squid-3.4.7/errors/vi/ERR_WRITE_ERROR	2014-08-27 08:01:13.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_WRITE_ERROR	2014-09-15 01:54:19.000000000 -0700
@@ -12,22 +12,22 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Write Error</b></p>
 </blockquote>
 
-<p id="sysmsg"></p>
+<p id="sysmsg">The system returned: <i>%E</i></p>
 
 <p>Gặp lỗi trong khi ghi vào mạng. Hãy thử lại gửi yêu cầu.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/vi/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/vi/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/vi/ERR_ZERO_SIZE_OBJECT	2014-08-27 08:01:14.000000000 -0700
+++ squid-3.4.8/errors/vi/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:54:20.000000000 -0700
@@ -12,20 +12,20 @@
 </head><body id="%c">
 <div id="titles">
 <h1>LỖI</h1>
-<h2></h2>
+<h2>The requested URL could not be retrieved</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Zero Sized Reply</b></p>
 </blockquote>
 
 <p>Squid chưa nhận dữ liệu cho yêu cầu này.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/zh-cn/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/zh-cn/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 08:01:16.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:54:22.000000000 -0700
@@ -20,10 +20,10 @@
 <p>当尝试取回该 URL 时遇到下面的错误：<a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
 <p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
 <p>缓存服务器的管理员 <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_AGENT_CONFIGURE squid-3.4.8/errors/zh-cn/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/zh-cn/ERR_AGENT_CONFIGURE	2014-08-27 08:01:17.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_AGENT_CONFIGURE	2014-09-15 01:54:23.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>错误</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_AGENT_WPAD squid-3.4.8/errors/zh-cn/ERR_AGENT_WPAD
--- squid-3.4.7/errors/zh-cn/ERR_AGENT_WPAD	2014-08-27 08:01:18.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_AGENT_WPAD	2014-09-15 01:54:23.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,31 +12,31 @@
 </head><body id="%c">
 <div id="titles">
 <h1>错误</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_CANNOT_FORWARD squid-3.4.8/errors/zh-cn/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/zh-cn/ERR_CANNOT_FORWARD	2014-08-27 08:01:21.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_CANNOT_FORWARD	2014-09-15 01:54:26.000000000 -0700
@@ -23,13 +23,13 @@
 <p><b>目前无法将您的请求进行转送操作</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>可能的问题包括：</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
 <p>缓存服务器的管理员 <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_CONFLICT_HOST squid-3.4.8/errors/zh-cn/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/zh-cn/ERR_CONFLICT_HOST	2014-08-27 08:01:22.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_CONFLICT_HOST	2014-09-15 01:54:27.000000000 -0700
@@ -20,15 +20,15 @@
 <p>当尝试取回该 URL 时遇到下面的错误：<a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>可能的问题包括：</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
 <p>缓存服务器的管理员 <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_DIR_LISTING squid-3.4.8/errors/zh-cn/ERR_DIR_LISTING
--- squid-3.4.7/errors/zh-cn/ERR_DIR_LISTING	2014-08-27 08:01:23.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_DIR_LISTING	2014-09-15 01:54:29.000000000 -0700
@@ -19,13 +19,13 @@
 <h4>文件夹内容：</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
 <table id="dirlisting" summary="文件夹列表">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"><a href="../">上级文件夹</a> (<a href="/">Root Directory</a>)</th>
+<th nowrap="nowrap"><a href="../">上级文件夹</a> (<a href="/">根文件夹</a>)</th>
 </tr>
 
 %g
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_DNS_FAIL squid-3.4.8/errors/zh-cn/ERR_DNS_FAIL
--- squid-3.4.7/errors/zh-cn/ERR_DNS_FAIL	2014-08-27 08:01:24.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_DNS_FAIL	2014-09-15 01:54:30.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>DNS 服务器返回了：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>这表示 缓存服务器无法解析您输入网址（URL）中的主机名称， 请检查该名称是否正确。</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_ESI squid-3.4.8/errors/zh-cn/ERR_ESI
--- squid-3.4.7/errors/zh-cn/ERR_ESI	2014-08-27 08:01:25.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_ESI	2014-09-15 01:54:31.000000000 -0700
@@ -25,7 +25,7 @@
 
 <p>ESI 处理器返回了：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
 <p>这意味着代理不能处理 ESI 模板。请向网站管理员报告这个错误。</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_FTP_FAILURE squid-3.4.8/errors/zh-cn/ERR_FTP_FAILURE
--- squid-3.4.7/errors/zh-cn/ERR_FTP_FAILURE	2014-08-27 08:01:28.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_FTP_FAILURE	2014-09-15 01:54:33.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>本缓存服务器发出以下 FTP 命令：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>服务器回应了：</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>缓存服务器的管理员 <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_FTP_FORBIDDEN squid-3.4.8/errors/zh-cn/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/zh-cn/ERR_FTP_FORBIDDEN	2014-08-27 08:01:29.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_FTP_FORBIDDEN	2014-09-15 01:54:34.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>本缓存服务器发出以下 FTP 命令：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>服务器回应了：</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>缓存服务器的管理员 <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_FTP_NOT_FOUND squid-3.4.8/errors/zh-cn/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/zh-cn/ERR_FTP_NOT_FOUND	2014-08-27 08:01:30.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_FTP_NOT_FOUND	2014-09-15 01:54:35.000000000 -0700
@@ -21,13 +21,13 @@
 
 <p>本缓存服务器发出以下 FTP 命令：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>服务器回应了：</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_FTP_PUT_ERROR squid-3.4.8/errors/zh-cn/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/zh-cn/ERR_FTP_PUT_ERROR	2014-08-27 08:01:32.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_FTP_PUT_ERROR	2014-09-15 01:54:37.000000000 -0700
@@ -21,12 +21,12 @@
 
 <p>本缓存服务器发出以下 FTP 命令：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>服务器回应了：</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
 <p>这说明 FTP 服务器可能没有权限或空间存储该文件。请检查路径、权限、磁盘空间后重试。</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/zh-cn/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/zh-cn/ERR_FTP_UNAVAILABLE	2014-08-27 08:01:34.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_FTP_UNAVAILABLE	2014-09-15 01:54:39.000000000 -0700
@@ -22,13 +22,13 @@
 <p>本缓存服务器发出以下 FTP 命令：</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
 <p>服务器回应了：</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
 <p>缓存服务器的管理员 <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_GATEWAY_FAILURE squid-3.4.8/errors/zh-cn/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/zh-cn/ERR_GATEWAY_FAILURE	2014-08-27 08:01:35.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_GATEWAY_FAILURE	2014-09-15 01:54:40.000000000 -0700
@@ -20,10 +20,10 @@
 <p>当尝试取回该 URL 时遇到下面的错误：<a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
 <p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_INVALID_REQ squid-3.4.8/errors/zh-cn/ERR_INVALID_REQ
--- squid-3.4.7/errors/zh-cn/ERR_INVALID_REQ	2014-08-27 08:01:37.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_INVALID_REQ	2014-09-15 01:54:41.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>非法请求</b> 尝试处理请求是发生错误:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>可能的问题包括：</p>
@@ -31,7 +31,7 @@
 <li><p>请求命令过长</p></li>
 <li><p>POST 或 PUT 请求中丢失内容长度(Content-Length)。</p></li>
 <li><p>主机名称中包含不合法的字符；下划线是不允许的。</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
 <p>缓存服务器的管理员 <a href="mailto:%w%W">%w</a>.</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_INVALID_RESP squid-3.4.8/errors/zh-cn/ERR_INVALID_RESP
--- squid-3.4.7/errors/zh-cn/ERR_INVALID_RESP	2014-08-27 08:01:38.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_INVALID_RESP	2014-09-15 01:54:42.000000000 -0700
@@ -20,7 +20,7 @@
 <p><b>非法响应</b> 尝试处理请求时发生错误:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>无法理解联系的服务器所传回的 HTTP 响应消息或者它已经损坏。请联系网站运行人员。</p>
diff -u -r -N squid-3.4.7/errors/zh-cn/ERR_PRECONDITION_FAILED squid-3.4.8/errors/zh-cn/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/zh-cn/ERR_PRECONDITION_FAILED	2014-08-27 08:01:42.000000000 -0700
+++ squid-3.4.8/errors/zh-cn/ERR_PRECONDITION_FAILED	2014-09-15 01:54:47.000000000 -0700
@@ -20,12 +20,12 @@
 <p>当尝试取回该 URL 时遇到下面的错误：<a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_ACCESS_DENIED squid-3.4.8/errors/zh-tw/ERR_ACCESS_DENIED
--- squid-3.4.7/errors/zh-tw/ERR_ACCESS_DENIED	2014-08-27 08:01:54.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_ACCESS_DENIED	2014-09-15 01:54:58.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>存取被拒絕</b></p>
@@ -25,13 +25,13 @@
 
 <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.4.8/errors/zh-tw/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.4.7/errors/zh-tw/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-08-27 08:01:55.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-09-15 01:54:59.000000000 -0700
@@ -17,22 +17,22 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Time Quota Exceeded.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
+<p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_AGENT_CONFIGURE squid-3.4.8/errors/zh-tw/ERR_AGENT_CONFIGURE
--- squid-3.4.7/errors/zh-tw/ERR_AGENT_CONFIGURE	2014-08-27 08:01:56.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_AGENT_CONFIGURE	2014-09-15 01:54:59.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>錯誤</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_AGENT_WPAD squid-3.4.8/errors/zh-tw/ERR_AGENT_WPAD
--- squid-3.4.7/errors/zh-tw/ERR_AGENT_WPAD	2014-08-27 08:01:57.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_AGENT_WPAD	2014-09-15 01:55:00.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Web Browser Configuration</title>
 <style type="text/css"><!--
  %l
 
@@ -12,41 +12,41 @@
 </head><body id="%c">
 <div id="titles">
 <h1>錯誤</h1>
-<h2></h2>
+<h2>Web Browser Configuration</h2>
 </div>
 <hr>
 
 <div id="content"> <blockquote id="error">
-<p></p>
+<p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
-<p></p>
+<p>How to find these settings in your browser:</p>
 
 <div id="firefox"> For Firefox browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
+<li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
 <div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
+<li>Select Automatically detect settings</li>
 </ul>
 </div>
 
 <div id="opera"> For Opera browsers go to: <ul>
-<li></li>
-<li></li>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
+<li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_CACHE_ACCESS_DENIED squid-3.4.8/errors/zh-tw/ERR_CACHE_ACCESS_DENIED
--- squid-3.4.7/errors/zh-tw/ERR_CACHE_ACCESS_DENIED	2014-08-27 08:01:58.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_CACHE_ACCESS_DENIED	2014-09-15 01:55:01.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>快取伺服器存取被拒絕</b></p>
@@ -32,7 +32,7 @@
 
 <hr> 
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_CACHE_MGR_ACCESS_DENIED squid-3.4.8/errors/zh-tw/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.4.7/errors/zh-tw/ERR_CACHE_MGR_ACCESS_DENIED	2014-08-27 08:01:59.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_CACHE_MGR_ACCESS_DENIED	2014-09-15 01:55:02.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>快取伺服器管理程式使用被拒</b></p>
@@ -32,7 +32,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_CANNOT_FORWARD squid-3.4.8/errors/zh-tw/ERR_CANNOT_FORWARD
--- squid-3.4.7/errors/zh-tw/ERR_CANNOT_FORWARD	2014-08-27 08:02:00.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_CANNOT_FORWARD	2014-09-15 01:55:03.000000000 -0700
@@ -17,29 +17,29 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>目前無法替您的網站連結要求進行轉向動作</b></p>
 </blockquote>
 
-<p></p>
+<p>This request could not be forwarded to the origin server or to any parent caches.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li id="network-down"></li>
-<li id="no-peer"></li>
-<li id="permission-denied"></li>
+<li id="network-down">An Internet connection needed to access this domains origin servers may be down.</li>
+<li id="no-peer">All configured parent caches may be currently unreachable.</li>
+<li id="permission-denied">The administrator may not allow this cache to make direct connections to origin servers.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_CONFLICT_HOST squid-3.4.8/errors/zh-tw/ERR_CONFLICT_HOST
--- squid-3.4.7/errors/zh-tw/ERR_CONFLICT_HOST	2014-08-27 08:02:00.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_CONFLICT_HOST	2014-09-15 01:55:04.000000000 -0700
@@ -17,27 +17,27 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>URI Host Conflict</pre>
 </blockquote>
 
-<p></p>
+<p>This means the domain name you are trying to access apparently no longer exists on the machine you are requesting it from.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li></li>
-<li></li>
+<li>The domain may have moved very recently. Trying again will resolve that.</li>
+<li>The website may require you to use a local country-based version. Using your ISP provided DNS server(s) should resolve that.</li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_CONNECT_FAIL squid-3.4.8/errors/zh-tw/ERR_CONNECT_FAIL
--- squid-3.4.7/errors/zh-tw/ERR_CONNECT_FAIL	2014-08-27 08:02:01.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_CONNECT_FAIL	2014-09-15 01:55:05.000000000 -0700
@@ -17,24 +17,24 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Connection to %I failed.</b></p>
 </blockquote>
 
 <p id="sysmsg">系統回應了下列錯誤訊息：<i>%E</i></p>
 
 <p>The remote host or network may be down. Please try the request again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_DIR_LISTING squid-3.4.8/errors/zh-tw/ERR_DIR_LISTING
--- squid-3.4.7/errors/zh-tw/ERR_DIR_LISTING	2014-08-27 08:02:02.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_DIR_LISTING	2014-09-15 01:55:06.000000000 -0700
@@ -1,7 +1,7 @@
 
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title></title>
+<title>Directory: %U</title>
 <style type="text/css"><!--
  %l
 
@@ -11,21 +11,21 @@
  --></style>
 </head><body id="%c">
 <div id="titles">
-<h2></h2>
+<h2>Directory: <a href="%U">%U</a>/</h2>
 </div>
 <hr>
 
 <div id="content">
-<h4></h4>
+<h4>Directory Content:</h4>
 
 <blockquote id="data">
-<pre id="dirmsg"></pre>
+<pre id="dirmsg">%z</pre>
 </blockquote>
 
-<table id="dirlisting" summary="">
+<table id="dirlisting" summary="Directory Listing">
 <tr>
 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
-<th nowrap="nowrap"></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
 </tr>
 
 %g
@@ -35,7 +35,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_DNS_FAIL squid-3.4.8/errors/zh-tw/ERR_DNS_FAIL
--- squid-3.4.7/errors/zh-tw/ERR_DNS_FAIL	2014-08-27 08:02:03.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_DNS_FAIL	2014-09-15 01:55:07.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>無法將您輸入的網站主機位置轉譯成正確的 IP 位置 <q>%H</q></b></p>
@@ -25,18 +25,18 @@
 
 <p>The DNS server returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%z</pre>
 </blockquote>
 
 <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_ESI squid-3.4.8/errors/zh-tw/ERR_ESI
--- squid-3.4.7/errors/zh-tw/ERR_ESI	2014-08-27 08:02:04.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_ESI	2014-09-15 01:55:08.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ESI Processing failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>The ESI processor returned:</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%Z</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
 
-<p></p>
+<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_FORWARDING_DENIED squid-3.4.8/errors/zh-tw/ERR_FORWARDING_DENIED
--- squid-3.4.7/errors/zh-tw/ERR_FORWARDING_DENIED	2014-08-27 08:02:05.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_FORWARDING_DENIED	2014-09-15 01:55:08.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>轉送要求被拒</b></p>
@@ -25,14 +25,14 @@
 
 <p>This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_FTP_DISABLED squid-3.4.8/errors/zh-tw/ERR_FTP_DISABLED
--- squid-3.4.7/errors/zh-tw/ERR_FTP_DISABLED	2014-08-27 08:02:06.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_FTP_DISABLED	2014-09-15 01:55:09.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>禁止使用檔案傳輸</b></p>
@@ -25,14 +25,14 @@
 
 <p>本快取伺服器並未開放支援檔案傳輸服務。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_FTP_FAILURE squid-3.4.8/errors/zh-tw/ERR_FTP_FAILURE
--- squid-3.4.7/errors/zh-tw/ERR_FTP_FAILURE	2014-08-27 08:02:07.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_FTP_FAILURE	2014-09-15 01:55:10.000000000 -0700
@@ -21,22 +21,22 @@
 
 <p>Squid 伺服器替您送出下列檔案傳輸命令：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="error">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_FTP_FORBIDDEN squid-3.4.8/errors/zh-tw/ERR_FTP_FORBIDDEN
--- squid-3.4.7/errors/zh-tw/ERR_FTP_FORBIDDEN	2014-08-27 08:02:08.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_FTP_FORBIDDEN	2014-09-15 01:55:11.000000000 -0700
@@ -17,26 +17,26 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>An FTP authentication failure occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid 伺服器替您送出下列檔案傳輸命令：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_FTP_NOT_FOUND squid-3.4.8/errors/zh-tw/ERR_FTP_NOT_FOUND
--- squid-3.4.7/errors/zh-tw/ERR_FTP_NOT_FOUND	2014-08-27 08:02:09.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_FTP_NOT_FOUND	2014-09-15 01:55:12.000000000 -0700
@@ -17,28 +17,28 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
 <p>Squid 伺服器替您送出下列檔案傳輸命令：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_FTP_PUT_CREATED squid-3.4.8/errors/zh-tw/ERR_FTP_PUT_CREATED
--- squid-3.4.7/errors/zh-tw/ERR_FTP_PUT_CREATED	2014-08-27 08:02:10.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_FTP_PUT_CREATED	2014-09-15 01:55:13.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_FTP_PUT_ERROR squid-3.4.8/errors/zh-tw/ERR_FTP_PUT_ERROR
--- squid-3.4.7/errors/zh-tw/ERR_FTP_PUT_ERROR	2014-08-27 08:02:11.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_FTP_PUT_ERROR	2014-09-15 01:55:14.000000000 -0700
@@ -21,23 +21,23 @@
 
 <p>Squid 伺服器替您送出下列檔案傳輸命令：</p>
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
+<pre>%F</pre>
 </blockquote>
 
-<p></p>
+<p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_FTP_PUT_MODIFIED squid-3.4.8/errors/zh-tw/ERR_FTP_PUT_MODIFIED
--- squid-3.4.7/errors/zh-tw/ERR_FTP_PUT_MODIFIED	2014-08-27 08:02:12.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_FTP_PUT_MODIFIED	2014-09-15 01:55:15.000000000 -0700
@@ -20,7 +20,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_FTP_UNAVAILABLE squid-3.4.8/errors/zh-tw/ERR_FTP_UNAVAILABLE
--- squid-3.4.7/errors/zh-tw/ERR_FTP_UNAVAILABLE	2014-08-27 08:02:12.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_FTP_UNAVAILABLE	2014-09-15 01:55:16.000000000 -0700
@@ -17,27 +17,27 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>Squid 伺服器替您送出下列檔案傳輸命令：</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%f</pre>
 </blockquote>
 
-<p></p>
+<p>The server responded with:</p>
 <blockquote id="sysmsg">
-<pre></pre>
-<pre></pre>
+<pre>%F</pre>
+<pre>%g</pre>
 </blockquote>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_GATEWAY_FAILURE squid-3.4.8/errors/zh-tw/ERR_GATEWAY_FAILURE
--- squid-3.4.7/errors/zh-tw/ERR_GATEWAY_FAILURE	2014-08-27 08:02:13.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_GATEWAY_FAILURE	2014-09-15 01:55:16.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Gateway Proxy Failure</b></p>
 </blockquote>
 
-<p></p>
+<p>A non-recoverable internal failure or configuration problem prevents this request from being completed.</p>
 
-<p></p>
+<p>This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_ICAP_FAILURE squid-3.4.8/errors/zh-tw/ERR_ICAP_FAILURE
--- squid-3.4.7/errors/zh-tw/ERR_ICAP_FAILURE	2014-08-27 08:02:14.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_ICAP_FAILURE	2014-09-15 01:55:17.000000000 -0700
@@ -17,20 +17,20 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>ICAP protocol error.</b></p>
 </blockquote>
 
 <p id="sysmsg">系統回應了下列錯誤訊息：<i>%E</i></p>
 
-<p></p>
+<p>This means that some aspect of the ICAP communication failed.</p>
 
 <p>Some possible problems are:</p>
 <ul>
-<li><p></p></li>
-<li><p></p></li>
+<li><p>The ICAP server is not reachable.</p></li>
+<li><p>An Illegal response was received from the ICAP server.</p></li>
 </ul>
 
 <br>
@@ -38,7 +38,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_INVALID_REQ squid-3.4.8/errors/zh-tw/ERR_INVALID_REQ
--- squid-3.4.7/errors/zh-tw/ERR_INVALID_REQ	2014-08-27 08:02:15.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_INVALID_REQ	2014-09-15 01:55:18.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
 <p>Some possible problems are:</p>
@@ -31,10 +31,10 @@
 <li><p>要求命令過長</p></li>
 <li><p>Content-Length missing for POST or PUT requests.</p></li>
 <li><p>欲連結的主機名稱包含不合法的字元；底線這個字元是不被允許存在的。</p></li>
-<li><p></p></li>
+<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
@@ -46,7 +46,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_INVALID_RESP squid-3.4.8/errors/zh-tw/ERR_INVALID_RESP
--- squid-3.4.7/errors/zh-tw/ERR_INVALID_RESP	2014-08-27 08:02:16.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_INVALID_RESP	2014-09-15 01:55:19.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p><b>Invalid Response</b> error was encountered while trying to process the request:</p>
 
 <blockquote id="data">
-<pre></pre>
+<pre>%R</pre>
 </blockquote>
 
-<p></p>
+<p>The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.</p>
 
-<p></p>
+<p>Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_INVALID_URL squid-3.4.8/errors/zh-tw/ERR_INVALID_URL
--- squid-3.4.7/errors/zh-tw/ERR_INVALID_URL	2014-08-27 08:02:17.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_INVALID_URL	2014-09-15 01:55:20.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>不正確的位置</b></p>
@@ -33,13 +33,13 @@
 <li><p>欲連結的主機名稱包含不合法的字元；底線這個字元是不被允許存在的。</p></li>
 </ul>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_LIFETIME_EXP squid-3.4.8/errors/zh-tw/ERR_LIFETIME_EXP
--- squid-3.4.7/errors/zh-tw/ERR_LIFETIME_EXP	2014-08-27 08:02:18.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_LIFETIME_EXP	2014-09-15 01:55:21.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>超過連線等待時限</b></p>
@@ -25,13 +25,13 @@
 
 <p>快取伺服器已終止您的連線要求，因為已經超過連線等待時限。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_NO_RELAY squid-3.4.8/errors/zh-tw/ERR_NO_RELAY
--- squid-3.4.7/errors/zh-tw/ERR_NO_RELAY	2014-08-27 08:02:19.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_NO_RELAY	2014-09-15 01:55:22.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>不提供 Wais（廣域資訊伺服器）轉接</b></p>
@@ -25,13 +25,13 @@
 
 <p>There is no WAIS Relay host defined for this Cache! Yell at the administrator.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_ONLY_IF_CACHED_MISS squid-3.4.8/errors/zh-tw/ERR_ONLY_IF_CACHED_MISS
--- squid-3.4.7/errors/zh-tw/ERR_ONLY_IF_CACHED_MISS	2014-08-27 08:02:20.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_ONLY_IF_CACHED_MISS	2014-09-15 01:55:23.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>您要求的文件並未存在於本快取伺服器上，而且您設定了 <q>only-if-cached</q> 指令。</b></p>
@@ -25,13 +25,13 @@
 
 <p>您送出了一個包含 <q>only-if-cached</q> 快取控制指令的連結要求。而文件並未存在快取伺服器中，<em>或者</em> 這個連線要求被 <q>only-if-cached</q> 指令認定是禁用的。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_PRECONDITION_FAILED squid-3.4.8/errors/zh-tw/ERR_PRECONDITION_FAILED
--- squid-3.4.7/errors/zh-tw/ERR_PRECONDITION_FAILED	2014-08-27 08:02:21.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_PRECONDITION_FAILED	2014-09-15 01:55:24.000000000 -0700
@@ -17,15 +17,15 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Precondition Failed.</b></p>
 </blockquote>
 
-<p></p>
+<p>This means:</p>
 <blockquote>
-    <p></p>
+    <p>At least one precondition specified by the HTTP client in the request header has failed.</p>
 </blockquote>
 
 <br>
@@ -33,7 +33,7 @@
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_READ_ERROR squid-3.4.8/errors/zh-tw/ERR_READ_ERROR
--- squid-3.4.7/errors/zh-tw/ERR_READ_ERROR	2014-08-27 08:02:22.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_READ_ERROR	2014-09-15 01:55:25.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>讀取錯誤</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while reading data from the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_READ_TIMEOUT squid-3.4.8/errors/zh-tw/ERR_READ_TIMEOUT
--- squid-3.4.7/errors/zh-tw/ERR_READ_TIMEOUT	2014-08-27 08:02:23.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_READ_TIMEOUT	2014-09-15 01:55:25.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>超過讀取時限</b></p>
@@ -27,13 +27,13 @@
 
 <p>A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_SECURE_CONNECT_FAIL squid-3.4.8/errors/zh-tw/ERR_SECURE_CONNECT_FAIL
--- squid-3.4.7/errors/zh-tw/ERR_SECURE_CONNECT_FAIL	2014-08-27 08:02:24.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_SECURE_CONNECT_FAIL	2014-09-15 01:55:26.000000000 -0700
@@ -17,10 +17,10 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Failed to establish a secure connection to %I</b></p>
 </blockquote>
 
 <div id="sysmsg">
@@ -31,15 +31,15 @@
 </blockquote>
 </div>
 
-<p></p>
+<p>This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_SHUTTING_DOWN squid-3.4.8/errors/zh-tw/ERR_SHUTTING_DOWN
--- squid-3.4.7/errors/zh-tw/ERR_SHUTTING_DOWN	2014-08-27 08:02:25.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_SHUTTING_DOWN	2014-09-15 01:55:27.000000000 -0700
@@ -17,17 +17,17 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_SOCKET_FAILURE squid-3.4.8/errors/zh-tw/ERR_SOCKET_FAILURE
--- squid-3.4.7/errors/zh-tw/ERR_SOCKET_FAILURE	2014-08-27 08:02:26.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_SOCKET_FAILURE	2014-09-15 01:55:28.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>Socket 建立失敗</b></p>
@@ -27,13 +27,13 @@
 
 <p>Squid （網路快取程式）無法建立 TCP socket，可能是因為過重的負荷導致這個問題，請重新嘗試一遍您的連結要求。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_TOO_BIG squid-3.4.8/errors/zh-tw/ERR_TOO_BIG
--- squid-3.4.7/errors/zh-tw/ERR_TOO_BIG	2014-08-27 08:02:27.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_TOO_BIG	2014-09-15 01:55:29.000000000 -0700
@@ -17,23 +17,23 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>The request or reply is too large.</b></p>
 </blockquote>
 
-<p></p>
-<p></p>
-<p></p>
+<p>If you are making a POST or PUT request, then the item you are trying to upload is too large.</p>
+<p>If you are making a GET request, then the item you are trying to download is too large.</p>
+<p>These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_UNSUP_HTTPVERSION squid-3.4.8/errors/zh-tw/ERR_UNSUP_HTTPVERSION
--- squid-3.4.7/errors/zh-tw/ERR_UNSUP_HTTPVERSION	2014-08-27 08:02:27.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_UNSUP_HTTPVERSION	2014-09-15 01:55:30.000000000 -0700
@@ -12,26 +12,26 @@
 </head><body id="%c">
 <div id="titles">
 <h1>錯誤</h1>
-<h2></h2>
+<h2>Unsupported HTTP version</h2>
 </div>
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
-<p><b></b></p>
+<p><b>Unsupported HTTP version</b></p>
 </blockquote>
 
-<p></p>
+<p>This Squid does not accept the HTTP version you are attempting to use.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_UNSUP_REQ squid-3.4.8/errors/zh-tw/ERR_UNSUP_REQ
--- squid-3.4.7/errors/zh-tw/ERR_UNSUP_REQ	2014-08-27 08:02:28.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_UNSUP_REQ	2014-09-15 01:55:31.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>尚未支援的要求方式或通訊協定</b></p>
@@ -25,13 +25,13 @@
 
 <p>因為 Squid （網路快取程式）並未支援所有的連結要求方式在各式通訊協定上。比如說，你不能要求一個 GOPHER 的 POST 連結要求。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_URN_RESOLVE squid-3.4.8/errors/zh-tw/ERR_URN_RESOLVE
--- squid-3.4.7/errors/zh-tw/ERR_URN_RESOLVE	2014-08-27 08:02:29.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_URN_RESOLVE	2014-09-15 01:55:32.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URN: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>無法解譯 URN</b></p>
@@ -25,13 +25,13 @@
 
 <p>抱歉！您不能對 URNs 在 %T 上期待太多 :) </p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_WRITE_ERROR squid-3.4.8/errors/zh-tw/ERR_WRITE_ERROR
--- squid-3.4.7/errors/zh-tw/ERR_WRITE_ERROR	2014-08-27 08:02:30.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_WRITE_ERROR	2014-09-15 01:55:33.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>寫入錯誤</b></p>
@@ -27,13 +27,13 @@
 
 <p>An error condition occurred while writing to the network. Please retry your request.</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/errors/zh-tw/ERR_ZERO_SIZE_OBJECT squid-3.4.8/errors/zh-tw/ERR_ZERO_SIZE_OBJECT
--- squid-3.4.7/errors/zh-tw/ERR_ZERO_SIZE_OBJECT	2014-08-27 08:02:31.000000000 -0700
+++ squid-3.4.8/errors/zh-tw/ERR_ZERO_SIZE_OBJECT	2014-09-15 01:55:33.000000000 -0700
@@ -17,7 +17,7 @@
 <hr>
 
 <div id="content">
-<p></p>
+<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
 
 <blockquote id="error">
 <p><b>大小為零的資料回應</b></p>
@@ -25,13 +25,13 @@
 
 <p>您的此次連線要求，Squid（網路快取程式）並未自欲連結的網站伺服器接收到任何資料。</p>
 
-<p></p>
+<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
 <br>
 </div>
 
 <hr>
 <div id="footer">
-<p></p>
+<p>Generated %T by %h (%s)</p>
 <!-- %c -->
 </div>
 </body></html>
diff -u -r -N squid-3.4.7/helpers/basic_auth/DB/basic_db_auth.8 squid-3.4.8/helpers/basic_auth/DB/basic_db_auth.8
--- squid-3.4.7/helpers/basic_auth/DB/basic_db_auth.8	2014-08-27 08:02:40.000000000 -0700
+++ squid-3.4.8/helpers/basic_auth/DB/basic_db_auth.8	2014-09-15 01:55:44.000000000 -0700
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BASIC_DB_AUTH 1"
-.TH BASIC_DB_AUTH 1 "2014-08-27" "perl v5.20.0" "User Contributed Perl Documentation"
+.TH BASIC_DB_AUTH 1 "2014-09-15" "perl v5.20.0" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -u -r -N squid-3.4.7/helpers/external_acl/SQL_session/ext_sql_session_acl.8 squid-3.4.8/helpers/external_acl/SQL_session/ext_sql_session_acl.8
--- squid-3.4.7/helpers/external_acl/SQL_session/ext_sql_session_acl.8	2014-08-27 08:02:58.000000000 -0700
+++ squid-3.4.8/helpers/external_acl/SQL_session/ext_sql_session_acl.8	2014-09-15 01:56:06.000000000 -0700
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_SQL_SESSION_ACL 1"
-.TH EXT_SQL_SESSION_ACL 1 "2014-08-27" "perl v5.20.0" "User Contributed Perl Documentation"
+.TH EXT_SQL_SESSION_ACL 1 "2014-09-15" "perl v5.20.0" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -u -r -N squid-3.4.7/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8 squid-3.4.8/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8
--- squid-3.4.7/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8	2014-08-27 08:03:01.000000000 -0700
+++ squid-3.4.8/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8	2014-09-15 01:56:08.000000000 -0700
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_WBINFO_GROUP_ACL.PL.IN 1"
-.TH EXT_WBINFO_GROUP_ACL.PL.IN 1 "2014-08-27" "perl v5.20.0" "User Contributed Perl Documentation"
+.TH EXT_WBINFO_GROUP_ACL.PL.IN 1 "2014-09-15" "perl v5.20.0" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -u -r -N squid-3.4.7/helpers/log_daemon/DB/log_db_daemon.8 squid-3.4.8/helpers/log_daemon/DB/log_db_daemon.8
--- squid-3.4.7/helpers/log_daemon/DB/log_db_daemon.8	2014-08-27 08:03:02.000000000 -0700
+++ squid-3.4.8/helpers/log_daemon/DB/log_db_daemon.8	2014-09-15 01:56:10.000000000 -0700
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "LOG_DB_DAEMON 1"
-.TH LOG_DB_DAEMON 1 "2014-08-27" "perl v5.20.0" "User Contributed Perl Documentation"
+.TH LOG_DB_DAEMON 1 "2014-09-15" "perl v5.20.0" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -u -r -N squid-3.4.7/helpers/storeid_rewrite/file/storeid_file_rewrite.8 squid-3.4.8/helpers/storeid_rewrite/file/storeid_file_rewrite.8
--- squid-3.4.7/helpers/storeid_rewrite/file/storeid_file_rewrite.8	2014-08-27 08:03:13.000000000 -0700
+++ squid-3.4.8/helpers/storeid_rewrite/file/storeid_file_rewrite.8	2014-09-15 01:56:22.000000000 -0700
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "STOREID_FILE_REWRITE 1"
-.TH STOREID_FILE_REWRITE 1 "2014-08-27" "perl v5.20.0" "User Contributed Perl Documentation"
+.TH STOREID_FILE_REWRITE 1 "2014-09-15" "perl v5.20.0" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -u -r -N squid-3.4.7/include/version.h squid-3.4.8/include/version.h
--- squid-3.4.7/include/version.h	2014-08-27 07:24:14.000000000 -0700
+++ squid-3.4.8/include/version.h	2014-09-15 01:18:44.000000000 -0700
@@ -7,7 +7,7 @@
  */
 
 #ifndef SQUID_RELEASE_TIME
-#define SQUID_RELEASE_TIME 1409149346
+#define SQUID_RELEASE_TIME 1410769025
 #endif
 
 #ifndef APP_SHORTNAME
diff -u -r -N squid-3.4.7/libltdl/aclocal.m4 squid-3.4.8/libltdl/aclocal.m4
--- squid-3.4.7/libltdl/aclocal.m4	2014-08-27 07:23:12.000000000 -0700
+++ squid-3.4.8/libltdl/aclocal.m4	2014-09-15 01:17:44.000000000 -0700
@@ -573,7 +573,8 @@
 END
     AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
   fi
-fi])
+fi
+])
 
 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
diff -u -r -N squid-3.4.7/libltdl/config/ltmain.sh squid-3.4.8/libltdl/config/ltmain.sh
--- squid-3.4.7/libltdl/config/ltmain.sh	2014-08-27 07:23:08.000000000 -0700
+++ squid-3.4.8/libltdl/config/ltmain.sh	2014-09-15 01:17:41.000000000 -0700
@@ -70,7 +70,7 @@
 #         compiler:		$LTCC
 #         compiler flags:		$LTCFLAGS
 #         linker:		$LD (gnu? $with_gnu_ld)
-#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.7
+#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.10
 #         automake:	$automake_version
 #         autoconf:	$autoconf_version
 #
@@ -80,7 +80,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1.7"
+VERSION="2.4.2 Debian-2.4.2-1.10"
 TIMESTAMP=""
 package_revision=1.3337
 
diff -u -r -N squid-3.4.7/libltdl/configure squid-3.4.8/libltdl/configure
--- squid-3.4.7/libltdl/configure	2014-08-27 07:23:12.000000000 -0700
+++ squid-3.4.8/libltdl/configure	2014-09-15 01:17:45.000000000 -0700
@@ -2853,6 +2853,7 @@
 fi
 
 
+
 ## ------------------------------- ##
 ## Libtool specific configuration. ##
 ## ------------------------------- ##
diff -u -r -N squid-3.4.7/libltdl/Makefile.in squid-3.4.8/libltdl/Makefile.in
--- squid-3.4.7/libltdl/Makefile.in	2014-08-27 07:23:17.000000000 -0700
+++ squid-3.4.8/libltdl/Makefile.in	2014-09-15 01:17:49.000000000 -0700
@@ -87,7 +87,7 @@
 subdir = .
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 	$(top_srcdir)/configure $(am__configure_deps) \
-	$(srcdir)/config-h.in argz.c lt__dirent.c lt__strl.c \
+	$(srcdir)/config-h.in lt__dirent.c argz.c lt__strl.c \
 	$(top_srcdir)/config/depcomp $(am__include_HEADERS_DIST) \
 	$(am__ltdlinclude_HEADERS_DIST)   README \
 	config/compile config/config.guess config/config.sub \
diff -u -r -N squid-3.4.7/RELEASENOTES.html squid-3.4.8/RELEASENOTES.html
--- squid-3.4.7/RELEASENOTES.html	2014-08-27 08:04:03.000000000 -0700
+++ squid-3.4.8/RELEASENOTES.html	2014-09-15 01:57:18.000000000 -0700
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
- <TITLE>Squid 3.4.7 release notes</TITLE>
+ <TITLE>Squid 3.4.8 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.4.7 release notes</H1>
+<H1>Squid 3.4.8 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -57,7 +57,7 @@
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.4.7 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.4.8 for testing.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.4/">http://www.squid-cache.org/Versions/v3/3.4/</A> or the
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
diff -u -r -N squid-3.4.7/src/cf.data.pre squid-3.4.8/src/cf.data.pre
--- squid-3.4.7/src/cf.data.pre	2014-08-27 07:22:40.000000000 -0700
+++ squid-3.4.8/src/cf.data.pre	2014-09-15 01:17:12.000000000 -0700
@@ -176,7 +176,7 @@
 NAME: ignore_ims_on_miss
 TYPE: obsolete
 DOC_START
-	Remove this line. The HTTP/1.1 feature is now fully supported by default.
+	Remove this line. The HTTP/1.1 feature is now configured by 'cache_miss_revalidate'.
 DOC_END
 
 # Options Removed in 3.2
@@ -5021,7 +5021,7 @@
 	downloads.
 
 	When the user aborts a request, Squid will check the
-	quick_abort values to the amount of data transfered until
+	quick_abort values to the amount of data transferred until
 	then.
 
 	If the transfer has less than 'quick_abort_min' KB remaining,
@@ -7349,17 +7349,25 @@
 DEFAULT: on
 LOC: Config.onoff.cache_miss_revalidate
 DOC_START
-	Whether Squid on cache MISS will pass client revalidation requests
-	to the server or tries to fetch new content for caching.
-	This is useful while the cache is mostly empty to more quickly
-	have the cache populated.
+	RFC 7232 defines a conditional request mechanism to prevent
+	response objects being unnecessarily transferred over the network.
+	If that mechanism is used by the client and a cache MISS occurs
+	it can prevent new cache entries being created.
+
+	This option determines whether Squid on cache MISS will pass the
+	client revalidation request to the server or tries to fetch new
+	content for caching. It can be useful while the cache is mostly
+	empty to more quickly have the cache populated by generating
+	non-conditional GETs.
 
 	When set to 'on' (default), Squid will pass all client If-* headers
-	to the server.
+	to the server. This permits server responses without a cacheable
+	payload to be delivered and on MISS no new cache entry is created.
 
 	When set to 'off' and if the request is cacheable, Squid will
 	remove the clients If-Modified-Since and If-None-Match headers from
-	the request sent to the server.
+	the request sent to the server. This requests a 200 status response
+	from the server to create a new cache entry with.
 DOC_END
 
 NAME: always_direct
diff -u -r -N squid-3.4.7/src/client_side_reply.cc squid-3.4.8/src/client_side_reply.cc
--- squid-3.4.7/src/client_side_reply.cc	2014-08-27 07:22:40.000000000 -0700
+++ squid-3.4.8/src/client_side_reply.cc	2014-09-15 01:17:12.000000000 -0700
@@ -1401,7 +1401,7 @@
                     if (!request->flags.accelerated && !request->flags.intercepted) {
                         httpHeaderPutStrf(hdr, HDR_PROXY_SUPPORT, "Session-Based-Authentication");
                         /*
-                          We send "[Proxy-]Connection: Proxy-Support" header to mark
+                          We send "Connection: Proxy-Support" header to mark
                           Proxy-Support as a hop-by-hop header for intermediaries that do not
                           understand the semantics of this header. The RFC should have included
                           this recommendation.
diff -u -r -N squid-3.4.7/src/icmp/Icmp4.cc squid-3.4.8/src/icmp/Icmp4.cc
--- squid-3.4.7/src/icmp/Icmp4.cc	2014-08-27 07:22:40.000000000 -0700
+++ squid-3.4.8/src/icmp/Icmp4.cc	2014-09-15 01:17:12.000000000 -0700
@@ -41,26 +41,38 @@
 #include "IcmpPinger.h"
 #include "Debug.h"
 
-const char *icmpPktStr[] = {
-    "Echo Reply",
-    "ICMP 1",
-    "ICMP 2",
-    "Destination Unreachable",
-    "Source Quench",
-    "Redirect",
-    "ICMP 6",
-    "ICMP 7",
-    "Echo",
-    "ICMP 9",
-    "ICMP 10",
-    "Time Exceeded",
-    "Parameter Problem",
-    "Timestamp",
-    "Timestamp Reply",
-    "Info Request",
-    "Info Reply",
-    "Out of Range Type"
-};
+static const char *
+IcmpPacketType(uint8_t v)
+{
+    static const char *icmpPktStr[] = {
+        "Echo Reply",
+        "ICMP 1",
+        "ICMP 2",
+        "Destination Unreachable",
+        "Source Quench",
+        "Redirect",
+        "ICMP 6",
+        "ICMP 7",
+        "Echo",
+        "ICMP 9",
+        "ICMP 10",
+        "Time Exceeded",
+        "Parameter Problem",
+        "Timestamp",
+        "Timestamp Reply",
+        "Info Request",
+        "Info Reply",
+        "Out of Range Type"
+    };
+
+    if (v > 17) {
+        static char buf[50];
+        snprintf(buf, sizeof(buf), "ICMP %u (invalid)", v);
+        return buf;
+    }
+
+    return icmpPktStr[v];
+}
 
 Icmp4::Icmp4() : Icmp()
 {
@@ -187,6 +199,12 @@
                  from->ai_addr,
                  &from->ai_addrlen);
 
+    if (n <= 0) {
+        debugs(42, DBG_CRITICAL, HERE << "Error when calling recvfrom() on ICMP socket.");
+        Ip::Address::FreeAddrInfo(from);
+        return;
+    }
+
     preply.from = *from;
 
 #if GETTIMEOFDAY_NO_TZP
@@ -243,9 +261,15 @@
 
     preply.psize = n - iphdrlen - (sizeof(icmpEchoData) - MAX_PKT4_SZ);
 
+    if (preply.psize < 0) {
+        debugs(42, DBG_CRITICAL, HERE << "Malformed ICMP packet.");
+        Ip::Address::FreeAddrInfo(from);
+        return;
+    }
+
     control.SendResult(preply, (sizeof(pingerReplyData) - MAX_PKT4_SZ + preply.psize) );
 
-    Log(preply.from, icmp->icmp_type, icmpPktStr[icmp->icmp_type], preply.rtt, preply.hops);
+    Log(preply.from, icmp->icmp_type, IcmpPacketType(icmp->icmp_type), preply.rtt, preply.hops);
     Ip::Address::FreeAddrInfo(from);
 }
 
diff -u -r -N squid-3.4.7/src/icmp/Icmp6.cc squid-3.4.8/src/icmp/Icmp6.cc
--- squid-3.4.7/src/icmp/Icmp6.cc	2014-08-27 07:22:40.000000000 -0700
+++ squid-3.4.8/src/icmp/Icmp6.cc	2014-09-15 01:17:12.000000000 -0700
@@ -50,57 +50,61 @@
 
 // Icmp6 OP-Codes
 // see http://www.iana.org/assignments/icmpv6-parameters
-// NP: LowPktStr is for codes 0-127
-static const char *icmp6LowPktStr[] = {
-    "ICMP 0",			// 0
-    "Destination Unreachable",	// 1 - RFC2463
-    "Packet Too Big", 		// 2 - RFC2463
-    "Time Exceeded",		// 3 - RFC2463
-    "Parameter Problem",		// 4 - RFC2463
-    "ICMP 5",			// 5
-    "ICMP 6",			// 6
-    "ICMP 7",			// 7
-    "ICMP 8",			// 8
-    "ICMP 9",			// 9
-    "ICMP 10"			// 10
-};
-
-// NP: HighPktStr is for codes 128-255
-static const char *icmp6HighPktStr[] = {
-    "Echo Request",					// 128 - RFC2463
-    "Echo Reply",					// 129 - RFC2463
-    "Multicast Listener Query",			// 130 - RFC2710
-    "Multicast Listener Report",			// 131 - RFC2710
-    "Multicast Listener Done",			// 132 - RFC2710
-    "Router Solicitation",				// 133 - RFC4861
-    "Router Advertisement",				// 134 - RFC4861
-    "Neighbor Solicitation",			// 135 - RFC4861
-    "Neighbor Advertisement",			// 136 - RFC4861
-    "Redirect Message",				// 137 - RFC4861
-    "Router Renumbering",				// 138 - Crawford
-    "ICMP Node Information Query",			// 139 - RFC4620
-    "ICMP Node Information Response",		// 140 - RFC4620
-    "Inverse Neighbor Discovery Solicitation",	// 141 - RFC3122
-    "Inverse Neighbor Discovery Advertisement",	// 142 - RFC3122
-    "Version 2 Multicast Listener Report",		// 143 - RFC3810
-    "Home Agent Address Discovery Request",		// 144 - RFC3775
-    "Home Agent Address Discovery Reply",		// 145 - RFC3775
-    "Mobile Prefix Solicitation",			// 146 - RFC3775
-    "Mobile Prefix Advertisement",			// 147 - RFC3775
-    "Certification Path Solicitation",		// 148 - RFC3971
-    "Certification Path Advertisement",		// 149 - RFC3971
-    "ICMP Experimental (150)",			// 150 - RFC4065
-    "Multicast Router Advertisement",		// 151 - RFC4286
-    "Multicast Router Solicitation",		// 152 - RFC4286
-    "Multicast Router Termination",			// 153 - [RFC4286]
-    "ICMP 154",
-    "ICMP 155",
-    "ICMP 156",
-    "ICMP 157",
-    "ICMP 158",
-    "ICMP 159",
-    "ICMP 160"
-};
+static const char *
+IcmpPacketType(uint8_t v)
+{
+    // NP: LowPktStr is for codes 0-127
+    static const char *icmp6LowPktStr[] = {
+        "ICMPv6 0",			// 0
+        "Destination Unreachable",	// 1 - RFC2463
+        "Packet Too Big", 		// 2 - RFC2463
+        "Time Exceeded",		// 3 - RFC2463
+        "Parameter Problem",		// 4 - RFC2463
+    };
+
+    // low codes 1-4 registered
+    if (0 < v && v < 5)
+        return icmp6LowPktStr[(int)(v&0x7f)];
+
+    // NP: HighPktStr is for codes 128-255
+    static const char *icmp6HighPktStr[] = {
+        "Echo Request",					// 128 - RFC2463
+        "Echo Reply",					// 129 - RFC2463
+        "Multicast Listener Query",			// 130 - RFC2710
+        "Multicast Listener Report",			// 131 - RFC2710
+        "Multicast Listener Done",			// 132 - RFC2710
+        "Router Solicitation",				// 133 - RFC4861
+        "Router Advertisement",				// 134 - RFC4861
+        "Neighbor Solicitation",			// 135 - RFC4861
+        "Neighbor Advertisement",			// 136 - RFC4861
+        "Redirect Message",				// 137 - RFC4861
+        "Router Renumbering",				// 138 - Crawford
+        "ICMP Node Information Query",			// 139 - RFC4620
+        "ICMP Node Information Response",		// 140 - RFC4620
+        "Inverse Neighbor Discovery Solicitation",	// 141 - RFC3122
+        "Inverse Neighbor Discovery Advertisement",	// 142 - RFC3122
+        "Version 2 Multicast Listener Report",		// 143 - RFC3810
+        "Home Agent Address Discovery Request",		// 144 - RFC3775
+        "Home Agent Address Discovery Reply",		// 145 - RFC3775
+        "Mobile Prefix Solicitation",			// 146 - RFC3775
+        "Mobile Prefix Advertisement",			// 147 - RFC3775
+        "Certification Path Solicitation",		// 148 - RFC3971
+        "Certification Path Advertisement",		// 149 - RFC3971
+        "ICMP Experimental (150)",			// 150 - RFC4065
+        "Multicast Router Advertisement",		// 151 - RFC4286
+        "Multicast Router Solicitation",		// 152 - RFC4286
+        "Multicast Router Termination",			// 153 - [RFC4286]
+    };
+
+    // high codes 127-153 registered
+    if (127 < v && v < 154)
+        return icmp6HighPktStr[(int)(v&0x7f)];
+
+    // give all others a generic display
+    static char buf[50];
+    snprintf(buf, sizeof(buf), "ICMPv6 %u", v);
+    return buf;
+}
 
 Icmp6::Icmp6() : Icmp()
 {
@@ -236,6 +240,12 @@
                  from->ai_addr,
                  &from->ai_addrlen);
 
+    if (n <= 0) {
+        debugs(42, DBG_CRITICAL, HERE << "Error when calling recvfrom() on ICMPv6 socket.");
+        Ip::Address::FreeAddrInfo(from);
+        return;
+    }
+
     preply.from = *from;
 
 #if GETTIMEOFDAY_NO_TZP
@@ -291,8 +301,7 @@
 
         default:
             debugs(42, 8, HERE << preply.from << " said: " << icmp6header->icmp6_type << "/" << (int)icmp6header->icmp6_code << " " <<
-                   ( icmp6header->icmp6_type&0x80 ? icmp6HighPktStr[(int)(icmp6header->icmp6_type&0x7f)] : icmp6LowPktStr[(int)(icmp6header->icmp6_type&0x7f)] )
-                  );
+                   IcmpPacketType(icmp6header->icmp6_type));
         }
         Ip::Address::FreeAddrInfo(from);
         return;
@@ -331,7 +340,7 @@
 
     Log(preply.from,
         icmp6header->icmp6_type,
-        ( icmp6header->icmp6_type&0x80 ? icmp6HighPktStr[(int)(icmp6header->icmp6_type&0x7f)] : icmp6LowPktStr[(int)(icmp6header->icmp6_type&0x7f)] ),
+        IcmpPacketType(icmp6header->icmp6_type),
         preply.rtt,
         preply.hops);
 
diff -u -r -N squid-3.4.7/src/snmp_core.cc squid-3.4.8/src/snmp_core.cc
--- squid-3.4.7/src/snmp_core.cc	2014-08-27 07:22:40.000000000 -0700
+++ squid-3.4.8/src/snmp_core.cc	2014-09-15 01:17:12.000000000 -0700
@@ -362,7 +362,7 @@
 void
 snmpHandleUdp(int sock, void *not_used)
 {
-    LOCAL_ARRAY(char, buf, SNMP_REQUEST_SIZE);
+    static char buf[SNMP_REQUEST_SIZE];
     Ip::Address from;
     SnmpRequest *snmp_rq;
     int len;
@@ -371,16 +371,11 @@
 
     Comm::SetSelect(sock, COMM_SELECT_READ, snmpHandleUdp, NULL, 0);
 
-    memset(buf, '\0', SNMP_REQUEST_SIZE);
+    memset(buf, '\0', sizeof(buf));
 
-    len = comm_udp_recvfrom(sock,
-                            buf,
-                            SNMP_REQUEST_SIZE,
-                            0,
-                            from);
+    len = comm_udp_recvfrom(sock, buf, sizeof(buf)-1, 0, from);
 
     if (len > 0) {
-        buf[len] = '\0';
         debugs(49, 3, "snmpHandleUdp: FD " << sock << ": received " << len << " bytes from " << from << ".");
 
         snmp_rq = (SnmpRequest *)xcalloc(1, sizeof(SnmpRequest));
